wafeq_bank_accounts_statement_transactions_partial_update
Partially update an existing bank statement transaction by modifying specific fields like amount, date, reference, or description while preserving the rest of the record.
Instructions
๐ก WRITE ยท updates data ยท Bank Statement Transactions ยท PATCH /bank-accounts/{bank_account_id}/statement-transactions/{id}/
Partial update bank statement transaction
Endpoint for partially updating an existing bank statement transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | 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. |