POST api/CMS/Committeecms/ManageCommitteeProfile
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| profileData | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CommContentID": 1,
"CommMenuName": "sample string 2",
"CommMenuTitle": "sample string 3",
"CommContent": "sample string 4",
"CommContentURL": "sample string 5",
"CommFilePath": "sample string 6",
"IsActive": true,
"IsNew": true,
"DraftedBy": "sample string 9",
"DraftDate": "2026-03-31T16:41:13.0259877+05:30",
"PublishedBy": "sample string 11",
"PublishedDate": "2026-03-31T16:41:13.0259877+05:30",
"IsDraft": true,
"IsPublished": true,
"ViewCount": 15,
"IPAddress": "sample string 16"
}
application/xml, text/xml
Sample:
<CMSCommContentAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel"> <CommContent>sample string 4</CommContent> <CommContentID>1</CommContentID> <CommContentURL>sample string 5</CommContentURL> <CommFilePath>sample string 6</CommFilePath> <CommMenuName>sample string 2</CommMenuName> <CommMenuTitle>sample string 3</CommMenuTitle> <DraftDate>2026-03-31T16:41:13.0259877+05:30</DraftDate> <DraftedBy>sample string 9</DraftedBy> <IPAddress>sample string 16</IPAddress> <IsActive>true</IsActive> <IsDraft>true</IsDraft> <IsNew>true</IsNew> <IsPublished>true</IsPublished> <PublishedBy>sample string 11</PublishedBy> <PublishedDate>2026-03-31T16:41:13.0259877+05:30</PublishedDate> <ViewCount>15</ViewCount> </CMSCommContentAddModel>
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>