POST v1/api/ValidateProductState
Validate that a product can be sold in a given state
Request Information
URI Parameters
None.
Body Parameters
ProductStateDto
ProductStateDtoName | Description | Type | Additional information |
---|---|---|---|
ProductCode | string |
None. |
|
State | StateCodeEnum |
None. |
Response Information
Resource Description
ProductStateResponseDto
ProductStateResponseDtoName | Description | Type | Additional information |
---|---|---|---|
Products | Collection of ProductStateValidateDto |
None. |