Bill
Replaces the Bill resource.
Replaces the Bill resource.
put/bills/{id}
Path parameters
idstring required
Resource identifier
Request body
Example request
{
"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
}Response
Bill resource updated
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
}