This endpoint allows you to retrieve total payroll expense data for a specific cost center type and one or more values within it.
You specify the cost center to retrieve using two query-string parameters: cost-center-type-key (the cost center type, provided once) and cost-center-value (one or more values within that type, repeated for each value you want). For instance, ?cost-center-type-key=clientId&cost-center-value=c123&cost-center-value=c456 will produce payroll expenses coded to the cost center type named clientId with the values c123 or c456.
This data includes the full-loaded cost of payroll for the given cost center. It includes wages, employer payroll taxes, additional costs like benefit plan contributions and Workers' Comp insurance premiums, and so on. It also includes amounts that are taken from employee wages as withholdings, including for taxes and various kinds of deductions.
See the Payroll Expenses API Guide for all the details about how this API works.