返回 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. |