v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBbills
Update a bill
Update details about a bill line item. You can also update other bill details.
You can use the PATCH operation to modify line item details, such as amount and description. The bill line item id does not change with a PATCH operation.
patch/v3/bills/{billId}
Path parameters
billIdstring required
BILL-generated ID of the bill. The value begins with 00n.
Example:{{bill_id}}
Headers
sessionIdstring nullable
API session ID generated with /v3/login
Example:{{session_id}}
devKeystring nullable
Developer key generated with your BILL developer account
Example:{{developer_key}}
Request body
Example request
{
"billLineItems": [
{
"id": "{{bill_line_item_id01}}",
"amount": 179,
"description": "USB audio interface (amount updated)"
}
]
}Response
Update a bill response