Kombo · Schema

DeleteHrisAbsencesAbsenceIdRequestBody

ATSEmbedded iPaaSHRISLMSPayrollUnified API

Properties

Name Type Description
remote_fields object Additional fields that we will pass through to specific HRIS systems.
View JSON Schema on GitHub

JSON Schema

kombo-deletehrisabsencesabsenceidrequestbody-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeleteHrisAbsencesAbsenceIdRequestBody",
  "title": "DeleteHrisAbsencesAbsenceIdRequestBody",
  "type": "object",
  "properties": {
    "remote_fields": {
      "type": "object",
      "properties": {
        "adpworkforcenow": {
          "type": "object",
          "properties": {
            "employment_id": {
              "type": "string",
              "description": "[Required] The employment ID of the employee that the absence will be deleted from."
            }
          },
          "description": "Fields specific to ADP Workforce Now."
        }
      },
      "description": "Additional fields that we will pass through to specific HRIS systems."
    }
  }
}