Percentage Allocation Rules

This resource provides create, read, update, and delete operations for managing fixed percent allocation rules.

Use percentage allocation rules to allocate employee time across multiple labor accounts based on a selection criterion (labor account, job, or pay code). The rules are based on a pre-defined percentage distribution.

For example, an employee's daily time is allocated evenly between two labor accounts. The employee works eight hours. The system allocates four hours for each labor account on that day. On the following day, the employee works ten hours. If overtime is also allocated in the rule, the system allocates five hours in each labor account. If overtime is not included in the rule, the system allocates four hours for each labor account and two hours for overtime.

Operations


Add Rule Version to Percentage Allocation Rule by ID
POST /v1/timekeeping/setup/percentage_allocation_rules/{id}


Create Percentage Allocation Rule
POST /v1/timekeeping/setup/percentage_allocation_rules


Delete Percentage Allocation Rule by ID
DELETE /v1/timekeeping/setup/percentage_allocation_rules/{id}


Retrieve All Percentage Allocation Rules
GET /v1/timekeeping/setup/percentage_allocation_rules


Retrieve Percentage Allocation Rules
POST /v1/timekeeping/setup/percentage_allocation_rules/multi_read


Update Percentage Allocation Rule by ID
PUT /v1/timekeeping/setup/percentage_allocation_rules/{id}