---
title: "Get pay cycle settings of multiple centers"
method: POST
path: "/v1/payroll/centers/pay_period_settings"
---

# Get pay cycle settings of multiple centers

`POST /v1/payroll/centers/pay_period_settings`

The purpose of the API is to fetch pay period settings for a list of centers in a given duration.

## Request body

- object
  - `RAW_BODY` string

## Response `200`

200

- union
  - object
    - `pay_period_settings` object[]
      - `center_id` string
      - `pay_cycles` object[]
        - `id` integer
        - `name` string
        - `start_day` integer
        - `from_date` unknown
        - `to_date` unknown
    - `error` unknown
  - object
    - `pay_period_settings` object[]
      - `center_id` string
      - `pay_cycles` object[]
    - `error` unknown

## Other responses

- `400` — 400
- `401` — 401

---

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