update_journal
Modify an existing journal entry by updating its date, reference, notes, or line items. Ensures line items remain balanced after changes.
Instructions
Update an existing journal entry. Can update date, reference, notes, and line items. Line items must still balance after update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_id | No | Zoho org ID (uses ZOHO_ORGANIZATION_ID env var if not provided) | |
| journal_id | Yes | Journal ID to update | |
| journal_date | No | New journal date (YYYY-MM-DD) | |
| reference_number | No | New reference number | |
| notes | No | New notes | |
| line_items | No | New line items (replaces existing) |