qbo_accounts_create
Create a new account in QuickBooks Online, specifying account type and sub-type for your chart of accounts.
Instructions
Create a new Account record in QuickBooks Online.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Name | Yes | Account name (required, must be unique within parent) | |
| Active | No | Whether the account is active (inactive accounts are hidden) | |
| AcctNum | No | User-defined account number (if chart-of-accounts numbering is enabled) | |
| ParentRef | No | Parent account reference for sub-accounts, e.g. {"value": "42"} | |
| AccountType | No | High-level account type, e.g. Bank, Accounts Receivable, Income, Expense, Equity, Other Current Asset (required on create) | |
| CurrencyRef | No | Currency reference for multi-currency companies, e.g. {"value": "USD"} | |
| Description | No | Free-form description | |
| AccountSubType | No | Specific sub-type within the AccountType, e.g. Checking, SalesOfProductIncome |