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": "950dd714-83bc-4294-80f3-f21060a2551c",
"StartDate": "2026-02-09T03:16:30.8399777-08:00",
"EndDate": "2026-02-09T03:16:30.8399777-08:00",
"EventTitle": "sample string 4",
"Details": "sample string 5",
"Chapter": "83345ba2-701d-412b-8246-32e5a135630d",
"_Chapter": "sample string 7",
"PrimaryKey": "7621c327-200c-4221-b507-7ad0c0013547"
}
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>7621c327-200c-4221-b507-7ad0c0013547</PrimaryKey> <CalendarInfo_Id>950dd714-83bc-4294-80f3-f21060a2551c</CalendarInfo_Id> <Chapter>83345ba2-701d-412b-8246-32e5a135630d</Chapter> <Details>sample string 5</Details> <EndDate>2026-02-09T03:16:30.8399777-08:00</EndDate> <EventTitle>sample string 4</EventTitle> <StartDate>2026-02-09T03:16:30.8399777-08: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.