Create Job-agent
POST {{endpoint}}/ws/v.1.00/jobagent
Creates a job agent linked with the indicated candidate. Based on the saved job agents, notifications of interesting job offers will be displayed.
input
- candidate_id *: numeric
- country *: mapping
- region: mapping
- address: string
- distance: numeric
- keyword: string
- sector: mapping
- role: mapping
output
- jobagent_id: numeric
{
"jobagent_id": 18
}
Request Body
{"candidate_id"=>4, "country"=>109, "region"=>1436, "address"=>"Milano, Viale Zara, 50", "distance"=>50, "keyword"=>"programmatore", "sector"=>590}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Cookie | string | ||
Content-Type | string | ||
Accept | string |