POST api/v1/hR_JobInterviewSchedule
Request Information
URI Parameters
None.
Body Parameters
HR_JobInterviewScheduleVM| Name | Description | Type | Additional information |
|---|---|---|---|
| jobInterviewScheduleId | integer |
None. |
|
| jobRecruitmentId | integer |
None. |
|
| candidateName | string |
None. |
|
| interviewDate | date |
None. |
|
| interviewTime | date |
None. |
|
| modeOfInterview | string |
None. |
|
| vanue | string |
None. |
|
| dateCreated | date |
None. |
|
| tenantId | integer |
None. |
|
| statusId | integer |
None. |
|
| createdBy | integer |
None. |
|
| jobTitle | string |
None. |
|
| departmentName | string |
None. |
|
| JobInterviewTeamVM | Collection of HR_JobInterviewTeamVM |
None. |
|
| employeeTypeId | integer |
None. |
|
| departmentId | integer |
None. |
|
| jobPositionId | integer |
None. |
|
| employmentTypeId | integer |
None. |
|
| jobRequisitionId | integer |
None. |
|
| contractHoursId | integer |
None. |
|
| internalCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"jobInterviewScheduleId": 1,
"jobRecruitmentId": 1,
"candidateName": "sample string 2",
"interviewDate": "2025-10-27T09:16:35.1356723-07:00",
"interviewTime": "2025-10-27T09:16:35.1356723-07:00",
"modeOfInterview": "sample string 3",
"vanue": "sample string 4",
"dateCreated": "2025-10-27T09:16:35.1356723-07:00",
"tenantId": 1,
"statusId": 1,
"createdBy": 5,
"jobTitle": "sample string 6",
"departmentName": "sample string 7",
"JobInterviewTeamVM": [
{
"jobInterviewTeamId": 1,
"jobInterviewScheduleId": 1,
"employeeId": 1,
"point": 1,
"remark": "sample string 2",
"recommendation": "sample string 3",
"responseDate": "2025-10-27T09:16:35.1376721-07:00",
"dateCreated": "2025-10-27T09:16:35.1376721-07:00",
"tenantId": 1,
"createdBy": 4,
"statusId": 1,
"employeeName": "sample string 5",
"statusName": "sample string 6"
},
{
"jobInterviewTeamId": 1,
"jobInterviewScheduleId": 1,
"employeeId": 1,
"point": 1,
"remark": "sample string 2",
"recommendation": "sample string 3",
"responseDate": "2025-10-27T09:16:35.1376721-07:00",
"dateCreated": "2025-10-27T09:16:35.1376721-07:00",
"tenantId": 1,
"createdBy": 4,
"statusId": 1,
"employeeName": "sample string 5",
"statusName": "sample string 6"
}
],
"employeeTypeId": 1,
"departmentId": 1,
"jobPositionId": 1,
"employmentTypeId": 1,
"jobRequisitionId": 1,
"contractHoursId": 1,
"internalCode": "sample string 8"
}
application/xml, text/xml
Sample:
<HR_JobInterviewScheduleVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
<JobInterviewTeamVM>
<HR_JobInterviewTeamVM>
<createdBy>4</createdBy>
<dateCreated>2025-10-27T09:16:35.1376721-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>2025-10-27T09:16:35.1376721-07:00</responseDate>
<statusId>1</statusId>
<statusName>sample string 6</statusName>
<tenantId>1</tenantId>
</HR_JobInterviewTeamVM>
<HR_JobInterviewTeamVM>
<createdBy>4</createdBy>
<dateCreated>2025-10-27T09:16:35.1376721-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>2025-10-27T09:16:35.1376721-07:00</responseDate>
<statusId>1</statusId>
<statusName>sample string 6</statusName>
<tenantId>1</tenantId>
</HR_JobInterviewTeamVM>
</JobInterviewTeamVM>
<candidateName>sample string 2</candidateName>
<contractHoursId>1</contractHoursId>
<createdBy>5</createdBy>
<dateCreated>2025-10-27T09:16:35.1356723-07:00</dateCreated>
<departmentId>1</departmentId>
<departmentName>sample string 7</departmentName>
<employeeTypeId>1</employeeTypeId>
<employmentTypeId>1</employmentTypeId>
<internalCode>sample string 8</internalCode>
<interviewDate>2025-10-27T09:16:35.1356723-07:00</interviewDate>
<interviewTime>2025-10-27T09:16:35.1356723-07:00</interviewTime>
<jobInterviewScheduleId>1</jobInterviewScheduleId>
<jobPositionId>1</jobPositionId>
<jobRecruitmentId>1</jobRecruitmentId>
<jobRequisitionId>1</jobRequisitionId>
<jobTitle>sample string 6</jobTitle>
<modeOfInterview>sample string 3</modeOfInterview>
<statusId>1</statusId>
<tenantId>1</tenantId>
<vanue>sample string 4</vanue>
</HR_JobInterviewScheduleVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.