Logo
Ats/Job offers

Create job offers

Create new job offers

POST/ats/job-offers
AuthorizationBearer <token>

In: header

Response Body

curl -X POST "https://api.dashboard.data-driven.fr/v3/ats/job-offers" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "publication_at": "2023-10-01T00:00:00Z",
      "title": "Software Engineer",
      "reference": "REF123"
    }
  ]'
{
  "message": "string"
}
{
  "message": "string",
  "data": [
    {
      "publication_at": "2023-10-01T00:00:00Z",
      "title": "Software Engineer",
      "reference": "REF123",
      "reference_2": "REF456",
      "reference_3": "REF789",
      "subsidiary": "Daven Corp",
      "subsidiary_ats_id": "SUB123",
      "description": "We are looking for a software engineer to join our team.",
      "attributes": [
        {
          "name": "location",
          "value": "Paris"
        }
      ]
    }
  ]
}
{
  "message": "string",
  "data": [
    {
      "publication_at": "2023-10-01T00:00:00Z",
      "title": "Software Engineer",
      "reference": "REF123",
      "reference_2": "REF456",
      "reference_3": "REF789",
      "subsidiary": "Daven Corp",
      "subsidiary_ats_id": "SUB123",
      "description": "We are looking for a software engineer to join our team.",
      "attributes": [
        {
          "name": "location",
          "value": "Paris"
        }
      ]
    }
  ],
  "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
    }
  ]
}