CRUD
Create Vacancy
Submit new Vacancy information to initialise their Skill Profile inside the Skill Engine API.
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
Example:
"en"
If strict is enabled, entity creation will fail when a Skill Profile cannot be constructed. If strict is set to false, failed Skill Profile creation will still result in entity creation, but the Skill Profile will be empty.
Body
application/json
Default structure for Vacancy data. Default structure for updating Vacancy data.
Response
204
No Content