Parameters
1 query
Query parameters
· 1slugstringRequiredBranch slug.
nusleReturns the chronological list of franchise-fee percentages configured for the branch. Each row defines a percentage that applies between fromDate (inclusive) and toDate (inclusive, NULL = open-ended). The Branch Finance roll-up uses the row whose window covers each month's last day to compute the franchiseFeeAmount column.
1 query
slugstringRequiredBranch slug.
nusle1 status code documented
itemsobject[]RequiredidstringRequiredInternal database ID of the validity period.
fromDatestringRequiredStart of the period (inclusive), YYYY-MM-DD.
toDatestring | nullRequiredEnd of the period (inclusive). NULL = open-ended (still in force).
percentagenumberRequiredFranchise fee in percent (e.g. 9 = 9 %). 0–100.
notestring | nullRequiredOptional human note (contract ref, reason for change, …).
insertedDateDate | string | string | numberRequiredWhen the row was created.
When the row was created.
itemCountnumberRequired{
"items": [
{
"id": "example_id",
"fromDate": "example_fromDate",
"percentage": 0
}
],
"itemCount": 0
}GET /bff/branch/franchise-fee-list
curl -X GET "https://api.bizkithub.com/bff/branch/franchise-fee-list?slug=nusle" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.