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
{
   "code": "200",
   "message": "",
   "isSuccess": true
   "inputVariables": [
     {
         "DataType": "Number",
         "Name": "medicalPayment",
         "ApiName": "medicalPayment",
         "DefaultValue": "10",
         "LastSimulatedValue": "10",
         "Precision": "1"
      }, {
         "DataType": "Number",
         "ApiName": "dedWaiverFactor",
         "Name": "dedWaiverFactor",
         "DefaultValue": "10",
         "LastSimulatedValue": "15",
         "Precision": "1"
      }
   ]
}
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