ADP · Schema

Department

BenefitsHCMHRPayrollWorkforce

Properties

Name Type Description
departmentCode string
departmentName string
parentDepartmentCode string
View JSON Schema on GitHub

JSON Schema

adp-workers-department-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Department",
  "type": "object",
  "properties": {
    "departmentCode": {
      "type": "string"
    },
    "departmentName": {
      "type": "string"
    },
    "parentDepartmentCode": {
      "type": "string"
    }
  }
}