wafeq_manual_journals_partial_update
Partially update a manual journal by modifying only the fields you need, such as date, notes, line items, or tax settings, while preserving the rest of the record.
Instructions
๐ก WRITE ยท updates data ยท Manual Journals ยท PATCH /manual-journals/{id}/
Partial update manual journal
Endpoint for partially updating an existing manual journal.
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. |