Generate PDF report for calculator

POST's a single calculator calculation to the STE and generates a PDF report. Returns base64-encoded PDF documents based on the specified report type. Calculator value in query parameter should match the calculator type in the request body.

Query Params
string
enum

The calculator type to use

string
enum
required

The type of PDF report to generate

boolean

Show calculator object in response (currently non-functional)

Body Params

Calculator object with all required fields for the specified calculator type

Responses

422

Unprocessable Entity

500

Internal Server Error

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
Jump to top