Skip to main content

Applyinterestinput

Represents a request for applying the accrued interest

interestApplicationDatestring<date-time>required

The date up to which interest is to be posted

Example: 2016-09-06T13:37:50+03:00
isInterestFromArrearsboolean

Whether the interest amount to apply should be the regular one or interest from arrears. If nothing specified it will be the regular one.

isPaymentHolidaysInterestboolean

Whether the interest amount to apply should be the regular one or the one accrued during the Payment Holidays. If nothing specified it will be the regular one.

notesstring

Additional information for this action

paymentHolidaysInterestAmountnumber

The amount of the Payment Holidays interest to apply

Applyinterestinput
{
"interestApplicationDate": "2016-09-06T13:37:50+03:00",
"isInterestFromArrears": true,
"isPaymentHolidaysInterest": true,
"notes": "string",
"paymentHolidaysInterestAmount": 0
}