Takaisin QuickBooks Employees -kohtaan
Yhdistä Knoon AI kohteen QuickBooks Employees (QuickBooks) kanssa automatisoidaksesi AI-työnkulut.
Run a QuickBooks Online SQL-like query for employees (defaults to SELECT * FROM Employee).
quickBooksEmployeeQuery
BETA
Sisäinen
Oikeudet
Valinnaiset oikeudet
Näytettävää kohdetta ei ole.
Parametrit
| Nimi | Tyyppi | Kuvaus | Pakollinen |
|---|---|---|---|
| query | mustache | Optional. Full QBO query to run. If omitted, the backend uses the default query for this entity. | Ei |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Ei |
Palautukset
| Nimi | Tyyppi | Kuvaus |
|---|---|---|
| id | string | Employee ID. |
| displayName | string | Display name. |
| givenName | string | Given name. |
| familyName | string | Family name. |
| primaryEmail | string | Primary email. |
| phone | string | Primary phone. |
| active | boolean | Whether the employee is active. |
| syncToken | string | Sync token for updates. |