Publishing Document Outside of Salesforce
This API publishes the agreement document for the activated agreement to an external location. This method will write the data into an integration object. A trigger should be written to send the document to the external location.
Prerequisite
Ensure that the APTS_ContentRepositoryType admin object value is set to External. For more information, see Admin Entries.
API |
Signature |
---|---|
publishToExternalRepository |
|
Request Parameters |
||
---|---|---|
Name |
Type |
Description |
agreementId |
|
The id of the agreement |
attachmentId |
|
The id of the document that is to be published. |
Response Parameter |
||
---|---|---|
Name |
Type |
Description |
result |
|
Indicates whether the document was published successfully. |
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
Request/Response XML
Example Request
Example Response