Skip to main content
GET
Backend-driven descriptor for the Export Invoice PDFs dialog: the type options, the default date range and the invoice cap all come from here — the frontend never hardcodes them.

Response

array
Always the three options, in order: all, electronic, manual. Each is { value, label } with a pre-localized label.
string
all
string
YYYY-MM-DD — first day of the current month
string
YYYY-MM-DD — today
integer
Maximum invoices allowed in one export (currently 100)
string
Pre-localized help text describing what the export includes

Errors