POST api/CMS/scheme/ManageScheme

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:
{
  "SchemeID": 1,
  "SchemeName": "sample string 2",
  "DeptID": 3,
  "SchemeContent": "sample string 4",
  "SchemeFilePath": "sample string 5",
  "DraftedBy": "sample string 6",
  "DraftDate": "2026-03-31T16:41:31.8697144+05:30",
  "PublishedBy": "sample string 8",
  "PublishedDate": "2026-03-31T16:41:31.8697144+05:30",
  "IsNew": true,
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 13,
  "IPAddress": "sample string 14"
}

application/xml, text/xml

Sample:
<CMSSchemeAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
  <DeptID>3</DeptID>
  <DraftDate>2026-03-31T16:41:31.8697144+05:30</DraftDate>
  <DraftedBy>sample string 6</DraftedBy>
  <IPAddress>sample string 14</IPAddress>
  <IsDraft>true</IsDraft>
  <IsNew>true</IsNew>
  <IsPublished>true</IsPublished>
  <PublishedBy>sample string 8</PublishedBy>
  <PublishedDate>2026-03-31T16:41:31.8697144+05:30</PublishedDate>
  <SchemeContent>sample string 4</SchemeContent>
  <SchemeFilePath>sample string 5</SchemeFilePath>
  <SchemeID>1</SchemeID>
  <SchemeName>sample string 2</SchemeName>
  <ViewCount>13</ViewCount>
</CMSSchemeAddModel>

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>