Kombo · Example Payload

Kombo Getcustomdatevsysteminformation Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Getcustomdatevsysteminformation 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": "GetCustomDatevSystemInformation",
  "method": "GET",
  "path": "/custom/datev/system-information",
  "summary": "Get DATEV system information",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "status": "success",
        "data": {
          "consultant_number": 1234567,
          "client_number": 99999,
          "target_system": "LODAS"
        }
      }
    }
  ]
}