GET api/EmployeeCompetencyAssessment/Update

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
employeeCompetencyAssessment
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "PeriodNo": 2,
  "EmployeeCompetencyId": 3,
  "ResultBeforeRound": 1.1,
  "Target": 1.1,
  "ResultAfterRound": 1.1,
  "WeightResultWithoutRound": 1.1,
  "WeightResultAfterRound": 1.1,
  "CreatedBy": "sample string 4",
  "CreatedDate": "2026-05-12T13:53:52.8407549-07:00",
  "ModifiedBy": "sample string 6",
  "ModifiedDate": "2026-05-12T13:53:52.8407549-07:00"
}

application/xml, text/xml

Sample:
<EmployeeCompetencyAssessmentEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR.Entities">
  <CreatedBy>sample string 4</CreatedBy>
  <CreatedDate>2026-05-12T13:53:52.8407549-07:00</CreatedDate>
  <EmployeeCompetencyId>3</EmployeeCompetencyId>
  <Id>1</Id>
  <ModifiedBy>sample string 6</ModifiedBy>
  <ModifiedDate>2026-05-12T13:53:52.8407549-07:00</ModifiedDate>
  <PeriodNo>2</PeriodNo>
  <ResultAfterRound>1.1</ResultAfterRound>
  <ResultBeforeRound>1.1</ResultBeforeRound>
  <Target>1.1</Target>
  <WeightResultAfterRound>1.1</WeightResultAfterRound>
  <WeightResultWithoutRound>1.1</WeightResultWithoutRound>
</EmployeeCompetencyAssessmentEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.