Paycode Edits for Scheduling

This resource allows you to specify the characteristics of paycode edits.

The main characteristics of a paycode edit are the paycode, the employee, the date, and the amount (either numeric or symbolic). The characteristic of "paycode" (a Timekeeping entity related to paycode edits) is associated with accruals and payroll. Common examples include the paycodes "Sick," "Vacation," "Training," "Holiday," and so on. A paycode edit is an instance of a paycode associated with a specific employee at a specific time and thus part of the employee's schedule. For example, an employee might be assigned a Vacation paycode the first two weeks of July to replace two weeks of regularly scheduled work, or a Sick paycode to replace half the scheduled work day of January 3. Once assigned, the entity is called a paycode edit. Paycode edits can include the child objects Comments and Notes.

Operations


Create PCE
POST /v1/scheduling/schedule/pay_code_edits


Create PCE with Options
POST /v1/scheduling/schedule/pay_code_edits/apply_create


Create Paycode Edits
POST /v1/scheduling/schedule/pay_code_edits/multi_create


Create Paycode Edits with Options
POST /v1/scheduling/schedule/pay_code_edits/apply_import


Create Paycode Edits with Options (Deprecated)
POST /v1/scheduling/schedule/pay_code_edits/import


Delete PCE by ID
DELETE /v1/scheduling/schedule/pay_code_edits/{pceId}


Delete Paycode Edits by ID
POST /v1/scheduling/schedule/pay_code_edits/multi_delete


Retrieve PCE by ID
GET /v1/scheduling/schedule/pay_code_edits/{pceId}


Update PCE by ID
POST /v1/scheduling/schedule/pay_code_edits/{pceId}


Update PCE with Bypass for Accrual Warnings
POST /v1/scheduling/schedule/pay_code_edits/apply_update


Update Paycode Edits
POST /v1/scheduling/schedule/pay_code_edits/multi_update