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

/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

5 total
Body · 5
idstringRequired

Franchise-fee period ID.

fromDatestring

New start (YYYY-MM-DD).

toDatestring | null

New end (YYYY-MM-DD) or null for open-ended.

percentagenumber

New percentage. Must be between 0 and 100.

notestring | null

New 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

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

Get API Key