Parameters
1 query
Query parameters
· 1idstringRequiredExternal invoice ID.
Example
aB3xKm9pQ2wLn4YzGenerates 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).
1 query
idstringRequiredExternal invoice ID.
aB3xKm9pQ2wLn4Yz1 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/document/export-isdoc
curl -X GET "https://api.bizkithub.com/bff/document/export-isdoc?id=aB3xKm9pQ2wLn4Yz" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.