---
title: "plans"
method: PATCH
path: "/v{version}/plans/{id}"
tags: ["Plan"]
---

# plans

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

Partially updates a plan. Omitted values will be ignored.<p>Scopes: import_plan</p>

## Path parameters

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

## Request body

- DtosPlanEditable
  - `name` string — The name of the plan.
  - `admin_name` string — The admin name of the plan.
  - `external_plan_id` string — The plan external id.
  - `deductible_maximum` string — Medical plans only.
  - `office_visit_maximum` string — Medical plans only.
  - `inpatient_maximum` string — Medical plans only.
  - `outpatient_maximum` string — Medical plans only.
  - `emergency_room_maximum` string — Medical plans only.
  - `rx_maximum` string — Medical plans only.
  - `lab_x_ray_maximum` string — Medical plans only.
  - `require_ipa` boolean — Require Independent Practice Association.
  - `request_obgyn` boolean — Request OB/GYN Name or Number.
  - `is_aca_minimum_value` boolean — Provides Minimum Value ACA Coverage.
  - `provides_creditable_coverage` boolean — Provides Medicare Part D Creditable Coverage.
  - `is_self_funded` boolean — Self-Funded Plan.
  - `preventive_maximium` string — Dental plans only.
  - `basic_maximium` string — Dental plans only.
  - `major_maximium` string — Dental plans only.
  - `ortho_maximium` string — Dental plans only.
  - `annual_benefit_maximium` string — Dental plans only.
  - `out_of_network_maximum` string
  - `out_of_pocket_maximum` string
  - `request_pcc_id` boolean — Require Primary Care Provider Id.
  - `request_pcc_name` boolean — Require Primary Care Provider Name.
  - `allow_pcp_auto_assign` boolean — Allow PCP Auto-Assign.
  - `exam` string
  - `materials` string
  - `eye_glass_lenses` string
  - `frame_allowance` string
  - `contact_lenses` string
  - `exam_service_interval` string
  - `lenses_and_frame_service_interval` string
  - `coinsurance` string
  - `other` string

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