/bff/invoice/export-pohoda
Generates the Stormware Pohoda dataPack XML for direct import into the accounting software. Optional codes (account, centre, activity, contract) come from the per-organisation accounting configuration.
InvoicegetBffInvoiceExport-pohoda
Parameters
7 query
Query · 7
idstringRequiredExternal invoice ID.
accountCodestringPohoda předkontace code (e.g., "311000").
centreCodestringPohoda středisko code.
activityCodestringPohoda činnost code.
contractCodestringPohoda zakázka code.
numericalSeriesstringPohoda číselná řada prefix prepended to the sequence number.
reverseChargestringSet to "true" for reverse-charge classification (priceNone instead of priceHigh).
Request
GET /bff/invoice/export-pohoda
curl -X GET "https://api.bizkithub.com/bff/invoice/export-pohoda?id=aB3xKm9pQ2wLn4Yz&accountCode=example_accountCode¢reCode=example_centreCode&activityCode=example_activityCode&contractCode=example_contractCode&numericalSeries=example_numericalSeries&reverseCharge=example_reverseCharge" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"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.