zoho_create_account
Create a new GL account in the chart of accounts. Supports sub-accounts by specifying a parent account.
Instructions
Create a GL account in the chart of accounts (guarded wrapper). Gated by ZOHO_ALLOW_WRITES.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | ||
| account_name | Yes | ||
| account_type | Yes | e.g. income, expense, other_current_asset, bank, equity, cost_of_goods_sold, accounts_receivable, accounts_payable. | |
| parent_account_id | No | Set to make this a sub-account. |