This resource provides a set of operations that allow you to work with Overtime Rules.
Overtime rules define conditions that must be met for employees to earn extra pay. For example, an employee might be paid overtime after working 8 hours in a day or after 40 hours in a week. You can also assign an extension to an overtime rule, which adds additional conditions to the overtime rule, and may modify some of the standard conditions.
Operations
Create Overtime Rule
POST /v1/timekeeping/setup/overtime_rules
Create Overtime Rules
POST /v1/timekeeping/setup/overtime_rules/multi_create
Delete Overtime Rule by ID
DELETE /v1/timekeeping/setup/overtime_rules/{id}
Delete Overtime Rules
POST /v1/timekeeping/setup/overtime_rules/multi_delete
Retrieve All Overtime Rules
GET /v1/timekeeping/setup/overtime_rules
Retrieve Overtime Rule by ID
GET /v1/timekeeping/setup/overtime_rules/{id}
Retrieve Overtime Rules
POST /v1/timekeeping/setup/overtime_rules/multi_read
Update Overtime Rule by ID
PUT /v1/timekeeping/setup/overtime_rules/{id}
Update Overtime Rules
POST /v1/timekeeping/setup/overtime_rules/multi_update