Download page Subscribing to Document Lock Release Notification.
Subscribing to Document Lock Release Notification
This API allows you to subscribe to document lock release notification during online contract collaboration.
API
Signature
subscribeToDocumentLock
webService static Boolean subscribeToDocumentLock(Id documentVersionId, Id agreementId, Id userId)
Request Parameters
Name
Type
Description
Required?
documentversionId
ID
Id of the document version
Yes
agreementId
ID
Id of the document
Yes
userID
ID
User ID of the subscriber
Yes
Response Parameter
Name
Type
Description
result
Boolean
Indicates whether the subscription to document lock release notification was successful.
Code Sample
id documentversionId ='a6v0S0000009DEY';
id agreementId = 'a07020000008w9BAAQ';
id CurrentUserID = getCurrentUser().Id;
Apttus.AuthorWebservice.subscribeToDocumentLock(documentversionId, agreementId, CurrentUserID);
CODE
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.