Voltar para QuickBooks Employees
Conectar Knoon AI com QuickBooks Employees (QuickBooks) para automatizar fluxos de trabalho de AI.
Create a new QuickBooks employee.
quickBooksEmployeeCreate
Beta
Interno
Permissões
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| givenName | mustache | Given name. | Sim |
| familyName | mustache | Family name. | Sim |
| displayName | mustache | Optional display name. | Não |
| mustache | Optional email. | Não | |
| phone | mustache | Optional phone number. | Não |
| active | boolean | Optional active status. | Não |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Não |
| payloadJson | mustache | Optional full Employee JSON. If provided, it is merged with the fields above and takes precedence. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |