hibob_create_position_opening
Add a vacancy to an existing position using the position ID and opening fields like expected start date. Get the new opening ID to manage workforce planning.
Instructions
Add a vacancy to an existing position.
Args: position_id: The parent position's ID. fields: Flat mapping of opening field IDs to values.
Returns: str: JSON {"id": int, "positionOpeningId": int}, or an error message beginning with "Error:".
Rate limit: 10 requests/minute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Opening fields as a flat mapping. Required: "/positionOpening/expectedStartDate". Optional: positionOpeningName, recruitmentStatus ("open", "onHold", "closed"). | |
| position_id | Yes | Position the opening belongs to. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |