Назад к QuickBooks Employees
Подключите Knoon AI к QuickBooks Employees (QuickBooks), чтобы автоматизировать AI рабочие процессы.
Run a QuickBooks Online SQL-like query for employees (defaults to SELECT * FROM Employee).
quickBooksEmployeeQuery
Бета
Внутренний
Разрешения
Опциональные разрешения
Нет элементов для отображения.
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| query | mustache | Optional. Full QBO query to run. If omitted, the backend uses the default query for this entity. | Нет |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Нет |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| 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. |