v1

latestOpenAPI 3.1.1Proprietary2026-07-26184406877.9 KB
Workforce Planning

Create Position Opening

Creates a new position opening within a position <br><br> Limitations: <br> - You can create up to 10 position openings per request. <br> - If the request includes more than 10 position openings, the operation will fail and return an error. <br><br> Notes:<br> - For fields that require reference to a list in Bob, use the <a href="https://apidocs.hibob.com/reference/get_company-named-lists-listname">metadata endpoint</a> to fetch list values.<br>

post/workforce-planning/positions/{positionId}/position-openings

Path parameters

positionIdnumber required

The ID of the position

Request body

Example request

{
  "items": [
    {
      "fields": {
        "/positionOpening/expectedStartDate": {
          "value": "2025-04-01"
        }
      }
    }
  ]
}

Response

Position opening created successfully

idnumber

The ID of the created position

positionOpeningIdnumber

The ID of the created position opening