Newer Version Available

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

External Document Creation Input

Input representation of the request to create an external document.
JSON example
1{
2  "refObjectId": "",
3  "contentversionId": "",
4  "documentNamePrefix": "namespaceprefix",
5  "isAsync": true
6}
Properties
Name Type Description Required or Optional Available Version
contentVersionId String Content version ID of the document using which new external document is created. Required 58.0
documentNamePrefix String Document name prefix, which is required to name the newly created external document. Optional 58.0
isAsync String Determines the way the external document gets created. Optional 58.0
refObjectId String ID of the reference object. This can be either a document template or a contract ID. Optional 58.0