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