ADP · JSON Structure

Adp Payroll Payroll Output Summary Structure

Type: object Properties: 4
BenefitsHCMHRPayrollWorkforce

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

Properties

payrollOutputID payrollScheduleReference payrollStatusCode workerCount

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

JSON Structure

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