v1

latestOpenAPI 3.0.32026-08-06224144516.1 KB
Jobs

Create a job

As with all POST endpoints, a location header will be returned with a url to the newly created resource.

post/jobs

Query parameters

check_duplicateboolean required

When this flag is set to true, if a duplicate record is found to the one being created, an error will be thrown instead of creating a duplicate record. Defaults to false.

Request body

titlestring required
country_codestring
company_idnumber required

The ID of the company the job belongs to.

department_idnumber

The ID of the department the job belongs to (must be a department linked to the specified company)

recruiter_idnumber

The ID of the user who is the recruiter for the job.

owner_idnumber

The user id of the record owner

category_namestring
is_hotboolean
start_datestring
salarystring
max_ratestring
durationstring
typestring
openingsnumber
external_idstring
descriptionstring
notesstring
contact_idnumber

The ID of the contact associated with the job.

workflow_idnumber

The ID of the workflow to assign to pipelines attached to this job. If not specified, will use the default.

Response

Created