POST api/ShiftDayTime/GetShiftDayTimebyUserId

Request Information

URI Parameters

None.

Body Parameters

ShiftDayTimebyUserRequest
NameDescriptionTypeAdditional information
Month

integer

None.

Year

integer

None.

Mode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Month": 1,
  "Year": 1,
  "Mode": "sample string 1"
}

multipart/form-data

Sample:
{"Month":1,"Year":1,"Mode":"sample string 1"}

application/xml, text/xml

Sample:
<ShiftDayTimebyUserRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScrupUpBusinessModel.DTO">
  <Mode>sample string 1</Mode>
  <Month>1</Month>
  <Year>1</Year>
</ShiftDayTimebyUserRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ShiftDayTimebyUserRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, multipart/form-data, application/xml, text/xml

Sample:

Sample not available.