Update a Bill
Scopes: bill:update
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The id of the business
"biz_GA6EG2qFxA97NZHtxeLPUy"
The id of the bill
"bil_WQMDNUHpBThYSNh4AprDBo"
Body
The new number of the bill
"BILL-002"
The new description of the bill
"Updated office supplies"
The new due date of the bill in ISO-8601 format
"2025-03-01T00:00:00Z"
The new issued date of the bill in ISO-8601 format
"2025-01-20T00:00:00Z"
The new status of the bill
open, paid, voided "open"
The changes to the lines of the bill
Inline tag input to merge into the bill's tags. Each key is a tag field name that must already exist. A string upserts a single value and replaces all current values for that field. A list of {value, amount} objects replaces all current values for the field with the supplied set. A null (or empty list) removes all of the bill's values for that field. Fields not mentioned are left untouched. Per-field amounts follow the default rules (single value -> bill total; N values without amounts -> bill total / N; mixed is rejected) and the per-field sum must not exceed the bill total.
{ "Location": "NYC" }Response
Successful Response