CRUD
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.
Available options:
auto
, nl
, fr
, en
, de
Body
application/json
Default structure for Job.
The unique ID in your system, consisting of alphanumeric characters, hyphens and underscores.
Required string length:
1 - 100
Name of the Job.
Required string length:
1 - 255
ID of the Job Family.
Required string length:
1 - 100
The Job will not be used in matching if active is false
. This is useful when a Job is being phased out.