/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
Body · 4
organisationSlugstringRequiredSlug of the target organisation.
discountPercentnumberDiscount percentage (0-100).
customPriceOverridenumber | nullCustom price override in CZK (null to remove). Prefer /tariff/set-billing.
notestringAdmin note.
Request
POST /bff/tariff/set-discount
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.