createTransaction
Creates financial transactions in Organizze, whether simple, recurring, or paid in installments, with details for amount, date, account, and category.
Instructions
Cria movimentações simples, recorrentes (fixas) ou parceladas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| paid | No | ||
| tags | No | ||
| notes | No | ||
| account_id | Yes | ||
| category_id | Yes | ||
| description | Yes | ||
| amount_cents | Yes | ||
| recurrence_attributes | No | ||
| installments_attributes | No |
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 |