GET v1/Inventory/CheckItemCode?itemCode={itemCode}&customerId={customerId}&ItemId={ItemId}

Checks if the provided item code exists for the specified customer and item.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
itemCode

The code of the item to check.

string

Required

customerId

The ID of the customer associated with the item.

integer

Required

ItemId

The ID of the item to validate.

integer

Required

Body Parameters

None.

Response Information

Resource Description

A indicating the result of the operation: - if the item code exists. - if the item code does not exist. - if there is an error in the request. - if an exception occurs.

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean>true</boolean>