Parameters
2 query
Query parameters
· 2branchSlugstringRequiredBranch slug.
Example
gymroom-vinohradymonthstringRequiredMonth identifier in YYYY-MM format.
Example
2026-06Returns a print-ready A4 PDF summarising the branch's finances for the requested calendar month: headline KPIs (Obrat, Inkaso, Franšíza, Oprávky, Náklady, Poplatek bráně, Net, Vyrovnání) plus two detail tables (Inkaso receipts and Oprávky entries). Same SQL CTEs that power the Finance tab feed this report, so the figures match to the cent. Not persisted — every request renders fresh.
2 query
branchSlugstringRequiredBranch slug.
gymroom-vinohradymonthstringRequiredMonth identifier in YYYY-MM format.
2026-061 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/branch/finance-report-pdf
curl -X GET "https://api.bizkithub.com/bff/branch/finance-report-pdf?branchSlug=gymroom-vinohrady&month=2026-06" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.