get https://gateway.stage.bill.com/connect/v3/organizations//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.
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 pagination examples.