search_tickets
Find ticket and invoice IDs in FieldRoutes by filtering on customer, appointment, office, status, or date range.
Instructions
Search for tickets (invoices) and return matching IDs. Maps to POST /ticket/search. [tier: readonly-owner]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | 1: active, 0: inactive | |
| officeIDs | No | ||
| ticketIDs | No | ||
| customerIDs | No | ||
| includeData | No | ||
| extra_filters | No | ||
| appointmentIDs | No | ||
| dateCreatedEnd | No | ||
| invoiceDateEnd | No | ||
| dateCreatedStart | No | ||
| invoiceDateStart | No |