---
title: "Create Insurance Plan"
method: POST
path: "/api/2.0/insurance_plans/"
tags: ["Insurance Plans"]
---

# Create Insurance Plan

`POST /api/2.0/insurance_plans/`

## Request body

- InsurancePlan
  - `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
  - `practice` integer, required

## Response `201`

- InsurancePlan
  - `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
  - `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)
