---
title: "Create Company Plan"
method: POST
path: "/provider/companies/{company_id}/company_plans"
tags: ["CompanyPlan"]
---

# Create Company Plan

`POST /provider/companies/{company_id}/company_plans`

## Path parameters

- `company_id` string, required

## Request body

- ProviderCompanyPlansControllerCreateBody — Plan Id must be provided.
  - `plan` Association, required
    - `id` string, required
  - `available_for_enrollment` boolean, required

## Response `200`

Successful response

- PublicCompanyPlanBlueprintOne
  - `id` string
  - `available_for_enrollment` boolean
  - `is_default` boolean
  - `plan` PublicPlanBlueprintMin
    - `id` string
    - `name` string
    - `plan_type` string

---

[API](https://skmtc.net/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.net/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hint/partner-endpoints/revisions/a92ae2a6fa90/schema)
