/bff/tax/epo/generate
Build + archive an EPO XML; runs XSD validation, persists to core__tax_submission.
TaxpostBffTaxEpoGenerate
Parameters
4 body
Body · 4
kindstring | string | stringRequiredWhich EPO XML to build: DPH přiznání, Kontrolní hlášení, or Souhrnné hlášení.
periodobjectRequired3 fieldsnotesstring | nullisTestbooleanDefault:
falseRequest
POST /bff/tax/epo/generate
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.