The VerifyBarcodeWithProduct function verifies a barcode record against the available business rules.
Method | /VerifyBarcodeWithProduct |
The request body is of type VerifyBarcodeWithProduct.
Name | Description | Data Type |
---|---|---|
product | ProductInfo | |
barcode | BarcodeInfo | |
isAddingRecord | xml:boolean |
The response body is of type VerifyBarcodeWithProductResponse.
Name | Description | Data Type |
---|---|---|
VerifyBarcodeWithProductResult | ArrayOfVerifyExceptionInfo |
|