Πίσω στο QuickBooks Accounts
Σύνδεση Knoon AI με QuickBooks Accounts (QuickBooks) για αυτοματοποίηση ροών εργασίας AI.
Update an existing QuickBooks account (sparse update).
quickBooksAccountUpdate
ΒΕΤΑ
Εσωτερικό
Άδειες
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| accountId | mustache | QuickBooks account ID. | Ναι |
| syncToken | mustache | Sync token from the latest account read. | Ναι |
| name | mustache | Optional account name. | Όχι |
| accountType | mustache | Optional account type. | Όχι |
| accountSubType | mustache | Optional account sub-type. | Όχι |
| description | mustache | Optional account description. | Όχι |
| currencyCode | mustache | Optional currency code. | Όχι |
| parentAccountId | mustache | Optional parent account ID. | Όχι |
| active | mustache | Optional active flag (true/false). | Όχι |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Όχι |
| payloadJson | mustache | Optional full Account JSON. If provided, it is merged with the fields above and takes precedence. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| 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. |






