Retour à QuickBooks Employees
Connecter Knoon AI avec QuickBooks Employees (QuickBooks) pour automatiser les flux de travail AI.
Create a new QuickBooks employee.
quickBooksEmployeeCreate
Bêta
Interne
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| givenName | mustache | Given name. | Oui |
| familyName | mustache | Family name. | Oui |
| 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. |