DocsAPI ReferenceTax/bff/tax/epo/preview
postTaxAdmin BFF

/bff/tax/epo/preview

Build an EPO XML preview without archiving (used for the "Preview" tab in /tax/epo).

TaxpostBffTaxEpoPreview

Parameters

2 body

2 total
Body · 2
kindstring | string | stringRequired

Which EPO XML to build: DPH přiznání, Kontrolní hlášení, or Souhrnné hlášení.

periodobjectRequired3 fields

Request

POST /bff/tax/epo/preview

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

Get API Key