Get pay cycle settings of multiple centers

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

Response Model


PayrollPayCyclesRequest

Json PropertyData TypeDescription
center_idsListList of center GUIDs
start_dateDateTimeStart date of the pay cycle
end_dateDateTimeEnd date of the pay cycle

MultipleCenterPayPeriodSettingsResponse

Json PropertyData TypeDescription
pay_period_settingsListList of pay period settings for multiple centers

pay_period_settings object (MultiplePayrollPayCycles)

Json PropertyData TypeDescription
center_idGuidThe unique identifier of the center
pay_cyclesListList of pay period settings for the centers

pay_cycles object (PayrollPayCycleLiteModel)

Json PropertyData TypeDescription
idlongRepresents the PK of the pay cycle
namestringRepresents the name of the pay cycle
start_dayintRepresents the start day of the pay cycle
from_dateDateTime?Represents the from date of the pay cycle
to_dateDateTime?Represents the to date of the pay cycle

Language
Credentials
Header
Click Try It! to start a request and see the response here!