ReportSavingResult

Field NULL Description Note
reportKey
object
  A ReportKey object  
report
object
  A ReportDefinition object  

Inherited fields:

OperationResult

Field NULL Description Note
success
boolean
  Is the operation successful  
messages
array of objects
  An array of ModelError objects  
data
object
  A dynamic object to store additional data  
Sample:
{
   "success": true,
   "data": "4e2d54c8-20e7-437f-a5ce-43e963c763a2"
}
Sample:
{
  "reportKey": {
      "key": null,
      "tenantId": null
  },
  "report": null
}