v3

OpenAPI 3.1.02026-07-311255771.3 MB
Custom Endpoints

Download Payroll Document

Download a document from DATEV

<Note> This endpoint requires the permission **Manage documents** to be enabled in [your scope config](/scopes). </Note>

Example Request Body

{
  "accounting_month": "2001-12-01",
  "document_type": "LOJE",
  "employee_id": null
}
post/custom/datev/download-document

Headers

X-Integration-Idstring required

ID of the integration you want to interact with.

Request body

accounting_monthstring date-time required

The month to request the document for.

document_type'AANB' | 'ABEG' | 'BUBE' | 'DAWE' | 'KBNW' | 'KOST' | 'KOTR' | 'LKTO' | 'LOBN' | 'LJOE' | 'LOJE' | 'LOJO' | 'LOPE' | 'LOPN' | 'LOPS' | 'LORE' | 'LOWE' | 'LSTA' | 'LSTB' | 'LSTE' | 'PDAT' | 'PFAN' | 'PRZA' | 'SBNW' | 'SVNW' | 'WEAN' | 'ZABR' | 'ZAKF' | 'ZAUW' required

Brutto/Netto (LOBN)

Lohnsteuerbescheinigung (german/english) (LSTB/LSTE)

SV-Nachweis (SVNW)

A1-Bescheinigung (ABEG)

Antragsbestätigung A1-Bescheinigung (AANB)

Buchungsbeleg (BUBE)

Lohnjournal (german/english) (LOJO/LJOE)

Lohnsteueranmeldung (LSTA)

Beitragsnachweis (KBNW)

Beitragsnachweis-Erläuterung (SBNW)

Übersicht Zahlungen (ZAKF)

DÜ Zahlungen (PRZA)

Barauszahlungswerte (ZABR)

Überzahlungen-Werte (ZAUW)

Personalkostenübersicht (german/english) (LOPS/LOPE)

Kostenstellenwerte (KOST)

Kostenträgerwerte (KOTR)

Lohnartenwerte einfach/erweitert (LOWE/LOPN)

Lohnkonto (LKTO)

Personalreport (LORE)

Mitarbeiterstammdaten (PDAT)

Pfändungswerte (PFAN)

Darlehenswerte (DAWE)

Wertguthaben je Arbeitnehmer (WEAN)

employee_idstring nullable required

Example request

{
  "accounting_month": "2001-12-01",
  "document_type": "LOJE",
  "employee_id": null
}

Response

POST /custom/datev/download-document Positive response

status'success' required