POST /v1/dms/documents/{id}/verify-extraction
POST/v1/dms/documents/{id}/verify-extraction
Verify or correct extracted invoice data
Request Body
| Name | Typ | Beschreibung |
|---|
verifiederforderlich | boolean | |
corrections | object[] | |
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
iderforderlich | string | |
Beispiel
curl -X POST https://api.codemeta-os.de/v1/dms/documents/{id}/verify-extraction \
-H "X-Tenant-Id: $TENANT" \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{
"verified": false,
"corrections": []
}'
const result = await cm.dms.post({
"verified": false,
"corrections": []
});
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |