POST api/CMS/Student/AddCMSContent
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| value | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CMSContentID": 1,
"CMSContentName": "sample string 2",
"CMSContentTitle": "sample string 3",
"CMSContent": "sample string 4",
"ContentCategory": "sample string 5",
"ContentSubCategory": "sample string 6",
"DraftedBy": "sample string 7",
"DraftDate": "2026-03-31T16:45:19.9019009+05:30",
"PublishedBy": "sample string 9",
"PublishedDate": "2026-03-31T16:45:19.9019009+05:30",
"IsDraft": true,
"IsPublished": true,
"IPAddress": "sample string 13"
}
application/xml, text/xml
Sample:
<CMSContentsCustomModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel"> <CMSContent>sample string 4</CMSContent> <CMSContentID>1</CMSContentID> <CMSContentName>sample string 2</CMSContentName> <CMSContentTitle>sample string 3</CMSContentTitle> <ContentCategory>sample string 5</ContentCategory> <ContentSubCategory>sample string 6</ContentSubCategory> <DraftDate>2026-03-31T16:45:19.9019009+05:30</DraftDate> <DraftedBy>sample string 7</DraftedBy> <IPAddress>sample string 13</IPAddress> <IsDraft>true</IsDraft> <IsPublished>true</IsPublished> <PublishedBy>sample string 9</PublishedBy> <PublishedDate>2026-03-31T16:45:19.9019009+05:30</PublishedDate> </CMSContentsCustomModel>
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>