Newer Version Available

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

Business Rules Input

Input representation of an expression set.
JSON example
1{
2  "inputs": [
3    {
4      "age": "25",
5      "state": "CA"
6    },
7    {
8      "age": "23",
9      "state": "NY"
10    },
11    {
12      "age": "35",
13      "state": "WA"
14    }
15  ],
16  "options": {
17    "effectiveDate": "2022-12-03T10:15:30Z",
18    "useDatesOnly": "true"
19  }
20}
Properties
Name Type Description Required or Optional Available Version
inputs Map<String, Object>[] List of inputs passed to an expression set. An input may contain multiple variables. Required 55.0
options Expression Set Options Input The options for executing an expression set. Optional 55.0