POST api/ShiftDayTime/GetShiftDayTimebyUserId
Request Information
URI Parameters
None.
Body Parameters
ShiftDayTimebyUserRequest| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data, application/xml, text/xml
Sample:
Sample not available.