BizKitHub
DocsAPI ReferenceBranch/bff/branch/finance-report-pdf
getBranchAdmin BFF

/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 parameters

· 2
branchSlugstringRequired

Branch slug.

Examplegymroom-vinohrady
monthstringRequired

Month identifier in YYYY-MM format.

Example2026-06

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/branch/finance-report-pdf

get
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"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key