Generate Excel report
Generate an Excel report which can subsequently be downloaded.
Query parameters
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
}Changes
Changed in 3 of the 51 revisions of this API.1414
- ○
added the optional property
validationto the response with the400statusresponse-optional-property-added
- ○
added the optional property
validationto the response with the401statusresponse-optional-property-added
- ○
added the optional property
validationto the response with the402statusresponse-optional-property-added
- ○
added the optional property
validationto the response with the403statusresponse-optional-property-added
- ○
added the optional property
validationto the response with the404statusresponse-optional-property-added
- ○
added the optional property
validationto the response with the429statusresponse-optional-property-added
- ○
added the optional property
validationto the response with the500statusresponse-optional-property-added
- ○
added the optional property
validationto the response with the503statusresponse-optional-property-added
- ○
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
402response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○
added the non-success response with the status
503response-non-success-status-added
- ○
- ▲
the response property
fileSizebecame nullable for the status200response-property-became-nullable
- ●
added the new
auditenum value to thereportTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
enhancedCashFlowenum value to thereportTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
enhancedFinancialsenum value to thereportTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
enhancedInvoicesenum value to thereportTyperesponse property for the response status200response-property-enum-value-added
- ▲