ConnectApi.InsuranceContractRenewalInputRepresentation
Input representation of the quote ID, renewal date, optional contract end date and
term, and additional fields used to create a renewed-term contract from a quote.
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| additionalFields | List<ConnectApi.InsuranceContractItem> | Additional fields for Contract, InsuranceContract, and ContractGroupPlan customization. Each item specifies an entity, optional productPath, and fields map. | Optional | 68.0 |
| contractEndDate | String | End date of the renewed contract term in ISO 8601 yyyy-MM-dd format. | Optional | 68.0 |
| contractTerm | Integer | Duration of the renewed contract in months. The default value is 12. | Optional | 68.0 |
| quoteId | String | ID of the quote from which to create the renewed contract. | Required | 68.0 |
| renewalDate | String | Date that the renewed contract term takes effect, in ISO 8601 yyyy-MM-dd format. | Required | 68.0 |