---
title: "Patch EDD Review Schedule"
method: PATCH
path: "/edd/review_schedules/{id}"
tags: ["EDD"]
---

# Patch EDD Review Schedule

`PATCH /edd/review_schedules/{id}`

Update an EDD review schedule by ID.

## Path parameters

- `id` string, uuid, required

## Request body

- EddReviewSchedulePatch
  - `next_review` string, date — The next review date for the customer.

## Response `200`

Updated EDD review schedule

- EddReviewScheduleResponse
  - `creation_time` string, date-time, required — The date and time the schedule was created.
  - `customer_id` string, uuid, required — The unique identifier of the customer.
  - `customer_type` 'BUSINESS' | 'PERSON', required — The type of customer.
  - `id` string, uuid, required — EDD Review Schedule ID
  - `last_updated_time` string, date-time, required — The date and time the schedule was last updated.
  - `next_review` string, date, required — The next review date for the customer.
  - `tenant` string, required — The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `404` — Resource not found
- `500` — Internal server error

---

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