Initializing help system before first use

scenarioCreateParams

Extends: webServiceBean
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.

XML

Elements

name (type) min/max
occurs
description
displayName (string) 0/1 The display name of the scenario
scenarioType (string) 0/1 The type of the scenario - null if the scenario has no type
sourceScenarioId (string) 0/1 The id of the scenario to clone. If not present, a new empty scenario will be created.
parent (simpleReference) 0/1 The parent in which to create the scenario. If not present, the folder of the source scenario will be used.
repositoryPath (string) 0/1 The repository path in which to create the scenario. If not present, the folder of the source scenario will be used.

JSON

property type description
displayName displayName (string) The display name of the scenario
scenarioType scenarioType (string) The type of the scenario - null if the scenario has no type
sourceScenarioId sourceScenarioId (string) The id of the scenario to clone. If not present, a new empty scenario will be created.
parent parent (simpleReference) The parent in which to create the scenario. If not present, the folder of the source scenario will be used.
repositoryPath repositoryPath (string) The repository path in which to create the scenario. If not present, the folder of the source scenario will be used.