wafeq_simplified_invoices_update
Update an existing simplified invoice by modifying its details, such as line items, status, and dates, to correct or adjust invoicing data.
Instructions
๐ก WRITE ยท updates data ยท Simplified Invoices ยท PUT /simplified-invoices/{id}/
Update simplified invoice
Endpoint for updating an existing simplified invoice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | 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. |