wafeq_debit_notes_update
Update an existing debit note by ID, revising contact, line items, currency, date, or status to correct errors or reflect new terms.
Instructions
๐ก WRITE ยท updates data ยท Debit Notes ยท PUT /debit-notes/{id}/
Update debit note
Endpoint for updating an existing debit note.
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. |