/bff/branch/finance-report-pdf
Returns 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.
BranchgetBffBranchFinance-report-pdf
Parameters
2 query
Query · 2
branchSlugstringRequiredBranch slug.
monthstringRequiredMonth identifier in YYYY-MM format.
Request
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"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.