---
title: "eligibility"
method: PATCH
path: "/v{version}/eligibilities/{id}"
tags: ["Eligibility"]
---

# eligibility

`PATCH /v{version}/eligibilities/{id}`

Partially updates an eligibility.<p>Scopes: import_plan</p>

## Path parameters

- `id` string, required
- `version` string, required

## Request body

- DtosEligibilityEditable
  - `name` string — The eligibility name.
  - `policy_number` string — The Policy Number of the eligibility.
  - `subgroup_number` string — The subgroupnumber of the eligibility.
  - `scheduled_hours` string — The scheduledhours of the eligibility.
  - `waiting_period_amount` integer — The waiting period amount of the eligibility.
  - `waiting_period_type` 'Days' | 'Months' | '' — The waiting period type of the eligibility.
  - `entry_date` 'First of the Month' | 'First of the Month Next Following' | 'Immediate' | 'Semi-Annual' | 'Quarterly' | '15th of the Month' | 'First of the Month (Coinciding)' — The entry date of the eligibility.
  - `term_date` 'End of the Month' | 'End of Second Month' | 'Immediate' | '15th of the Month' — The termination date of the eligibility.
  - `rate_type` string — The type of rates.
  - `rate_age_band_type` string — The age band type used for the rates.
  - `tax` 'Pre-Tax' | 'Post-Tax' — The Tax treatment of the eligibility.
  - `is_spouse_eligible` boolean — Indicates if the spouse eligible for coverage.
  - `is_different_gender_partner_eligible` boolean — Indicates if different gender partner eligible for coverage.
  - `is_same_gender_partner_eligible` boolean — Indicates if same gender partner eligible for coverage.
  - `is_child_eligible` boolean — Indicates if children are eligible for coverage.

## Response `204`

No Content

---

[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)
