Jobboard/Job offers/Id
Update jobboard job offer
Update all properties of a jobboard job offer
PUT
/jobboard/job-offers/{id}AuthorizationBearer <token>
In: header
Path Parameters
idnumber | null
title?string | null
Title of the job offer
referencestring
Main job offer reference
reference_2?string | null
Second job offer reference
reference_3?string
Third job offer reference
subsidiary?string
Subsidiary name
subsidiary_jobboard_id?string
Subsidiary's internal ID in the jobboard system
description?string
Description of the job offer
Response Body
curl -X PUT "https://api.dashboard.data-driven.fr/v3/jobboard/job-offers/0" \
-H "Content-Type: application/json" \
-d '{
"reference": "REF123"
}'{
"message": "string",
"data": [
{
"id": 0,
"title": "string",
"reference": "string",
"reference_2": "string",
"reference_3": "string",
"subsidiary": "string",
"subsidiary_jobboard_id": "string",
"description": "string"
}
]
}{
"message": "string",
"errors": [
{
"message": "string",
"data": null
}
]
}{
"message": "string",
"errors": [
{
"message": "string",
"data": null
}
]
}{
"message": "string",
"errors": [
{
"message": "string",
"data": null
}
]
}{
"message": "string",
"errors": [
{
"message": "string",
"data": null
}
]
}