POST api/CMS/mygovernment/ManageHODProfile
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:
{
"HODID": 1,
"DeptID": 2,
"DesigID": 3,
"HODHierarchy": 4,
"HODName": "sample string 5",
"HODDOB": "2026-03-31T16:44:17.711517+05:30",
"HODOfficePhone": "sample string 7",
"HODResidencePhone": "sample string 8",
"HODEmail": "sample string 9",
"HODPhoto": "sample string 10",
"DraftedBy": "sample string 11",
"DraftDate": "2026-03-31T16:44:17.711517+05:30",
"PublishedBy": "sample string 13",
"PublishedDate": "2026-03-31T16:44:17.711517+05:30",
"IsDraft": true,
"IsPublished": true,
"ViewCount": 17,
"IPAddress": "sample string 18"
}
application/xml, text/xml
Sample:
<CMSHODAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel"> <DeptID>2</DeptID> <DesigID>3</DesigID> <DraftDate>2026-03-31T16:44:17.711517+05:30</DraftDate> <DraftedBy>sample string 11</DraftedBy> <HODDOB>2026-03-31T16:44:17.711517+05:30</HODDOB> <HODEmail>sample string 9</HODEmail> <HODHierarchy>4</HODHierarchy> <HODID>1</HODID> <HODName>sample string 5</HODName> <HODOfficePhone>sample string 7</HODOfficePhone> <HODPhoto>sample string 10</HODPhoto> <HODResidencePhone>sample string 8</HODResidencePhone> <IPAddress>sample string 18</IPAddress> <IsDraft>true</IsDraft> <IsPublished>true</IsPublished> <PublishedBy>sample string 13</PublishedBy> <PublishedDate>2026-03-31T16:44:17.711517+05:30</PublishedDate> <ViewCount>17</ViewCount> </CMSHODAddModel>
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>