DELETE api/v1/DepartmentShifts/{departmentShiftId}

Deletes the shift

Request Information

URI Parameters

NameDescriptionTypeAdditional information
departmentShiftId

The Id of the Department Shift

integer

Required

Body Parameters

None.

Response Information

Resource Description

ApiResponseModelOfReturnMessageModel
NameDescriptionTypeAdditional information
Data

ApiResponseDataModelOfReturnMessageModel

None.

Errors

Collection of string

None.

Warnings

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "PageSize": 1,
    "Page": 2,
    "TotalPages": 3,
    "TotalResults": 4,
    "Results": {
      "Response": "sample string 1"
    }
  },
  "Errors": [
    "sample string 1",
    "sample string 2"
  ],
  "Warnings": [
    "sample string 1",
    "sample string 2"
  ]
}