Newer Version Available

This content describes an older version of this product. View Latest

Document Template Update Input

Input representation to update document template.
JSON example
1{
2  "isActive": "false",
3  "status": "Draft",
4  "documentGenerationMechanism": "ClientSide",
5  "extractOmniDataTransformName": "Extractor",
6  "mapperOmniDataTransformName": "Mapper",
7  "shouldDisplayUnmappedToken": "false",
8  "tokenList": "token1,token2,token3",
9  "tokenMappingMethodType": "OmniDataTransform",
10  "usageType": "Contract_Lifecycle_Management",
11  "contentDocumentId": "069xxxxxxxxxxxxxxx"
12}
Properties
Name Type Description Required or Optional Available Version
content​Document​Id String ID of the document associated with a document template. Optional 60.0
document​Generation​Mechanism String Method for generating the document. Optional 60.0
extract​OmniData​Transform​Name String Name of the OmniDataTransform bundle of the extract type. Optional 60.0
isActive Boolean Indicates whether the document template is set to active (true) or inactive (false). Optional 60.0
mapper​OmniData​Transform​Name String Name of the OmniDataTransform bundle of the mapper type. Optional 60.0
should​Display​Unmapped​Token Boolean Indicates whether the document template unmapped tokens be displayed (true) or not (false). Optional 60.0
status String Status to be set for the document template. Optional 60.0
tokenList String List of tokens present in the document template. Optional 60.0
token​Mapping​MethodType String Processing method for data that can originate from the same source object. Optional 60.0
usageType String Usage type of the document template. Optional 60.0