createAccount
createAccountCreate a new General Ledger account with name, category, and optional description and custom data for your accounting system.
Instructions
Create a new accounting (GL) account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the account. | |
| account_category | Yes | Category of account. Valid values: 'Assets', 'Liabilities', 'Equity', 'Income', 'Expenses'. | |
| description | No | Description of the account. | |
| custom_data | No | Custom data object for the account. | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |