Excel reports
Generate Excel report
The Generate Excel report endpoint requests the production of a downloadable Excel file for a report type specified in the reportType query parameter.
In response, the endpoint returns the status detailing the current state of the report generation request.
Report types
| reportType | Description |
|---|---|
| audit | Identifies inaccurate or out-of-date accounts, helping you to make decisions with confidence. |
| enhancedCashFlow | Provides a fully categorized list of bank transactions for a company, allowing lenders to accurately forecast a company's cash flow. |
| enhancedFinancials | Supports decision-making using fully categorized financial statements to allow lenders to automate their underwriting processes. |
| enhancedInvoices | Helps verify that payments have been made against historic invoices. Great for invoice finance lenders. |
Learn more about valid Excel report types.
post/data/companies/{companyId}/assess/excel
Query parameters
reportTypeExcelReportTypes required— unresolved $ref
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
}