accounting_gl_accounts_create
Create new general ledger accounts in ServiceTitan by specifying account name, number, type, and subtype for accurate financial tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | GL account name | |
| number | Yes | GL account number | |
| description | No | GL account description | |
| type | Yes | GL account type | |
| subtype | Yes | GL account subtype | |
| active | No | Whether account is active | |
| isIntacctGroup | No | Whether this is an Intacct group account | |
| isIntacctBankAccount | No | Whether this is an Intacct bank account | |
| _confirmed | No | Set to true to confirm this write operation |