Bill
Retrieves the collection of Bill resources.
Retrieves the collection of Bill resources.
get/bills
Query parameters
pageinteger
The collection page number
itemsPerPageinteger
The number of items per page
Response
Bill collection
Example response
[
{
"id": "quickbooks-345",
"integration": "quickbooks",
"vendorId": "15",
"vendorName": "Acme Corp",
"currency": "USD",
"balance": 70000,
"txnDate": "2021-05-12",
"totalAmount": 550000,
"apAccountId": "15",
"apAccountName": "Accounts Payable",
"modified": "2013-12-18T02:17:40.080Z",
"created": "2013-11-18T02:17:40.080Z",
"srcId": "GH2JK-67283H-YW82KHX-2883KK-KS78S",
"status": "Paid",
"identifier": "4560",
"referenceNumber": "1234",
"dueDate": "2021-05-30",
"subtotal": 65000,
"taxAmount": 12000
}
]