Initializing help system before first use

projectImportFormResult

Type: projectImportFormResult
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" : [ "...", ... ] }, "projects" : { "start" : ..., "items" : [ { }, ... ] }, "workbooks" : [ { "..." : ... }, { } ] }