Newer Version Available

This content describes an older version of this product. View Latest

Simulation Evaluation Service Input

Input representation to run a simulation on an expression set.
Root XML tag
SimulationEvalServiceInput
JSON example
1{
2   "input" : {
3      "variables": [ {
4         "name" : "artEstimatedValue",
5         "value" : "301",
6         "datatype" : "number"
7      }, {
8         "name" : "quantity",
9         "value" : "301",
10         "datatype" : "number"
11      } ]
12   },
13   "config" : {
14      "versionInfo" : {
15         "configurationVersionId":"a1o5w000002EJPPAA4",
16         "effectiveDate":"2019-02-13 00:00:00",
17        }
18   }
19}
Properties
Name Type Description Required or Optional Available Version
config Simulation Config Input The configuration details of a simulation. Required 53.0
input Simulate Variable Input[] The list of input variables defined to run a simulation. Required 53.0