Tilbage til QuickBooks Employees
Forbind Knoon AI med QuickBooks Employees (QuickBooks) for at automatisere AI-arbejdsgange.
Update an existing QuickBooks employee (sparse update).
quickBooksEmployeeUpdate
BETA
Internt
Tilladelser
Valgfrie tilladelser
Der er ingen elementer at vise.
Parametre
| Navn | Type | Beskrivelse | Obligatorisk |
|---|---|---|---|
| employeeId | mustache | QuickBooks employee ID. | Ja |
| syncToken | mustache | Sync token from the latest employee read. | Ja |
| givenName | mustache | Optional given name. | Nej |
| familyName | mustache | Optional family name. | Nej |
| displayName | mustache | Optional display name. | Nej |
| mustache | Optional email. | Nej | |
| phone | mustache | Optional phone number. | Nej |
| active | boolean | Optional active status. | Nej |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nej |
| payloadJson | mustache | Optional full Employee JSON. If provided, it is merged with the fields above and takes precedence. | Nej |
Retur
| Navn | Type | Beskrivelse |
|---|---|---|
| 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. |