added
Workforce planning API: Prorated cost
4 days ago
Workforce Planning now supports prorated position costs. When you define your fiscal year and add an end date to a position, the platform automatically calculates the cost based on how long the position is active during that financial cycle.
You can now access these details through the Public API:
- The
/position/endEffectiveDate
field is available on the position object. It indicates when the position’s cost should stop being included in planning. - The
/position/positionBudget/proRatedCostCurrencyValue
field is available on the position budget. It shows the calculated prorated cost of the position, converted to your company’s base currency.
This gives you API visibility into how position costs are prorated, helping you align external reports or tools with your workforce planning data.
To learn more, see Read company positions, and Read company position budgets.