Common Models

The following is an example of a Shift Type:

{
  "shiftTypeId": 12,
  "name": "Day",
  "defaultStartTime": "1900-01-01T06:00Z",
  "defaultEndTime": "1900-01-01T18:00Z"
}

Shift Type

Each Shift Type has the following properties:

PropertyTypeDescription
shiftTypeIdintRead-only; unique identifier for a Shift Type
namestringRequired; name for the Shift Type
defaultStartTimedatetimeRequired; default start time for the Shift Type
defaultEndTimedatetimeRequired; default end time for the Shift Type