DocsAPI ReferenceTariff/bff/tariff/set-discount
postTariffAdmin BFF

/bff/tariff/set-discount

Sets a discount or custom price override on an organisation tariff assignment. Kept for backwards compatibility. New integrations should use /tariff/set-billing.

TariffpostBffTariffSet-discount

Parameters

4 body

4 total
Body · 4
organisationSlugstringRequired

Slug of the target organisation.

discountPercentnumber

Discount percentage (0-100).

customPriceOverridenumber | null

Custom price override in CZK (null to remove). Prefer /tariff/set-billing.

notestring

Admin note.

Request

POST /bff/tariff/set-discount

post
curl -X POST "https://api.bizkithub.com/bff/tariff/set-discount" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "organisationSlug": "my-shop",
  "discountPercent": 10,
  "note": "example_note"
}'

Response

JSON payload

{
  "success": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key