Get payroll expenses by cost centers

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.

Query Params
string
required

The cost center type to filter by (the type key you specified on your wage data).

cost-center-value
array of strings
required

One or more values within the given cost center type to filter by. Provide multiple cost-center-value parameters to filter by more than one value at the same time.

cost-center-value*
number

The page number, starting with 0.

number

The page size. Defaults to 20 and must not exceed 100.

Response

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json