post https://api.zenoti.com/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.
| Json Property | Data Type | Description |
|---|
| center_ids | List | List of center GUIDs |
| start_date | DateTime | Start date of the pay cycle |
| end_date | DateTime | End date of the pay cycle |
| Json Property | Data Type | Description |
|---|
| pay_period_settings | List | List of pay period settings for multiple centers |
| Json Property | Data Type | Description |
|---|
| center_id | Guid | The unique identifier of the center |
| pay_cycles | List | List of pay period settings for the centers |
| Json Property | Data Type | Description |
|---|
| id | long | Represents the PK of the pay cycle |
| name | string | Represents the name of the pay cycle |
| start_day | int | Represents the start day of the pay cycle |
| from_date | DateTime? | Represents the from date of the pay cycle |
| to_date | DateTime? | Represents the to date of the pay cycle |