Change a Request Status

This endpoint allows you to change the status of a request in the system. You can use this to approve, deny, or cancel a time off request.

Sample Request

{
   "status": "approved",
   "note": "Have fun!"
}

Notes

Accepted status values are: "approved", "denied" (or "declined"), "canceled".

Any email alerts that would normally be triggered by the web UI will be triggered by the use of this API.

The note provided will be used as the manager's note if the status is approved or denied.

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