Add new record to Products table
Method | /AddProduct |
The request body is of type AddProduct.
Name | Description | Data Type |
---|---|---|
product | ProductInfo | |
productCountryVat | ProductCountryVatInfo | |
isMaintainStock | xml:boolean | |
isAutoClaim | xml:boolean |
The response body is of type AddProductResponse.
Name | Description | Data Type |
---|---|---|
AddProductResult | xml:int |
|