POST api/ShiftChanxes
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| shiftChanxM | No documentation available. |
Define this parameter in the request body. |
Request 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"
}
application/x-www-form-urlencoded
Sample:
Sample not 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"
}