Get Posted Financial Invoices
machship_get_posted_invoicesRetrieve posted financial invoices within a date range. Supports pagination with up to 100 invoices per request.
Instructions
Returns posted financial invoices within an optional date range (max 100 per call).
Args:
startDate (string, optional): Start date filter (ISO 8601)
endDate (string, optional): End date filter (ISO 8601)
startIndex (number, optional): Pagination start index (default 1)
retrieveSize (number, optional): Number to retrieve (default 100, max 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | No | Start date filter (ISO 8601) | |
| endDate | No | End date filter (ISO 8601) | |
| startIndex | No | ||
| retrieveSize | No |