Reassigning Approval Requests
This API reassigns the approval request. This API accepts the ID of the approval request, Id of the assignee and comments as input parameters.
API |
Signature |
---|---|
reassignRequest |
webService static Boolean reassignRequest(Id requestId, Id toAssigneeId, String comments) |
Request Parameters | |||
---|---|---|---|
Name |
Type |
Required? |
Description |
requestId | ID |
Yes |
ID of the approval request. |
toAssigneeId | ID |
Yes |
ID of the new assignee. |
comments | String |
Yes |
Comments |
Response Parameter | ||
---|---|---|
Name |
Type |
Description |
result | Boolean |
Returns true if the approval request is reassigned. |
Integration Details
Use the following information in your integrations with Conga Approvals API. Refer to Integrating Conga with External Systems to get started.
API Prerequisites
None.