POST api/v1/DsdCalendar/CreateDsdSeason
Request Information
URI Parameters
None.
Body Parameters
DsdSeason| Name | Description | Type | Additional information |
|---|---|---|---|
| _Summer | DsdCalendar |
None. |
|
| _Winter | DsdCalendar |
None. |
Request Formats
application/json, text/json
Sample:
{
"_Summer": {
"DsdCalendarID": 1,
"_Year": 2,
"_Month": 3,
"_Day": 4,
"_Hours": 5,
"_Action": "sample string 6"
},
"_Winter": {
"DsdCalendarID": 1,
"_Year": 2,
"_Month": 3,
"_Day": 4,
"_Hours": 5,
"_Action": "sample string 6"
}
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.