Document API
Render a document for an existing policy¶
POST /document/renderPolicyDocumentRequest:
| Name | Position | Type | Required |
|---|---|---|---|
| request | body | PolicyDocumentRenderRequest | required |
Response:
DocumentRenderResponseThis will return urls for the rendered document in pdf and html format. It will not attach the document to the policy.
PolicyDocumentRenderRequest¶
requiredpolicyDisplayId stringtemplate string
DocumentRenderResponse¶
requiredassignedVariables map<string,object>optionalrenderedHtmlUrl stringrenderedPdfUrl string