Workday Payroll · Example Payload

Payroll Input Create One Time Payment Request Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

Payroll Input Create One Time Payment Request Example is an example object payload from Workday Payroll, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

workerIdearningCodeamountcurrencyreasoneffectiveDate

Example Payload

Raw ↑
{
  "workerId": "w_100542",
  "earningCode": "REGULAR",
  "amount": 2500.0,
  "currency": "USD",
  "reason": "Q1 2026 performance bonus",
  "effectiveDate": "2026-04-30"
}