GET api/StockCountOrder/ValidateItemForItemContentStockCount/SSCC/{sscc}

Validate if a content stock count on the specified item can be performed

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sscc

Specifying the item sscc to validate for stock count

string

Required

Body Parameters

None.

Response Information

Resource Description

ItemContentStockCountValidationMessage
NameDescriptionTypeAdditional 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"
}