ADP · JSON Structure

Adp Workers Department Structure

Type: object Properties: 3
BenefitsHCMHRPayrollWorkforce

Department is a JSON Structure definition published by ADP, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

departmentCode departmentName parentDepartmentCode

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

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