Download All Invoice PDFs in a Date Range This endpoint downloads all invoice PDFs whose confirmation date falls within a specified range. Generates a downloadable file (such as a ZIP archive) containing the PDF files for all invoices whose dateutc_confirmation falls within the specified date range and file_type='INVOICEPDF'
Request Information
URI Parameters :
None.
Body Parameters :
JSON object containing the date range. Required fields: date_from (string, required) - Start of the confirmation date range (inclusive). Example: 2025-01-01. date_to (string, required) - End of the confirmation date range (inclusive). Example: 2025-12-31
Collection of ObjectNone.
Response Information
Resource Description :
Binary content of an archive file containing all matching invoice PDFs
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version | ||
| Content | HttpContent | ||
| StatusCode | HttpStatusCode | ||
| ReasonPhrase | string | ||
| Headers | Collection of Object | ||
| RequestMessage | HttpRequestMessage | ||
| IsSuccessStatusCode | boolean |