Product Rating Patch Input
Input representation of product rating update details.
- JSON example
-
{ "contextId": "11jxx0000006i5gAAA", "productId": "01txx0000006i5gAAA", "ratingInputs": [{ "instanceKeys": ["AutoRoot"], "productCode": "AUTOROOT", "attributes": { "Deductible": 1000 } }, { "instanceKeys": ["AutoRoot", "Audi"], "productCode": "AUTO", "attributes": { "Mileage": 20000 } }, { "instanceKeys": ["AutoRoot", "Audi", "Tom"], "productCode": "DRIVER", "attributes": { "DriverAge": 50, "DriverAccident": 0 }, "targetRecords": ["003xx000004WkvEAAS"] }], "ratingOptions": { "pricingProcedure": "AutoRootEP" } }
- Properties
-
Name Type Description Required or Optional Available Version addedNodes Rating Input Node[] List of added nodes. Optional 63.0 additionalFields Map<String, Object> Map of additional fields that must be updated in the quote context. Optional 63.0 contextId String Context ID. Required 63.0 deletedNodes Rating Input Node[] List of deleted nodes. Optional 63.0 effectiveDate String Date used to find the active pricing procedure for pricing. The default value is the current date. Optional 63.0 ratingDate String Date that's used to find the active pricing procedure. Optional 63.0 ratingOptions Rating Options Input[] Options for rating. Required 63.0 updatedNodes Rating Input Node[] List of updated nodes. Optional 63.0