BizKitHub
DocsAPI ReferenceDev/bff/test/document/{type}
getDevAdmin BFF

/bff/test/document/{type}

Renders the maximal variant of a document type (invoice, receipt, proforma, partialProforma, taxDocument, finalInvoice, correction, creditNote) using static sample data. Query flags toggle format (PDF / HTML / debug PDF) and the payment QR code (qr=false). Intended for design tuning — no DB access, no auth-scoped data.

DevgetBffTestDocumentByType

Parameters

1 path · 3 query

4 total
Path · 1
typestring | string | string | string | string | string | string | stringRequired
Query · 3
formatstring | string | string

Render output. pdf (default) returns the PDF; html returns raw HTML; debug adds red table borders on the PDF.

qrstring

Set to "false" to suppress the payment QR code (only meaningful for invoice-like documents).

localestring

Sample locale (cs, en, de, …). Defaults to cs.

Request

GET /bff/test/document/{type}

get
curl -X GET "https://api.bizkithub.com/bff/test/document/{type}?qr=false&locale=cs" \
  -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.

Get API Key