Kembali ke QuickBooks Employees
Sambungkan Knoon AI dengan QuickBooks Employees (QuickBooks) untuk mengotomatisasi alur kerja AI.
Update an existing QuickBooks employee (sparse update).
quickBooksEmployeeUpdate
Beta
Internal
Izin
Izin opsional
Tidak ada item untuk ditampilkan.
Parameter
| Nama | Tipe | Deskripsi | Wajib |
|---|---|---|---|
| employeeId | mustache | QuickBooks employee ID. | Ya |
| syncToken | mustache | Sync token from the latest employee read. | Ya |
| givenName | mustache | Optional given name. | Tidak |
| familyName | mustache | Optional family name. | Tidak |
| displayName | mustache | Optional display name. | Tidak |
| mustache | Optional email. | Tidak | |
| phone | mustache | Optional phone number. | Tidak |
| active | boolean | Optional active status. | Tidak |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Tidak |
| payloadJson | mustache | Optional full Employee JSON. If provided, it is merged with the fields above and takes precedence. | Tidak |
Pengembalian
| Nama | Tipe | Deskripsi |
|---|---|---|
| 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. |