Changeinterestrateloanaccountinput
Represents the request payload for performing an PMT Adjustment action
interestRatenumber
The new interest rate to be available on the account
interestSpreadnumber
The new interest spread to be available on the account
notesstring
The notes for the change interest rate action performed on the loan account
valueDatestring<date-time>required
The date when to change the interest rate (as Organization Time)
Example:
2016-09-06T13:37:50+03:00Changeinterestrateloanaccountinput
{
"interestRate": 0,
"interestSpread": 0,
"notes": "string",
"valueDate": "2016-09-06T13:37:50+03:00"
}