PriceList - accountsIQ/API-Wiki GitHub Wiki
A price list is used to create special pricing for some customers. The prices can be adapted by date and by range of quantity invoiced.
PriceList members
| Name | Type | Description | Constraints |
|---|---|---|---|
| AuthorUserID | String | Get identifier of the user who created the price list. | |
| CreationDate | DateTime | Get the price list creation date. | |
| Description | String | Get/Set the description of a price list. |
|
| Items | PriceListItem[] | Get/Set the list of price list items. | |
| PriceListID | String | Get the price list identifier. |
|