Indietro a QuickBooks Accounts
Connetti Knoon AI con QuickBooks Accounts (QuickBooks) per automatizzare i flussi di lavoro AI.
Update an existing QuickBooks account (sparse update).
quickBooksAccountUpdate
Beta
Interno
Autorizzazioni
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| accountId | mustache | QuickBooks account ID. | Sì |
| syncToken | mustache | Sync token from the latest account read. | Sì |
| name | mustache | Optional account name. | No |
| accountType | mustache | Optional account type. | No |
| accountSubType | mustache | Optional account sub-type. | No |
| description | mustache | Optional account description. | No |
| currencyCode | mustache | Optional currency code. | No |
| parentAccountId | mustache | Optional parent account ID. | No |
| active | mustache | Optional active flag (true/false). | No |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | No |
| payloadJson | mustache | Optional full Account JSON. If provided, it is merged with the fields above and takes precedence. | No |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| 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. |






