v1

latestOpenAPI 3.1.02026-07-242735131.1 MB
Time Off

Decline a time off cancellation request

Decline a time off cancellation request.

Scopes

CategoryRead only ScopeWrite only Scope (read access implicit)
Manage timeoffs (time_and_attendance)-Manage timeoffs (timeoff:write)
post/v1/timeoff/{timeoff_id}/cancel-request/decline

Path parameters

timeoff_idstring required

Time Off ID

Request body

decline_reasonstring nullable required

Example request

{
  "decline_reason": "Business purposes"
}

Response

Success

Example response

{
  "data": {
    "status": "ok"
  }
}