PUT api/CandidatesAssessmentSummaries/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
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-11T12:54:18.5461029+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-11T12:54:18.5461029+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: