v1

latestOpenAPI 3.0.12026-07-245752052.0 MB
unifiedJobs

Find and update a unified job

Partially update one existing unified job

put/api/servicepool/unifiedJobs/{identifier}

Path parameters

identifierstring uuid required

unified job unique identifier

Request body

uuidstring

The unique identifier of the unified job

titlestring required

The title of the unified job

descriptionstring required

The description of the unified job

wxJobUuidstring

The unique identifier of the wx job

hireJobUuidstring

The unique identifier of the position in Hire

Example request

{
  "uuid": "123e4567-e89b-12d3-a456-426614174000",
  "title": "Software Engineer",
  "description": "Software Engineer",
  "wxJobUuid": "123e4567-e89b-12d3-a456-426614174000",
  "hireJobUuid": "123e4567-e89b-12d3-a456-426614174000",
  "location": {
    "uuid": "123e4567-e89b-12d3-a456-426614174000"
  },
  "qualifications": [
    {
      "uuid": "123e4567-e89b-12d3-a456-426614174000"
    }
  ],
  "demographics": {
    "uuid": "123e4567-e89b-12d3-a456-426614174000"
  },
  "onetV2Skills": [
    {
      "skill": "Skill 1",
      "category": "Category 1",
      "Element ID": "Element 1",
      "frequency": 1,
      "data_value": 0.8,
      "evidence": "Evidence text"
    }
  ],
  "onetOccupation": {
    "name": "Computer Programmers",
    "onetSocCode": "15-1251.00"
  }
}

Response

updated unified job.

Example response

{
  "data": {
    "uuid": "123e4567-e89b-12d3-a456-426614174000",
    "title": "Software Engineer",
    "description": "Software Engineer",
    "wxJobUuid": "123e4567-e89b-12d3-a456-426614174000",
    "hireJobUuid": "123e4567-e89b-12d3-a456-426614174000",
    "location": {
      "uuid": "123e4567-e89b-12d3-a456-426614174000"
    },
    "qualifications": [
      {
        "uuid": "123e4567-e89b-12d3-a456-426614174000"
      }
    ],
    "demographics": {
      "uuid": "123e4567-e89b-12d3-a456-426614174000"
    },
    "createdAt": "2025-09-09T10:58:17.451+00:00",
    "createdBy": "123e4567-e89b-12d3-a456-426614174000",
    "updatedAt": "2025-09-09T10:58:17.451+00:00",
    "updatedBy": "123e4567-e89b-12d3-a456-426614174000",
    "skills": [
      "Oral expression"
    ],
    "onetV2Skills": [
      {
        "skill": "Skill 1",
        "category": "Category 1",
        "Element ID": "Element 1",
        "frequency": 1,
        "data_value": 0.8,
        "evidence": "Evidence text"
      }
    ],
    "onetOccupation": {
      "name": "Computer Programmers",
      "onetSocCode": "15-1251.00"
    }
  },
  "meta": {
    "timestamp": "2021-05-05T09:47:58.924Z",
    "verb": "GET",
    "path": "/api/structure/resources/5949cf7c-fec6-4b31-947c-3aceabff58c5",
    "jti": "%cQN3RIGp",
    "rid": "$2d2zkHZ5",
    "count": 1,
    "status": "200",
    "duration": 17,
    "size": 1234
  }
}