Zum Inhalt springen
Invoapi
All formats

UN/CEFACT CII D16B

vD16B

UN/CEFACT Cross Industry Invoice, schema release D16B

Versions

D16B

Syntaxes

CII

Document types

invoice, credit note

How this format is validated

CII D16B XML Schema plus CEN EN16931 CII Schematron via the KoSIT Validator.

Capabilities

  • Generate
  • Parse
  • Detect
  • Validate
  • Convert
  • Render
  • Hybrid PDF/A-3not supported
  • Credit note

Specification identifiers

The CustomizationID (BT-24) the generator writes, and the detector matches on.

cii
urn:cen.eu:en16931:2017

Generate one

Terminal
curl -X POST https://api.invoapi.de/api/v1/generate \
  -H "Content-Type: application/json" \
  -d '{
    "format": "cii",
    "syntax": "cii",
    "version": "D16B",
    "invoice": { … }
  }'
Official specificationOpen the generator