Newer Version Available

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

Simulation Input Variables Result List

Output representation of the list of input variables of a simulation.

This API has been deprecated as of API version 55.0. In API version 55.0 and later, use the new Business APIs in Business Rules Engine.

Note

Sample Response
1{
2   "code": "200",
3   "message": "",
4   "isSuccess": true
5   "inputVariables": [
6     {
7         "DataType": "Number",
8         "Name": "medicalPayment",
9         "ApiName": "medicalPayment",
10         "DefaultValue": "10",
11         "LastSimulatedValue": "10",
12         "Precision": "1"
13      }, {
14         "DataType": "Number",
15         "ApiName": "dedWaiverFactor",
16         "Name": "dedWaiverFactor",
17         "DefaultValue": "10",
18         "LastSimulatedValue": "15",
19         "Precision": "1"
20      }
21   ]
22}
Property Name Type Description Filter Group and Version Available Version
code String The request response code. Small, 53.0 53.0
inputVariables Simulation Input Variables Basic[] The list of input variables of a simulation. Small, 53.0 53.0
isSuccess Boolean Indicates whether the request is successful. Small, 53.0 53.0
message String The request response message. Small, 53.0 53.0