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": "9170f553-82d3-422d-83c2-08f9c0c031f9",
  "StartDate": "2026-02-09T03:17:37.156654-08:00",
  "EndDate": "2026-02-09T03:17:37.156654-08:00",
  "EventTitle": "sample string 4",
  "Details": "sample string 5",
  "Chapter": "19adc034-0a81-491e-a1df-8d2bc17ad820",
  "_Chapter": "sample string 7",
  "PrimaryKey": "b34de595-b004-4969-b540-fe8620ad6e30"
}

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>b34de595-b004-4969-b540-fe8620ad6e30</PrimaryKey>
  <CalendarInfo_Id>9170f553-82d3-422d-83c2-08f9c0c031f9</CalendarInfo_Id>
  <Chapter>19adc034-0a81-491e-a1df-8d2bc17ad820</Chapter>
  <Details>sample string 5</Details>
  <EndDate>2026-02-09T03:17:37.156654-08:00</EndDate>
  <EventTitle>sample string 4</EventTitle>
  <StartDate>2026-02-09T03:17:37.156654-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.