POST api/v1/hR_JobRecruitment
Request Information
URI Parameters
None.
Body Parameters
HR_JobRecruitmentVMName | Description | Type | Additional information |
---|---|---|---|
jobRecruitmentId | integer |
None. |
|
jobTitle | string |
None. |
|
employeeTypeId | integer |
None. |
|
departmentId | integer |
None. |
|
internalCode | string |
None. |
|
address | string |
None. |
|
jobDescription | string |
None. |
|
jobRequirements | string |
None. |
|
benefits | string |
None. |
|
industryId | integer |
None. |
|
jobPositionId | integer |
None. |
|
employmentTypeId | integer |
None. |
|
jobRecruitmentExperienceId | integer |
None. |
|
qualificationId | integer |
None. |
|
salaryFrom | decimal number |
None. |
|
salaryTo | decimal number |
None. |
|
jobRequisitionId | integer |
None. |
|
dateCreated | date |
None. |
|
tenantId | integer |
None. |
|
createdBy | integer |
None. |
|
startDate | date |
None. |
|
contractHoursId | integer |
None. |
|
employmentTypeName | string |
None. |
|
recruitmentExperienceName | string |
None. |
|
qualificationName | string |
None. |
|
contractHoursName | string |
None. |
|
departmentName | string |
None. |
|
employeeTypeName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "jobRecruitmentId": 1, "jobTitle": "sample string 2", "employeeTypeId": 1, "departmentId": 1, "internalCode": "sample string 3", "address": "sample string 4", "jobDescription": "sample string 5", "jobRequirements": "sample string 6", "benefits": "sample string 7", "industryId": 1, "jobPositionId": 1, "employmentTypeId": 1, "jobRecruitmentExperienceId": 1, "qualificationId": 1, "salaryFrom": 1.0, "salaryTo": 1.0, "jobRequisitionId": 1, "dateCreated": "2024-11-24T08:46:31.2215713-08:00", "tenantId": 1, "createdBy": 1, "startDate": "2024-11-24T08:46:31.2215713-08:00", "contractHoursId": 1, "employmentTypeName": "sample string 8", "recruitmentExperienceName": "sample string 9", "qualificationName": "sample string 10", "contractHoursName": "sample string 11", "departmentName": "sample string 12", "employeeTypeName": "sample string 13" }
application/xml, text/xml
Sample:
<HR_JobRecruitmentVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <address>sample string 4</address> <benefits>sample string 7</benefits> <contractHoursId>1</contractHoursId> <contractHoursName>sample string 11</contractHoursName> <createdBy>1</createdBy> <dateCreated>2024-11-24T08:46:31.2215713-08:00</dateCreated> <departmentId>1</departmentId> <departmentName>sample string 12</departmentName> <employeeTypeId>1</employeeTypeId> <employeeTypeName>sample string 13</employeeTypeName> <employmentTypeId>1</employmentTypeId> <employmentTypeName>sample string 8</employmentTypeName> <industryId>1</industryId> <internalCode>sample string 3</internalCode> <jobDescription>sample string 5</jobDescription> <jobPositionId>1</jobPositionId> <jobRecruitmentExperienceId>1</jobRecruitmentExperienceId> <jobRecruitmentId>1</jobRecruitmentId> <jobRequirements>sample string 6</jobRequirements> <jobRequisitionId>1</jobRequisitionId> <jobTitle>sample string 2</jobTitle> <qualificationId>1</qualificationId> <qualificationName>sample string 10</qualificationName> <recruitmentExperienceName>sample string 9</recruitmentExperienceName> <salaryFrom>1</salaryFrom> <salaryTo>1</salaryTo> <startDate>2024-11-24T08:46:31.2215713-08:00</startDate> <tenantId>1</tenantId> </HR_JobRecruitmentVM>
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.