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.
Response Model
PayrollPayCyclesRequest
| 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 |
MultipleCenterPayPeriodSettingsResponse
| Json Property | Data Type | Description |
|---|---|---|
| pay_period_settings | List | List of pay period settings for multiple centers |
pay_period_settings object (MultiplePayrollPayCycles)
| 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 |
pay_cycles object (PayrollPayCycleLiteModel)
| 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 |
