Takaisin QuickBooks Accounts -kohtaan
Yhdistä Knoon AI kohteen QuickBooks Accounts (QuickBooks) kanssa automatisoidaksesi AI-työnkulut.
Fetch a single QuickBooks account by ID.
quickBooksAccountRead
BETA
Sisäinen
Oikeudet
Valinnaiset oikeudet
Näytettävää kohdetta ei ole.
Parametrit
| Nimi | Tyyppi | Kuvaus | Pakollinen |
|---|---|---|---|
| accountId | mustache | QuickBooks account ID. | Kyllä |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Ei |
Palautukset
| Nimi | Tyyppi | Kuvaus |
|---|---|---|
| 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. |






