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

/bff/tax/epo/generate

Build + archive an EPO XML; runs XSD validation, persists to core__tax_submission.

TaxpostBffTaxEpoGenerate

Parameters

4 body

4 total
Body · 4
kindstring | string | stringRequired

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

periodobjectRequired3 fields
notesstring | null
isTestboolean
Default: false

Request

POST /bff/tax/epo/generate

post
curl -X POST "https://api.bizkithub.com/bff/tax/epo/generate" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "period": {
    "year": 0,
    "month": 0
  },
  "isTest": false
}'

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