POST api/CandidatesAssessmentSummaries

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objDat
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CANDIDATES_ID": 1,
  "EMP_ID": 1,
  "FIRST_NAME": "sample string 2",
  "LAST_NAME": "sample string 3",
  "DATE_OF_SUBMIT": "2025-01-11T13:05:06.2884673+03:00",
  "COMMENTS": "sample string 4",
  "FILE_URL": "sample string 5",
  "ANS_WEIGHTAGE": 1
}

application/xml, text/xml

Sample:
<CandidatesAssessmentSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.EmployeeProfile">
  <ANS_WEIGHTAGE>1</ANS_WEIGHTAGE>
  <CANDIDATES_ID>1</CANDIDATES_ID>
  <COMMENTS>sample string 4</COMMENTS>
  <DATE_OF_SUBMIT>2025-01-11T13:05:06.2884673+03:00</DATE_OF_SUBMIT>
  <EMP_ID>1</EMP_ID>
  <FILE_URL>sample string 5</FILE_URL>
  <FIRST_NAME>sample string 2</FIRST_NAME>
  <LAST_NAME>sample string 3</LAST_NAME>
</CandidatesAssessmentSummaries>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CandidatesAssessmentSummaries'.