Field Descriptions
All field names are case sensitive. Check enumerated values in the descriptions to confirm capitalisation and spacing. See field types for additional information..
| Name | Description | Required? | Field Type | Character limit | Values |
|---|---|---|---|---|---|
ProductID | The ID of the product, against which, the price point is being created. | Yes | Integer | 1704263, etc. | |
SellPriceExTax | A valid floating point value representing the Sell Price exclusive of tax | Yes | Float | 3, 3.5, 3.55, etc. | |
SellPriceTaxType | Tax type to be associated to the Sell Price. This should be the name of an existing tax type in Emersion. | No | String | Australian GST, etc. | |
| PricingBookID | The ID of the pricing book, in which, the price point needs to be stored. | No | Integer | 100219, etc. | |
| CostPriceExTax | A valid floating point value representing the Cost Price exclusive of tax | No | Float | 3, 3.5, 3.55, etc. | |
| CostPriceTaxType | Tax type to be associated to the Cost Price. This should be the name of an existing tax type in Emersion. | No | String | Australian GST, etc. | |
| MinimumQuantity | The minimum quantity, to which, this price point applies | No | Numeric | 0.4, 1, etc. | |
| MaximumQuantity | The maximum quantity, to which, this price point applies | No | Numeric | 5, 5.9, etc. | |
| SaleableFrom | The date, from which, this price becomes effective (YYYY-MM-DD) | No | Date | 2019-03-01, etc. | |
| SaleableTo | The date, till which, this price will remain effective (YYYY-MM-DD) | No | Date | 2019-03-31, etc. | |
| NotifyUponPurchase | A flag which marks to notify upon a purchase against the price point | No | Boolean | 1, 0, true, false |