Get administration invoices
Get administration invoices
Authorizations
OAuth2 access token or static API token. See Authorization for how to obtain one.
Query Parameters
Administration identifier
Whether returned invoices should be paid/unpaid
Filter invoices with book_amount_total less than or equal to the provided amount
Filter invoices with book_amount_total greater than or equal to the provided amount
Filter invoices with a comma separated list of internal ids
Filter invoices with a comma separated list of invoice numbers
Filter invoices with a comma separated list of invoice identifiers from your accounting software
Filter invoices with a comma separated list of internal debtor ids
Filter invoices with a comma separated list of debtor numbers
Filter invoices with a comma separated list of debtor identifiers from your accounting software
Filter invoices with a comma separated list of internal credit case ids
Order the list of invoices
invoice_date_asc, invoice_date_desc, due_date_asc, due_date_desc ISO8601 UTC Timestamp to filter records updated after it
JSON object defining fields to receive (e.g {"only": ["field1", {"field2": ["field3"]}]})
The record identifier after which to start the page
How many records will be returned per page, (1..500), defaults to 100
1 <= x <= 500