SalesPriceListPeriods
Use this endpoint to retrieve the validity periods in price lists. Price lists allow you to manage prices in different periods, with different items or discounts for each period.
Columns
| Name | Type | Description |
| ID [KEY] | String | Primary key. Price list period ID |
| 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 |
| Division | Int | Division code |
| EndDate | Datetime | Date when the price list should become inactive |
| Modified | Datetime | Last modified date |
| Modifier | String | User ID of modifier |
| ModifierFullName | String | Name of modifier |
| PriceList | String | Price list ID |
| StartDate | Datetime | Date for the price list start activate |
| Type | Int | Indicate the type of price list : 1-Basic, 2-Special offer |