Newer Version Available

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

Insurance Rule Condition Input

Input representation details of insurance rule condition.
JSON example
1"conditions": [
2       {
3       "contextTagName": "SalesTransactionItemAttribute",
4       "operator": "LessThan",
5       "conditionIndex": 1,
6       "attributeName": "Annual Milage",
7       "attributePicklistValueId": null,
8       "type": "Attribute",
9       "attributeId": "0tjDR00000000VGYAY",
10       "dataType": "Number",
11       "values": [
12       "50000"
13       ]
14       }
15       ]
Properties
Name Type Description Required or Optional Available Version
attributeId String ID of the attribute. Required 63.0
attributeName String Name of the attribute. Required 63.0
attributePicklistValueId String ID of the attribute picklist value. Required 63.0
conditionIndex Integer Index of the rule condition. Required 63.0
contextTagName String Tag name of the context. Required 63.0
dataType String Data type of the attribute. Required 63.0
operator String Type of operator. Possible values are:
  • Equals
  • LessThan
Required 63.0
type String Type of rule condition. Required 63.0
values String[] List of values. Required 63.0