POST v1/api/ValidateProductState

Validate that a product can be sold in a given state

Request Information

URI Parameters

None.

Body Parameters

ProductStateDto

ProductStateDto
NameDescriptionTypeAdditional information
ProductCode

string

None.

State

StateCodeEnum

None.

Response Information

Resource Description

ProductStateResponseDto

ProductStateResponseDto
NameDescriptionTypeAdditional information
Products

Collection of ProductStateValidateDto

None.