Skip to main content

Changerepaymentvalueloanaccountinput

Represents the request payload for performing a repayment value change action

amountnumber

Fixed amount for being used for the repayments principal due

notesstring

Notes for the repayment value change action performed on the loan account

percentagenumber

Percentage of principal amount used for the repayments principal due

valueDatestring<date-time>required

Date when to change the repayment value (as Organization Time)

Example: 2016-09-06T13:37:50+03:00
Changerepaymentvalueloanaccountinput
{
"amount": 0,
"notes": "string",
"percentage": 0,
"valueDate": "2016-09-06T13:37:50+03:00"
}