/bff/tax/epo/preview
Build an EPO XML preview without archiving (used for the "Preview" tab in /tax/epo).
TaxpostBffTaxEpoPreview
Parameters
2 body
Body · 2
kindstring | string | stringRequiredWhich EPO XML to build: DPH přiznání, Kontrolní hlášení, or Souhrnné hlášení.
periodobjectRequired3 fieldsRequest
POST /bff/tax/epo/preview
curl -X POST "https://api.bizkithub.com/bff/tax/epo/preview" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"period": {
"year": 0,
"month": 0
}
}'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.