Initializing help system before first use

scenarioImportResult

Type: scenarioImportResult
Namespace: http://fico.com/xpress/insight/rest/v1

Holds the scenario import result data.

Example JSON

{ "messages" : { "infoMessages" : [ "...", ... ], "errorMessages" : [ "...", ... ] }, "scenarios" : { "start" : ..., "items" : [ { }, ... ] }, "folders" : { "start" : ..., "items" : [ { }, ... ] }, "vsgs" : { "start" : ..., "items" : [ { }, ... ] } }