BizKitHub
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

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
notesstring | nullOptional
One of 2:
Variant 1
string
Variant 2
null
isTestbooleanOptional
Default: false

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

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key