POST api/Event

Request Information

URI Parameters

None.

Body Parameters

AEvent

None.

Request Formats

application/json, text/json

Sample:
{
  "Subject": "sample string 2",
  "StartDate": "2024-04-19T05:41:27.2041345+08:00",
  "EndDate": "2024-04-19T05:41:27.2041345+08:00",
  "Description": "sample string 3"
}

application/x-www-form-urlencoded

Sample:
Id=123&Subject=20480&StartDate=2016-12-5&EndDate=2016-12-9&Categories=1&Description='Programing HTML5 and CSS3'&Location=Cyberjaya

Response Information

Resource Description

AEvent

None.

Response Formats

application/json, text/json

Sample:
{
  "Subject": "sample string 2",
  "StartDate": "2024-04-19T05:41:28.0009824+08:00",
  "EndDate": "2024-04-19T05:41:28.0009824+08:00",
  "Description": "sample string 3"
}