Create Job
POST {{endpoint}}/ws/v.1.00/job
Creates a new job offer.
input
- 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 Body
{"hr_id"=>3, "country"=>109, "region"=>1436, "city"=>"Milano", "address"=>"Viale Zara, 50", "sector"=>590, "title"=>"plain text", "description"=>"<p>html text</p>", "online"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Cookie | string | ||
Content-Type | string | ||
Accept | string |