hibob_update_position_opening
Update an existing position opening's details, such as expected start date or recruitment status, by specifying the position and opening IDs with new field values.
Instructions
Change an existing opening, such as its expected start date or recruitment status.
Args: position_id: Parent position ID. opening_id: The opening's ID. fields: Flat mapping of field IDs to new values.
Returns: str: JSON confirming the update, or an error message beginning with "Error:".
Rate limit: 10 requests/minute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Fields to change, e.g. {"/positionOpening/recruitmentStatus": "onHold"}. | |
| opening_id | Yes | ID of the opening to update. | |
| position_id | Yes | Parent position ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |