Voltar para QuickBooks Accounts
Conectar Knoon AI com QuickBooks Accounts (QuickBooks) para automatizar fluxos de trabalho de AI.
Update an existing QuickBooks account (sparse update).
quickBooksAccountUpdate
Beta
Interno
Permissões
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| accountId | mustache | QuickBooks account ID. | Sim |
| syncToken | mustache | Sync token from the latest account read. | Sim |
| name | mustache | Optional account name. | Não |
| accountType | mustache | Optional account type. | Não |
| 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. |






