Timekeeping Fixed Rules

This resource provides a set of operations that allow you to work with fixed rules.

Fixed rules identify constant pay policies that are assigned to employees, such as pay periods, day divides, and the Hours belong to option. Unlike work rule assignments, which can change with employee schedules, fixed rule assignments do not change. If there is no fixed rule assigned, the defaults in the fixed rules apply to the pay rule.

Operations


Create Fixed Rule
POST /v1/timekeeping/setup/fixed_rules


Create Fixed Rules
POST /v1/timekeeping/setup/fixed_rules/multi_create


Create or Update Fixed Rules
POST /v1/timekeeping/setup/fixed_rules/multi_upsert


Delete Fixed Rule by ID
DELETE /v1/timekeeping/setup/fixed_rules/{id}


Delete Fixed Rules
POST /v1/timekeeping/setup/fixed_rules/multi_delete


Retrieve All Fixed Rules
GET /v1/timekeeping/setup/fixed_rules


Retrieve Fixed Rule by ID
GET /v1/timekeeping/setup/fixed_rules/{id}


Retrieve Fixed Rules
POST /v1/timekeeping/setup/fixed_rules/multi_read


Update Fixed Rule by ID
PUT /v1/timekeeping/setup/fixed_rules/{id}


Update Fixed Rules
POST /v1/timekeeping/setup/fixed_rules/multi_update