wafeq_invoices_partial_update
Partially update an existing invoice by sending only the fields that need to change—status, line items, notes, dates, or contact—while preserving all other invoice data.
Instructions
🟡 WRITE · updates data · Invoices · PATCH /invoices/{id}/
Partial update invoice
Endpoint for partially updating an existing invoice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | Adds nested create feature | |
| idempotency_key | No | Optional idempotency key (sent as the X-Wafeq-Idempotency-Key header). A UUID v4 is generated automatically when omitted, so an automatic network retry can never duplicate this operation. Pass your own stable value to make a deliberate re-invocation safe as well. |