search_invoices
Search customer invoices by date range, invoice number, or customer ID to retrieve specific billing records from the Tripletex accounting system.
Instructions
Search outgoing (customer) invoices by date range.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoiceDateFrom | Yes | From date inclusive (yyyy-MM-dd) | |
| invoiceDateTo | Yes | To date exclusive (yyyy-MM-dd) | |
| invoiceNumber | No | Filter by invoice number | |
| customerId | No | Filter by customer ID | |
| from | No | Pagination offset | |
| count | No | Number of results |