bills
Update existing bill.
Update existing bill.
put/v1/bills/{id}
Path parameters
idstring required
Example:123
The ID of the bill.
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Request body
Example request
{
"currency_id": "5",
"currency_code": "EUR",
"name": "Rent",
"amount_min": "123.45",
"amount_max": "123.45",
"date": "2026-08-01T00:00:00+00:00",
"end_date": "2026-08-31T23:59:59+00:00",
"extension_date": "2026-08-31T23:59:59+00:00",
"repeat_freq": "monthly",
"active": true,
"notes": "Some example notes",
"object_group_id": "5",
"object_group_title": "Example Group"
}Response
Updated bill stored, result in response
Changes
No recorded changes to this endpoint across all 1 revision of this API.