---
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/billing-api.md) · [All operations](https://skmtc.net/elationhealth/apis/billing-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/billing-api/versions/0acfdeb9bd9b/schema)
