Execute Action On Approval Request Using POST 2
Approves or Rejects the approval request
approval request action
{
"action": "string",
"comment": "string",
"fullApproval": false,
"itemId": "string"
}
Approval request action
Approver comment on action
Flag for approval admin to provide full approval
Approval request id
Success - Successfully approved/rejected
{
"action": "string",
"comment": "string",
"fullApproval": false,
"itemId": "string"
}
Approval request action
Approver comment on action
Flag for approval admin to provide full approval
Approval request id
Approval request is not in pending state or user already taken action(approve/reject) on the approval request
Unauthorized
Access Denied - Doesn't have permission to approve/reject the specified approval request
Not Found