POST api/CMS/deptcms/ManageDeptSubMenuContent
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| DeptSubMenuData | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"DeptSubMenuContentID": 1,
"DeptContentID": 2,
"DeptSubMenuName": "sample string 3",
"DeptSubMenuTitle": "sample string 4",
"DeptSubMenuContent": "sample string 5",
"DeptSubMenuContentURL": "sample string 6",
"DeptSubMenuFilePath": "sample string 7",
"DraftedBy": "sample string 8",
"DraftDate": "2026-03-31T16:41:34.7291026+05:30",
"PublishedBy": "sample string 10",
"PublishedDate": "2026-03-31T16:41:34.7291026+05:30",
"IsDraft": true,
"IsPublished": true,
"ViewCount": 14,
"IPAddress": "sample string 15"
}
application/xml, text/xml
Sample:
<CMSDeptSubMenuContentAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel"> <DeptContentID>2</DeptContentID> <DeptSubMenuContent>sample string 5</DeptSubMenuContent> <DeptSubMenuContentID>1</DeptSubMenuContentID> <DeptSubMenuContentURL>sample string 6</DeptSubMenuContentURL> <DeptSubMenuFilePath>sample string 7</DeptSubMenuFilePath> <DeptSubMenuName>sample string 3</DeptSubMenuName> <DeptSubMenuTitle>sample string 4</DeptSubMenuTitle> <DraftDate>2026-03-31T16:41:34.7291026+05:30</DraftDate> <DraftedBy>sample string 8</DraftedBy> <IPAddress>sample string 15</IPAddress> <IsDraft>true</IsDraft> <IsPublished>true</IsPublished> <PublishedBy>sample string 10</PublishedBy> <PublishedDate>2026-03-31T16:41:34.7291026+05:30</PublishedDate> <ViewCount>14</ViewCount> </CMSDeptSubMenuContentAddModel>
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>