Create a new job ad

POST https://ws.jobarch.com/v.api.1/job

Using this method you can post a new job ad in JobArch.\ The Job ad will be in the list of the offline ones. Depending on the free job slots in your account you can decide to put it online, passing through the SSO.

Input
  • target_job*
  • joblocation*: see _Get values | Coutry
  • jobregion*: see _Get values | Region
  • job_city*
  • job_address
  • jobsector*: see _Get values | Sector
  • jobrole*: see _Get values | Role
  • career: see Get values | Career level
  • job_description*: html text allowed
Output
  • job_id

Request Body

{"target_job"=>"{{target_job}}", "job_location"=>"{{job_location}}", "job_region"=>"{{job_region}}", "job_city"=>"{{job_city}}", "job_address"=>"{{job_address}}", "job_sector"=>"{{job_sector}}", "job_role"=>"{{job_role}}", "career"=>"{{career}}", "job_description"=>"{{job_description}}"}

HEADERS

KeyDatatypeRequiredDescription
X-USERNAMEstring
X-TOKENstring
Content-Typestring
Acceptstring