Newer Version Available
Rating Input Node
Input representation of details of context node.
- JSON example
-
1ratingInputs": [{ 2 "instanceKeys": ["AutoRoot"], 3 "productCode": "AUTOROOT", 4 "attributes": { 5 "Deductible": 1000 6 } 7 }, 8 { 9 "instanceKeys": ["AutoRoot", "Audi"], 10 "productCode": "AUTO", 11 "attributes": { 12 "Mileage": 20000 13 } 14 }, 15 { 16 "instanceKeys": ["AutoRoot", "Audi", "Tom"], 17 "productCode": "DRIVER", 18 "attributes": { 19 "DriverAge": 50, 20 "DriverAccident": 0 21 }, 22 "targetRecords": ["003xx000004WkvEAAS"] 23 }] - Properties
-
Name Type Description Required or Optional Available Version additionalFields Map<String, Object> Map of additional fields that must be updated in the quote context. Optional 63.0 attributes Map<String, Object> Map of attributes key-value pairs that's used to determine pricing. Optional 63.0 instanceKeys String[] List of instance keys for context path. Optional 63.0 productCode String Unique code to identify a product. Optional 63.0 targetRecords String[] List of target records. Optional 63.0