POST api/v1/DsdCalendar/CreateDsdCalendar

Request Information

URI Parameters

None.

Body Parameters

DsdCalendar
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.