entry_create
Create a new entry in Toshl Finance to record income, expense, or transfer between accounts by providing amount, currency, date, account, and category.
Instructions
Create a new entry in Toshl Finance. To create a transfer between accounts, include a transaction object with the destination account ID and currency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Entry date (YYYY-MM-DD) | |
| desc | No | Entry description | |
| tags | No | Array of tag IDs | |
| amount | Yes | Entry amount (negative for expense, positive for income) | |
| account | Yes | Account ID | |
| category | Yes | Category ID (use Transfer category ID for transfers) | |
| currency | Yes | Currency object | |
| transaction | No | Transaction object for transfers between accounts |