wafeq_simplified_invoices_partial_update
Update an existing simplified invoice by its ID, modifying only the supplied fields such as status, notes, line items, or currency. Use this to change specific details without replacing the entire invoice.
Instructions
๐ก WRITE ยท updates data ยท Simplified Invoices ยท PATCH /simplified-invoices/{id}/
Partial update simplified invoice
Endpoint for partially updating an existing simplified 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. |