Skip to content

Create Job Application (v1)

The endpoint will allow you to create  a job applications

Resource Path

PropertyValue
urljobApplication

Input Data

FieldDescription
candidateIdString : The unique Id of the candidate
jobIdString : The unique Id of the job (null if spontaneous applications)
refererString : source of the candidate

Response

FieldDescription
candidateIdString : The unique Id of the candidate
jobIdString : The unique Id of the job (null if spontaneous applications)
refererString : source of the candidate

Error Code

CodeDescription
409This candidate already apply for this job
Fenêtre de terminal
curl -X POST \
'https://public-api.nextal.com/jobApplications?napikey=demo&ntenant=demo' \
-H 'accept: application/json, text/plain, */*' \
-H 'cache-control: no-cache' \
-H 'content-type: application/json;charset=UTF-8' \
-d '{
"candidateId":"5c73df6a2c17ca0b49e6650b",
"jobId":"5c875c8b2c17ca56a9806c9f"
}'