Update Job offer
Update a job offer resource
Authorizations
API token for the Authorization header parameter.
Headers
Language identifier, using the ISO 639-1 specification. If none provided it will use the account default language. For additional info please access /v1/locales
Path Parameters
Resource identifier. It can be an integer or a string having the following format x-EXTERNAL_ID
, where EXTERNAL_ID is a alpha numerical string and is related to externalId
field value.
Body
Job offer title
"Java Developer (m/f)"
Job offer status
1
Job offer code reference
"ABC"
Job offer brief description
"We recruit..."
Job offer content
"Lorem ipsum dolor sit ament..."
Job offer profile description
"Lorem ipsum dolor sit ament..."
Job offer application URL
"https://example.com"
Job offer location
"Paris"
Job offer contract type
"CDI"
Company name
"Example"
Job offer country
"France"
Job offer locale
"fr"
Job Id (can be Job ID (int) or externalId (string))
1
Not providing any field reference (eg. fieldId
and/or externalFieldId
) or no match is made from the provided field reference(s), it will attempt to create a new additional field based on the attributes given.
Response
Internal reference
0
External reference
"ABC"
Job offer title
"Java Developer (m/f)"
Job offer brief description
"We recruit..."
Job offer content
"Lorem ipsum dolor sit ament..."
Job offer profile description
"Lorem ipsum dolor sit ament..."
Job offer application URL
"https://example.com"
Job offer location
"Paris"
Job offer status
1
Job offer contract type
"CDI"
Company name
"Example"
Job offer country
"France"
Job offer locale
"fr"
Internal Job Id
1
External Job Id
"ABC"
Not providing any field reference (eg. fieldId
and/or externalFieldId
) or no match is made from the provided field reference(s), it will attempt to create a new additional field based on the attributes given.