ImportDataModelResultΒΆ

Field NULL Description Note
success
boolean
 
  • true if the import was successful
  • false if not
 
messages
array of objects
Y An array of ModelError objects  
inconsistentDataSources
object
Y A dynamic object to list inconsistent data sources  
Sample:
{
   "success": true,
   "messages": null,
   "inconsistentDataSources": null
}