Contract Document Version Template

Change the template in a contract document version.
Resource
/connect/clm/contract-document-version/${contractDocumentVersionId}
Available version
56.0
HTTP methods
PATCH
Example for PATCH
https://yourInstance.salesforce.com/services/data/v56.0/connect/clm/contract-document-version/${contractDocumentVersionId}
Request body for PATCH
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 PATCH
Document Generate Representation