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

disableReminderProcess
boolean
reminder1TriggerDate
string

Date when reminder 1 is triggered

Example:

"2019-11-27"

reminder2TriggerDate
string

Date when reminder 2 is triggered

Example:

"2019-11-27"

reminder3TriggerDate
string

Date when reminder 3 is triggered

Example:

"2019-11-27"

reminder4TriggerDate
string

Date when reminder 4 is triggered

Example:

"2019-11-27"

reminder5TriggerDate
string

Date when reminder 5 is triggered

Example:

"2019-11-27"

reminder6TriggerDate
string

Date when reminder 6 is triggered

Example:

"2019-11-27"

reminder7TriggerDate
string

Date when reminder 7 is triggered

Example:

"2019-11-27"

collectionTriggerDate
string

Date when statement is sent to collection

Example:

"2019-11-27"

Response

200
application/json
Successful update of the account
description
string

Short description of the result of the action

id
string

Will contain the ID of the resource that has been created or updated