Company Report
Start to generate a document of a company.
Start to generate the pdf reports of the company for the given company id and a report type.
post/api/v2/companies/{id}/report-generate
Path parameters
idinteger required
Example:123
The id of the company that the document is to be generated.
Request body
Example request
{
"Type": "strategy",
"Assessment": {
"AssessmentId": 456,
"ReportType": "Summary"
}
}Response
Success
Example response
{
"Token": "0f8fad5b-d9cb-469f-a165-70867728950e"
}