POST api/CMS/ExamNotice/ManageExamNotice

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
data
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ExamNoticeID": 1,
  "ExamNoticeDate": "2026-03-31T16:43:45.9127646+05:30",
  "ExamNoticeTitle": "sample string 3",
  "ExamNoticeContent": "sample string 4",
  "ExamNoticeDocumentPath": "sample string 5",
  "IsNew": true,
  "DraftedBy": "sample string 7",
  "DraftDate": "2026-03-31T16:43:45.9127646+05:30",
  "PublishedBy": "sample string 9",
  "PublishedDate": "2026-03-31T16:43:45.9127646+05:30",
  "IsDraft": true,
  "IsPublished": true,
  "IPAddress": "sample string 13"
}

application/xml, text/xml

Sample:
<CMSExamNoticeAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
  <DraftDate>2026-03-31T16:43:45.9127646+05:30</DraftDate>
  <DraftedBy>sample string 7</DraftedBy>
  <ExamNoticeContent>sample string 4</ExamNoticeContent>
  <ExamNoticeDate>2026-03-31T16:43:45.9127646+05:30</ExamNoticeDate>
  <ExamNoticeDocumentPath>sample string 5</ExamNoticeDocumentPath>
  <ExamNoticeID>1</ExamNoticeID>
  <ExamNoticeTitle>sample string 3</ExamNoticeTitle>
  <IPAddress>sample string 13</IPAddress>
  <IsDraft>true</IsDraft>
  <IsNew>true</IsNew>
  <IsPublished>true</IsPublished>
  <PublishedBy>sample string 9</PublishedBy>
  <PublishedDate>2026-03-31T16:43:45.9127646+05:30</PublishedDate>
</CMSExamNoticeAddModel>

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>