wafeq_manual_journals_create
Post manual journal entries to Wafeq with date, line items, and notes. Use for accounting adjustments, corrections, or reclassifications that require accurate records.
Instructions
๐ก WRITE ยท creates data ยท Manual Journals ยท POST /manual-journals/
Create manual journal
Endpoint for creating a new manual journal.
Not idempotent โ calling twice creates two records. Pass idempotency_key (or let the server generate one) to make a retry safe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |