GET api/StockCountOrder/ValidateItemForItemContentStockCount/SSCC/{sscc}
Validate if a content stock count on the specified item can be performed
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sscc |
Specifying the item sscc to validate for stock count |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ItemContentStockCountValidationMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| CanCountItem | boolean |
None. |
|
| ItemNotFound | boolean |
None. |
|
| ItemIsDeleted | boolean |
None. |
|
| InformationMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CanCountItem": true,
"ItemNotFound": true,
"ItemIsDeleted": true,
"InformationMessage": "sample string 4"
}