Logo
Ats/Application steps

Create application steps

Create new application steps

POST/ats/application-steps
AuthorizationBearer <token>

In: header

Response Body

curl -X POST "https://api.dashboard.data-driven.fr/v3/ats/application-steps" \
  -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"
}
{
  "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",
  "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"
    }
  ],
  "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
    }
  ]
}