POST api/CMS/mygovernment/AddGovHCMProfile

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
profile
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "GovHCMID": 1,
  "GovHCMName": "sample string 2",
  "GovHCMDOB": "2026-03-31T16:42:25.7391311+05:30",
  "GovHCMSpouse": "sample string 4",
  "GovHCMBirthPlace": "sample string 5",
  "GovHCMEducation": "sample string 6",
  "GovHCMOfficePhone": "sample string 7",
  "GovHCMResidencePhone": "sample string 8",
  "GovHCMEmail": "sample string 9",
  "GovHCMContent": "sample string 10",
  "PhotoThumbPath": "sample string 11",
  "IsBM": true,
  "ProfileType": "sample string 13",
  "DraftedBy": "sample string 14",
  "DraftDate": "2026-03-31T16:42:25.7391311+05:30",
  "PublishedBy": "sample string 16",
  "PublishedDate": "2026-03-31T16:42:25.7391311+05:30",
  "IsDraft": true,
  "IsPublished": true,
  "ViewCount": 20,
  "FileName": "sample string 21",
  "IPAddress": "sample string 22"
}

application/xml, text/xml

Sample:
<CMSGovtHCMCustomModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
  <DraftDate>2026-03-31T16:42:25.7391311+05:30</DraftDate>
  <DraftedBy>sample string 14</DraftedBy>
  <FileName>sample string 21</FileName>
  <GovHCMBirthPlace>sample string 5</GovHCMBirthPlace>
  <GovHCMContent>sample string 10</GovHCMContent>
  <GovHCMDOB>2026-03-31T16:42:25.7391311+05:30</GovHCMDOB>
  <GovHCMEducation>sample string 6</GovHCMEducation>
  <GovHCMEmail>sample string 9</GovHCMEmail>
  <GovHCMID>1</GovHCMID>
  <GovHCMName>sample string 2</GovHCMName>
  <GovHCMOfficePhone>sample string 7</GovHCMOfficePhone>
  <GovHCMResidencePhone>sample string 8</GovHCMResidencePhone>
  <GovHCMSpouse>sample string 4</GovHCMSpouse>
  <IPAddress>sample string 22</IPAddress>
  <IsBM>true</IsBM>
  <IsDraft>true</IsDraft>
  <IsPublished>true</IsPublished>
  <PhotoThumbPath>sample string 11</PhotoThumbPath>
  <ProfileType>sample string 13</ProfileType>
  <PublishedBy>sample string 16</PublishedBy>
  <PublishedDate>2026-03-31T16:42:25.7391311+05:30</PublishedDate>
  <ViewCount>20</ViewCount>
</CMSGovtHCMCustomModel>

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>