Assign Time Off Policies for an Employee, Version 1.1

To use this API make an HTTP PUT where the body of the request is the JSON documented below. A time off policy will be assigned to the employee with accruals starting on the date specified. On success, a 200 Success code is returned and the content of the response will be the same as the List Time off Policies API.

Sample Request

[
    {
        "timeOffPolicyId": 4,
        "accrualStartDate": "2012-02-01"
    },
    {
        "timeOffPolicyId":5,
        "accrualStartDate": "2015-12-15"
    }
]

Notes

You may only assign time off policies to employees with hire dates.

The Accrual Start date must be later than the Employees PTO Hire Date.

Unlike the previous version all policies must have an accrual start date.

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!