wafeq_credit_notes_partial_update
Update an existing credit note by modifying only specified fields. Adjust status, dates, line items, or contacts without recreating the document.
Instructions
🟡 WRITE · updates data · Credit Notes · PATCH /credit-notes/{id}/
Partial update credit note
Endpoint for partially updating an existing credit 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. |