---
title: "Creates a volume discount bracket for a billing period."
method: POST
path: "/billing-period/{billingPeriodId}/volume-discounts"
tags: ["Billing", "VolumeDiscount"]
---

# Creates a volume discount bracket for a billing period.

`POST /billing-period/{billingPeriodId}/volume-discounts`

## Path parameters

- `billingPeriodId` string, required

## Request body

- CreateVolumeDiscountEndpointInput
  - `minResponses` integer, required — The minimum number of responses to trigger this discount bracket.
  - `discountRatio` number, double, required — The discount ratio for this bracket (e.g., 0.10 for 10%).

## Response `200`

OK

- CreateVolumeDiscountEndpointOutput
  - `id` string, required — The ID of the created volume discount bracket.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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