Job
POST {{eng_endpoint}}/job/notification
This service allows a list of related candidates to be sent to an HR consultant. Calls to this service are subsequent to the enrolment of the ATS to a candidate_agent.
input
- job_id *: numeric
- candidates *: list of items of type candidate
Request Body
{"job_id"=>123, "candidates"=>[{"candidate_id"=>3, "first_name"=>nil, "family_name"=>nil, "country"=>109, "region"=>1436, "city"=>"ALANNO", "address"=>"via roma 65020 ALANNO Italia", "gender"=>160, "nationality"=>0, "dob"=>"30/03/1993", "main_profession"=>"Aiuto cuoco di ristorante", "sector"=>590, "status"=>0, "hired"=>false, "mother_tongue"=>78, "date_update"=>"06/04/2022"}, {"candidate_id"=>4, "first_name"=>nil, "family_name"=>nil, "country"=>109, "region"=>1436, "city"=>"ALANNO", "address"=>"via roma 65020 ALANNO Italia", "gender"=>160, "nationality"=>0, "dob"=>"30/03/1993", "main_profession"=>"Aiuto cuoco di ristorante", "sector"=>590, "status"=>0, "hired"=>false, "mother_tongue"=>78, "date_update"=>"06/04/2022"}]}