v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBUpdate an account
Update a credit account reminder data
This operation will update given reminder data fields given an account id
patch/v4/CREDIT/reminder/{id}
Path parameters
idstring biginteger required
The account id for given account
Query parameters
auditUserstring required
The audit user to log the request
Request body
Example request
{
"reminder1TriggerDate": "2019-11-27",
"reminder2TriggerDate": "2019-11-27",
"reminder3TriggerDate": "2019-11-27",
"reminder4TriggerDate": "2019-11-27",
"reminder5TriggerDate": "2019-11-27",
"reminder6TriggerDate": "2019-11-27",
"reminder7TriggerDate": "2019-11-27",
"collectionTriggerDate": "2019-11-27"
}Response
Successful update of the account