convert_format
Convert e-invoices between UBL (XRechnung), CII (ZUGFeRD), and JSON formats to ensure compatibility across different e-invoicing systems.
Instructions
Konvertiert E-Rechnungen zwischen UBL (XRechnung), CII (ZUGFeRD) und JSON. Converts e-invoices between formats: ubl_to_cii, cii_to_ubl, ubl_to_json, cii_to_json, json_to_ubl, json_to_cii.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | Yes | Konvertierungsrichtung | |
| input | Yes | Input-Daten: XML-String fuer ubl/cii, JSON-String fuer json | |
| validate_output | No | Output nach Konvertierung validieren (nur fuer XML-Output) |