inventory_purchase_order_markups_list
Retrieve purchase order markup records from ServiceTitan inventory with filtering, sorting, and pagination options for financial tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated purchase order markup IDs (maximum 50) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, From, To, Percent | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedBefore | No | ||
| modifiedOnOrAfter | No |