Kombo · Example Payload

Kombo Postcustomdatevdownloaddocument Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Postcustomdatevdownloaddocument 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": "PostCustomDatevDownloadDocument",
  "method": "POST",
  "path": "/custom/datev/download-document",
  "summary": "Download Payroll Document",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "accounting_month": "2001-12-01",
        "document_type": "LOJE",
        "employee_id": null
      }
    },
    {
      "contentType": "application/json",
      "name": "example2",
      "example": {
        "accounting_month": "2001-12-01",
        "document_type": "LSTB",
        "employee_id": "remote:200"
      }
    }
  ],
  "responseExamples": []
}