---
title: "Create job property dependents"
method: POST
path: "/configuration/job-properties/{id}/dependents"
tags: ["configuration"]
---

# Create job property dependents

`POST /configuration/job-properties/{id}/dependents`

Create dependencies between job properties. Id parameter is a job property id or key.

## Request body

- DependentJobPropertiesIds
  - `ids` string[], required

## Response `200`

- DependentJobProperties
  - `totalFound` integer, required
  - `content` DependentJobProperty[], required
    - `id` string, required
    - `label` string, required
    - `key` string, required

## Other responses

- `400` — with codes * **JOB_PROPERTIES_CIRCULAR_DEPENDENCY** for job properties circular dependency * **JOB_PROPERTY_ALREADY_DEPENDENT** when job property is already other job property's dependent * **DEPENDENT_JOB_PROPERTY_NOT_FOUND** when dependent job property not found
- `403` — Forbidden to access the resource, check your authorisation and rights.
- `404` — with code * **JOB_PROPERTY_NOT_FOUND** when job property not found
- `422` — when input validation fails

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/revisions/449bdc2516c9/schema)
