BizKitHub
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

JSON body

Request body

application/json
kind"dphdp3" | "dphkh1" | "dphshv"Required

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

periodobjectRequired
yearnumberRequired
Range: 20202099
monthnumberRequired
Range: 112
kind"monthly" | "quarterly"Required

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

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
  }
}'

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key