CPI price index not considering the updated adjustment basis in subscription management
We have a requirement where there is multi year (3) contract and will be x% increase every year starting from 2nd year. Our Pricing system is "Third Party"
Tried to create adjustment using REST API but 3rd year % increase is not considering the updated adjustable basis from 2nd year
Here is an issue example
Term year List price/month Expected Adjustment basis
24-25 100 1200
25-26 100 1200+10% markup=1200+10*12=1200+120=1320
26-27 100 1320+10%markup=1320+132=1452
But for the year 26-27 it's considering the original adjustment basis (1200 from 1st year ) instead 1320(2nd year) and doing 10% on it which is showing up as 1320 instead 1452
We need to ensure that the updated adjustment basis is considered for the next term. How cn this be achieved via REST API?