Get list of billing statements

Get a list of billing statements for the organization. BILL generates a monthly billing invoice statement for all the billing activities in the organization.

In the request, set invoiceDateFrom and invoiceDateTo to get the billing invoice statements for the specified date range. BILL takes up to one business day for completing the billing process for a month. For example, if your organization billing begins on the 5th of a month, BILL completes the billing process by the 6th of each following month.

You can set max and page in the request only when both invoiceDateFrom and invoiceDateTo are not set. By default, you get 20 results on one page of results. Set max in your request to get up to 100 results on one page.

See Search operations with lists in the Guides section for filtering, sorting, and pagination examples.

Path Params
string
required
length ≥ 1

BILL-generated ID of the organization. The value begins with 008.

Query Params
int32 | null
1 to 100

Maximum number of results. You can set max only when both invoiceDateFrom and invoiceDateTo are not set.

string | null

Billing invoice start date. The value is in the yyyy-MM-dd format. This field is required if invoiceDateTo is set.

string | null

Billing invoice end date. The value is in the yyyy-MM-dd format. This field is required if invoiceDateFrom is set.

string | null

Next page of results. You can set page only when both invoiceDateFrom and invoiceDateTo are not set.

When a list has multiple pages, the nextPage and prevPage values in the response enable you to navigate between the pages of results. Set page as the nextPage or prevPage value for navigation.

Headers
string | null

API session ID generated with /v3/login

string | null

Developer key generated with your BILL developer account

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json