Create Document from Template
Generates a PDF from a document template using client data and custom token values, then saves it as a client document.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
Request Body*
{
"templateCode": "string",
"designThemeCode": "string",
"title": "string",
"documentCategoryCode": "string",
"customTokens": {}
}
Responses
201 Created
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found