PUT api/v1/hR_JobInterviewTeam/{jobInterviewTeamId}/jobInterviewTeamId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
jobInterviewTeamId

integer

Required

Body Parameters

HR_JobInterviewTeamVM
NameDescriptionTypeAdditional information
jobInterviewTeamId

integer

None.

jobInterviewScheduleId

integer

None.

employeeId

integer

None.

point

integer

None.

remark

string

None.

recommendation

string

None.

responseDate

date

None.

dateCreated

date

None.

tenantId

integer

None.

createdBy

integer

None.

statusId

integer

None.

employeeName

string

None.

statusName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "jobInterviewTeamId": 1,
  "jobInterviewScheduleId": 1,
  "employeeId": 1,
  "point": 1,
  "remark": "sample string 2",
  "recommendation": "sample string 3",
  "responseDate": "2024-09-19T11:07:04.6988445-07:00",
  "dateCreated": "2024-09-19T11:07:04.6988445-07:00",
  "tenantId": 1,
  "createdBy": 4,
  "statusId": 1,
  "employeeName": "sample string 5",
  "statusName": "sample string 6"
}

application/xml, text/xml

Sample:
<HR_JobInterviewTeamVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <createdBy>4</createdBy>
  <dateCreated>2024-09-19T11:07:04.6988445-07:00</dateCreated>
  <employeeId>1</employeeId>
  <employeeName>sample string 5</employeeName>
  <jobInterviewScheduleId>1</jobInterviewScheduleId>
  <jobInterviewTeamId>1</jobInterviewTeamId>
  <point>1</point>
  <recommendation>sample string 3</recommendation>
  <remark>sample string 2</remark>
  <responseDate>2024-09-19T11:07:04.6988445-07:00</responseDate>
  <statusId>1</statusId>
  <statusName>sample string 6</statusName>
  <tenantId>1</tenantId>
</HR_JobInterviewTeamVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.