SalesPriceLists
Use this endpoint to read basic information in sales price lists. Price lists allow you to manage prices for different items and customers, applied automatically to sales orders, invoices, and quotations.
Columns
| Name | Type | Description |
| ID [KEY] | String | Primary key. Price list ID |
| Code | String | Price list code |
| Created | Datetime | Creation date |
| Creator | String | User ID of creator |
| CreatorFullName | String | Name of creator |
| Currency | String | All prices in the price list are stored in this currency |
| Description | String | Price list description |
| Division | Int | Division code |
| Entity | Int | Indicates the entity (1 - Item, 2 - Item group) on which this price list is based |
| Modified | Datetime | Last modified date |
| Modifier | String | User ID of modifier |
| ModifierFullName | String | Name of modifier |
| Notes | String | Explanation or extra information can be stored in the notes |
| Type | Int | Indicates the type (1 - Customer, 2 - Standard) on which this price list applies |