ExportCreateResponseDto   
  constructor(destructionTime: OffsetDateTime, createdAt: OffsetDateTime, outputFormats: List<ExportOutputFormatsEnum>, documentsCount: Int, status: ExportResponseStatusEnum, id: String)
Parameters
destructionTime 
The date and time of when this export object will be deleted from the system.
createdAt 
outputFormats 
Indicates which formats were requested. Valid values are: * 'csv' - indicates a comma separated file should be produced summarizing the exported data * 'xlsx' - indicates an excel spreadsheet should be produced summarizing the exported data * 'pdf' - indicates individual documents should be exported to a PDF file
documentsCount 
The number of documents that matches the given criteria. The final number of documents in the export can be different from this one if documents are created or deleted between this POST request and the time when the request is processed.
status
id
This is a unique identifier which is used to identify the export request on Sensibill's system.