POST api/CMS/empresearch/ManageEmpResearch

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
data
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "EmpResearchID": 1,
  "EmpCode": "sample string 2",
  "GovHCMID": 1,
  "EmpResearchTitle": "sample string 3",
  "EmpResearchDate": "2026-03-31T16:42:38.0360072+05:30",
  "EmpResearchArea": "sample string 5",
  "EmpResearchCOPI": "sample string 6",
  "EmpResearchAbstract": "sample string 7",
  "DraftedBy": "sample string 8",
  "DraftDate": "2026-03-31T16:42:38.0360072+05:30",
  "PublishedBy": "sample string 10",
  "PublishedDate": "2026-03-31T16:42:38.0360072+05:30",
  "IsNew": true,
  "IsDraft": true,
  "IsPublished": true,
  "IPAddress": "sample string 15"
}

application/xml, text/xml

Sample:
<EmpCMSResearchAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
  <DraftDate>2026-03-31T16:42:38.0360072+05:30</DraftDate>
  <DraftedBy>sample string 8</DraftedBy>
  <EmpCode>sample string 2</EmpCode>
  <EmpResearchAbstract>sample string 7</EmpResearchAbstract>
  <EmpResearchArea>sample string 5</EmpResearchArea>
  <EmpResearchCOPI>sample string 6</EmpResearchCOPI>
  <EmpResearchDate>2026-03-31T16:42:38.0360072+05:30</EmpResearchDate>
  <EmpResearchID>1</EmpResearchID>
  <EmpResearchTitle>sample string 3</EmpResearchTitle>
  <GovHCMID>1</GovHCMID>
  <IPAddress>sample string 15</IPAddress>
  <IsDraft>true</IsDraft>
  <IsNew>true</IsNew>
  <IsPublished>true</IsPublished>
  <PublishedBy>sample string 10</PublishedBy>
  <PublishedDate>2026-03-31T16:42:38.0360072+05:30</PublishedDate>
</EmpCMSResearchAddModel>

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>