Workday Payroll · Example Payload

Payroll Results Payment Election Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

Payroll Results Payment Election 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

idorderdistributionTypeamountpercentageaccountTypebankNamelastFourDigitscurrencyactive

Example Payload

Raw ↑
{
  "id": "pe_w100542_primary",
  "order": 1,
  "distributionType": "Amount",
  "amount": 2500.0,
  "percentage": 100.0,
  "accountType": "Checking",
  "bankName": "Wells Fargo",
  "lastFourDigits": "4521",
  "currency": "USD",
  "active": true
}