Details of Contract Document Versions

Get and create contract document versions.
Resource
/connect/clm/contract/${contractId}/contract-document-version
Available version
56.0
HTTP methods
GET, POST
Example for GET
https://yourInstance.salesforce.com/services/data/v56.0/connect/clm/contract/${contractId}/contract-document-version
https://yourInstance.salesforce.com/services/data/v56.0/connect/clm/contract/${contractId}/contract-document-version?contractDocumentVersionId=${contractDocumentVersionId}
Example for POST
https://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
{
  "templateId": "2dtxx000000004rAAA",
  "isExternalReviewImport": false,
  "externalReviewType": "OnlineMicrosoft365"
}
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