---
title: "Update Insurance Plan"
method: PUT
path: "/api/2.0/insurance_plans/{id}/"
tags: ["Insurance Plans"]
---

# Update Insurance Plan

`PUT /api/2.0/insurance_plans/{id}/`

## Path parameters

- `id` integer, required

## Request body

- InsurancePlanSingleInstance
  - `created_date` string, date-time, nullable
  - `deleted_date` string, date-time, nullable
  - `id` integer
  - `insurance_company` integer, required — The insurance company that the plan is associated with.
  - `name` string, required
  - `patients` integer[]
  - `practice` integer, required

## Response `200`

- InsurancePlanSingleInstance
  - `created_date` string, date-time, nullable
  - `deleted_date` string, date-time, nullable
  - `id` integer
  - `insurance_company` integer, required — The insurance company that the plan is associated with.
  - `name` string, required
  - `patients` integer[]
  - `practice` integer, required

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/versions/c060f89d4de7/schema)
