العودة إلى QuickBooks Employees
اتصل بـ Knoon AI مع QuickBooks Employees (QuickBooks) لأتمتة تدفقات عمل الذكاء الاصطناعي.
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. |