updateTransaction
Update existing Organizze transaction details like description, amount, date, and category. For recurring transactions, update all occurrences or this and future ones.
Instructions
Atualizar movimentação
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| update_all | No | Atualizar todas as ocorrências (se recorrente) | |
| update_future | No | Atualizar esta e as próximas ocorrências (se recorrente) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| date | No | ||
| paid | No | ||
| tags | No | ||
| notes | No | ||
| recurring | No | ||
| account_id | No | ||
| contact_id | No | ||
| created_at | No | ||
| updated_at | No | ||
| attachments | No | ||
| category_id | No | ||
| description | No | ||
| installment | No | ||
| account_type | No | ||
| amount_cents | No | ||
| recurrence_id | No | ||
| credit_card_id | No | ||
| attachments_count | No | ||
| oposite_account_id | No | ||
| total_installments | No | ||
| paid_credit_card_id | No | ||
| credit_card_invoice_id | No | ||
| oposite_transaction_id | No | ||
| paid_credit_card_invoice_id | No |