List Bills
Retrieve a list of Bills.
This endpoint retrieves a list of all Bills for the given Account within the specified Organization. Optional filters can be applied such as by date range, lock status, or other attributes. The list can also be paginated for easier management.
Path parameters
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
Query parameters
Specifies the maximum number of Bills to retrieve per page.
The nextToken for multi-page retrievals. It is used to fetch the next page of Bills in a paginated list.
Optional filter. An Account ID - returns the Bills for the single specified Account.
Boolean flag specifying whether to include Bills with "locked" status.
- TRUE - the list inlcudes "locked" Bills.
- FALSE - excludes "locked" Bills from the list.
Exclude Line Items
Include Bill Total
Indicates whether the Bill has passed human/manual approval.
- Pending - Bill has not yet been passed by a human reviewer.
- Approved - Bill has been approved after manual review.
Only include Bills having the given status
The specific date in ISO 8601 format for which you want to retrieve Bills.
Only include Bills with bill dates equal to or later than this date.
Only include Bills with bill dates earlier than this date.
Only include Bills with external invoice dates equal to or later than this date.
Only include Bills with external invoice dates earlier than this date.
Optional filter. The list of Bill IDs to retrieve.
List Bill entities by the bill job that last calculated them.
Comma separated list of additional fields.
Response
Returns the requested list of Bills
Example response
{
"data": [
{
"timezone": "UTC",
"currencyConversions": [
{
"from": "EUR",
"to": "USD",
"multiplier": 1.12
}
]
}
]
}Changes
Changed in 3 of the 10 revisions of this API.237
- ●
added the new
AD_HOCenum value to thedata/items/lineItems/items/lineItemTyperesponse property for the response status200response-property-enum-value-added
- ○
added the new optional
queryrequest parameterbillJobIdnew-optional-request-parameter
- ○
added the optional property
data/items/statementStaleto the response with the200statusresponse-optional-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the response's body type/format changed from
/toobject/for status200response-body-type-changed
- ○
added the new optional
queryrequest parameteradditionalnew-optional-request-parameter
- ○
added the optional property
datato the response with the200statusresponse-optional-property-added
- ○
added the optional property
nextTokento the response with the200statusresponse-optional-property-added
This revision also has 53 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response's body type/format changed from
object/to/for status200response-body-type-changed
- ●
removed the optional property
datafrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
nextTokenfrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional
queryrequest parameterexcludeLineItemsnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterincludeBillTotalnew-optional-request-parameter
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲