/bff/branch/franchise-fee-add
Organisation branches (pobočky) management. Each organisation can create any number of branches. A branch contains name, description, internal code, address, GPS coordinates, manager, opening hours (regular + exceptions), email/phone contacts and a photo gallery with a dedicated main photo.
Parameters
5 body
slugstringRequiredBranch slug the period belongs to.
fromDatestringRequiredStart of the validity period (inclusive), YYYY-MM-DD.
toDatestring | nullEnd of the validity period (inclusive). Omit or pass null for open-ended.
percentagenumberRequiredFranchise fee in percent (e.g. 9 for 9 %). Must be between 0 and 100.
notestring | nullFree-form description of what the tariff covers (services, agreement scope). Max 5000 characters. Rendered into the branch finance-report PDF for the month this rule covers so the franchisee sees which services justify the percentage.
Request
POST /bff/branch/franchise-fee-add
curl -X POST "https://api.bizkithub.com/bff/branch/franchise-fee-add" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"slug": "nusle",
"fromDate": "2026-01-01",
"toDate": "2026-12-31",
"percentage": 9
}'Response
JSON payload
{
"success": true,
"id": "example_id"
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.