v1
latestOpenAPI 3.1.02026-07-2422707.0 MBGet 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.
post/v1/payroll/centers/pay_period_settings
Request body
Response
200
Example response
{
"pay_period_settings": [
{
"center_id": "fb19245b-2967-4a22-864c-05e593d94a15",
"pay_cycles": [
{
"id": 43,
"name": "Pay Period 1",
"start_day": 1
}
]
}
]
}