POST
/
api
/
v3
/
leaveRequests
/
{leaveRequestId}
/
approvals
curl --request POST \
  --url https://{account}-{sandboxName}.sandbox.{server}.luccasoftware.com/api/v3/leaveRequests/{leaveRequestId}/approvals \
  --header 'Content-Type: application/json' \
  --data '{
  "approved": false,
  "comment": "your presence is required at the working meeting"
}'
This response has no body data.

Path Parameters

leaveRequestId
string
required

Body

application/json
approved
boolean
comment
string | null