post https://api.apicbase.com/api/v2/invoices/bulk_export/
Exports metadata from multiple invoice records as a CSV file.
The invoice records to be returned can be selected in two ways: by providing their IDs or by applying filters.
If the has_selected_all
field is not explicitly set to true, at least one of these fields must be included in the request body.
The response will have the following headers:
Content-Type: text/csv
Content-Disposition: attachment; filename="exported_invoices.csv"