Insurance Rule Criteria Input
Input representation details of the insurance rule criteria.
- JSON example
-
1"ruleCriteria": [ 2 { 3 "conditions": [ 4 { 5 "contextTagName": "SalesTransactionItemAttribute", 6 "operator": "LessThan", 7 "conditionIndex": 1, 8 "attributeName": "Annual Milage", 9 "attributePicklistValueId": null, 10 "type": "Attribute", 11 "attributeId": "0tjDR00000000VGYAY", 12 "dataType": "Number", 13 "values": [ 14 "50000" 15 ] 16 } 17 ] - Properties
-
Name Type Description Required or Optional Available Version conditions Insurance Rule Condition Input[] List of rule conditions. Optional 63.0 criteriaIndex Integer Index of the rule criteria. Required 63.0 rootObjectId String ID of the root object. Required 63.0 sourceContextTagName String Name of the source context tag. Required 63.0 sourceDataType String Source data type. Possible values are: - String
- Integer
Required 63.0 sourceOperator String Source operator. Possible value: - Equals
Required 63.0 sourceValues String[] List of source values. Required 63.0