wafeq_credit_notes_update
Update an existing credit note by adjusting contact, line items, dates, currency, status, notes, or other fields. Correct errors and keep Wafeq financial records accurate.
Instructions
๐ก WRITE ยท updates data ยท Credit Notes ยท PUT /credit-notes/{id}/
Update credit note
Endpoint for updating an existing credit 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. |