ConnectApi.InsuranceIssueContractInputRepresentation
Input representation of the quote ID, optional contract dates and term, transaction
detail level, and additional fields used to issue a group benefits 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 contract in ISO 8601 yyyy-MM-dd format. If specified, this value overrides the contract end date that's derived from the quote. | Optional | 68.0 |
| contractStartDate | String | Start date of the contract in ISO 8601 yyyy-MM-dd format. If specified, this value overrides the contract start date that's derived from the quote. | Optional | 68.0 |
| contractTerm | Integer | Duration of the contract in months. If specified, this value overrides the contract term derived from the quote. | Optional | 68.0 |
| quoteId | String | ID of the quote from which to create the contract. | Required | 68.0 |
| transactionDetailLevel | String | Level of transaction detail to include when issuing the contract. Valid values are PLAN_LEVEL, COVERAGE_LEVEL, and CHARGE_LEVEL. The default value is PLAN_LEVEL. | Optional | 68.0 |