---
title: "SETTING CHANGE- Deposits"
method: PATCH
path: "/v1/payout/schedule/{schedule_id}"
---

# SETTING CHANGE- Deposits

`PATCH /v1/payout/schedule/{schedule_id}`

## Path parameters

- `schedule_id` string, required

## Headers

- `Accept` string, required
- `Content-Type` string, required

## Request body

- object
  - `time_anchor` string, required — Payout schedule time to change
  - `timezone_anchor` string, required — Payout schedule time zone.

## Response `200`

200

- object
  - `data` object
    - `object` string
    - `id` string
    - `interval` string
    - `days_delay` integer
    - `days_cycle` integer
    - `payout_automatic` integer
    - `weekly_anchor` unknown
    - `monthly_anchor` unknown
    - `time_anchor` string
    - `timezone_anchor` string
    - `created_at` integer
    - `updated_at` integer
  - `meta` object
    - `include` unknown[]
      - unknown
    - `custom` unknown[]
      - unknown

## Other responses

- `422` — 422

---

[API](https://skmtc.net/payarc/apis/payarc-sandbox.md) · [All operations](https://skmtc.net/payarc/apis/payarc-sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payarc/payarc-sandbox/versions/face82bdd778/schema)
