DocsAPI ReferenceInvoice/bff/invoice/export-isdoc
getInvoiceAdmin BFF

/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

1 total
Query · 1
idstringRequired

External invoice ID.

Request

GET /bff/invoice/export-isdoc

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

Get API Key