PriceListItem - accountsIQ/API-Wiki GitHub Wiki
A price list item specifies the customer to which the special pricing applies, the date range for which it is valid and the quantity range for which it is valid. It can specify either a discount rate or a fixed rebate.
PriceListItem members
Name | Type | Description | Constraints |
---|---|---|---|
AccountID | String | Get/Set the customer account identifier for which the item is applicable. |
|
AuthorUserID | String | Get the identifier of the user who created the price list item. | |
CreationDate | DateTime | Get the date at which the item was created. | |
DateRangeEnd | DateTime | Get/Set the end of the date range during which the special price is applicable | |
DateRangeStart | DateTime | Get/Set the start of the date range during which the special price is applicable | |
DiscountRate | Decimal | Get/Set the discount rate applicable. |
|
ItemPrice | Decimal | Get/Set the item price applicable. | |
IsActive | Boolean | Get/Set a flag indicating whether the entry is active and applicable or not. | |
LastModifiedDate | DateTime | Get the date at which the entry was last modified. | |
PriceListItemID | String | Get the price list item identifier. |
|
StockItemID | String | Get/Set the stock item identifier for which the special pricing is applicable |
|
QuantityFrom | Decimal | Get/Set the lower bound of the quantity range for which the special pricing is available. |