wafeq_bank_accounts_ledger_transactions_update
Update an existing bank ledger transaction using its bank account ID and transaction ID, providing new amount, date, account, and optional contact, project, tax, or reference details.
Instructions
๐ก WRITE ยท updates data ยท Bank Ledger Transactions ยท PUT /bank-accounts/{bank_account_id}/ledger-transactions/{id}/
Update bank ledger transaction
Endpoint for updating an existing bank ledger transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | A ModelSerializer that takes additional arguments for "fields", "omit" and "expand" in order to control which fields are displayed, and whether to replace simple values with complex, nested serializations | |
| bank_account_id | Yes | ||
| 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. |