QuickBooks Employees öğesine geri dön
Knoon AI'yi QuickBooks Employees (QuickBooks) ile bağlayarak AI iş akışlarını otomatikleştirin.
Update an existing QuickBooks employee (sparse update).
quickBooksEmployeeUpdate
BETA
Dahili
İzinler
İsteğe bağlı izinler
Gösterilecek öğe yok.
Parametreler
| İsim | Tür | Açıklama | Gerekli |
|---|---|---|---|
| employeeId | mustache | QuickBooks employee ID. | Evet |
| syncToken | mustache | Sync token from the latest employee read. | Evet |
| givenName | mustache | Optional given name. | Hayır |
| familyName | mustache | Optional family name. | Hayır |
| displayName | mustache | Optional display name. | Hayır |
| mustache | Optional email. | Hayır | |
| phone | mustache | Optional phone number. | Hayır |
| active | boolean | Optional active status. | Hayır |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Hayır |
| payloadJson | mustache | Optional full Employee JSON. If provided, it is merged with the fields above and takes precedence. | Hayır |
İadeler
| İsim | Tür | Açıklama |
|---|---|---|
| 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. |