POST api/v1/DsdCalendar/CreateDsdCalendar
Request Information
URI Parameters
None.
Body Parameters
DsdCalendar| Name | Description | Type | Additional information |
|---|---|---|---|
| DsdCalendarID | integer |
None. |
|
| _Year | integer |
None. |
|
| _Month | integer |
None. |
|
| _Day | integer |
None. |
|
| _Hours | integer |
None. |
|
| _Action | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"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.