v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBrecurringbills
Update a recurring bill
Update details about a recurring bill line item. You can also update other recurring bill details.
You can use the PATCH operation to modify line item details, such as amount and description. The recurring bill line item id does not change with a PATCH operation.
When a recurring bill is modified, all future bills are automatically changed.
patch/v3/recurringbills/{recurringBillId}
Path parameters
recurringBillIdstring required
BILL-generated ID of the recurring bill. The value begins with btp.
Example:{{recurring_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
{
"recurringBillLineItems": [
{
"id": "{{recurring_bill_line_item_id01}}",
"amount": 22.99,
"description": "Monthly subscription (amount updated)",
"quantity": 1
}
]
}Response
Update a recurring bill response