POST api/CMS/event/ManageEvent
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| data | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"EventID": 1,
"EventTitle": "sample string 2",
"EventDate": "2026-03-31T16:41:10.2290915+05:30",
"EventContent": "sample string 4",
"EventImagePath": "sample string 5",
"EventDocumentFilePath": "sample string 6",
"IsPopUp": true,
"IsNew": true,
"DraftedBy": "sample string 9",
"DraftDate": "2026-03-31T16:41:10.2290915+05:30",
"PublishedBy": "sample string 11",
"PublishedDate": "2026-03-31T16:41:10.2290915+05:30",
"IsDraft": true,
"IsPublished": true,
"IPAddress": "sample string 15"
}
application/xml, text/xml
Sample:
<CMSEventAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel"> <DraftDate>2026-03-31T16:41:10.2290915+05:30</DraftDate> <DraftedBy>sample string 9</DraftedBy> <EventContent>sample string 4</EventContent> <EventDate>2026-03-31T16:41:10.2290915+05:30</EventDate> <EventDocumentFilePath>sample string 6</EventDocumentFilePath> <EventID>1</EventID> <EventImagePath>sample string 5</EventImagePath> <EventTitle>sample string 2</EventTitle> <IPAddress>sample string 15</IPAddress> <IsDraft>true</IsDraft> <IsNew>true</IsNew> <IsPopUp>true</IsPopUp> <IsPublished>true</IsPublished> <PublishedBy>sample string 11</PublishedBy> <PublishedDate>2026-03-31T16:41:10.2290915+05:30</PublishedDate> </CMSEventAddModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>