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": "2d56fdb6-7bf8-4b4b-ab2f-e74603555335",
"StartDate": "2026-08-08T02:00:27.0608292-07:00",
"EndDate": "2026-08-08T02:00:27.0608292-07:00",
"EventTitle": "sample string 4",
"Details": "sample string 5",
"Chapter": "a9365f66-8990-497f-9eb4-2ac663bc1899",
"_Chapter": "sample string 7",
"PrimaryKey": "00f6a1e7-112c-4d73-a781-5a9817e6a540"
}
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>00f6a1e7-112c-4d73-a781-5a9817e6a540</PrimaryKey> <CalendarInfo_Id>2d56fdb6-7bf8-4b4b-ab2f-e74603555335</CalendarInfo_Id> <Chapter>a9365f66-8990-497f-9eb4-2ac663bc1899</Chapter> <Details>sample string 5</Details> <EndDate>2026-08-08T02:00:27.0608292-07:00</EndDate> <EventTitle>sample string 4</EventTitle> <StartDate>2026-08-08T02:00:27.0608292-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.