Πίσω στο QuickBooks Employees
Σύνδεση Knoon AI με QuickBooks Employees (QuickBooks) για αυτοματοποίηση ροών εργασίας AI.
Create a new QuickBooks employee.
quickBooksEmployeeCreate
ΒΕΤΑ
Εσωτερικό
Άδειες
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| givenName | mustache | Given name. | Ναι |
| familyName | mustache | 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. |