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 | |
| clientCode | string | Code of the client whose services the pricing table is built from. |
Code of the client whose services the pricing table is built from. | ||
| serviceCodes | array of string | Codes of the client billable services to include in the proposal costs table. |
Codes of the client billable services to include in the proposal costs table. | ||
JSON Example
{
"designThemeCode": "string",
"data": {
"title": "string",
"subtitle": "string",
"secondarySubtitle": "string",
"postalAddress": "string",
"addressee": "string"
},
"clientCode": "string",
"serviceCodes": [
"string"
]
}