Ats/Application steps/Id
Update application step
Update all properties of an application step
PUT
/ats/application-steps/{id}AuthorizationBearer <token>
In: header
Path Parameters
idnumber | null
recorded_atstring
Date of the application step
job_offer_referencestring
Main job offer reference
job_offer_reference_2?string | null
Second job offer reference
job_offer_reference_3?string | null
Third job offer reference
job_offer_title?string | null
Job offer title
candidate_creation_date?string | null
Date of candidate creation
candidate_mail?string | null
Candidate email
candidate_phone?string | null
Candidate phone number
candidate_ats_idstring
Candidate's internal ID in the ATS
source?string | null
Source of the application
stepstring
Step of the application
step_ats_id?string | null
Step's internal ID in the ATS
application_ats_idstring
Application's internal ID in the ATS
subsidiary?string | null
Subsidiary name
subsidiary_ats_id?string | null
Subsidiary's internal ID in the ATS
Response Body
curl -X PUT "https://api.dashboard.data-driven.fr/v3/ats/application-steps/0" \
-H "Content-Type: application/json" \
-d '{
"recorded_at": "2023-10-01T00:00:00Z",
"job_offer_reference": "REF123",
"candidate_ats_id": "CAND123",
"step": "Interview",
"application_ats_id": "APP123"
}'{
"message": "string",
"data": [
{
"id": 0,
"recorded_at": "string",
"job_offer_reference": "string",
"job_offer_reference_2": "string",
"job_offer_reference_3": "string",
"job_offer_title": "string",
"candidate_creation_date": "string",
"candidate_mail": "string",
"candidate_phone": "string",
"candidate_ats_id": "string",
"source": "string",
"step": "string",
"step_ats_id": "string",
"application_ats_id": "string",
"subsidiary": "string",
"subsidiary_ats_id": "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
}
]
}