Workday Payroll · Example Payload

Payroll Results Payment Election Collection Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

Payroll Results Payment Election Collection Example is an example object payload from Workday Payroll, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datatotal

Example Payload

Raw ↑
{
  "data": [
    {
      "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
    },
    {
      "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
    },
    {
      "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
    }
  ],
  "total": 52
}