Activating Agreements
This API activates an agreement and deletes draft documents. This API only updates the Status Category to In Effect and the Status to Activated but does not publish the activated agreement document to multiple channels. You must call one of the following APIs to publish the document:
Prerequisite
You must ensure that the Status Category for the Agreement record is In Signatures or In Filing.
API |
Signature |
---|---|
activateAgreement |
|
Request Parameters |
||
---|---|---|
Name |
Type |
Description |
agreementId |
|
The id of the agreement. |
selectedDocIds |
|
List of fully signed document ids. |
removableDocIds |
|
List of draft document ids that can be deleted. |
Response Parameter |
||
---|---|---|
Name |
Type |
Description |
result |
|
Indicates whether the agreement was activated 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
None.
Request/Response XML
Example Request
Example Response