Overview

Evaluates the response of the user form Show Process [Approve, Reject, Route]

Summary

This endpoint handles Approve, Reject and Route actions for a process record.

Request Arguments

Name Type Description Required
frm_action string The action to take when it comes to routing the record. true

Response Arguments

Name Type Description
success boolean Result of the routing operation

Response

{
    "success":true,
}