Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
ConnectApi.InsurancePlansEligibilityPatchInputRepresentation
Input representation for checking plan eligibility by updating an existing context.
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| addedPlans | List<ConnectApi.InsuranceGroupPlanInputRepresentation> | List of contract group plans to add to the eligibility check. | Optional | 65.0 |
| contextId | String | ID of the existing eligibility context to update. | Required | 65.0 |
| deletedPlans | List<ConnectApi.InsuranceGroupPlanInputRepresentation> | List of contract group plans to remove from the eligibility check. | Optional | 65.0 |