Skip to main content

Changeduedatessettingsinput

Represents the request payload for performing change due dates settings action

entryDatedate-time

The date when to change the due dates settings - deprecated, use valueDate instead

Example: 2016-09-06T13:37:50+03:00
fixedDaysOfMonthint32[]required

The new fixed days of month to be used on the account

notesstring

The notes for the change due dates settings action performed on the loan account

valueDatedate-time

The date when to change the due dates settings

Example: 2016-09-06T13:37:50+03:00
Changeduedatessettingsinput
{
"entryDate": "2016-09-06T13:37:50+03:00",
"fixedDaysOfMonth": [
0
],
"notes": "string",
"valueDate": "2016-09-06T13:37:50+03:00"
}