Workday Payroll · Example Payload

Payroll Results Pay Run Result Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

Payroll Results Pay Run Result Example is an example object payload from Workday Payroll, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

payRunIdpayPeriodpaymentDatetotalGrossPaytotalNetPaytotalDeductionstotalEmployerTaxestotalEmployeeTaxesworkerCountcurrency

Example Payload

Raw ↑
{
  "payRunId": "pr_20260430_weekly_001",
  "payPeriod": {
    "startDate": "2026-04-30",
    "endDate": "2026-04-30"
  },
  "paymentDate": "2026-04-30",
  "totalGrossPay": 245830.5,
  "totalNetPay": 178452.3,
  "totalDeductions": 38210.8,
  "totalEmployerTaxes": 14583.7,
  "totalEmployeeTaxes": 14583.7,
  "workerCount": 87,
  "currency": "USD"
}