validate_xrechnung
Validate XRechnung XML documents for compliance with e-invoicing standards. Checks format and returns JSON with validity status, errors, and warnings.
Instructions
Validate XRechnung XML for compliance.
Args: xml: XRechnung XML content.
Returns: JSON validation result (valid, format, errors, warnings).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |