Document API¶
Render a document for an existing policy¶
POST /document/renderPolicyDocument
Request:
Name
Position
Type
Required
request
body
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.
DocumentRenderResponse¶
{// RequiredassignedVariables : map<string,object>// OptionalrenderedHtmlUrl : stringrenderedPdfUrl : string}