Zurück zu QuickBooks Accounts
Verbinde Knoon AI mit QuickBooks Accounts (QuickBooks), um KI-Workflows zu automatisieren.
Run a QuickBooks Online SQL-like query for accounts (defaults to SELECT * FROM Account).
quickBooksAccountQuery
Beta
Intern
Berechtigungen
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| query | mustache | Optional. Full QBO query to run. If omitted, the backend uses the default query for this entity. | Nein |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | 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. |






