PUT api/Calendar

Request Information

URI Parameters

None.

Body Parameters

CalendarInfo
NameDescriptionTypeAdditional information
CalendarInfo_Id

globally unique identifier

None.

StartDate

date

None.

EndDate

date

None.

EventTitle

string

None.

Details

string

None.

Chapter

globally unique identifier

None.

_Chapter

string

None.

PrimaryKey

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CalendarInfo_Id": "6f1675d4-b332-4ee2-895f-a2c3c961ecea",
  "StartDate": "2026-02-09T04:33:23.8066423-08:00",
  "EndDate": "2026-02-09T04:33:23.8066423-08:00",
  "EventTitle": "sample string 4",
  "Details": "sample string 5",
  "Chapter": "613e5a6a-d94f-47a0-9676-48efda911448",
  "_Chapter": "sample string 7",
  "PrimaryKey": "483714c4-b80e-449b-a3b1-225d5973989f"
}

application/xml, text/xml

Sample:
<CalendarInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/brmcph.entity">
  <PrimaryKey>483714c4-b80e-449b-a3b1-225d5973989f</PrimaryKey>
  <CalendarInfo_Id>6f1675d4-b332-4ee2-895f-a2c3c961ecea</CalendarInfo_Id>
  <Chapter>613e5a6a-d94f-47a0-9676-48efda911448</Chapter>
  <Details>sample string 5</Details>
  <EndDate>2026-02-09T04:33:23.8066423-08:00</EndDate>
  <EventTitle>sample string 4</EventTitle>
  <StartDate>2026-02-09T04:33:23.8066423-08:00</StartDate>
  <_Chapter>sample string 7</_Chapter>
</CalendarInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.