Tilbage til QuickBooks Accounts
Forbind Knoon AI med QuickBooks Accounts (QuickBooks) for at automatisere AI-arbejdsgange.
Update an existing QuickBooks account (sparse update).
quickBooksAccountUpdate
BETA
Internt
Tilladelser
Valgfrie tilladelser
Der er ingen elementer at vise.
Parametre
| Navn | Type | Beskrivelse | Obligatorisk |
|---|---|---|---|
| accountId | mustache | QuickBooks account ID. | Ja |
| syncToken | mustache | Sync token from the latest account read. | Ja |
| name | mustache | Optional account name. | Nej |
| accountType | mustache | Optional account type. | Nej |
| accountSubType | mustache | Optional account sub-type. | Nej |
| description | mustache | Optional account description. | Nej |
| currencyCode | mustache | Optional currency code. | Nej |
| parentAccountId | mustache | Optional parent account ID. | Nej |
| active | mustache | Optional active flag (true/false). | Nej |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nej |
| payloadJson | mustache | Optional full Account JSON. If provided, it is merged with the fields above and takes precedence. | Nej |
Retur
| Navn | Type | Beskrivelse |
|---|---|---|
| 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. |






