Kombo · Example Payload

Kombo Postcustomdatevpushdatapayroll Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Postcustomdatevpushdatapayroll Example is an example object payload from Kombo, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "PostCustomDatevPushDataPayroll",
  "method": "POST",
  "path": "/custom/datev/push-data/payroll",
  "summary": "Push payroll data to DATEV",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "status": "success",
        "data": {
          "files": [
            {
              "name": "EXTF_Bewegungsdaten.csv",
              "content": "EXTF;700;21;Bewegungsdaten;..."
            }
          ]
        },
        "warnings": [
          {
            "message": "This is an example warning!"
          }
        ]
      }
    }
  ]
}