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

# Push general data to DATEV

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

Uploads the currently relevant general data (employees, compensations, and time offs) to DATEV. This will create so called ASCII files that the accountant has to import in DATEV. You can call this endpoint to implement an on-demand sync to DATEV, for example if you want to offer your users a button to do that in your application.

## Headers

- `X-Integration-Id` string, required

## Request body

- PostCustomDatevPushDataGeneralRequestBody

## Response `200`

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

- PostCustomDatevPushDataGeneralPositiveResponse
  - `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)
