This resource allows a manager to approve, reject, or cancel time off requests submitted by an employee.
This resource also allows a manager to grant pre-approved time off to an employee. The time off has an impact on the schedule. When a manager approves a request, the system automatically incorporates the change in the schedule. All or portions of an employee's shift are replaced with the appropriate paycode. Different time-off subtypes provide administrative control and all time off requests are linked to paycodes. A manager granting preapproved time off does not require an open submission period. Depending on configuration, the manager can grant time off for one day, a portion of a day, a symbolic portion of a day, multiple days, or multiple portions or symbolic portions of days (whether in sequence or not). All time off requests are linked to paycodes. Different submittal and approval criteria can be defined.
Operations
Create Time Off Request as Manager
POST /v1/scheduling/timeoff
Retrieve Accrual Balance as Manager
GET /v1/scheduling/timeoff/accruals
Retrieve Request Period as Manager
GET /v1/scheduling/timeoff/request_periods
Retrieve Request Subtype as Manager
GET /v1/scheduling/timeoff/request_subtypes
Retrieve Symbolic Value as Manager
GET /v1/scheduling/timeoff/symbolic_values
Retrieve Time Off Request by ID as Manager
GET /v1/scheduling/timeoff/{timeOffRequestId}
Retrieve Time Off Requests as Manager
POST /v1/scheduling/timeoff/multi_read
Update Time Off Request as Manager
POST /v1/scheduling/timeoff/apply_update
Update Time Off Request by ID as Manager
PUT /v1/scheduling/timeoff/{timeOffRequestId}