Zurück zu QuickBooks Accounts
Verbinde Knoon AI mit QuickBooks Accounts (QuickBooks), um KI-Workflows zu automatisieren.
Update an existing QuickBooks account (sparse update).
quickBooksAccountUpdate
Beta
Intern
Berechtigungen
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| accountId | mustache | QuickBooks account ID. | Ja |
| syncToken | mustache | Sync token from the latest account read. | Ja |
| name | mustache | Optional account name. | Nein |
| accountType | mustache | Optional account type. | Nein |
| accountSubType | mustache | Optional account sub-type. | Nein |
| description | mustache | Optional account description. | Nein |
| currencyCode | mustache | Optional currency code. | Nein |
| parentAccountId | mustache | Optional parent account ID. | Nein |
| active | mustache | Optional active flag (true/false). | Nein |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nein |
| payloadJson | mustache | Optional full Account JSON. If provided, it is merged with the fields above and takes precedence. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| 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. |






