{
    "dimensionValueIds": [
        "int32"
    ],
    "employeeId": "int32",
    "image": "byte",
    "ipAddress": "string",
    "isAdminInitiated": "boolean",
    "kioskId": "int32",
    "latitude": "double",
    "locationId": "int32",
    "longitude": "double",
    "note": "string",
    "noteVisibility": "string",
    "recordedTimeUtc": "date-time",
    "shiftConditionIds": [
        "int32"
    ],
    "utcOffset": "string",
    "workTypeId": "int32"
}
| Name | Type | Description | 
|---|---|---|
| dimensionValueIds[] | array of int32 | |
| employeeId | int32 | 
      Nullable | 
  
| image | byte | Byte[] | 
| ipAddress | string | String | 
| isAdminInitiated | boolean | Boolean | 
| kioskId | int32 | 
      Nullable | 
  
| latitude | double | 
      Nullable | 
  
| locationId | int32 | 
      Nullable | 
  
| longitude | double | 
      Nullable | 
  
| note | string | String | 
| noteVisibility | string | 
      Nullable Possible values are: 
  | 
  
| recordedTimeUtc | date-time | 
      Nullable | 
  
| shiftConditionIds[] | array of int32 | |
| utcOffset | string | 
      Nullable | 
  
| workTypeId | int32 | 
      Nullable | 
  
Powered by DapperDox