Voltar para QuickBooks Accounts
Conectar Knoon AI com QuickBooks Accounts (QuickBooks) para automatizar fluxos de trabalho de AI.
Create a new QuickBooks account.
quickBooksAccountCreate
Beta
Interno
Permissões
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| name | mustache | Account name. | Sim |
| accountType | mustache | Account type. | Sim |
| accountSubType | mustache | Optional account sub-type. | Não |
| description | mustache | Optional account description. | Não |
| currencyCode | mustache | Optional currency code. | Não |
| parentAccountId | mustache | Optional parent account ID. | Não |
| active | mustache | Optional active flag (true/false). | Não |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Não |
| payloadJson | mustache | Optional full Account JSON. If provided, it is merged with the fields above and takes precedence. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |






