Newer Version Available
Document Template Request
Input representation of a document template resource.
- JSON example
-
1{ 2 "name": "TemplateName", 3 "type": "MicrosoftWord/MicrosoftPowerpoint/Microsoft365Word", 4 "tokenMappingMethodType": "OmniDataTransform", 5 "tokenMappingType": "JSON", 6 "extractOmniDataTransformName": "ExtractName", 7 "mapperOmniDataTransformName": "MapperName", 8 "contentDocumentId": "069xx0000004CyeAAE", 9 "documentGenerationMechanism": "ServerSide", 10 "usageType": "Contract_Lifecycle_Management", 11 "tokenList": "token1,token2,token3" 12} - Properties
-
Name Type Description Required or Optional Available Version contentDocumentId String ID of the Document associated with a document template. Optional 60.0 documentGenerationMechanism String Method for generating the document. Optional 60.0 extractOmniDataTransformName String Name of the OmniDataTransform bundle of the extract type. Optional 60.0 mapperOmniDataTransformName String Name of the OmniDataTransform bundle of the mapper type. Optional 60.0 name String Name of the document template. Required 60.0 tokenList String List of tokens present in the document template. Optional 60.0 tokenMappingMethodType String Processing method for the data that can originate from same source object. Required 60.0 tokenMappingType String Mapping type for tokens of the document template. Required 60.0 type String Type of document template. Required 60.0 usageType String Usage type of the document template. Optional 60.0