Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Details of Contract Document Versions

Get and create contract document versions.
Resource
1/connect/clm/contract/${contractId}/contract-document-version
Available version
56.0
HTTP methods
GET, POST
Example for GET
1https://yourInstance.salesforce.com/services/data/v56.0/connect/clm/contract/${contractId}/contract-document-version
1https://yourInstance.salesforce.com/services/data/v56.0/connect/clm/contract/${contractId}/contract-document-version?contractDocumentVersionId=${contractDocumentVersionId}
Example for POST
1https://yourInstance.salesforce.com/services/data/v56.0/connect/clm/contract/{contractId}/contract-document-version
Response body for GET
Contract Document Versions List Representation
Request body for POST
JSON example
1{
2  "templateId": "2dtxx000000004rAAA",
3  "isExternalReviewImport": false,
4  "externalReviewType": "OnlineMicrosoft365"
5}
Properties
Name Type Description Required or Optional Available Version
external​Review​Type String Type of external review. Possible values are:
  • OnlineMicrosoft365
  • OfflineMicrosoftWord
Optional 60.0
isExternal​Review​Import Boolean Indicates whether the checkout is for an external review import (true) or not (false). Optional 59.0
pdf​Document​Id String ID for Contract PDF document. Optional 56.0
templateId String Template ID with key prefix 2dt used to generate document. Required 56.0
word​Document​Id String ID for Contract word document. Optional 56.0
Response body for POST
Document Generate Representation