Voltar para QuickBooks Employees
Conectar Knoon AI com QuickBooks Employees (QuickBooks) para automatizar fluxos de trabalho de AI.
Update an existing QuickBooks employee (sparse update).
quickBooksEmployeeUpdate
Beta
Interno
Permissões
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| employeeId | mustache | QuickBooks employee ID. | Sim |
| syncToken | mustache | Sync token from the latest employee read. | Sim |
| givenName | mustache | Optional given name. | Não |
| familyName | mustache | Optional family name. | Não |
| 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. |