invoices-update
invoices-updateModify existing invoice records: adjust amount, currency, date, status, and notes by specifying the invoice ID.
Instructions
Updates an invoice
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Invoice amount | |
| currency | No | Currency code | |
| invoice_date | No | Invoice date (YYYY-MM-DD) | |
| invoice_id | Yes | Invoice ID (@rid format) | |
| invoice_number | No | Invoice number | |
| month_of | No | Billing period | |
| notes | No | Notes | |
| status | No | Status: draft, sent, paid, overdue, cancelled |