ADP · Example Payload

Adp Payroll Worker Pay Output Example

BenefitsHCMHRPayrollWorkforce

Adp Payroll Worker Pay Output Example is an example object payload from ADP, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

associateOIDworkerIDpayStatementIDpayDateregularEarningsovertimeEarningsotherEarningsdeductionstaxes

Example Payload

Raw ↑
{
  "associateOID": "500123",
  "workerID": "500123",
  "payStatementID": "500123",
  "payDate": "example_value",
  "regularEarnings": [],
  "overtimeEarnings": [],
  "otherEarnings": [],
  "deductions": [],
  "taxes": []
}