Document API
Render a document for an existing policy¶
POST /document/renderPolicyDocument
Request:
Name | Position | Type | Required |
---|---|---|---|
request | body | PolicyDocumentRenderRequest | required |
Response:
DocumentRenderResponse
This 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