hibob_update_position_budget
Change an existing position's budget by providing the position ID, budget ID, and field mappings. Find the budget ID with the budget search tool, then apply new values.
Instructions
Change an existing position budget.
Use hibob_search_position_budgets to find the budget ID.
Args: position_id: Parent position ID. budget_id: The budget'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 | Budget fields to change, as a flat mapping. | |
| budget_id | Yes | ID of the budget to update. | |
| position_id | Yes | Parent position ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |