Назад к QuickBooks Accounts
Подключите Knoon AI к QuickBooks Accounts (QuickBooks), чтобы автоматизировать AI рабочие процессы.
Create a new QuickBooks account.
quickBooksAccountCreate
Бета
Внутренний
Разрешения
Опциональные разрешения
Нет элементов для отображения.
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| name | mustache | Account name. | Да |
| accountType | mustache | Account type. | Да |
| accountSubType | mustache | Optional account sub-type. | Нет |
| description | mustache | Optional account description. | Нет |
| currencyCode | mustache | Optional currency code. | Нет |
| parentAccountId | mustache | Optional parent account ID. | Нет |
| active | mustache | Optional active flag (true/false). | Нет |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Нет |
| payloadJson | mustache | Optional full Account JSON. If provided, it is merged with the fields above and takes precedence. | Нет |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| id | string | Account ID. |
| name | string | Account name. |
| fullyQualifiedName | string | Fully qualified account name. |
| active | boolean | Whether the account is active. |
| classification | string | Account classification (if provided). |
| accountType | string | Account type. |
| accountSubType | string | Account sub-type. |
| currentBalance | number | Current balance. |
| syncToken | string | Sync token for updates. |
| currencyCode | string | Currency code. |
| parentAccountId | string | Parent account ID. |






