Skip to main content
Das folgende Schema wird direkt aus dem veröffentlichten OpenAPI-3.1-Vertrag gerendert. Eigenschaftsnamen, Typen, Enums und technische Beschreibungen bleiben Bestandteil des maßgeblichen englischen API-Vertrags.

Payroll export document metadata.

id
string
erforderlich
read-only

Payroll export document ID.

Pattern: ^[0-9a-fA-F]{24}$
Beispiel:

"700000000000000000000101"

tenant
string
erforderlich
read-only

ID of the tenant that owns the document.

Pattern: ^[0-9a-fA-F]{24}$
Beispiel:

"68a000000000000000000010"

type
enum<string>
erforderlich

Payroll export format. Values are case-sensitive.

Verfügbare Optionen:
sap_hcm,
personio_csv,
hrworks_csv,
diamant_software_diamant_4,
universal_csv,
universal_txt,
datev_lodas,
datev_lug
Minimum string length: 1
Beispiel:

"datev_lodas"

startMonth
string
erforderlich

First payroll period covered by the document in YYYY-MM format.

Minimum string length: 1
Pattern: ^\d{4}-(?:0[1-9]|1[0-2])$
Beispiel:

"2026-01"

endMonth
string
erforderlich

Last payroll period covered by the document in YYYY-MM format.

Minimum string length: 1
Pattern: ^\d{4}-(?:0[1-9]|1[0-2])$
Beispiel:

"2026-01"

fileName
string | null
erforderlich
nullable

Download filename, or null when no file was produced.

Minimum string length: 1
Beispiel:

"datev_lodas_export_202601.csv"

mimeType
string
erforderlich

Media type derived from the payroll export format.

Minimum string length: 1
Beispiel:

"text/csv"

createdAt
string<date-time>
erforderlich
read-only

UTC creation timestamp.

Minimum string length: 1
Pattern: Z$
Beispiel:

"2026-02-01T08:00:00.000Z"

updatedAt
string<date-time>
erforderlich
read-only

UTC timestamp of the latest update.

Minimum string length: 1
Pattern: Z$
Beispiel:

"2026-02-01T08:00:00.000Z"

Zuletzt geändert am 27. August 2026