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