Enabling Authoring for Agreement Documents
This API enables redlining capability for a list of documents, specified in the docIds, by using the parameters, such as sObjectID and pLevel.
API |
Signature |
---|---|
enableAuthoring |
|
Request Parameters |
|||
---|---|---|---|
Name |
Type |
Description |
Required? |
sObjectId |
|
The ID of the standard object for which authoring is to be enabled. |
Yes |
pLevel |
|
The protection level to apply to the document. Valid values are
|
Yes |
docIds |
|
The ids of the documents for which you want to enable authoring. If the value is null, all the documents associated with the sObject are enabled. You can list comma separated docIds. |
Yes |
sessionId |
|
The Salesforce session id. |
Yes |
serverUrl |
|
The Salesforce server id. |
Yes |
Response Parameter |
||
---|---|---|
Name |
Type |
Description |
result |
|
Indicates if the authoring was enabled successfully for the listed documents. |
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