pricebook_discounts_fees_list
Retrieve a list of pricebook discounts and fees with filtering by active status, IDs, and date ranges for efficient management.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated IDs (max 50) | |
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, Code, DisplayName, CreatedOn, ModifiedOn, Price, MemberPrice, AddOnPrice, AddOnMemberPrice, MaterialsCost, PrimaryVendor, Cost, Manufacturer, Priority | |
| active | No | Filter by active status | True |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| externalDataKey | No | External data key filter | |
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No | ||
| externalDataValues | No | External data values filter | |
| externalDataApplicationGuid | No | External data application GUID |