Kombo · Example Payload

Kombo Posthrisabsences Example

ATSEmbedded iPaaSHRISLMSPayrollUnified-API

Kombo Posthrisabsences 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": "PostHrisAbsences",
  "method": "POST",
  "path": "/hris/absences",
  "summary": "Create absence",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "employee_id": "wXJMxwDvPAjrJ4CyqdV9",
        "absence_type_id": "3YKtQ7qedsrcCady1jSyAkY1",
        "start_date": "2019-09-17",
        "end_date": "2019-09-21",
        "start_time": "08:30:00",
        "end_time": "16:00:00",
        "start_half_day": false,
        "end_half_day": false,
        "employee_note": "Visiting the aliens"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "example1",
      "example": {
        "status": "success",
        "data": {
          "id": "22st2Ji8XpncEYEak8mvQgQF",
          "remote_id": "1348",
          "employee_id": "JDdUy9kiH5APaGizFrgNmQjM",
          "approver_id": "AgXEispYPP1BbToHpqnqcpxy",
          "start_date": "2022-08-04",
          "end_date": "2022-08-05",
          "start_half_day": true,
          "end_half_day": false,
          "start_time": "13:15:00",
          "end_time": "17:00:00",
          "amount": 2,
          "unit": "DAYS",
          "status": "APPROVED",
          "employee_note": "Visiting my family.",
          "type_id": "xzZoKssDaMZAd62kxayzzQvD",
          "remote_created_at": "2022-08-07T14:01:29.196Z",
          "remote_updated_at": "2022-08-07T14:01:29.196Z",
          "changed_at": "2022-08-07T14:01:29.196Z",
          "remote_deleted_at": "2022-08-07T14:01:29.196Z",
          "remote_data": null
        },
        "warnings": [
          {
            "message": "This is an example warning!"
          }
        ]
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/kombo-posthrisabsences-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.