POST api/v1/hR_JobPost

Request Information

URI Parameters

None.

Body Parameters

HR_JobPostVM
NameDescriptionTypeAdditional information
jobPostId

integer

None.

jobRecruitmentId

integer

None.

employeeTypeId

integer

None.

departmentId

integer

None.

internalCode

string

None.

jobPositionId

integer

None.

employmentTypeId

integer

None.

jobRecruitmentExperienceId

integer

None.

qualificationId

integer

None.

jobRequisitionId

integer

None.

deadline

date

None.

tenantId

integer

None.

createdBy

integer

None.

startDate

date

None.

contractHoursId

integer

None.

numberOfVacancy

integer

None.

statusId

integer

None.

employmentTypeName

string

None.

recruitmentExperienceName

string

None.

qualificationName

string

None.

contractHoursName

string

None.

employeeTypeName

string

None.

departmentName

string

None.

jobTitle

string

None.

Request Formats

application/json, text/json

Sample:
{
  "jobPostId": 1,
  "jobRecruitmentId": 2,
  "employeeTypeId": 1,
  "departmentId": 1,
  "internalCode": "sample string 3",
  "jobPositionId": 1,
  "employmentTypeId": 1,
  "jobRecruitmentExperienceId": 1,
  "qualificationId": 1,
  "jobRequisitionId": 1,
  "deadline": "2024-09-19T10:54:16.5531038-07:00",
  "tenantId": 1,
  "createdBy": 1,
  "startDate": "2024-09-19T10:54:16.5531038-07:00",
  "contractHoursId": 1,
  "numberOfVacancy": 1,
  "statusId": 1,
  "employmentTypeName": "sample string 4",
  "recruitmentExperienceName": "sample string 5",
  "qualificationName": "sample string 6",
  "contractHoursName": "sample string 7",
  "employeeTypeName": "sample string 8",
  "departmentName": "sample string 9",
  "jobTitle": "sample string 10"
}

application/xml, text/xml

Sample:
<HR_JobPostVM 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 7</contractHoursName>
  <createdBy>1</createdBy>
  <deadline>2024-09-19T10:54:16.5531038-07:00</deadline>
  <departmentId>1</departmentId>
  <departmentName>sample string 9</departmentName>
  <employeeTypeId>1</employeeTypeId>
  <employeeTypeName>sample string 8</employeeTypeName>
  <employmentTypeId>1</employmentTypeId>
  <employmentTypeName>sample string 4</employmentTypeName>
  <internalCode>sample string 3</internalCode>
  <jobPositionId>1</jobPositionId>
  <jobPostId>1</jobPostId>
  <jobRecruitmentExperienceId>1</jobRecruitmentExperienceId>
  <jobRecruitmentId>2</jobRecruitmentId>
  <jobRequisitionId>1</jobRequisitionId>
  <jobTitle>sample string 10</jobTitle>
  <numberOfVacancy>1</numberOfVacancy>
  <qualificationId>1</qualificationId>
  <qualificationName>sample string 6</qualificationName>
  <recruitmentExperienceName>sample string 5</recruitmentExperienceName>
  <startDate>2024-09-19T10:54:16.5531038-07:00</startDate>
  <statusId>1</statusId>
  <tenantId>1</tenantId>
</HR_JobPostVM>

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.