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 |
|---|---|---|
| designThemeCode | string | Optional design theme code to override the template's default theme. |
Optional design theme code to override the template's default theme. | ||
| data | TemplateVariables | |
JSON Example
{
"designThemeCode": "string",
"data": {
"title": "string",
"subtitle": "string",
"secondarySubtitle": "string",
"postalAddress": "string",
"addressee": "string"
}
}