Decision Table Output

Output representation of the decision table details.
JSON example for GET, POST, and PATCH
1{
2   "code":"200",
3   "decisionTable":{
4      "collectOperator":"Count",
5      "conditionCriteria":"1 OR 2 OR 3",
6      "conditionType":"Any",
7      "decisionResultPolicy":"FirstMatch",
8      "doesConsiderNullValue": true,
9      "description":"Eligiblity of Products using Qualification Rules",
10      "id":"0lDxx00000000BJ",
11      "parameters":[
12         {
13            "fieldName":"IsDeleted",
14            "isGroupByField":false,
15            "isPriority":false,
16            "operator":"Equals",
17            "sequence":1,
18            "usage":"Input"
19         },
20         {
21            "fieldName":"CreatedById",
22            "isGroupByField":false,
23            "isPriority":false,
24            "usage":"Output"
25         },
26         {
27            "fieldName":"Title",
28            "isGroupByField":false,
29            "isPriority":false,
30            "operator":"Equals",
31            "sequence":3,
32            "usage":"Input"
33         },
34         {
35            "fieldName":"Id",
36            "isGroupByField":false,
37            "isPriority":false,
38            "operator":"Equals",
39            "sequence":2,
40            "usage":"Input"
41         }
42      ],
43      "setupName":"Product Qualification eligibility3",
44      "sourceCriteria":[
45         
46      ],
47      "sourceObject":"AccountFeed",
48      "sourceType":"SingleSobject",
49      "sourceconditionLogic":"1 AND 2 AND 3",
50      "status":"Draft"
51   },
52   "isSuccess":true,
53   "message":""
54}
JSON example for DELETE
1{
2   "code":"200",
3   "isSuccess":true,
4   "message":""
5}
Property Name Type Description Filter Group and Version Available Version
code String Response code from the API request. Small, 58.0 58.0
decisionTable Decision Table Definition Output Details of the decision table definition associated with the decision table. Small, 58.0 58.0
isSuccess Boolean Indicates whether the API request is successful (true) or not (false). Small, 58.0 58.0
message String Error message when the API request fails. Small, 58.0 58.0