Skip to main content

Changearrearssettingsinput

Represents the request payload for performing an arrears settings change action

arrearsTolerancePeriodinteger<int32>required

The new arrears tolerance period to be available on the account

entryDatestring<date-time>required

The date when to change the arrears settings

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

The notes for the change arrears settings action performed on the loan account

Changearrearssettingsinput
{
"arrearsTolerancePeriod": 0,
"entryDate": "2016-09-06T13:37:50+03:00",
"notes": "string"
}