approval_requests

  • POST approval_requests/cancelThis method is used to cancel pending approval requests.  A single approval request can be cancelled through this method
  • GET approval_requests/showThis method returns information related with an approval request.  A single approval request is returned by each call
  • GET approval_requests/listThis method returns information related to approval requests having specific attributes. Multiple approval requests are returned by each call.
  • POST approval_requests/approveThis method is used to approve pending approval requests.  A single approval request can be approved through this method
  • POST approval_requests/deleteThis method is used to delete rejected, approved or cancelled approval requests.  A single approval request can be deleted through this method
  • POST approval_requests/rejectThis method is used to reject pending approval requests.  A single approval request can be rejected through this method