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.

Template Input

Input representation to get contract document related details.
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