Payroll Tables

This resource allows you to retrieve and manipulate payroll and accrual tables.

Refer to the following topic for more information, example calls, and tutorials: A Guide to Running Payroll.

Operations


Create Payroll Table
POST /v1/commons/payroll/tables/apply_create


Create or Update Payroll Table
POST /v1/commons/payroll/tables/apply_upsert


Delete Payroll Table by Name
DELETE /v1/commons/payroll/tables/{name}


Retrieve All Payroll Tables
GET /v1/commons/payroll/tables


Retrieve Payroll Table by Name
GET /v1/commons/payroll/tables/{name}