---
title: "Verify ASCII write is enabled"
method: GET
path: "/custom/datev/check-write-permission"
tags: ["Custom Endpoints"]
---

# Verify ASCII write is enabled

`GET /custom/datev/check-write-permission`

This endpoint returns whether DATEV's Lohnimportdatenservice is enabled, which is the service required to submit [ASCII files](/hris/v1/post-datev-passthrough). It works for both DATEV HR and DATEV LAUDS integrations.

<Note>This check says nothing about JSON writes through the [LAUDS API](/hris/v1/post-passthrough-tool-api). Those go through the Lohnaustauschdatenservice that every DATEV LAUDS integration connects with, so they are always available on DATEV LAUDS.</Note>

## Headers

- `X-Integration-Id` string, required

## Response `200`

GET /custom/datev/check-write-permission Positive response

- GetCustomDatevCheckWritePermissionPositiveResponse
  - `status` 'success', required
  - `data` object, required
    - `ready` boolean, required
    - `error` string
  - `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/0cfc9fa971c0/schema)
