Business Rules Input
- JSON example 1
-
{ "inputs": [ { "age": "25", "state": "CA", "PatientId":"001xx000003GYjnAAG" } ], "options": { "effectiveDate": "2022-12-03T10:15:30Z", "useDatesOnly": "true" } }
- JSON example 2
-
{ "inputs": [ { "age": "25", "state": "CA", "PatientId":"001xx000003GYjnAAG", "__actionContextCode":"001xx000003GYjnAAG" } ], "options": { "effectiveDate": "2022-12-03T10:15:30Z", "useDatesOnly": "true" } }
- 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