Workforce Planning
Update Position Opening
Updates a specific position opening within a position 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>
patch/workforce-planning/positions/{positionId}/position-openings/{positionOpeningId}
Path parameters
positionIdnumber required
The ID of the position
positionOpeningIdnumber required
The ID of the position opening to update
Request body
Example request
{
"items": [
{
"fields": {
"/positionOpening/expectedStartDate": {
"value": "2025-04-01"
}
}
}
]
}Response
Position opening updated successfully