Newer Version Available

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

Decision Matrix Lookup Result

Output representation of the individual output of a decision matrix version lookup.
JSON example
1{
2  "outputs": [
3    {
4      "results": [],
5      "error": "Input Data is Missing"
6    },
7    {
8      "results": [
9        {
10          "name": "premium",
11          "value": "2400"
12        },
13        {
14          "name": "tax",
15          "value": "300"
16        }
17      ]
18    },
19    {
20      "results": [],
21      "error": "There is no output for the given input data"
22    }
23  ]
24}
Property Name Type Description Filter Group and Version Available Version
outputs Decision Matrix Lookup Basic Result[] List of outputs returned by a decision matrix. An output may contain multiple variables. Small, 55.0 55.0