POST
/
custom
/
datev
/
push-data
/
payroll
{
  "status": "success",
  "data": {
    "files": [
      {
        "name": "<string>",
        "content": "<string>"
      }
    ]
  }
}

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
payroll_month
string
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 - application/json
status
enum<string>
required
Available options:
success
data
object
required