Leave-requests
Approve or deny a leave request
Approve or deny a single Leave Request by its unique identifier
Only the Leave Requests pending approval can be approved or denied.
A comment is required to deny a Leave Request.
POST
/
api
/
v3
/
leaveRequests
/
{leaveRequestId}
/
approvals
Path Parameters
leaveRequestId
string
requiredBody
application/json
approved
boolean
comment
string | null
Was this page helpful?