SalesPriceListVolumeDiscounts
Use this endpoint to get discounts in sales price lists. Price lists allow you to manage volume-based discount tiers for different items and customers.
Columns
| Name | Type | Description |
| ID [KEY] | String | Primary key |
| BasePrice | String | ID of the base price. If base price = use the standard sales price, it shows null. |
| BasePriceAmount | Double | Amount of the base price. If base price = use the standard sales price, it shows the latest item sales price. |
| Created | Datetime | Creation date |
| Creator | String | User ID of creator |
| CreatorFullName | String | Name of creator |
| Discount | Double | Discount |
| Division | Int | Division code |
| EntryMethod | Int | Indicates whether discount or the new price is leading: 1-Discount, 2-New price |
| Item | String | Item ID |
| ItemCode | String | Item code |
| ItemDescription | String | Description of the item |
| ItemGroup | String | Item group ID |
| ItemGroupCode | String | Item group code |
| ItemGroupDescription | String | Item group description |
| Modified | Datetime | Last modified date |
| Modifier | String | User ID of modifier |
| ModifierFullName | String | Name of modifier |
| NewPrice | Double | New price after discount |
| NumberOfItemsPerUnit | Double | Number of the item per unit |
| PriceListCode | String | Code of the PriceList |
| PriceListDescription | String | Description of the PriceList |
| PriceListPeriod | String | Price list period ID |
| Quantity | Double | Quantity |
| SalesUnit | String | Default sales unit of the item |
| Unit | String | Unit |
| UnitDescription | String | Description of the unit |