Create Candidate-agent
POST {{endpoint}}/ws/v.1.00/candidateagent
Creates a candidate agent linked with the indicated customer. Based on the saved candidate agents, notifications regarding interesting candidates will be shown.
input
- hr_id *: numeric
- keyword *: string
- country *: mapping
- region: mapping
- address: string
- distance: numeric
- sector: mapping
- status: mapping
- hired: boolean
- education_level: mapping
- language_1: mapping
- languagelevel1: mapping
- language_2: mapping
- languagelevel2: mapping
- language_3: mapping
- languagelevel3: mapping
output
- candidateagent_id: numeric
{
"candidateagent_id": 18
}
Request Body
{"hr_id"=>2, "keyword"=>"couco", "country"=>109, "region"=>1436, "address"=>"Milano, via Dante", "distance"=>500, "sector"=>nil, "status"=>nil, "hired"=>false, "education_level"=>nil, "language_1"=>nil, "language_level_1"=>nil, "language_2"=>nil, "language_level_2"=>nil, "language_3"=>nil, "language_level_3"=>nil}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Cookie | string | ||
Content-Type | string | ||
Accept | string |