Insurance Plans Eligibility Update Context Input

Input representation for checking plan eligibility by updating an existing context.
JSON example
1{
2  "contextId": "42ce00ea6a44dcc0d308ba1ea7c4c9bb455bd14bb0405ff03dca1b5371c42cda",
3  "addedPlans": [
4    {
5      "planId": "0gpp00000004C9wAAE",
6      "coverages": [
7        {
8          "planId": "0rgxx0000000001AAA"
9        }
10      ]
11    }
12  ],
13  "deletedPlans": []
14}
Properties
Name Type Description Required or Optional Available Version
addedPlans Insurance Group Plan Input[] List of contract group plans to add to the member's enrollment for eligibility checking. Optional 66.0
contextId String ID of the context. Required 66.0
deletedPlans Insurance Group Plan Input[] List of contract group plans to remove from the member's enrollment. Optional 66.0