Changeduedatessettingsinput
Represents the request payload for performing change due dates settings action
entryDatestring<date-time>
The date when to change the due dates settings - deprecated, use valueDate instead
Example:
2016-09-06T13:37:50+03:00fixedDaysOfMonthinteger<int32>[]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
valueDatestring<date-time>
The date when to change the due dates settings
Example:
2016-09-06T13:37:50+03:00Changeduedatessettingsinput
{
"entryDate": "2016-09-06T13:37:50+03:00",
"fixedDaysOfMonth": [
0
],
"notes": "string",
"valueDate": "2016-09-06T13:37:50+03:00"
}