This resource allows you to assign Percentage Allocation Rules to an employee. This assignment is effective dated.
Use Percentage Allocation 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 labor category or cost center, or both.
Operations
Assign Percentage Allocation Rule
POST /v1/commons/persons/percentage_allocation_rules
Assign Percentage Allocation Rule to Multiple Employees
POST /v1/commons/persons/percentage_allocation_rules/multi_create
Delete Percentage Allocation Rule
DELETE /v1/commons/persons/percentage_allocation_rules
Delete Percentage Allocation Rule Assignments
POST /v1/commons/persons/percentage_allocation_rules/multi_delete
Retrieve All Percentage Allocation Rule Assignments
GET /v1/commons/persons/percentage_allocation_rules/multi_read
Retrieve Percentage Allocation Rule Assignments by Person Number
GET /v1/commons/persons/percentage_allocation_rules
Retrieve Percentage Allocation Rules Assignments
POST /v1/commons/persons/percentage_allocation_rules/multi_read
Retrieve Percentage Allocation Rules Assignments by ID
GET /v1/commons/persons/percentage_allocation_rules/{personId}
Update Percentage Allocation Rule Assignment by ID
PUT /v1/commons/persons/percentage_allocation_rules
Update Percentage Allocation Rule Assignments
POST /v1/commons/persons/percentage_allocation_rules/multi_update