---
title: "Push payroll data to DATEV"
method: POST
path: "/custom/datev/push-data/payroll"
tags: ["Custom Endpoints"]
---

# Push payroll data to DATEV

`POST /custom/datev/push-data/payroll`

Uploads the currently relevant payroll data (supplements) to DATEV. This will create so called ASCII files that the accountant has to import in DATEV. After finishing the payroll preparation or after correcting payroll, you can call this.

## Headers

- `X-Integration-Id` string, required

## Request body

- PostCustomDatevPushDataPayrollRequestBody
  - `payroll_month` string, date-time, required — 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 `200`

POST /custom/datev/push-data/payroll Positive response

- PostCustomDatevPushDataPayrollPositiveResponse
  - `status` 'success', required
  - `data` object, required
    - `files` object[], required
      - `name` string, required
      - `content` string, required
  - `warnings` object[], required — 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.
    - `message` string, required

## Other responses

- `default` — The standard error response with just the platform error codes.

---

[API](https://skmtc.net/kombo/apis/kombo-api.md) · [All operations](https://skmtc.net/kombo/apis/kombo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kombo/kombo-api/revisions/1e45035b96d3/schema)
