/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
Path · 1
typestring | string | string | string | string | string | string | stringRequiredQuery · 3
formatstring | string | stringRender output. pdf (default) returns the PDF; html returns raw HTML; debug adds red table borders on the PDF.
qrstringSet to "false" to suppress the payment QR code (only meaningful for invoice-like documents).
localestringSample locale (cs, en, de, …). Defaults to cs.
Request
GET /bff/test/document/{type}
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.