Submitting Approvals Asynchronously
|
API |
Signature |
|---|---|
| submitForApprovalsAsync |
WebService static Boolean submitForApprovalsAsync(String sObjectType, ID sObjectId); |
|
Request Parameters | |||
|---|---|---|---|
|
Name |
Type |
Required? |
Description |
| approvalObjectId | ID |
Yes |
ID of the approval context object. |
| approvalObjectType | String |
Yes |
Type of the approval context object. |
|
Response Parameter | ||
|---|---|---|
|
Name |
Type |
Description |
| result | Boolean |
Returns true if the API is executed 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.
