The Class ReportExtractResponseDto.
name | data type | description |
---|---|---|
actionStatus | ActionStatus | The status response of the web service response. |
reportExtract | ReportExtractDto | The report extract. |
Example
{ "actionStatus" : { "status" : "FAIL", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." }, "reportExtract" : { "disabled" : true, "scriptType" : "SQL", "filenameFormat" : "...", "id" : 12345, "fileSeparator" : "...", "auditableField" : [ { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." }, { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." } ], "category" : "...", "code" : "...", "outputDir" : "...", "scriptInstanceCode" : "...", "description" : "...", "sqlQuery" : "...", "params" : { "property1" : "...", "property2" : "..." }, "startDate" : 12345, "updatedCode" : "...", "endDate" : 12345, "reportExtractResultType" : "CSV", "style" : "...", "imagePath" : "...", "customTableCode" : "...", "accumulate" : true, "separator" : "...", "decimalSeparator" : "...", "generateEmptyReport" : true, "maximumLine" : 12345, "includeHeaders" : true } }