/bff/branch/franchise-fee-update
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-update
Parameters
5 body
Body · 5
idstringRequiredFranchise-fee period ID.
fromDatestringNew start (YYYY-MM-DD).
toDatestring | nullNew end (YYYY-MM-DD) or null for open-ended.
percentagenumberNew percentage. Must be between 0 and 100.
notestring | nullNew free-form description of what the tariff covers (max 5000 chars). Also propagated into the finance-report PDF.
Request
POST /bff/branch/franchise-fee-update
curl -X POST "https://api.bizkithub.com/bff/branch/franchise-fee-update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"id": "1",
"fromDate": "example_fromDate",
"percentage": 0
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.