hibob_create_position_budget
Create a position budget with salary and cost details, including currency, pay period, and optional amounts. Solves compensation planning by linking budget data to specific roles.
Instructions
Attach a salary and cost budget to a position.
Args: position_id: The position's ID. fields: Flat mapping of budget field IDs to values.
Returns: str: JSON {"positionBudgetId": int}, or an error message beginning with "Error:".
Examples: - "Budget 65k a year for that role" -> fields with expectedBaseSalaryCurrencyValue, salaryPayPeriod and currency.
Rate limit: 10 requests/minute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Budget fields as a flat mapping. Required: "/positionBudget/salaryPayPeriod" (e.g. "Annual", "Monthly") and "/positionBudget/currency" (e.g. "GBP"). Optional: expectedBaseSalaryCurrencyValue, totalPositionCostCurrencyValue, expectedVariablePayCurrencyValue, variablePayPeriod. | |
| position_id | Yes | Position the budget belongs to. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |