---
title: "Update a credit account reminder data"
method: PATCH
path: "/v4/CREDIT/reminder/{id}"
tags: ["Update an account"]
---

# Update a credit account reminder data

`PATCH /v4/CREDIT/reminder/{id}`

This operation will update given reminder data fields given an account id

## Path parameters

- `id` string, biginteger, required

## Query parameters

- `auditUser` string, required

## Request body

- PatchCreditReminderResourceBody — Reminder details for update
  - `disableReminderProcess` boolean
  - `reminder1TriggerDate` string, date — Date when reminder 1 is triggered
  - `reminder2TriggerDate` string, date — Date when reminder 2 is triggered
  - `reminder3TriggerDate` string, date — Date when reminder 3 is triggered
  - `reminder4TriggerDate` string, date — Date when reminder 4 is triggered
  - `reminder5TriggerDate` string, date — Date when reminder 5 is triggered
  - `reminder6TriggerDate` string, date — Date when reminder 6 is triggered
  - `reminder7TriggerDate` string, date — Date when reminder 7 is triggered
  - `collectionTriggerDate` string, date — Date when statement is sent to collection

## Response `200`

Successful update of the account

- ResourceResponse
  - `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

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Account does not exist
- `500` — Internal server error

---

[API](https://skmtc.net/enfuce/apis/transfer-api.md) · [All operations](https://skmtc.net/enfuce/apis/transfer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/enfuce/transfer-api/revisions/dc4a41118f80/schema)
