Create Job
Submit new Job information to initialise this inside the Skill Engine API. If a Job has a Job Family, the Job Skill Profile will be generated automatically, incorporating all Skills validated for the specified Job Family.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
The language of the input data, which has an impact on the Skill extraction. auto
will automatically detect the language used in the provided data.
auto
, nl
, fr
, en
, de
"en"
Body
Default structure for Job.
The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.
1 - 100
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
Name of the Job.
1 - 255
"Front End Developer"
ID of the Job Family.
1 - 100
"a3903505-eb84-42dc-a79f-5e7b1fe897b7"
The Job will not be used in matching if active is false
. This is useful when a Job is being phased out.
true
Response
No Content