API explorer

Theme switcher

Invoices

Query Parameters

pagestring

Page number, starting at 1. Each page holds 10 invoices.

date_fromstring

Start date filter, format dd-mm-yyyy

date_tostring

End date filter, format dd-mm-yyyy.

Body Parameters

billinkIDstring Required

Billink client unique identifier

billinkUsernamestring Required

Username associated with the Billink client.

Response

200
Object

Paginated list of invoices (10 per page).

Response Attributes

master_clientobject

Show child attributes

total_invoicesnumber

Total number of invoices matching the filters.

total_pagesnumber

Total number of pages (10 invoices per page).

pagenumber

Current page number.

invoicesarray

The invoices on this page.

Show child attributes

400
Object

Missing or invalid body fields, or a date filter not matching dd-mm-yyyy.

Response Attributes

statusstring
messagestring
Was this section helpful?

POST

/

Select
1

Response

Was this section helpful?