Rejecting Approval Requests
This API rejects the approval request. This API accepts the ID of the approval request and comments as input parameters.
|
API |
Signature |
|---|---|
| rejectRequest |
webService static Boolean rejectRequest(Id requestId, String comments) |
|
Request Parameters | |||
|---|---|---|---|
|
Name |
Type |
Required? |
Description |
| requestId | ID |
Yes |
ID of the approval request. |
| comments | String |
Yes |
Comments to add to the approval request. |
|
Response Parameter | ||
|---|---|---|
|
Name |
Type |
Description |
| result | Boolean |
Returns true if the approval request is rejected successfully. |
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.
