חזרה אל 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. |