Retour à QuickBooks Accounts
Connecter Knoon AI avec QuickBooks Accounts (QuickBooks) pour automatiser les flux de travail AI.
Update an existing QuickBooks account (sparse update).
quickBooksAccountUpdate
Bêta
Interne
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| accountId | mustache | QuickBooks account ID. | Oui |
| syncToken | mustache | Sync token from the latest account read. | Oui |
| name | mustache | Optional account name. | Non |
| accountType | mustache | Optional account type. | Non |
| accountSubType | mustache | Optional account sub-type. | Non |
| description | mustache | Optional account description. | Non |
| currencyCode | mustache | Optional currency code. | Non |
| parentAccountId | mustache | Optional parent account ID. | Non |
| active | mustache | Optional active flag (true/false). | Non |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Non |
| payloadJson | mustache | Optional full Account JSON. If provided, it is merged with the fields above and takes precedence. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |






