Zum Hauptinhalt springen

DexproDocument

DexproDocument = object

Properties

id?

optional id: number


name?

optional name: string


documentType?

optional documentType: "zugferd" | "xrechnung" | "pdf"


repoPath?

optional repoPath: string


batchClassId?

optional batchClassId: number


documentClassId?

optional documentClassId: number | null


externalId?

optional externalId: string | null


createdBy?

optional createdBy: number | null


xmlValidationState?

optional xmlValidationState: "valid" | "warning" | "invalid"


kositXmlValidationErrors?

optional kositXmlValidationErrors: object[]

errorLevel

errorLevel: string

xpath

xpath: string

businessRule

businessRule: string

ruleId

ruleId: string


createdAt?

optional createdAt: string


modifiedBy?

optional modifiedBy: number | null


modifiedAt?

optional modifiedAt: string | null


deletedBy?

optional deletedBy: number | null


deletedTs?

optional deletedTs: string | null


workflowContext?

optional workflowContext: object

status

status: string | null

step

step: string | null

createdTs

createdTs: string | null

modifiedTs

modifiedTs: string | null

priority

priority: number | null

creator

creator: string | null

receiver

receiver: string | null

errorText

errorText: string | null

lockedBy

lockedBy: number | null

lockedTs

lockedTs: string | null

validatedByName

validatedByName: string | null

validatedByEmail

validatedByEmail: string | null

validatedBy

validatedBy: number | null

validatedTs

validatedTs: string | null

suspendedBy

suspendedBy: number | null

suspendedTs

suspendedTs: string | null

exportedBy

exportedBy: number | null

exportedTs

exportedTs: string | null


fieldGroups

fieldGroups: unknown[]


fields

fields: unknown[]


tables

tables: object[]

id

id: number | null

documentClassId

documentClassId: number | null

name

name: string

externalName

externalName: string | null

errorText

errorText: string | null

errorCode

errorCode: number | null

rows

rows: object[]

columns

columns: object[]


validateDocumentOnChange?

optional validateDocumentOnChange: boolean