Update Job-agent
PUT {{endpoint}}/ws/v.1.00/jobagent?id={{jobagent_id}}
Updates the criteria saved in a job agent.
input
- jobagent_id *: numeric
- country *: mapping
- region: mapping
- address: string
- distance: numeric
- keyword: string
- sector: mapping
- role: mapping
output
- jobagent_id: numeric
{
"jobagent_id": 18
}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string |
Request Body
{"country"=>109, "region"=>1436, "address"=>"Milano, Viale Zara, 51", "distance"=>50, "keyword"=>"cuoco", "sector"=>590}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Cookie | string | ||
Content-Type | string | ||
Accept | string |