update_bill
Update specific fields on an existing bill. Modify issue date, due date, or notes without altering other information.
Instructions
Update fields on an existing bill. Only provided fields are changed (PATCH semantics).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The Elorus bill ID to update | |
| date | No | Bill issue date in YYYY-MM-DD format | |
| notes | No | Internal notes | |
| due_date | No | Payment due date in YYYY-MM-DD format |