---
title: "Find and update a unified job"
method: PUT
path: "/api/servicepool/unifiedJobs/{identifier}"
tags: ["unifiedJobs"]
---

# Find and update a unified job

`PUT /api/servicepool/unifiedJobs/{identifier}`

Partially update one existing unified job

## Path parameters

- `identifier` string, uuid, required

## Request body

- UnifiedJobsDtoInput
  - `uuid` string — The unique identifier of the unified job
  - `title` string, required — The title of the unified job
  - `description` string, required — The description of the unified job
  - `wxJobUuid` string — The unique identifier of the wx job
  - `hireJobUuid` string — The unique identifier of the position in Hire
  - `location` object
    - `uuid` string, required — The unique identifier of the location
  - `qualifications` object[]
    - `uuid` string, required — The unique identifier of the qualification
  - `demographics` object
    - `uuid` string, required — The unique identifier of the demographics
  - `onetV2Skills` object[] — List of onet v2 skills
    - `skill` string, required
    - `category` string
    - `Element ID` string
    - `frequency` number
    - `data_value` number
    - `evidence` string
  - `onetOccupation` object — Onet occupation information
    - `name` string, required
    - `onetSocCode` string, required

## Response `200`

updated unified job.

- object
  - `data` UnifiedJobsDto
    - `uuid` string, required — The unique identifier of the unified job
    - `title` string, required — The title of the unified job
    - `description` string — The description of the unified job
    - `wxJobUuid` string — The unique identifier of the wx job
    - `hireJobUuid` string — The unique identifier of the position in Hire
    - `location` object
      - `uuid` string, required — The unique identifier of the location
    - `qualifications` object[]
      - `uuid` string, required — The unique identifier of the qualification
    - `demographics` object
      - `uuid` string, required — The unique identifier of the demographics
    - `createdAt` string, date-time — The date and time the unified job was created
    - `createdBy` string — The unique identifier of the user who created the unified job
    - `updatedAt` string, date-time — The date and time the unified job was updated
    - `updatedBy` string — The unique identifier of the user who updated the unified job
    - `skills` string[]
    - `onetV2Skills` object[] — List of onet v2 skills
      - `skill` string, required
      - `category` string
      - `Element ID` string
      - `frequency` number
      - `data_value` number
      - `evidence` string
    - `onetOccupation` object — Onet occupation information
      - `name` string, required
      - `onetSocCode` string, required
  - `meta` ResponsesPartMeta
    - `timestamp` string, date-time, required
    - `verb` 'OPTION' | 'GET' | 'PUT' | 'POST' | 'PATCH' | 'DELETE'
    - `path` string
    - `jti` string
    - `rid` string
    - `count` number
    - `status` string
    - `duration` number
    - `size` number

## Other responses

- `404` — default error response
- `500` — default error response

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
