v1

latestOpenAPI 3.0.02026-07-263403911.5 MB
Bills

Get bill information in ledger form

Get the ledger view of bills for a single customer.

get/v1/Bills/ledger

Query parameters

params.customer_idinteger

Format - int32. Identifies the customer you wish to retrieve bills for.

params.page_sizeinteger

Format - int32. Specifies which page to display (i.e. 3rd page of 50 items out of 1000 items)

params.start_indexinteger

Format - int32. Specifies the record index to start from (zero-based), ordered newest to oldest. Note: this is not the starting page (i.e. a value of 2 would start you on the third bill in the overall list and then list the next X number of bills as defined by the page_size parameter).

Response

OK

has_moreboolean

Helper for pagination. Indicates there are more records returned.

record_countinteger

Total number of records found by the search.