Insurance Contract Item Input
Input representation of the details, such as object, product path, and field values to
extend a contract when issuing it from a quote.
- JSON example
-
1{ 2 "entity": "ContractGroupPlan", 3 "productPath": "dentalBasic", 4 "fields": { 5 "data": [ 6 { 7 "key": "EnrollmentEndDate", 8 "value": "2025-12-31" 9 } 10 ] 11 } 12} - Properties
-
Name Type Description Required or Optional Available Version entity String API name of the object to apply the additional field values to, such as Contract, InsuranceContract, or ContractGroupPlan. 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 contract structure the additional fields apply. Optional 68.0