ConnectApi.InsuranceContractEndorseInputRepresentation
Input representation of the quote ID, endorsement effective date, optional date-copy
behavior, and additional fields used to create an endorsed contract version 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 |
| effectiveDate | String | Effective date of the endorsement, which is the start date of the endorsed contract, in ISO 8601 yyyy-MM-dd format. | Required | 68.0 |
| quoteId | String | ID of the quote from which to create the endorsed contract. | Required | 68.0 |
| updateExistingContractDates | Boolean | Controls whether the endorsed contract's end date is copied from the source contract. When true or omitted, the source contract end date is copied. When false, the end date isn't populated from the source contract. | Optional | 68.0 |