/bff/invoice/export-isdoc
Generates the Czech B2B invoice exchange format (ISDOC 6.0.2) for a single invoice. The DocumentType element is derived from the invoice type (invoice → 1, proforma → 2, credit/correction → 5).
InvoicegetBffInvoiceExport-isdoc
Parameters
1 query
Query · 1
idstringRequiredExternal invoice ID.
Request
GET /bff/invoice/export-isdoc
curl -X GET "https://api.bizkithub.com/bff/invoice/export-isdoc?id=aB3xKm9pQ2wLn4Yz" \
-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.