Kombo · Example Payload

Kombo Postcustomdatevpassthrough Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Postcustomdatevpassthrough 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": "PostCustomDatevPassthrough",
  "method": "POST",
  "path": "/custom/datev/passthrough",
  "summary": "Write raw DATEV ASCII file",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "status": "success",
        "data": {},
        "warnings": [
          {
            "message": "This is an example warning!"
          }
        ]
      }
    }
  ]
}