Closed remvee closed 8 years ago
Return all invoices in reverse chronological order at /invoices in the following JSON format:
[{"number": "2016000001", "finalized_at": "2016-01-01 00:00:00 +0100"}, ...]
Optionally filter with (a combination of) the follow parameters:
by_account_id
finalized_before
finalized_after
Return all invoices in reverse chronological order at /invoices in the following JSON format:
Optionally filter with (a combination of) the follow parameters:
by_account_id
: customer account identifierfinalized_before
: finalized before given timestampfinalized_after
: finalized after given timestamp