Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.47 KB

CompositeTemplate.md

File metadata and controls

14 lines (10 loc) · 1.47 KB

CompositeTemplate

Properties

Name Type Description Notes
compositeTemplateId String The id of this composite template. This id is used as a reference when adding document object information. If used, the document's `content-disposition` must include the composite template ID to which the document should be added. If a composite template ID is not specified in the content-disposition, the document is applied based on the value of the `documentId` property only. If no document object is specified, the composite template inherits the first document. [optional]
document Document [optional]
inlineTemplates [InlineTemplate] Zero or more inline templates and their position in the overlay. If supplied, they are overlaid into the envelope in the order of their Sequence value. [optional]
pdfMetaDataTemplateSequence String A number representing the sequence in which to apply the template that contains the PDF metadata. Example: `4` [optional]
serverTemplates [ServerTemplate] Zero or more server-side templates and their position in the overlay. If supplied, they are overlaid into the envelope in the order of their Sequence value [optional]

[Back to Model list] [Back to API list] [Back to README]