PriceSchedule
Represents price schedules that associate a price list with a customer or group and apply a discount percentage for pricing calculations.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the price schedule. |
| auditCreatedDateTime | Datetime | True |
The date and time when the price schedule was created. |
| auditModifiedBy | String | True |
The user who last modified the price schedule. |
| auditModifiedDateTime | Datetime | True |
The date and time when the price schedule was last modified. |
| description | String | False |
The description of this price schedule. |
| discountPercent | Decimal | False |
The discount percentage applied to prices under this price schedule. |
| entity_Href | String | True |
The URL of the entity associated with this price schedule. |
| entity_Id | String | True |
The Id of the entity associated with this price schedule. |
| entity_Key | String | True |
The system-assigned key of the entity associated with this price schedule. |
| entity_Name | String | True |
The name of the entity associated with this price schedule. |
| href | String | True |
The URL of the price schedule resource. |
| id | String | False |
The unique identifier of the price schedule record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the price schedule record. |
| priceList_Href | String | True |
The URL of the price list associated with this price schedule. |
| priceList_Id | String | False |
The Id of the price list associated with this price schedule. |
| priceList_Key | String | False |
The system-assigned key of the price list associated with this price schedule. |
| status | String | False |
The current status of the price schedule, such as active or inactive. |