---
title: "POST /create-pricing-plan"
method: POST
path: "/create-pricing-plan"
---

# POST /create-pricing-plan

`POST /create-pricing-plan`

Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.

## Headers

- `X-Amzn-Client-Token` string

## Request body

- object
  - `Name` string, password, required — The name of the pricing plan. The names must be unique to each pricing plan.
  - `Description` string, password — The description of the pricing plan.
  - `PricingRuleArns` PricingRuleArn[] — A list of Amazon Resource Names (ARNs) that define the pricing plan parameters.
  - `Tags` object — A map that contains tag keys and tag values that are attached to a pricing plan.

## Response `200`

Success

- CreatePricingPlanOutput
  - `Arn` string — The Amazon Resource Name (ARN) of the created pricing plan.

## Other responses

- `480` — ConflictException
- `481` — ThrottlingException
- `482` — AccessDeniedException
- `483` — ValidationException
- `484` — ServiceLimitExceededException
- `485` — InternalServerException
- `486` — ResourceNotFoundException

---

[API](https://skmtc.net/aws/apis/billingconductor.md) · [All operations](https://skmtc.net/aws/apis/billingconductor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/billingconductor/versions/2cc5849dea95/schema)
