---
title: "PUT /associate-pricing-rules"
method: PUT
path: "/associate-pricing-rules"
---

# PUT /associate-pricing-rules

`PUT /associate-pricing-rules`

Connects an array of <code>PricingRuleArns</code> to a defined <code>PricingPlan</code>. The maximum number <code>PricingRuleArn</code> that can be associated in one call is 30.

## Request body

- object
  - `Arn` string, required — The <code>PricingPlanArn</code> that the <code>PricingRuleArns</code> are associated with.
  - `PricingRuleArns` PricingRuleArn[], required — The <code>PricingRuleArns</code> that are associated with the Pricing Plan.

## Response `200`

Success

- AssociatePricingRulesOutput
  - `Arn` string — The <code>PricingPlanArn</code> that the <code>PricingRuleArns</code> are associated with.

## 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)
