ADP · Schema

PayrollOutputSummary

BenefitsHCMHRPayrollWorkforce

Properties

Name Type Description
payrollOutputID string
payrollScheduleReference object
payrollStatusCode object
workerCount integer
View JSON Schema on GitHub

JSON Schema

adp-payroll-payroll-output-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PayrollOutputSummary",
  "type": "object",
  "properties": {
    "payrollOutputID": {
      "type": "string"
    },
    "payrollScheduleReference": {
      "type": "object"
    },
    "payrollStatusCode": {
      "type": "object"
    },
    "workerCount": {
      "type": "integer"
    }
  }
}