Update Job

PUT {{endpoint}}/ws/v.1.00/job?id={{job_id}}

Updates the data of a job offer.

input

  • job_id *: numeric
  • hr_id *: numeric
  • country *: mapping
  • region *: mapping
  • city *: string
  • address: string
  • sector *: mapping
  • role *: mapping
  • title *: string
  • description *: html
  • online *: boolean

output

  • job_id: numeric
{
    "job_id": "2"
}

Request Params

KeyDatatypeRequiredDescription
idstring

Request Body

{"country"=>109, "region"=>1436, "city"=>"Milano", "address"=>"Viale Zara, 50", "sector"=>590, "title"=>"plain text", "description"=>"<p>html text</p>", "online"=>true}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Cookiestring
Content-Typestring
Acceptstring