Newer Version Available
Simulations
Retrieve the input variables of an expression set that are required to
run a simulation. Run a simulation. An expression set, also known as calculation
procedure, is a group of steps that perform mathematical operations and
transformations.
- Resource
-
1/connect/omnistudio/evaluation-services/version-definitions/${id}/simulation - Example URI for GET
-
1/services/data/v53.0/connect/omnistudio/evaluation-services/version-definitions/a1o5w000002EJPPAA4/simulation - Example URI for PATCH
-
1/services/data/v53.0/connect/omnistudio/evaluation-services/version-definitions/a1o5w000002EJPPAA4/simulation - Available version
- 53.0
- Requires Chatter
- No
- HTTP methods
- GET, PATCH
- Query parameters for GET
-
Parameter Name Type Description Required or Optional Available Version inputVariables Boolean Reserved for future use. Optional 53.0 - Response body for GET
- Simulation Input Variables Result List
- Request body for PATCH
-
- 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
- Response body for PATCH
- Simulation Eval Service Output