POST api/CMS/distcms/ManageDistrictContent

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:
{
  "DistrictContentID": 1,
  "DeptID": 2,
  "DistrictMenuName": "sample string 3",
  "DistrictMenuTitle": "sample string 4",
  "DistrictContent": "sample string 5",
  "DistrictContentURL": "sample string 6",
  "DistrictFilePath": "sample string 7",
  "HasSubMenu": true,
  "IsDefault": true,
  "IsMainContent": true,
  "IsActive": true,
  "IsNew": true,
  "DraftedBy": "sample string 13",
  "DraftDate": "2026-03-31T16:45:09.0894508+05:30",
  "PublishedBy": "sample string 15",
  "PublishedDate": "2026-03-31T16:45:09.0894508+05:30",
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 19,
  "IPAddress": "sample string 20"
}

application/xml, text/xml

Sample:
<CMSDistrictContentAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
  <DeptID>2</DeptID>
  <DistrictContent>sample string 5</DistrictContent>
  <DistrictContentID>1</DistrictContentID>
  <DistrictContentURL>sample string 6</DistrictContentURL>
  <DistrictFilePath>sample string 7</DistrictFilePath>
  <DistrictMenuName>sample string 3</DistrictMenuName>
  <DistrictMenuTitle>sample string 4</DistrictMenuTitle>
  <DraftDate>2026-03-31T16:45:09.0894508+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:45:09.0894508+05:30</PublishedDate>
  <ViewCount>19</ViewCount>
</CMSDistrictContentAddModel>

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>