Merging Proposal Documents into a single PDF Document
Use this API to package multiple proposal documents together into a singled merged PDF document. Implementation requires creation of a custom Visualforce page to make use of the API for document packaging purposes.
API |
Signature |
---|---|
createPDFPackage |
|
Parameters |
||
---|---|---|
Name |
Type |
Description |
parentId |
|
The ID of the parent object associated with the result. |
attachments |
|
List of all documents in the order to be packaged. |
externalLinks |
|
List of external links to be embedded in document. |
docFileName |
|
Name of the packaged document file (PDF). |
sessionId |
|
The Session ID to use for callback. |
sessionURL |
|
The Server URL to use for callback. |
Response |
||
---|---|---|
Name |
Type |
Description |
result |
|
Returns the ID of the merged PDF document. |
Code Sample
Integration Details
Use the following information in your integrations with Apttus Contract Management Web Services API. For information on how to get started, refer to Integrating Conga CLM with External Systems.
API Prerequisites
None.
Request/Response XML
Example Request
Example Response