create_journal
Create balanced manual journal entries with line items. Ensure total debits equal total credits for accurate bookkeeping.
Instructions
Create a new manual journal entry. Line items must balance (total debits = total credits). Use list_accounts to find valid account_id values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_id | No | Zoho org ID (uses ZOHO_ORGANIZATION_ID env var if not provided) | |
| journal_date | Yes | Journal date (YYYY-MM-DD) | |
| reference_number | No | Reference number for the journal | |
| notes | No | Notes or memo for the journal | |
| line_items | Yes | Array of line items (min 2, must balance) |