Update transaction
update_transactionUpdate a transaction by id. To update several transactions at once, prefer update_transactions_bulk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ID of the transaction, only required for updates | |
| date | No | Transaction date | |
| notes | No | Additional notes about the transaction | |
| value | No | Transaction amount in the base currency | |
| ignored | No | Whether to ignore this transaction in reports | |
| description | No | Description of the transaction | |
| basecurrency | No | The base currency of the business | |
| debitjournal | No | ID of the account to debit | |
| exchangerate | No | Exchange rate if transaction currency differs from base currency | |
| creditjournal | No | ID of the account to credit | |
| transactioncurrency | No | The currency of the transaction if different from base currency |