---
title: "Create usage plan group plan"
method: POST
path: "/v1/UsagePlanGroupPlans"
tags: ["UsagePlanGroupPlans"]
---

# Create usage plan group plan

`POST /v1/UsagePlanGroupPlans`

Create a new usage plan group plan.

## Request body

- RevAppModelsUsagePlanGroupPlan
  - `usage_plan_group_plan_id` integer — Primary identifier for this usage plan group / usage plan association.
  - `usage_plan_group_id` integer, required — Identifier of the usage plan group.
  - `plan_id` integer, required — Identifier of the usage plan being associated to the group.
  - `retail` boolean — Indicates whether this plan is available for retail assignment within the group.
  - `wholesale` boolean — Indicates whether this plan is available for wholesale assignment within the group.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `201`

Created

- RevWebAPIModelsCreate
  - `ok` boolean
  - `id` integer

## Other responses

- `400` — BadRequest
- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
