This resource provides a set of operations that allow you to create, read, update, and delete Adjustment Rules.
Use Adjustment Rules to change wages or to pay extra, based on time entered in a timecard. Adjustments can be made based on multiple labor accounts and selection criteria, such as a job, a pay code, or both. Adjustments can also be effective dated.
Operations
Create Adjustment Rule
POST /v1/timekeeping/setup/adjustment_rules
Create and Assign Adjustment Rule Version by ID
POST /v1/timekeeping/setup/adjustment_rules/{id}
Create or Update Adjustment Rule Versions
POST /v1/timekeeping/setup/adjustment_rules/versions/apply_upsert
Delete Adjustment Rule by ID
DELETE /v1/timekeeping/setup/adjustment_rules/{id}
Retrieve Adjustment Rules
POST /v1/timekeeping/setup/adjustment_rules/apply_read
Retrieve All Adjustment Rules
GET /v1/timekeeping/setup/adjustment_rules
Update Adjustment Rule by ID
PUT /v1/timekeeping/setup/adjustment_rules/{id}