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

# eligibility contributions

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

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

## Path parameters

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

## Request body

- DtosEligibilityContributions
  - `contribution_detail` 'Table' | 'Tier' | 'Custom' | 'Tier-Tobacco', required
  - `contribution_type` 'Employee' | 'Employer' | 'Base Plan', required — Specifies who the contribution costs are attributed to. "Base Plan" can be used to inherit from the base plan.
  - `base_plan_id` string — The base plan id. Must match an existing plan_id from the list of externally supplied plans OR match an existing ease plan id.
  - `dependents` string — Combined Dependents. Optionally used when contribution_detail = "Tier".
  - `ee` string — Employee only. Used when contribution_detail = "Tier".
  - `es` string — Employee + Spouse. Used when contribution_detail = "Tier".
  - `e_s1c` string — Employee + Spouse + 1 Child. Used when contribution_detail = "Tier".
  - `e_s2c` string — Employee + Spouse + 2 Children. Used when contribution_detail = "Tier".
  - `e_s3c` string — Employee + Spouse + 3 Children. Used when contribution_detail = "Tier".
  - `e1c` string — Employee + 1 child. Used when contribution_detail = "Tier".
  - `e2c` string — Employee + 2 children. Used when contribution_detail = "Tier".
  - `e3c` string — Employee + 3 children. Used when contribution_detail = "Tier".
  - `ee_tobacco` string — Employee only. Used when contribution_detail = "Tier-Tobacco".
  - `es_tobacco` string — Employee + Spouse. Used when contribution_detail = "Tier-Tobacco".
  - `e_s1c_tobacco` string — Employee + Spouse + 1 child. Used when contribution_detail = "Tier-Tobacco".
  - `e_s2c_tobacco` string — Employee + Spouse + 2 children. Used when contribution_detail = "Tier-Tobacco".
  - `e_s3c_tobacco` string — Employee + Spouse + 3 children. Used when contribution_detail = "Tier-Tobacco".
  - `e1c_tobacco` string — Employee + 1 child. Used when contribution_detail = "Tier-Tobacco".
  - `e2c_tobacco` string — Employee + 2 children. Used when contribution_detail = "Tier-Tobacco".
  - `e3c_tobacco` string — Employee + 3 children. Used when contribution_detail = "Tier-Tobacco".
  - `employee` string — Used when contribution_detail = "Table".
  - `spouse` string — Used when contribution_detail = "Table".
  - `children` string — Used when contribution_detail = "Table".
  - `employee_tobacco` string — Used when contribution_detail = "Table".
  - `spouse_tobacco` string — Used when contribution_detail = "Table".
  - `child1` string — Used when contribution_detail = "Table".
  - `child2` string — Used when contribution_detail = "Table".
  - `child3` string — Used when contribution_detail = "Table".
  - `family` string — Used when contribution_detail = "Table".
  - `overall_max` string — Used when contribution_detail = "Table".
  - `apply_base_plan_amount_to_employee_only` boolean — Indicates whether or not to limit the base amount to employee only.

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