cURL
curl --request POST \ --url https://api.e-invoice.be/api/documents/{document_id}/validate \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "file_name": "<string>", "is_valid": true, "issues": [ { "message": "<string>", "type": "error", "schematron": "<string>", "location": "<string>", "rule_id": "<string>", "flag": "<string>", "test": "<string>" } ], "ubl_document": "<string>" }
Validate a UBL document according to Peppol BIS Billing 3.0
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes
error
warning