Kombo · Example Payload

Kombo Putcustomdatevemployeesemployeeidcompensations Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Putcustomdatevemployeesemployeeidcompensations 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": "PutCustomDatevEmployeesEmployeeIdCompensations",
  "method": "PUT",
  "path": "/custom/datev/employees/{employee_id}/compensations",
  "summary": "Set DATEV compensations",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "effective_date": "2022-12-01",
        "compensations": [
          {
            "amount": 4500,
            "currency": "EUR",
            "period": "MONTH",
            "lohnart": 200
          },
          {
            "amount": 30,
            "currency": "EUR",
            "period": "HOUR"
          }
        ]
      }
    }
  ],
  "responseExamples": []
}