API Docs / Schemas / RenderDocumentTemplateRequest

RenderDocumentTemplateRequest

Request to render a document template with dynamic data.
The template will be processed with the provided data to generate final HTML output.

Properties

Name Type Description
designThemeCodestring

Optional design theme code to override the template's default theme.
Priority: Request theme > Template default > Tenant default

Optional design theme code to override the template's default theme.
Priority: Request theme > Template default > Tenant default

dataTemplateVariables

JSON Example

{
  "designThemeCode": "string",
  "data": {
    "title": "string",
    "subtitle": "string",
    "secondarySubtitle": "string",
    "postalAddress": "string",
    "addressee": "string"
  }
}

Used By Operations