PUT api/tenant/test-batch-member/test-score/update/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

RecTestApplicantDTOW
NameDescriptionTypeAdditional information
applicant_id

integer

Required

cur_test_batch_id

integer

None.

performance_status

integer

None.

test_score

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "applicant_id": 1,
  "cur_test_batch_id": 1,
  "performance_status": 1,
  "test_score": 1.0
}

application/xml, text/xml

Sample:
<RecTestApplicantDTOW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Xceed365EngageApi.core.DTOs.Writable">
  <applicant_id>1</applicant_id>
  <cur_test_batch_id>1</cur_test_batch_id>
  <performance_status>1</performance_status>
  <test_score>1</test_score>
</RecTestApplicantDTOW>

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 'RecTestApplicantDTOW'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.