wafeq_manual_journals_update
Update an existing Wafeq manual journal by ID, providing revised fields such as date, notes, and line items.
Instructions
๐ก WRITE ยท updates data ยท Manual Journals ยท PUT /manual-journals/{id}/
Update manual journal
Endpoint for updating an existing manual journal.
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. |