Logo
Ats/Application steps/Id

Update partially application step

Update some properties of an application step

PATCH/ats/application-steps/{id}
AuthorizationBearer <token>

In: header

Path Parameters

idnumber | null
recorded_at?string

Date of the application step

job_offer_reference?string

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_id?string

Candidate's internal ID in the ATS

source?string | null

Source of the application

step?string

Step of the application

step_ats_id?string | null

Step's internal ID in the ATS

application_ats_id?string

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 PATCH "https://api.dashboard.data-driven.fr/v3/ats/application-steps/0" \
  -H "Content-Type: application/json" \
  -d '{}'
{
  "message": "string",
  "data": [
    {
      "recorded_at": "2023-10-01T00:00:00Z",
      "job_offer_reference": "REF123",
      "job_offer_reference_2": "REF456",
      "job_offer_reference_3": "REF789",
      "job_offer_title": "Software Engineer",
      "candidate_creation_date": "2023-10-01T00:00:00Z",
      "candidate_mail": "johndoe@example.com",
      "candidate_phone": "+1234567890",
      "candidate_ats_id": "CAND123",
      "source": "LinkedIn",
      "step": "Interview",
      "step_ats_id": "STEP123",
      "application_ats_id": "APP123",
      "subsidiary": "Daven Corp",
      "subsidiary_ats_id": "SUB123"
    }
  ]
}
{
  "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
    }
  ]
}