Returns a discount description with discount values for the specified product and specific barcode.
The request body is of type GetDiscountDescriptionWithBarcodeAndDiscountValues.
Request Body Parameters
Name | Description | Data Type |
productId | | xml:int |
barcode | | xml:long |
discountPrice | | xml:decimal |
discountQuantity | | xml:decimal |
Overview
|
|
Sequence
| |
The response body is of type GetDiscountDescriptionWithBarcodeAndDiscountValuesResponse.
Response Body Parameters
Name | Description | Data Type |
GetDiscountDescriptionWithBarcodeAndDiscountValuesResult | | xml:string |
discountPrice | | xml:decimal |
discountQuantity | | xml:decimal |
Overview
|
|
Sequence
| |