ย้อนกลับไปยัง 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. |