---
title: "/requisitions"
method: POST
path: "/requisitions"
---

# /requisitions

`POST /requisitions`

Creates a requisition. Required scope: `w_requisitions`. For accounts with Hiring Plan.

## Request body

- object
  - `code` object, required — The code of the requisition
    - `value` string
  - `owner_id` string, required — The ID of the owner
  - `member_id` string, required — The ID of the creator (required in account access tokens)
  - `hiring_manager_id` string, required — The ID of the hiring manager
  - `job_id` string — The ID of the job
  - `job_title` string, required — The title of the job
  - `department_id` string — The ID of the department
  - `country_code` string — The 2-letter ISO code of the country
  - `state_code` string — The state of the location
  - `city` string — The city of the location
  - `subregion` string — The subregion of the location
  - `coords` string — The coordinations of the location
  - `location_string` string — The string representation of the location
  - `employment_type` string — The employment type. Can be one of Full-time, Part-time, Contract, Temporary, Other.
  - `experience` string — The experience. Can be one of Not Applicable, Internship, Entry Level, Associate, Mid-senior Level, Director, Executive
  - `salary_from` string — The lower boundary of the salary
  - `salary_to` string — The upper boundary of the salary
  - `salary_currency` string — The currency of the salary
  - `salary_frequency` string — The frequency of the salary
  - `reason` string — The reason. Can be one of new_hire, replacement, backfill.
  - `notes` string — The notes of the requisition
  - `plan_date` string, required — The plan date of the requisition
  - `requisition_attributes` object[]
    - `name` string — The name of the custom attribute
    - `value` string — The value of the custom attribute

## Response `200`

200

- object
  - `requisitions` object[]
    - `id` string
    - `code` string
    - `job` object
      - `id` string
      - `title` string
    - `department` object
      - `id` string
      - `name` string
    - `location` object
      - `location_str` string
      - `country` string
      - `country_code` string
      - `region` string
      - `region_code` string
      - `city` unknown
      - `zip_code` unknown
    - `hiring_manager` object
      - `id` string
      - `name` string
    - `owner` object
      - `id` string
      - `name` string
    - `plan_date` string
    - `start_date` unknown
    - `salary_range` object
      - `from` integer
      - `to` integer
      - `frequency` string
      - `currency` string
    - `employment_type` string
    - `reason` string
    - `state` string
    - `requisition_attributes` object[]
      - `name` string
      - `value` object
        - `body` string
    - `approval_groups` object[]
      - `id` string
      - `approvers` object[]
        - `id` string
        - `name` string
        - `decision` string

## Other responses

- `401` — 401
- `404` — 404

---

[API](https://skmtc.net/workable/apis/account-root.md) · [All operations](https://skmtc.net/workable/apis/account-root/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workable/account-root/versions/3ead9ec42165/schema)
