Newer Version Available
Business Rules Input
- JSON example 1
-
1{ 2 "inputs": [ 3 { 4 "age": "25", 5 "state": "CA", 6 "PatientId":"001xx000003GYjnAAG" 7 } 8 ], 9 "options": { 10 "effectiveDate": "2022-12-03T10:15:30Z", 11 "useDatesOnly": "true" 12 } 13} - JSON example 2
-
1{ 2 "inputs": [ 3 { 4 "age": "25", 5 "state": "CA", 6 "PatientId":"001xx000003GYjnAAG", 7 "__actionContextCode":"001xx000003GYjnAAG" 8 } 9 ], 10 "options": { 11 "effectiveDate": "2022-12-03T10:15:30Z", 12 "useDatesOnly": "true" 13 } 14} - 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