POST api/CMS/scheme/ManageSchemeContentWithSubMenu

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SchemeContentID": 1,
  "DeptID": 2,
  "SchemeMenuName": "sample string 3",
  "SchemeMenuTitle": "sample string 4",
  "SchemeContent": "sample string 5",
  "SchemeContentURL": "sample string 6",
  "SchemeFilePath": "sample string 7",
  "HasSubMenu": true,
  "IsDefault": true,
  "IsMainContent": true,
  "IsActive": true,
  "IsNew": true,
  "DraftedBy": "sample string 13",
  "DraftDate": "2026-03-31T16:41:13.2916357+05:30",
  "PublishedBy": "sample string 15",
  "PublishedDate": "2026-03-31T16:41:13.2916357+05:30",
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 19,
  "IPAddress": "sample string 20"
}

application/xml, text/xml

Sample:
<CMSSchemeContentWithSubMenuAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
  <DeptID>2</DeptID>
  <DraftDate>2026-03-31T16:41:13.2916357+05:30</DraftDate>
  <DraftedBy>sample string 13</DraftedBy>
  <HasSubMenu>true</HasSubMenu>
  <IPAddress>sample string 20</IPAddress>
  <IsActive>true</IsActive>
  <IsDefault>true</IsDefault>
  <IsDraft>true</IsDraft>
  <IsMainContent>true</IsMainContent>
  <IsNew>true</IsNew>
  <IsPublished>true</IsPublished>
  <PublishedBy>sample string 15</PublishedBy>
  <PublishedDate>2026-03-31T16:41:13.2916357+05:30</PublishedDate>
  <SchemeContent>sample string 5</SchemeContent>
  <SchemeContentID>1</SchemeContentID>
  <SchemeContentURL>sample string 6</SchemeContentURL>
  <SchemeFilePath>sample string 7</SchemeFilePath>
  <SchemeMenuName>sample string 3</SchemeMenuName>
  <SchemeMenuTitle>sample string 4</SchemeMenuTitle>
  <ViewCount>19</ViewCount>
</CMSSchemeContentWithSubMenuAddModel>

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>