DocsAPI ReferenceBranch/bff/branch/franchise-fee-add
postBranchAdmin BFF

/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.

BranchpostBffBranchFranchise-fee-add

Parameters

5 body

5 total
Body · 5
slugstringRequired

Branch slug the period belongs to.

fromDatestringRequired

Start of the validity period (inclusive), YYYY-MM-DD.

toDatestring | null

End of the validity period (inclusive). Omit or pass null for open-ended.

percentagenumberRequired

Franchise fee in percent (e.g. 9 for 9 %). Must be between 0 and 100.

notestring | null

Free-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

post
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.

Get API Key