Kombo · Example Payload

Kombo Postcustomdatevemployeesemployeeiddownloaddocument Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

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