PATCH
/
v4
/
CREDIT
/
reminder
/
{id}
curl --request PATCH \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/account/v4/CREDIT/reminder/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "disableReminderProcess": true,
  "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"
}'
{
  "description": "<string>",
  "id": "<string>"
}

Path Parameters

id
string
required

The account id for given account

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

The fields that you want to apply to your newly cr, these values will override the predefined template values

Reminder details for update

Response

200
application/json

Successful update of the account

The response is of type object.