Add Attachments to a Runtime Ad Hoc Approval Process
API |
Signature |
---|---|
AddAttachmentsToRuntimeAdhocApprovalProcess |
webService static Boolean AddAttachmentsToRuntimeAdhocApprovalProcess(String sObjectType, Id sObjectId, List attachmentIds) |
Request Parameters | |||
---|---|---|---|
Name |
Type |
Required? |
Description |
sObjectId | ID |
Yes |
ID of the approval context object. |
sObjectType | Type |
Yes |
Type of the approval context object. |
attachmentIds | List |
Yes |
List of attachment Id's to add. |
Response Parameter | ||
---|---|---|
Name |
Type |
Description |
result | Boolean |
Returns true if the attachments are added. |
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.