POST api/v1/hR_JobRequisition

Request Information

URI Parameters

None.

Body Parameters

HR_JobRequisitionVM
NameDescriptionTypeAdditional information
jobRequisitionId

integer

None.

employmentTypeId

integer

None.

recruitmentExperienceId

integer

None.

qualificationId

integer

None.

dateCreated

date

None.

tenantId

integer

None.

createdBy

integer

None.

startDate

date

None.

contractHoursId

integer

None.

departmentId

integer

None.

employeeTypeId

integer

None.

employmentTypeName

string

None.

employeeTypeName

string

None.

qualificationName

string

None.

recruitmentExperienceName

string

None.

contractHoursName

string

None.

departmentName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "jobRequisitionId": 1,
  "employmentTypeId": 1,
  "recruitmentExperienceId": 1,
  "qualificationId": 1,
  "dateCreated": "2024-09-19T11:02:37.2134679-07:00",
  "tenantId": 1,
  "createdBy": 1,
  "startDate": "2024-09-19T11:02:37.2134679-07:00",
  "contractHoursId": 1,
  "departmentId": 1,
  "employeeTypeId": 1,
  "employmentTypeName": "sample string 2",
  "employeeTypeName": "sample string 3",
  "qualificationName": "sample string 4",
  "recruitmentExperienceName": "sample string 5",
  "contractHoursName": "sample string 6",
  "departmentName": "sample string 7"
}

application/xml, text/xml

Sample:
<HR_JobRequisitionVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <contractHoursId>1</contractHoursId>
  <contractHoursName>sample string 6</contractHoursName>
  <createdBy>1</createdBy>
  <dateCreated>2024-09-19T11:02:37.2134679-07:00</dateCreated>
  <departmentId>1</departmentId>
  <departmentName>sample string 7</departmentName>
  <employeeTypeId>1</employeeTypeId>
  <employeeTypeName>sample string 3</employeeTypeName>
  <employmentTypeId>1</employmentTypeId>
  <employmentTypeName>sample string 2</employmentTypeName>
  <jobRequisitionId>1</jobRequisitionId>
  <qualificationId>1</qualificationId>
  <qualificationName>sample string 4</qualificationName>
  <recruitmentExperienceId>1</recruitmentExperienceId>
  <recruitmentExperienceName>sample string 5</recruitmentExperienceName>
  <startDate>2024-09-19T11:02:37.2134679-07:00</startDate>
  <tenantId>1</tenantId>
</HR_JobRequisitionVM>

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.