Tilbake til QuickBooks Accounts
Koble til Knoon AI med QuickBooks Accounts (QuickBooks) for å automatisere AI-arbeidsflyter.
Fetch a single QuickBooks account by ID.
quickBooksAccountRead
BETA
Intern
Tillatelser
Valgfrie tillatelser
Det finnes ingen elementer å vise.
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| accountId | mustache | QuickBooks account ID. | Ja |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nei |
Returer
| 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. |






