Submit for Approvals Using an Ad Hoc Approval Specification
This API enables you to submit approvals for a context object using the ad hoc approval specification for that object. This API accepts the context object type and id as input parameters and returns true if the submit is successful.
API | Signature |
---|---|
submitForAdhocApprovals | webService static Boolean submitForAdhocApprovals(String sObjectType, Id sObjectId) |
Request Parameters | |||
---|---|---|---|
Name | Type | Required? | Description |
sObjectId | ID | Yes | ID of the business object. |
sObjectType | String | Yes | Type of business object. |
Response Parameter | ||
---|---|---|
Name | Type | Description |
result | Boolean | Returns true if the approval request is submitted successfully. |
Integration Details
Use the following information in your integrations with Conga Approvals API. Refer to Integrating Conga with External Systems for information on how to get started.
API Prerequisites
None.
Response/Request XML
Example Request
XML
Example Response
XML