Newer Version Available
Product Rating
Output representation details of the product rating.
- JSON example
- This example shows a sample success response.
-
1{ 2 "contextId": "11jxx0000006i5gAAA", 3 "addedNodes": [{ 4 "instanceKeys": ["AutoRoot", "BMW"], 5 "productCode": "AUTO", 6 "attributes": { 7 "Mileage": 20000 8 } 9 }], 10 "updatedNodes": [{ 11 "instanceKeys": ["AutoRoot", "Audi"], 12 "productCode": "AUTO", 13 "attributes": { 14 "Mileage": 21000 15 } 16 }], 17 "deletedNodes": [{ 18 "instanceKeys": ["AutoRoot", "Audi", "Tom"] 19 }], 20 "ratingOptions": { 21 "pricingProcedure": "AutoRootEP" 22 } 23 }
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| configMessages | Insurance Config Message Output[] | List of configurator messages. | Small, 63.0 | 63.0 |
| contextId | String | ID of the context. | Small, 63.0 | 63.0 |
| errors | Error Response | List of errors encountered during the processing of the API request. | Small, 63.0 | 63.0 |
| pricingResult | Map<String, Object> | The pricing result. | Small, 63.0 | 63.0 |