Initializing help system before first use

scenarioCreateParams

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

The parameters required to create or clone a scenario.

At least one of parent, repositoryPath and sourceScenario must be present. Note: the use of repositoryPath is deprecated and will be removed in a future release.

Example JSON

{ "displayName" : "...", "scenarioType" : "...", "sourceScenarioId" : "...", "parent" : { "objectType" : "SCENARIO", "id" : "...", "displayName" : "...", "url" : "..." }, "repositoryPath" : "..." }