Creates a TimeOff object with the given values.
ADP
When the underlying HRIS is ADP, a Timesheet Entry can be created using a payload like:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The TimeOff object is used to represent all employees' Time Off entries.
The employee requesting time off.
"018b4bfb-5ece-70b1-ad5e-862a9433aa65"
The time off quantity measured by the prescribed “units”.
12
The type of time off request. If the value is not one of the defined enum values, the original value passed through will be returned.
VACATION, SICK, PERSONAL, JURY_DUTY, VOLUNTEER, BEREAVEMENT, MATERNITY, ANNUAL_LEAVE, EMERGENCY_LEAVE, LEAVE_OF_ABSENCE, PATERNITY, PAID_TIME_OFF, LONG_TERM_DISABILITY, SHORT_TERM_DISABILITY, COMP_OFF, WORK_FROM_HOME, COMPASSIONATE, TIME_OFF, FMLA "VACATION"
The day and time of the start of the time requested off.
"2023-04-10T00:00:00Z"
The Bindbee ID of the employee with the ability to approve the time off request.
"018b4bfb-6065-7f83-b11d-e85ea49e37c3"
The status of this time off request. If the value is not one of the defined enum values, the original value passed through will be returned.
REQUESTED, APPROVED, DECLINED, CANCELLED, DELETED "APPROVED"
The employee note for this time off request.
"Paid paid vacation! Scuba diving in Hawaii."
The measurement that the third-party integration uses to count time requested. If the value is not one of the defined enum values, the original value passed through will be returned.
HOURS, DAYS "HOURS"
"2023-04-10T00:00:00Z"
Successful Response