Authorizations
Headers
ID of the integration you want to interact with.
Body
application/json
POST /custom/datev/push-data/payroll Request body
Specify the month for which the payroll data should be submitted. The date must be specified as the first day of a month (e.g. 2022-12-01).
Response
POST /custom/datev/push-data/payroll Positive response
Allowed value:
"success"Examples:
{
"files": [
{
"name": "EXTF_Bewegungsdaten.csv",
"content": "EXTF;700;21;Bewegungsdaten;..."
}
]
}These are the interaction warnings that are shown in the dashboard. They are meant to provide debug information to you. We recommend logging them to the console.