GET api/ShiftChanxes

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ShiftChangeID": 1,
  "ShiftID": 2,
  "ChangeToShiftID": 3,
  "ChangeSDate": "sample string 4",
  "ChangeEDate": "sample string 5",
  "shiftName": "sample string 6",
  "changeToShiftName": "sample string 7",
  "ShiftChangeNotes": "sample string 8"
}