wafeq_debit_notes_partial_update
Update selected fields of an existing Wafeq debit note, such as status, line items, currency, or notes, without replacing the whole document.
Instructions
๐ก WRITE ยท updates data ยท Debit Notes ยท PATCH /debit-notes/{id}/
Partial update debit note
Endpoint for partially updating an existing debit note.
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. |