v1

latestOpenAPI 3.0.12026-07-245752052.0 MB
unifiedJobs

Create one or multiple unified jobs

post/api/servicepool/unifiedJobs

Request body

OR

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

One or many unified jobs created.

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
  }
}