accounting_payment_terms_list
Retrieve payment terms from ServiceTitan accounting with filters by ID, date range, and sort order. Supports pagination and total count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-delimited payment term IDs (max 50) | |
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, Name, CreatedOn | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No |