ConnectApi.InsuranceContractCreationInputRepresentation
Input representation for creating contract.
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| additionalFields | List<ConnectApi.ContractItem> | List of additional fields to add to contract items. | Optional | 65.0 |
| contractEndDate | String | End date of the contract. | Required | 65.0 |
| contractStartDate | String | Start date of the contract. | Required | 65.0 |
| contractTerm | Integer | Contract terms in months. | Optional | 65.0 |
| enrollmentEndDate | String | End date for plan enrollment. | Optional | 65.0 |
| enrollmentStartDate | String | Start date for plan enrollment. | Optional | 65.0 |
| quoteId | String | ID of the quote to create the contract from. | Required | 65.0 |