Insurance Quote Item Input
Input representation of the details to extend the quote created from a
contract.
- JSON example
-
1{ 2 "entity": "Quote", 3 "productPath": "Root", 4 "fields": { 5 "data": [ 6 { 7 "key": "StandardAmount", 8 "value": "80" 9 } 10 ] 11 } 12} - Properties
-
Name Type Description Required or Optional Available Version entity String API name of the entity that receives the additional field values, such as Quote. Optional 68.0 fields Apex String[] List of key-value pairs that represent the fields and their values for the entity. Optional 68.0 productPath String Product path that identifies where in the quote structure the additional fields apply. Optional 68.0