Add Time Off Record
Allow customer to add time off record for user.
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
customer_idstringOptional
emailstringOptional
leave_type_namestringOptional
leave_type_countrystringOptional
langstringOptional
start_datestring · date | nullableOptional
end_datestring · date | nullableOptional
start_date_day_typestringOptionalDefault:
Fullend_date_day_typestringOptionalDefault:
FullnotesstringOptional
decisionstringOptional
decision_timenumber · timestamptz | nullableOptional
reject_notesstringOptional
unit_typestringOptionalDefault:
Daystotal_hoursnumberOptional
filesstring · binary[] | nullableOptional
Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
post
/add-ee-time-offLast updated