Workday Payroll · Example Payload

Payroll Input Update One Time Payment Request Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

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

Top-level fields

amountreasoneffectiveDate

Example Payload

Raw ↑
{
  "amount": 2500.0,
  "reason": "Q1 2026 performance bonus",
  "effectiveDate": "2026-04-30"
}