Changeperiodicpaymentloanaccountinput
Represents the request payload for performing a periodic payment change action
notesstring
The notes for the change periodic payment action performed on the loan account
periodicPaymentnumberrequired
The new periodic payment to be available on the account
valueDatestring<date-time>required
The date when to change the periodic payment (as Organization Time)
Example:
2016-09-06T13:37:50+03:00Changeperiodicpaymentloanaccountinput
{
"notes": "string",
"periodicPayment": 0,
"valueDate": "2016-09-06T13:37:50+03:00"
}