POST api/CMS/scheme/ManageSchemeSubMenuContent

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
SchemeSubMenuData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SchemeSubMenuContentID": 1,
  "SchemeContentID": 2,
  "SchemeMenuName": "sample string 3",
  "SchemeSubMenuName": "sample string 4",
  "SchemeSubMenuTitle": "sample string 5",
  "SchemeSubMenuContent": "sample string 6",
  "SchemeSubMenuContentURL": "sample string 7",
  "SchemeSubMenuFilePath": "sample string 8",
  "DraftedBy": "sample string 9",
  "DraftDate": "2026-03-31T16:41:11.557284+05:30",
  "PublishedBy": "sample string 11",
  "PublishedDate": "2026-03-31T16:41:11.5729204+05:30",
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 15,
  "IPAddress": "sample string 16"
}

application/xml, text/xml

Sample:
<CMSSchemeSubMenuContentAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
  <DraftDate>2026-03-31T16:41:11.557284+05:30</DraftDate>
  <DraftedBy>sample string 9</DraftedBy>
  <IPAddress>sample string 16</IPAddress>
  <IsDraft>true</IsDraft>
  <IsPublished>true</IsPublished>
  <PublishedBy>sample string 11</PublishedBy>
  <PublishedDate>2026-03-31T16:41:11.5729204+05:30</PublishedDate>
  <SchemeContentID>2</SchemeContentID>
  <SchemeMenuName>sample string 3</SchemeMenuName>
  <SchemeSubMenuContent>sample string 6</SchemeSubMenuContent>
  <SchemeSubMenuContentID>1</SchemeSubMenuContentID>
  <SchemeSubMenuContentURL>sample string 7</SchemeSubMenuContentURL>
  <SchemeSubMenuFilePath>sample string 8</SchemeSubMenuFilePath>
  <SchemeSubMenuName>sample string 4</SchemeSubMenuName>
  <SchemeSubMenuTitle>sample string 5</SchemeSubMenuTitle>
  <ViewCount>15</ViewCount>
</CMSSchemeSubMenuContentAddModel>

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>