Atrás a QuickBooks Employees
Conectar Knoon AI con QuickBooks Employees (QuickBooks) para automatizar flujos de trabajo de AI.
Update an existing QuickBooks employee (sparse update).
quickBooksEmployeeUpdate
Beta
Interno
Permisos
Permisos opcionales
No hay elementos para mostrar.
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| employeeId | mustache | QuickBooks employee ID. | Sí |
| syncToken | mustache | Sync token from the latest employee read. | Sí |
| givenName | mustache | Optional given name. | No |
| familyName | mustache | Optional family name. | No |
| displayName | mustache | Optional display name. | No |
| mustache | Optional email. | No | |
| phone | mustache | Optional phone number. | No |
| active | boolean | Optional active status. | No |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | No |
| payloadJson | mustache | Optional full Employee JSON. If provided, it is merged with the fields above and takes precedence. | No |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| 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. |