Πίσω στο QuickBooks Employees
Σύνδεση Knoon AI με QuickBooks Employees (QuickBooks) για αυτοματοποίηση ροών εργασίας AI.
Update an existing QuickBooks employee (sparse update).
quickBooksEmployeeUpdate
ΒΕΤΑ
Εσωτερικό
Άδειες
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| employeeId | mustache | QuickBooks employee ID. | Ναι |
| syncToken | mustache | Sync token from the latest employee read. | Ναι |
| givenName | mustache | Optional given name. | Όχι |
| familyName | mustache | Optional family name. | Όχι |
| displayName | mustache | Optional display name. | Όχι |
| mustache | Optional email. | Όχι | |
| phone | mustache | Optional phone number. | Όχι |
| active | boolean | Optional active status. | Όχι |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Όχι |
| payloadJson | mustache | Optional full Employee JSON. If provided, it is merged with the fields above and takes precedence. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| 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. |