---
title: "Update a requisition"
method: PUT
path: "/requisitions/{requisitionId}"
tags: ["Requisition API:Requisitions"]
---

# Update a requisition

`PUT /requisitions/{requisitionId}`

## Path parameters

- `requisitionId` integer, required

## Request body

- UpdateRequisitionCommand
  - `contactId` integer, nullable — Optional contact associated with the change, must be associated with the same company as the requisition.
  - `jobTitle` string, nullable, required
  - `jobDescription` string, nullable
  - `category` SubmitCategoryModel
    - `categoryId` integer, required
    - `subCategoryId` integer, nullable
  - `location` SubmitLocationModel
    - `locationId` integer, required
    - `areaId` integer, nullable
  - `workplaceAddressId` string, uuid, nullable — Workplace address Id
  - `start` SubmitJobOrderStartModel
    - `immediate` boolean
    - `relative` SubmitRelativeStartModel
      - `period` integer
      - `unit` 'Week' | 'Month', string
    - `date` string, date, nullable — The specific date that the job starts
  - `duration` SubmitDurationModel
    - `period` integer
    - `unit` 'Hour' | 'Day' | 'Week' | 'Month', string
  - `workTypeId` integer, nullable
  - `salary` SubmitJobOrderSalaryRangeModel
    - `ratePer` 'Hour' | 'Day' | 'Week' | 'Month' | 'Year', string
    - `rateLow` number, double
    - `rateHigh` number, double, nullable
    - `currency` string, nullable — Optional ISO 4217 3-letter alphabetic currency code
    - `timePerWeek` number, double, nullable — Number of days per week for a daily rate, hours per day for an hourly rate with a 'Day' duration unit or hours per day for an hourly rate with a 'Week' duration unit.
  - `numberOfJobs` integer
  - `source` string, nullable
  - `custom` SubmitCustomFieldValueModel[], nullable
    - `fieldId` integer, required
    - `value` unknown
  - `workflowId` integer, nullable
  - `recruiterUserId` integer[], nullable — User Id - Optional list of recruiters assigned to the requisition.
  - `formID` integer, nullable

## Response `204`

NoContent

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/versions/9f43f6a6ee6e/schema)
