Retour à QuickBooks Employees
Connecter Knoon AI avec QuickBooks Employees (QuickBooks) pour automatiser les flux de travail AI.
Update an existing QuickBooks employee (sparse update).
quickBooksEmployeeUpdate
Bêta
Interne
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| employeeId | mustache | QuickBooks employee ID. | Oui |
| syncToken | mustache | Sync token from the latest employee read. | Oui |
| givenName | mustache | Optional given name. | Non |
| familyName | mustache | Optional family name. | Non |
| displayName | mustache | Optional display name. | Non |
| mustache | Optional email. | Non | |
| phone | mustache | Optional phone number. | Non |
| active | boolean | Optional active status. | Non |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Non |
| payloadJson | mustache | Optional full Employee JSON. If provided, it is merged with the fields above and takes precedence. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |