August 24, 2020 21:09
margolss
Is it possible to add candidate directly to a position using the position record ID or do you add the position ID to the candidate record?
Tagged:
Currently contains 8 posts
August 24, 2020 21:09
margolss
Is it possible to add candidate directly to a position using the position record ID or do you add the position ID to the candidate record?
August 24, 2020 21:25
Jarrid-PCRecruiter
You need to specify both and use this endpoint:
POST /interviews/
August 25, 2020 18:21
margolss
I did the POST
While using it I used the body:
{
“CandidateId”: “606244564603103”,
“InterviewType”: {
“UserDefined1”: “14”
},
“JobId”: “EB-1068864940”
}
It still gives error:
{
“errors”: “InterviewType is Required.JobId is Required.”
}
August 25, 2020 18:22
margolss
also
is the position ID is different then of the job ID
August 25, 2020 18:27
margolss
I want the API to add candidates to the specified position
Interview type is Steve
step in the process is API.
This way I will know that the candidate has been added by the API process rather than a manual process etc
August 25, 2020 18:59
margolss
I have now created a user defined step for the API – user defined step 15
August 25, 2020 19:00
margolss
Is there a way for the API to request the job ID?
If you can suggest how best to get this all done
August 25, 2020 20:30
Jarrid-PCRecruiter
Yes, it’s asking for the JobId, not the PositionId. Also I believe you just want InterviewType = 14.