Workday Payroll · Example Payload

Payroll Deduction Collection Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

Payroll Deduction Collection Example is an example object payload from Workday Payroll, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datatotal

Example Payload

Raw ↑
{
  "data": [
    {
      "id": "ded_20260430_00211",
      "deductionCode": {
        "id": "MEDICAL_PRETAX",
        "descriptor": "Weekly USD Pay Group"
      },
      "amount": 2500.0,
      "frequency": "PerPayPeriod",
      "preTax": true,
      "effectiveDate": "2026-04-30",
      "endDate": "2026-04-30"
    },
    {
      "id": "ded_20260430_00211",
      "deductionCode": {
        "id": "MEDICAL_PRETAX",
        "descriptor": "Weekly USD Pay Group"
      },
      "amount": 2500.0,
      "frequency": "PerPayPeriod",
      "preTax": true,
      "effectiveDate": "2026-04-30",
      "endDate": "2026-04-30"
    },
    {
      "id": "ded_20260430_00211",
      "deductionCode": {
        "id": "MEDICAL_PRETAX",
        "descriptor": "Weekly USD Pay Group"
      },
      "amount": 2500.0,
      "frequency": "PerPayPeriod",
      "preTax": true,
      "effectiveDate": "2026-04-30",
      "endDate": "2026-04-30"
    }
  ],
  "total": 52
}