createAccount
Create a bank account in Organizze with name, account type, and optional description. Mark it as default to use for new transactions.
Instructions
Criar conta bancária
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type | Yes | ||
| default | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| kind | No | ||
| name | No | ||
| type | No | ||
| balance | No | ||
| default | No | ||
| archived | No | ||
| created_at | No | ||
| updated_at | No | ||
| description | No | ||
| institution_id | No | ||
| institution_name | No |