ADP · JSON Structure

Adp Payroll Worker Pay Output Structure

Type: object Properties: 9
BenefitsHCMHRPayrollWorkforce

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

Properties

associateOID workerID payStatementID payDate regularEarnings overtimeEarnings otherEarnings deductions taxes

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WorkerPayOutput",
  "type": "object",
  "properties": {
    "associateOID": {
      "type": "string"
    },
    "workerID": {
      "type": "object"
    },
    "payStatementID": {
      "type": "string"
    },
    "payDate": {
      "type": "string"
    },
    "regularEarnings": {
      "type": "array"
    },
    "overtimeEarnings": {
      "type": "array"
    },
    "otherEarnings": {
      "type": "array"
    },
    "deductions": {
      "type": "array"
    },
    "taxes": {
      "type": "array"
    }
  }
}