Member Change
Change the coverage of a subscriber
Create the Qualifying Life Event
{
"qualifying_life_event": {
"type": "marriage",
"date": "2020-01-01",
"eligibility_start_date": "2020-01-01",
"coverage_period_id": "COVERAGE_PERIOD_UUID",
"plan_elections": {
"medical": {
"plan_id": "PLAN_UUID",
"type": "election",
"coverages": [
{
"member_id": "SUBSCRIBER_UUID",
"status": "employer_sponsored",
"start_date": "2020-01-01"
},
{
"member_id": "SPOUSE_UUID",
"status": "employer_sponsored",
"start_date": "2020-01-01"
}
]
}
}
}
}Check the Status
Synced
Errors
Last updated
Was this helpful?