The VerifyProduct function verifies an objProduct record against the available business rules.
Method | /VerifyProduct |
The request body is of type VerifyProduct.
Name | Description | Data Type |
---|---|---|
product | ProductInfo | |
productCountryVat | ProductCountryVatInfo | |
isAddingRecord | xml:boolean |
The response body is of type VerifyProductResponse.
Name | Description | Data Type |
---|---|---|
VerifyProductResult | ArrayOfVerifyExceptionInfo |
|