POST api/CMS/deptcms/ManageDeptContentWithSubMenu

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
profileData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "DeptContentID": 1,
  "DeptID": 2,
  "DeptMenuName": "sample string 3",
  "DeptMenuTitle": "sample string 4",
  "DeptContent": "sample string 5",
  "DeptContentURL": "sample string 6",
  "DeptFilePath": "sample string 7",
  "HasSubMenu": true,
  "IsDefault": true,
  "IsMainContent": true,
  "IsActive": true,
  "IsNew": true,
  "DraftedBy": "sample string 13",
  "DraftDate": "2026-03-31T16:41:10.8540903+05:30",
  "PublishedBy": "sample string 15",
  "PublishedDate": "2026-03-31T16:41:10.8540903+05:30",
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 19,
  "IPAddress": "sample string 20"
}

application/xml, text/xml

Sample:
<CMSDeptContentWithSubMenuAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
  <DeptContent>sample string 5</DeptContent>
  <DeptContentID>1</DeptContentID>
  <DeptContentURL>sample string 6</DeptContentURL>
  <DeptFilePath>sample string 7</DeptFilePath>
  <DeptID>2</DeptID>
  <DeptMenuName>sample string 3</DeptMenuName>
  <DeptMenuTitle>sample string 4</DeptMenuTitle>
  <DraftDate>2026-03-31T16:41:10.8540903+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:10.8540903+05:30</PublishedDate>
  <ViewCount>19</ViewCount>
</CMSDeptContentWithSubMenuAddModel>

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>