Kombo · Example Payload

Kombo Posthrisemployeesform Example

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Kombo Posthrisemployeesform 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": "PostHrisEmployeesForm",
  "method": "POST",
  "path": "/hris/employees/form",
  "summary": "Create employee with form",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "properties": {
          "firstName": "John",
          "startDate": "2025-01-01",
          "workLocation": {
            "site": "8e422bf8cav",
            "keyNumbers": [
              142,
              525,
              63
            ]
          }
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "status": "success",
        "data": {
          "id": "26vafvWSRmbhNcxJYqjCzuJg",
          "remote_id": "12345",
          "prehire": {
            "remote_id": null
          }
        },
        "warnings": [
          {
            "message": "This is an example warning!"
          }
        ]
      }
    }
  ]
}