Calculation Procedure Detail Output

Output representation of the expression set details.

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",
   "id" : "0k0x000000000BQAAY",
   "inputVariables" : [ {
      "dataType" : "Number",
      "name" : "var1"
   } ],
   "isSuccess" : true,
   "message" : "",
   "name" : "RuleWith100Conditions42",
   "outputVariables" : [ {
      "dataType" : "Number",
      "name" : "var2"
   } ]
}
Property Name Type Description Filter Group and Version Available Version
code String The request response code. Small, 53.0 53.0
description String The description of the expression set. Small, 53.0 53.0
id String The ID of the expression set record. Small, 53.0 53.0
inputVariables Calculation Procedure Variable Output[] The list of input variables of the expression set. 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
name String The name of the expression set. Small, 53.0 53.0
outputVariables Calculation Procedure Variable Output[] The list of output variables of the expression set. Small, 53.0 53.0