v1

latestOpenAPI 3.1.12026-07-24260246894.7 KB
Bank Ledger Transactions

Partial update bank ledger transaction

Endpoint for partially updating an existing bank ledger transaction.

patch/bank-accounts/{bank_account_id}/ledger-transactions/{id}/

Path parameters

bank_account_idstring required
idstring required

Headers

X-Wafeq-Idempotency-Keystring

Client-provided UUID to uniquely identify a request

Request body

accountstring

The account associated with this transaction.

amountnumber double

The transaction amount.

bank_accountstring

The bank account associated with this transaction.

contactstring nullable

The contact (customer or supplier) associated with this transaction, if any.

created_tsstring date-time

The timestamp in UTC when the transaction was created

datestring date

The transaction date.

descriptionstring

The transaction description.

idstring

The unique identifier of the transaction.

is_manualboolean

Indicates whether the transaction was manually entered.

legacy_idstring

[Deprecated] The legacy identifier of the transaction.

modified_tsstring date-time

The timestamp in UTC when the transaction was last modified

projectstring nullable

The project associated with this transaction, if any.

referencestring

The transaction reference or identifier.

tax_ratestring nullable

The tax rate to apply to this transaction, if any.

Response

accountstring required

The account associated with this transaction.

amountnumber double required

The transaction amount.

bank_accountstring required

The bank account associated with this transaction.

contactstring nullable

The contact (customer or supplier) associated with this transaction, if any.

created_tsstring date-time required

The timestamp in UTC when the transaction was created

datestring date required

The transaction date.

descriptionstring

The transaction description.

idstring required

The unique identifier of the transaction.

is_manualboolean required

Indicates whether the transaction was manually entered.

legacy_idstring required

[Deprecated] The legacy identifier of the transaction.

modified_tsstring date-time required

The timestamp in UTC when the transaction was last modified

projectstring nullable

The project associated with this transaction, if any.

referencestring

The transaction reference or identifier.

tax_ratestring nullable

The tax rate to apply to this transaction, if any.