POST /v1/dms/documents/{id}/parse-einvoice
POST/v1/dms/documents/{id}/parse-einvoice
Re-parse an existing DMS document as XRechnung/ZUGFeRD and persist structured invoice data + validation results.
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
iderforderlich | string | |
Beispiel
curl -X POST https://api.codemeta-os.de/v1/dms/documents/{id}/parse-einvoice \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.dms.post();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |
403 |
Default Response |
404 |
Default Response |
422 |
Default Response |