Назад к QuickBooks Employees
Подключите Knoon AI к QuickBooks Employees (QuickBooks), чтобы автоматизировать AI рабочие процессы.
Create a new QuickBooks employee.
quickBooksEmployeeCreate
Бета
Внутренний
Разрешения
Опциональные разрешения
Нет элементов для отображения.
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| givenName | mustache | Given name. | Да |
| familyName | mustache | Family name. | Да |
| displayName | mustache | Optional display name. | Нет |
| mustache | Optional email. | Нет | |
| phone | mustache | Optional phone number. | Нет |
| active | boolean | Optional active status. | Нет |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Нет |
| payloadJson | mustache | Optional full Employee JSON. If provided, it is merged with the fields above and takes precedence. | Нет |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| 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. |