PriceListEntry
Represents individual entries within a price list, defining item pricing by value type, quantity range, effective dates, and optional employee or product line filters.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the price list entry. |
| auditCreatedDateTime | Datetime | True |
The date and time when the price list entry was created. |
| auditModifiedBy | String | True |
The user who last modified the price list entry. |
| auditModifiedDateTime | Datetime | True |
The date and time when the price list entry was last modified. |
| currency | String | False |
The currency used for this price list entry. |
| employee_Href | String | True |
The URL of the employee associated with this price list entry. |
| employee_Id | String | False |
The Id of the employee associated with this price list entry. |
| employee_Key | String | False |
The system-assigned key of the employee associated with this price list entry. |
| endDate | Date | False |
The date on which this price list entry expires. |
| href | String | True |
The URL of the price list entry resource. |
| id | String | True |
The unique identifier of the price list entry record. |
| isFixedPrice | Bool | False |
Indicates whether the price for this entry is fixed and cannot be overridden on transactions. |
| item_Href | String | True |
The URL of the item associated with this price list entry. |
| item_Id | String | False |
The Id of the item associated with this price list entry. |
| item_Key | String | False |
The system-assigned key of the item associated with this price list entry. |
| item_Name | String | False |
The name of the item associated with this price list entry. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the price list entry record. |
| maximumQuantity | Decimal | False |
The maximum quantity for which this price list entry applies. |
| minimumQuantity | Decimal | False |
The minimum quantity for which this price list entry applies. |
| priceList_Href | String | True |
The URL of the price list associated with this entry. |
| priceList_Id | String | False |
The Id of the price list associated with this entry. |
| priceList_Key | String | False |
The system-assigned key of the price list associated with this entry. |
| productLine_Href | String | True |
The URL of the product line associated with this price list entry. |
| productLine_Id | String | False |
The Id of the product line associated with this price list entry. |
| productLine_Key | String | False |
The system-assigned key of the product line associated with this price list entry. |
| startDate | Date | False |
The date on which this price list entry becomes effective. |
| status | String | False |
The current status of the price list entry, such as active or inactive. |
| value | Decimal | False |
The price value for this price list entry. |
| valueType | String | False |
The type of price value for this entry, such as fixed amount or percentage. |