POST
/
custom
/
datev
/
passthrough
curl --request POST \
  --url https://api.kombo.dev/v1/custom/datev/passthrough \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Integration-Id: <x-integration-id>' \
  --data '{
  "file_content": "<string>",
  "accounting_month": "2023-11-07T05:31:56Z",
  "target_system": "LODAS",
  "file_type": "STAMMDATEN",
  "file_name": "<string>"
}'
{
  "status": "success",
  "data": {}
}

Authorizations

Authorization
string
headerrequired

Create an API key on the Secrets page in the Kombo dashboard.

Headers

X-Integration-Id
string
required

ID of the integration you want to interact with.

Body

application/json
file_content
string
required
accounting_month
string
required

YYYY-MM-DDTHH:mm:ss.sssZ

target_system
enum<string>
required
Available options:
LODAS
file_type
enum<string>
required
Available options:
STAMMDATEN,
BEWEGUNGSDATEN
file_name
string
required

Response

200 - application/json
status
enum<string>
required
Available options:
success
data
object
required