Workday Payroll · Example Payload

Payroll Input Create Adjustment Request Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

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

Top-level fields

workerIdadjustmentTypeoriginalPayRunIdearningCodedeductionCodeamountcurrencyreasoneffectiveDate

Example Payload

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