---
title: "manage changes detail"
method: GET
path: "/v{version}/manage-changes-detail"
tags: ["Manage-Changes"]
---

# manage changes detail

`GET /v{version}/manage-changes-detail`

Scopes: export\_enrollment

## Path parameters

- `version` string, required

## Query parameters

- `employee_id` string, required
- `from` string, date-time
- `to` string, date-time
- `date_lookup_field` 'LastModifiedOn' | 'LastSummarizedOn'

## Response `200`

Success

- DtosManageChangeDetail
  - `employee` DtosEnrollmentEmployee
    - `id` string, required — Employee Id.
    - `company_id` string, required — Employee's Company Id.
    - `first_name` string, required — First Name.
    - `last_name` string, required — Last Name.
    - `middle_name` string, required — Middle Name.
    - `birth_date` string, required — Birth Date.
    - `ssn` string, required — Social Security Number.
    - `pay_periods` integer, required — Number of Pay Periods.
    - `address` DtosAddress, required
      - `addr1` string — The street address.
      - `addr2` string — Secondary field for street address.
      - `city` string — The city.
      - `state` string — The state. Can be the 2 letter state abbreviation or the full state name.
      - `zip` string — The postal code.
      - `county` string — The county.
      - `country` 'Afghanistan' | 'Albania' | 'Algeria' | 'Argentina' | 'Armenia' | 'Australia' | 'Austria' | 'Azerbaijan' | 'Bahrain' | 'Bangladesh' | 'Belarus' | 'Belgium' | 'Belize' | 'Benin' | 'Bhutan' | 'Bolivarian Republic of Venezuela' | 'Bolivia' | 'Bosnia and Herzegovina' | 'Botswana' | 'Brazil' | 'Brunei Darussalam' | 'Bulgaria' | 'Burundi' | 'Cambodia' | 'Cameroon' | 'Canada' | 'Caribbean' | 'Chile' | 'Colombia' | 'Congo (DRC)' | 'Costa Rica' | 'Côte d'Ivoire' | 'Croatia' | 'Cuba' | 'Cyprus' | 'Czech Republic' | 'Denmark' | 'Djibouti' | 'Dominican Republic' | 'Ecuador' | 'Egypt' | 'El Salvador' | 'Eritrea' | 'Estonia' | 'Ethiopia' | 'Faroe Islands' | 'Fiji' | 'Finland' | 'France' | 'Gambia' | 'Georgia' | 'Germany' | 'Ghana' | 'Greece' | 'Greenland' | 'Guatemala' | 'Haiti' | 'Honduras' | 'Hong Kong S.A.R.' | 'Hungary' | 'Iceland' | 'India' | 'Indonesia' | 'Iran' | 'Iraq' | 'Ireland' | 'Islamic Republic of Pakistan' | 'Israel' | 'Italy' | 'Jamaica' | 'Japan' | 'Jordan' | 'Kazakhstan' | 'Kenya' | 'Korea' | 'Kuwait' | 'Kyrgyzstan' | 'Lao P.D.R.' | 'Latin America' | 'Latvia' | 'Lebanon' | 'Liberia' | 'Libya' | 'Liechtenstein' | 'Lithuania' | 'Luxembourg' | 'Macao S.A.R.' | 'Malaysia' | 'Maldives' | 'Mali' | 'Malta' | 'Mexico' | 'Moldova' | 'Mongolia' | 'Montenegro' | 'Morocco' | 'Myanmar' | 'Namibia' | 'Nepal' | 'Netherlands' | 'New Zealand' | 'Nicaragua' | 'Nigeria' | 'North Macedonia' | 'Norway' | 'Oman' | 'Palestine' | 'Panama' | 'Paraguay' | 'People's Republic of China' | 'Peru' | 'Philippines' | 'Poland' | 'Portugal' | 'Principality of Monaco' | 'Puerto Rico' | 'Qatar' | 'Réunion' | 'Romania' | 'Russia' | 'Rwanda' | 'Saudi Arabia' | 'Senegal' | 'Serbia' | 'Sierra Leone' | 'Singapore' | 'Slovakia' | 'Slovenia' | 'Somalia' | 'South Africa' | 'Spain' | 'Sri Lanka' | 'Sudan' | 'Sweden' | 'Switzerland' | 'Syria' | 'Taiwan' | 'Tajikistan' | 'Tanzania' | 'Thailand' | 'Trinidad and Tobago' | 'Tunisia' | 'Turkey' | 'Turkmenistan' | 'U.A.E.' | 'Uganda' | 'Ukraine' | 'United Kingdom' | 'United States' | 'Uruguay' | 'Uzbekistan' | 'Vietnam' | 'Yemen' | 'Zambia' | 'Zimbabwe' — The country.
      - `region` string — The region.
    - `gender` 'Male' | 'Female' | '' — Gender.
    - `race` string — Race.
    - `mobile_phone` string — Mobile Phone Number.
    - `home_phone` string — Home Phone Number.
    - `work_phone` string — Work Phone Number.
    - `eid` string — External identifier for importing purposes. Auto-assigned if not provided.
    - `medical_pcc_id` string
    - `medical_pcc_name` string
    - `dental_pcc_id` string
    - `dental_pcc_name` string
    - `ipa` string
    - `email` string — Email.
    - `personal_email` string — Personal Email.
    - `marital_status` '' | 'Single' | 'Married' | 'Divorced' | 'Domestic Partner' | 'Legally Separated' | 'Widowed' — Marital Status.
    - `language` string — Language.
    - `citizenship` string — Citizenship.
    - `custom_fields` 0KeyValuePairStringString[] — A list of custom field values for the employee.
      - `key` string
      - `value` string
    - `status` string, required — Status of the employee, subject to changes over time. Some examples, but not limited to, are: ['Active', 'Resigned', 'Deceased', 'Leave of Absence', 'COBRA']
    - `status_effective_date` string — Status Effective Date.
    - `status_reason` string — Reason for Status Change.
    - `termination_type` 'Involuntary' | 'Voluntary' | 'Gross Misconduct' — Type of Termination, only required for terminations.
    - `latest_hire_date` string — The employee's latest hiredate.
    - `enrollment_status` 'Not Started' | 'In Progress' | 'Finished' — The employee's enrollment status.
    - `location_id` string, required — Location Id.
    - `location` string, required — Location Name.
    - `division_id` string, required — Division Id.
    - `division` string, required — Division Name.
    - `department_id` string, required — Department Id.
    - `department` string, required — Department Name.
    - `job_class_id` string, required — Job Class Id.
    - `job_class` string, required — Job Class.
    - `type` 'Full-Time' | 'Part-Time' | 'Variable-Hour' | 'Contractor' | 'Seasonal' | 'Intern' | '' — Employee Type.
    - `job_title` string — Job Title.
    - `hours` number, double
    - `compensation_type` 'Salary' | 'Hourly' — Compensation Type.
    - `compensation` number, double — Compensation Amount.
    - `compensation_start_date` string — Current Compensation Start Date.
    - `compensation_end_date` string — Current Compensation End Date.
    - `pay_cycle` 'Annually' | '2 Pay Periods' | '3 Pay Periods' | '4 Pay Periods' | '5 Pay Periods' | '6 Pay Periods' | '7 Pay Periods' | '8 Pay Periods' | '9 Pay Periods' | '10 Pay Periods' | '11 Pay Periods' | 'Monthly' | '13 Pay Periods' | '14 Pay Periods' | '15 Pay Periods' | '16 Pay Periods' | '17 Pay Periods' | '18 Pay Periods' | '19 Pay Periods' | '20 Pay Periods' | '21 Pay Periods' | '22 Pay Periods' | '23 Pay Periods' | 'Semi-Monthly' | '25 Pay Periods' | 'Bi-Weekly' | '27 Pay Periods' | '28 Pay Periods' | '29 Pay Periods' | '30 Pay Periods' | '31 Pay Periods' | '32 Pay Periods' | '33 Pay Periods' | '34 Pay Periods' | '35 Pay Periods' | '36 Pay Periods' | '37 Pay Periods' | '38 Pay Periods' | '39 Pay Periods' | '40 Pay Periods' | '41 Pay Periods' | '42 Pay Periods' | '43 Pay Periods' | '44 Pay Periods' | '45 Pay Periods' | '46 Pay Periods' | '47 Pay Periods' | '48 Pay Periods' | '49 Pay Periods' | '50 Pay Periods' | '51 Pay Periods' | 'Weekly' — Pay Cycle.
    - `benefit_eligible_date` string — The date that the employee is eligible for benefits. This value overrides any open enrollment or new hire dates.
    - `hire_date` string — If the employee is not terminated, the latest HireDate is returned, otherwise the employee's OriginalHireDate.
    - `termination_date` string — Termination date.
    - `cobra_date` string — Cobra Date.
    - `retire_date` string — Retire Date.
    - `is_smoker` boolean — Returns true if Employee is a smoker.
    - `is_disabled` boolean — Returns true if Employee is disabled.
    - `death_date` string — Death Date.
    - `original_hire_date` string — Original Hire Date.
    - `termination_reason` string — Termination Reason.
    - `is_cobra` boolean — Returns true if Employee is in Cobra Status.
    - `cobra_event` string
    - `cobra_end_date` string — Date Cobra ends.
    - `salary` number, double — Salary.
    - `salary_effective_date` string — Salary Effective Date.
    - `last_modified_on` string, date-time, required — Last Modified Date.
    - `created_on` string, date-time, required — Create Date.
  - `dependents` DtosEnrollmentDependent[]
    - `id` string, required
    - `relationship` 'Employee' | 'Dependent' | 'Spouse' | 'Child' | 'Spouse-Ex' | 'Child-Domestic Partner' | 'Child-Adopted' | 'Child-Foster' | 'Child-Grandchild' | 'Child-Step' | 'Child-Legal Guardian' | 'Domestic Partner' | 'Domestic Partner-Ex' | '', required
    - `employee_id` string, required — The Id of the employee for this member.
    - `first_name` string, required
    - `last_name` string, required
    - `middle_name` string, required
    - `birth_date` string, required
    - `home_phone` string, required
    - `work_phone` string, required
    - `mobile_phone` string, required
    - `ssn` string, required
    - `address` DtosAddress, required
      - `addr1` string — The street address.
      - `addr2` string — Secondary field for street address.
      - `city` string — The city.
      - `state` string — The state. Can be the 2 letter state abbreviation or the full state name.
      - `zip` string — The postal code.
      - `county` string — The county.
      - `country` 'Afghanistan' | 'Albania' | 'Algeria' | 'Argentina' | 'Armenia' | 'Australia' | 'Austria' | 'Azerbaijan' | 'Bahrain' | 'Bangladesh' | 'Belarus' | 'Belgium' | 'Belize' | 'Benin' | 'Bhutan' | 'Bolivarian Republic of Venezuela' | 'Bolivia' | 'Bosnia and Herzegovina' | 'Botswana' | 'Brazil' | 'Brunei Darussalam' | 'Bulgaria' | 'Burundi' | 'Cambodia' | 'Cameroon' | 'Canada' | 'Caribbean' | 'Chile' | 'Colombia' | 'Congo (DRC)' | 'Costa Rica' | 'Côte d'Ivoire' | 'Croatia' | 'Cuba' | 'Cyprus' | 'Czech Republic' | 'Denmark' | 'Djibouti' | 'Dominican Republic' | 'Ecuador' | 'Egypt' | 'El Salvador' | 'Eritrea' | 'Estonia' | 'Ethiopia' | 'Faroe Islands' | 'Fiji' | 'Finland' | 'France' | 'Gambia' | 'Georgia' | 'Germany' | 'Ghana' | 'Greece' | 'Greenland' | 'Guatemala' | 'Haiti' | 'Honduras' | 'Hong Kong S.A.R.' | 'Hungary' | 'Iceland' | 'India' | 'Indonesia' | 'Iran' | 'Iraq' | 'Ireland' | 'Islamic Republic of Pakistan' | 'Israel' | 'Italy' | 'Jamaica' | 'Japan' | 'Jordan' | 'Kazakhstan' | 'Kenya' | 'Korea' | 'Kuwait' | 'Kyrgyzstan' | 'Lao P.D.R.' | 'Latin America' | 'Latvia' | 'Lebanon' | 'Liberia' | 'Libya' | 'Liechtenstein' | 'Lithuania' | 'Luxembourg' | 'Macao S.A.R.' | 'Malaysia' | 'Maldives' | 'Mali' | 'Malta' | 'Mexico' | 'Moldova' | 'Mongolia' | 'Montenegro' | 'Morocco' | 'Myanmar' | 'Namibia' | 'Nepal' | 'Netherlands' | 'New Zealand' | 'Nicaragua' | 'Nigeria' | 'North Macedonia' | 'Norway' | 'Oman' | 'Palestine' | 'Panama' | 'Paraguay' | 'People's Republic of China' | 'Peru' | 'Philippines' | 'Poland' | 'Portugal' | 'Principality of Monaco' | 'Puerto Rico' | 'Qatar' | 'Réunion' | 'Romania' | 'Russia' | 'Rwanda' | 'Saudi Arabia' | 'Senegal' | 'Serbia' | 'Sierra Leone' | 'Singapore' | 'Slovakia' | 'Slovenia' | 'Somalia' | 'South Africa' | 'Spain' | 'Sri Lanka' | 'Sudan' | 'Sweden' | 'Switzerland' | 'Syria' | 'Taiwan' | 'Tajikistan' | 'Tanzania' | 'Thailand' | 'Trinidad and Tobago' | 'Tunisia' | 'Turkey' | 'Turkmenistan' | 'U.A.E.' | 'Uganda' | 'Ukraine' | 'United Kingdom' | 'United States' | 'Uruguay' | 'Uzbekistan' | 'Vietnam' | 'Yemen' | 'Zambia' | 'Zimbabwe' — The country.
      - `region` string — The region.
    - `sex` 'Male' | 'Female' | ''
    - `student_status` string, required
    - `school` string, required
    - `graduation_date` string, required
    - `is_disabled` boolean, required
    - `is_smoker` boolean, required
    - `is_student` boolean, required
    - `is_cobra` boolean, required
    - `cobra_start_date` string, required
    - `cobra_event` string, required
    - `cobra_end_date` string, required
    - `last_modified_on` string, date-time, required
    - `created_on` string, date-time, required
    - `deleted_on` string, date-time, required
    - `is_different_address` boolean
  - `enrollment_changes` DtosEnrollmentChanges[]
    - `action` string
    - `enrollment_details` DtosEnrollmentLink
      - `href` string, required — The object uri.
    - `new_value` DtosEnrollment
      - `effective_date` string, required
      - `signature_date` string, required
      - `plan_id` string, required
      - `employee_id` string, required
      - `rates` 0KeyValuePairEnrollmentRateTypeDecimal[], required — Rates associated with this Enrollment.
        - `key` 'TotalRate' | 'EmployeeRate' | 'SpouseRate' | 'ChildrenRate'
        - `value` number, double
      - `costs` 0KeyValuePairEnrollmentCostTypeDecimal[], required — Costs associated with this Enrollment.
        - `key` 'EmployerContributionDollar' | 'EmployerContributionPercent' | 'EmployeeContributionDollar' | 'EmployeeContributionPercent' | 'EmployerTotalCostPreTax' | 'EmployerTotalCostPostTax' | 'EmployerEmployeeCostPreTax' | 'EmployerEmployeeCostPostTax' | 'EmployerSpouseOrPartnerCostPreTax' | 'EmployerSpouseOrPartnerCostPostTax' | 'EmployerChildrenCostPreTax' | 'EmployerChildrenCostPostTax' | 'EmployeeTotalCostPreTax' | 'EmployeeTotalCostPostTax' | 'EmployeeEmployeeCostPreTax' | 'EmployeeEmployeeCostPostTax' | 'EmployeeSpouseOrPartnerCostPreTax' | 'EmployeeSpouseOrPartnerCostPostTax' | 'EmployeeChildrenCostPreTax' | 'EmployeeChildrenCostPostTax'
        - `value` number, double
      - `deduction_periods` integer, required
      - `original_effective_date` string, required
      - `policy_number` string, required
      - `sub_group_number` string, required
      - `coverage_tier` 'Employee Only' | 'Employee + 1 Child' | 'Employee + 2 Children' | 'Employee + 3 Children' | 'Employee + Spouse' | 'Employee + Spouse + 1 Child' | 'Employee + Spouse + 2 Children' | 'Employee + Spouse + 3 Children', required — The coverage tier of the enrollment. In the case of employee terminated enrollments, the tier will always be EE.
      - `is_terminated` boolean, required
      - `life_event` string, required
      - `life_event_date` string, required
      - `coverages` DtosEnrollmentCoverage[], required
        - `id` string, required
        - `member_id` string, required — The member id that this coverage belongs to.
        - `dependent_id` string — The Dependent Id, if any, associated with this member.
        - `effective_date` string, required — The effective date of the coverage.
        - `termination_date` string — The termination date of the coverage.
        - `is_cobra_eligible` boolean, required — Indicates whether or not this termination is COBRA eligible.
        - `status` '' | 'Enrolled' | 'Waived', required — Indicates the coverage is enrollment status of the coverage.
        - `pcc_id` string
        - `pcc_name` string
        - `last_coverage_date` string, required — The last date of coverage for the elected plan. This does not take into account eligibility changes.
        - `amount_approved` number, double — The approved amount of the benefit.
        - `amount_pending` number, double — The pending amount of the benefit.
        - `benefit_amount_approved` number, double — The approved amount of the benefit if not a Contribution Plan. Returns 0 if the Plan is a Contribution Type Plan.
        - `benefit_amount_pending` number, double — The pending amount of the benefit if not a Contribution Plan. Returns 0 if the Plan is a Contribution Type Plan.
        - `age_reduction_percentage` number, double — The percent value of the reduction used for age reduced benefits.
        - `change_type` 'Add' | 'Update' | 'Termination', required — The reason for the coverage change.
        - `is_cobra` boolean, required — Indicates whether or not the employee was in COBRA status when this election was made.
        - `is_voided` boolean — Indicates whether or not this coverage was voided.
        - `last_modified_on` string, date-time, required
        - `created_on` string, date-time, required
        - `life_event` DtosEnrollmentLifeEvent — The event for the life or qualifying event.
          - `name` string, required — The system name of the event.
          - `details` string, required — The user inputted details of the event.
          - `date` string, required — The effective date of the event.
          - `create_date` string, date-time, required — The create timestamp of the event.
          - `last_modified_date` string, date-time, required — The last modified timestamp of the event.
      - `last_modified_on` string, date-time, required
      - `created_on` string, date-time, required
      - `eligibility_id` string — Ease internal eligibility id (read-only).
      - `name` string — The eligibility name (read-only).
      - `benefit_compensation_type` string — Benefit compensation type.
      - `benefit_compensation_amount` number, double — Benefit compensation amount.
      - `is_voided` boolean — Indicates whether or not this enrollment was voided.
      - `costs_deduction_period` 'Default' | 'Monthly' | 'Weekly' | 'PayCycle' — The deduction period used to compute the costs.
      - `plan` DtosPlanLink
        - `start_date` string
        - `end_date` string
        - `type` string
        - `carrier` DtosCarrier
          - `id` string, required — The Id of the carrier.
          - `name` string, required — The name of the carrier.
          - `group_number` string — The group number of the carrier.
        - `connect_status` 'Not Connected' | 'Pending' | 'Pending (New)' | 'Ease Review' | 'Ease Review (New)' | 'Carrier Review' | 'Connected' | 'Self-Bill' | 'EOI' | 'EOI & Self-Bill' | 'Disabled' | 'Broker Submitted' | 'Suspended'
        - `name` string, required — The name of the object.
        - `id` string, required — The object id.
        - `href` string, required — The object uri.
      - `carrier` string
      - `plan_type` string — The plan type. Please see <a href="/api/docs/v2#section/Plan-Types">Plan Types</a> for a complete list of supported values.
      - `coverage_details_short_code` string — Coverage details short code (read-only).
      - `activity_date` string — ActivityDate is used by compensation-based benefits. The active compensation as of the ActivityDate is used as the basis to calculate benefit amounts. ActivityDate must be on or after the EffectiveDate and may be up to one day after the plan end date. ActivityDates are, in general, the same value as EffectiveDates with some exceptions: 1) An existing enrollment is modified as a result of a life event 2) Compensation change results in a benefit amount update 3) Broker overrides the activitydate on a person's benefits page
      - `change_date` string — ChangeDate refers to the last substantive change made to an enrollment. A substantive change includes switching to a new plan, changing enrollment status, and adding a rate override. A examples of changes that would not be considered substantive would be modifying an employee's "waive reason" and enabling direct deposit.
    - `old_value` DtosEnrollment
      - `effective_date` string, required
      - `signature_date` string, required
      - `plan_id` string, required
      - `employee_id` string, required
      - `rates` 0KeyValuePairEnrollmentRateTypeDecimal[], required — Rates associated with this Enrollment.
        - `key` 'TotalRate' | 'EmployeeRate' | 'SpouseRate' | 'ChildrenRate'
        - `value` number, double
      - `costs` 0KeyValuePairEnrollmentCostTypeDecimal[], required — Costs associated with this Enrollment.
        - `key` 'EmployerContributionDollar' | 'EmployerContributionPercent' | 'EmployeeContributionDollar' | 'EmployeeContributionPercent' | 'EmployerTotalCostPreTax' | 'EmployerTotalCostPostTax' | 'EmployerEmployeeCostPreTax' | 'EmployerEmployeeCostPostTax' | 'EmployerSpouseOrPartnerCostPreTax' | 'EmployerSpouseOrPartnerCostPostTax' | 'EmployerChildrenCostPreTax' | 'EmployerChildrenCostPostTax' | 'EmployeeTotalCostPreTax' | 'EmployeeTotalCostPostTax' | 'EmployeeEmployeeCostPreTax' | 'EmployeeEmployeeCostPostTax' | 'EmployeeSpouseOrPartnerCostPreTax' | 'EmployeeSpouseOrPartnerCostPostTax' | 'EmployeeChildrenCostPreTax' | 'EmployeeChildrenCostPostTax'
        - `value` number, double
      - `deduction_periods` integer, required
      - `original_effective_date` string, required
      - `policy_number` string, required
      - `sub_group_number` string, required
      - `coverage_tier` 'Employee Only' | 'Employee + 1 Child' | 'Employee + 2 Children' | 'Employee + 3 Children' | 'Employee + Spouse' | 'Employee + Spouse + 1 Child' | 'Employee + Spouse + 2 Children' | 'Employee + Spouse + 3 Children', required — The coverage tier of the enrollment. In the case of employee terminated enrollments, the tier will always be EE.
      - `is_terminated` boolean, required
      - `life_event` string, required
      - `life_event_date` string, required
      - `coverages` DtosEnrollmentCoverage[], required
        - `id` string, required
        - `member_id` string, required — The member id that this coverage belongs to.
        - `dependent_id` string — The Dependent Id, if any, associated with this member.
        - `effective_date` string, required — The effective date of the coverage.
        - `termination_date` string — The termination date of the coverage.
        - `is_cobra_eligible` boolean, required — Indicates whether or not this termination is COBRA eligible.
        - `status` '' | 'Enrolled' | 'Waived', required — Indicates the coverage is enrollment status of the coverage.
        - `pcc_id` string
        - `pcc_name` string
        - `last_coverage_date` string, required — The last date of coverage for the elected plan. This does not take into account eligibility changes.
        - `amount_approved` number, double — The approved amount of the benefit.
        - `amount_pending` number, double — The pending amount of the benefit.
        - `benefit_amount_approved` number, double — The approved amount of the benefit if not a Contribution Plan. Returns 0 if the Plan is a Contribution Type Plan.
        - `benefit_amount_pending` number, double — The pending amount of the benefit if not a Contribution Plan. Returns 0 if the Plan is a Contribution Type Plan.
        - `age_reduction_percentage` number, double — The percent value of the reduction used for age reduced benefits.
        - `change_type` 'Add' | 'Update' | 'Termination', required — The reason for the coverage change.
        - `is_cobra` boolean, required — Indicates whether or not the employee was in COBRA status when this election was made.
        - `is_voided` boolean — Indicates whether or not this coverage was voided.
        - `last_modified_on` string, date-time, required
        - `created_on` string, date-time, required
        - `life_event` DtosEnrollmentLifeEvent — The event for the life or qualifying event.
          - `name` string, required — The system name of the event.
          - `details` string, required — The user inputted details of the event.
          - `date` string, required — The effective date of the event.
          - `create_date` string, date-time, required — The create timestamp of the event.
          - `last_modified_date` string, date-time, required — The last modified timestamp of the event.
      - `last_modified_on` string, date-time, required
      - `created_on` string, date-time, required
      - `eligibility_id` string — Ease internal eligibility id (read-only).
      - `name` string — The eligibility name (read-only).
      - `benefit_compensation_type` string — Benefit compensation type.
      - `benefit_compensation_amount` number, double — Benefit compensation amount.
      - `is_voided` boolean — Indicates whether or not this enrollment was voided.
      - `costs_deduction_period` 'Default' | 'Monthly' | 'Weekly' | 'PayCycle' — The deduction period used to compute the costs.
      - `plan` DtosPlanLink
        - `start_date` string
        - `end_date` string
        - `type` string
        - `carrier` DtosCarrier
          - `id` string, required — The Id of the carrier.
          - `name` string, required — The name of the carrier.
          - `group_number` string — The group number of the carrier.
        - `connect_status` 'Not Connected' | 'Pending' | 'Pending (New)' | 'Ease Review' | 'Ease Review (New)' | 'Carrier Review' | 'Connected' | 'Self-Bill' | 'EOI' | 'EOI & Self-Bill' | 'Disabled' | 'Broker Submitted' | 'Suspended'
        - `name` string, required — The name of the object.
        - `id` string, required — The object id.
        - `href` string, required — The object uri.
      - `carrier` string
      - `plan_type` string — The plan type. Please see <a href="/api/docs/v2#section/Plan-Types">Plan Types</a> for a complete list of supported values.
      - `coverage_details_short_code` string — Coverage details short code (read-only).
      - `activity_date` string — ActivityDate is used by compensation-based benefits. The active compensation as of the ActivityDate is used as the basis to calculate benefit amounts. ActivityDate must be on or after the EffectiveDate and may be up to one day after the plan end date. ActivityDates are, in general, the same value as EffectiveDates with some exceptions: 1) An existing enrollment is modified as a result of a life event 2) Compensation change results in a benefit amount update 3) Broker overrides the activitydate on a person's benefits page
      - `change_date` string — ChangeDate refers to the last substantive change made to an enrollment. A substantive change includes switching to a new plan, changing enrollment status, and adding a rate override. A examples of changes that would not be considered substantive would be modifying an employee's "waive reason" and enabling direct deposit.
    - `change_ids` string[]
  - `profile_changes` DtosProfileChange[]
    - `member_id` string
    - `type` string
    - `old_value` string
    - `new_value` string
    - `change_id` string
  - `forms` DtosEmployeeFormLink[]
    - `name` string, required — The name of the object.
    - `id` string, required — The object id.
    - `href` string, required — The object uri.
  - `documents` DtosDocumentLink[]
    - `name` string, required — The name of the object.
    - `id` string, required — The object id.
    - `href` string, required — The object uri.
  - `changed_by` string[] — A collection of the types of modifiers who made changes.
  - `change_types` string[]
  - `detail_url` string — The URL to call for the manage changes.

---

[API](https://skmtc.net/ease/apis/version-2.md) · [All operations](https://skmtc.net/ease/apis/version-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ease/version-2/revisions/be66ed178abe/schema)
