Job-agent
POST {{eng_endpoint}}/jobagent/notification
This service makes it possible to send the list of related job offers to a candidate. Calls to this service follow the ATS subscription to a job_agent.
input
- candidate_id *: numeric
- jobs *: list of items of type job
Request Body
{"candidate_id"=>123, "jobs"=>[{"job_id"=>38, "title"=>"Cerco barman", "country"=>109, "region"=>1444, "city"=>"ORVIETO", "address"=>"via sede", "description"=>"Ricerco un barman per il mio bar", "sector"=>590, "role"=>0, "date"=>"26/04/2022 12:26:11"}, {"job_id"=>3, "title"=>"plain text", "country"=>109, "region"=>1436, "city"=>"Milano", "address"=>"Viale Zara, 50", "description"=>"<p>html text</p>", "sector"=>590, "role"=>590, "date"=>"06/11/2021 12:26:11"}]}