Member Plan Input

Input representation of an insurance plan to add or update for a group census member.
JSON example
1{
2  "contractGroupPlanId": "0gpxx0000000001AAA",
3  "name": "Gold Tier Medical Plan",
4  "attributes": [
5    {
6      "attributeCode": "COVERAGE_TIER",
7       "attributeValue": "Family"
8    }
9  ]
10}
Properties
Name Type Description Required or Optional Available Version
attributes Attribute Input[] Overridden attribute values to apply to this plan for the member. Optional 68.0
contractGroupPlanId String ID of the contract group plan the member is being enrolled into. Specify this property for on-contract coverage. For off-contract coverage, use productCode and rootProductCode instead. Optional 68.0
groupCensusMemberId String ID of the group census member the plan belongs to. Optional 68.0
id String ID of an existing group census member plan. Specify this property when you update an existing plan. Required to update plan 68.0
name String Name of the group census member plan. Optional 68.0
productCode String Product code of the off-contract coverage when no contract group plan ID is supplied. Optional 68.0
rootProductCode String Product code of the root product to which the off-contract coverage belongs. Optional 68.0