{
    "snapshot_mode": "current_open",
    "employee": {}, // omitted for brevity
    "dependents": [
        {
            "id": "110fef60-6e89-4341-892a-f6ff3f68c072",
            "custom_individual_id": "2",
            "relationship": "spouse",
            "person": {} // omitted for brevity
        }
    ],
    "coverages": [
        {
            "carrier_id": "2d370e0e-fd73-45e0-8828-796d2cacaeef",
            "line_of_coverage": "dental",
            "plan_id": "40fdcb25-0fb3-43db-8dda-28180692854d",
            "enrolled_members": [
                {
                    "individual_id": "52b8ff36-388a-4faf-bc42-df446f13b89a",
                    "individual_type": "employee",
                    "effective_start_date": "2022-01-01",
                    "effective_end_date": "9999-12-31",
                    "latest_change_effective_date": "2022-06-01",
                    "event_id": "3001"

                },
                {
                    "individual_id": "110fef60-6e89-4341-892a-f6ff3f68c072",
                    "individual_type": "dependent",
                    "effective_start_date": "2022-01-01",
                    "effective_end_date": "2022-06-01",
                    "latest_change_effective_date": "2022-06-01",
                    "event_id": "3001"
                }
            ]
        }
    ],
    "events": [
        {
            "id": "3001",
            "date": "2022-06-01",
            "type": "coverage",
            "reason": "elegibility_change"
        }
    ]
}

{
    "snapshot_mode": "current_open",
    "employee": {}, // omitted for brevity
    "dependents": [
        {
            "id": "110fef60-6e89-4341-892a-f6ff3f68c072",
            "custom_individual_id": "2",
            "relationship": "spouse",
            "person": {} // omitted for brevity
        }
    ],
    "coverages": [
        {
            "carrier_id": "2d370e0e-fd73-45e0-8828-796d2cacaeef",
            "line_of_coverage": "dental",
            "plan_id": "40fdcb25-0fb3-43db-8dda-28180692854d",
            "enrolled_members": [
                {
                    "individual_id": "52b8ff36-388a-4faf-bc42-df446f13b89a",
                    "individual_type": "employee",
                    "effective_start_date": "2022-01-01",
                    "effective_end_date": "9999-12-31",
                    "latest_change_effective_date": "2022-06-01",
                    "event_id": "3001"

                },
                {
                    "individual_id": "110fef60-6e89-4341-892a-f6ff3f68c072",
                    "individual_type": "dependent",
                    "effective_start_date": "2022-01-01",
                    "effective_end_date": "2022-06-01",
                    "latest_change_effective_date": "2022-06-01",
                    "event_id": "3001"
                }
            ]
        }
    ],
    "events": [
        {
            "id": "3001",
            "date": "2022-06-01",
            "type": "coverage",
            "reason": "elegibility_change"
        }
    ]
}

1

Current state

The current state of the member and family, before the dependent is terminated. Note that the spouse is active on the dental plan, beginning 2022-01-01.

The current state of a family can be retrieved in the form of a member snapshot via the GET Member Snapshot by Employee ID endpoint.

2

End coverage for dependent

Set an effective_end_date for the dependent coverage being ended, while leaving all other coverages unterminated.

3

Set event reason

Set the event reason

4

After termination, dependent coverage can be omitted

After the termination is sent, the dependent’s terminated coverage is no longer required in future member snapshot requests.