Employees
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
statusCode |
long | ✔️ | HTTP Response Status Code | 200 |
status |
String | ✔️ | HTTP Response Status | OK |
service |
String | ✔️ | Apideck ID of service provider | quickbooks |
resource |
String | ✔️ | Unified API resource name | Employees |
operation |
String | ✔️ | Operation performed | add |
data |
UnifiedId | ✔️ | A object containing a unique identifier for the resource that was created, updated, or deleted. | |
raw |
Map<String, Object> | ➖ | Raw response from the integration when raw=true query param is provided |