DocsAPI ReferenceInvoice/bff/invoice/export-pohoda
getInvoiceAdmin BFF

/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

7 total
Query · 7
idstringRequired

External invoice ID.

accountCodestring

Pohoda předkontace code (e.g., "311000").

centreCodestring

Pohoda středisko code.

activityCodestring

Pohoda činnost code.

contractCodestring

Pohoda zakázka code.

numericalSeriesstring

Pohoda číselná řada prefix prepended to the sequence number.

reverseChargestring

Set to "true" for reverse-charge classification (priceNone instead of priceHigh).

Request

GET /bff/invoice/export-pohoda

get
curl -X GET "https://api.bizkithub.com/bff/invoice/export-pohoda?id=aB3xKm9pQ2wLn4Yz&accountCode=example_accountCode&centreCode=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.

Get API Key