DMS Parser Schema
Felder
DMS Parser Schema
Schema for validating DMS parser entities (Extraktionscode-Templates für Eingangsrechnungen)
name
Parser name
description
Description of what this parser handles
vendorPartyId
Vendor-specific parser (linked to CRM party)
matchCriteria
Criteria for matching this parser to incoming documents
vendorTaxId
Match by USt-IdNr / Steuernummer
vendorIban
Match by IBAN
vendorName
Match by vendor name (fuzzy)
documentPattern
Regex pattern to match against first page text
parserType
How this parser was created
ZUGFERDXRECHNUNGLLM_GENERATEDCUSTOMcode
TypeScript source code for extraction
compiledCode
Transpiled JavaScript for sandboxed execution
status
Parser lifecycle status
DRAFTNEEDS_REVIEWAPPROVEDDISABLEDapprovedBy
approvedAt
successCount
Number of successful extractions
failureCount
Number of failed extractions
lastUsedAt
llmGenerationPrompt
Original prompt used to generate this parser
llmModel
LLM model that generated this parser
Keine Felder passen zum Filter.
Standard-Endpoints
Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:
GET /api/v1/dms_parsers— Liste, paginiert + filterbarGET /api/v1/dms_parsers/<id>— Einzelne EntityPOST /api/v1/dms_parsers— AnlegenPATCH /api/v1/dms_parsers/<id>— Teil-UpdateDELETE /api/v1/dms_parsers/<id>— Soft-DeleteGET /api/v1/dms_parsers/<id>/timeline— Audit + Aktivitäten