How can Modern > Project > Financials > Benefit Plan > Benefit Plan details be changed?
Use the following call example to change the total and have it spread out automatically across the fiscal time period
PATCH [server]/ppm/rest/v1/benefitPlans/5aaaaaa/benefitPlanDetails/5bbbbbb
{
"benefit": {
"finish": "2025-12-31T00:00:00",
"start": "2025-01-01T00:00:00",
"total": 222222.22
}
}