Candidate-agent

POST {{eng_endpoint}}/candidateagent/notification

This services allows a list of related candidates to be sent to an HR consultant. Calls to this service follow the enrolment of the ATS to a candidate agent.

input

  • hr_id *: numeric
  • candidates *: list of items of type candidate

Request Body

{"hr_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"}]}