POST api/Calendar
Request Information
URI Parameters
None.
Body Parameters
CalendarInfo| Name | Description | Type | Additional 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": "f3e705c3-139c-4798-a2a6-c9ef2e535233",
"StartDate": "2026-04-10T04:10:47.842795-07:00",
"EndDate": "2026-04-10T04:10:47.842795-07:00",
"EventTitle": "sample string 4",
"Details": "sample string 5",
"Chapter": "b3d72049-8f00-4a1e-bd47-e2ba8eafdf81",
"_Chapter": "sample string 7",
"PrimaryKey": "ccefa361-8e0b-48a1-9e91-d957a5f0956b"
}
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>ccefa361-8e0b-48a1-9e91-d957a5f0956b</PrimaryKey> <CalendarInfo_Id>f3e705c3-139c-4798-a2a6-c9ef2e535233</CalendarInfo_Id> <Chapter>b3d72049-8f00-4a1e-bd47-e2ba8eafdf81</Chapter> <Details>sample string 5</Details> <EndDate>2026-04-10T04:10:47.842795-07:00</EndDate> <EventTitle>sample string 4</EventTitle> <StartDate>2026-04-10T04:10:47.842795-07:00</StartDate> <_Chapter>sample string 7</_Chapter> </CalendarInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.