BizKitHub
DocsAPI ReferenceInvoice/bff/document/export-isdoc
getInvoiceAdmin BFF

/bff/document/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).

InvoicegetBffDocumentExport-isdoc

Parameters

1 query

Query parameters

· 1
idstringRequired

External invoice ID.

ExampleaB3xKm9pQ2wLn4Yz

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/document/export-isdoc

get
curl -X GET "https://api.bizkithub.com/bff/document/export-isdoc?id=aB3xKm9pQ2wLn4Yz" \
  -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