Initializing help system before first use

scenarioImportFormResult

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

Holds the data that results from a importing a project using a multipart form post.

Example JSON

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