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": "f4bbee7b-9fe6-4062-8fb0-73ff834c4a28",
  "StartDate": "2026-04-10T04:11:16.9065325-07:00",
  "EndDate": "2026-04-10T04:11:16.9065325-07:00",
  "EventTitle": "sample string 4",
  "Details": "sample string 5",
  "Chapter": "bfe9dd0e-4e8f-4326-9000-82081b3b758b",
  "_Chapter": "sample string 7",
  "PrimaryKey": "2d682487-5f19-4e20-9725-8e78db7c1d78"
}

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>2d682487-5f19-4e20-9725-8e78db7c1d78</PrimaryKey>
  <CalendarInfo_Id>f4bbee7b-9fe6-4062-8fb0-73ff834c4a28</CalendarInfo_Id>
  <Chapter>bfe9dd0e-4e8f-4326-9000-82081b3b758b</Chapter>
  <Details>sample string 5</Details>
  <EndDate>2026-04-10T04:11:16.9065325-07:00</EndDate>
  <EventTitle>sample string 4</EventTitle>
  <StartDate>2026-04-10T04:11:16.9065325-07: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.