Excel reports
Generate Excel report
Generate an Excel report which can subsequently be downloaded.
post/data/companies/{companyId}/assess/excel
Query parameters
reportType'assess' | 'audit' | 'enhancedFinancials' | 'enhancedInvoices' | 'enhancedCashFlow' required
The type of report you want to generate and download.
Response
OK
Example response
{
"lastGenerated": "2023-01-25T22:36:05.125Z",
"inProgress": true,
"queued": "2023-01-25T22:36:05.125Z",
"success": true,
"errorMessage": "string",
"lastInvocationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reportType": "string",
"fileSize": 0
}