Workday Payroll · Example Payload

Payroll Input Create Input Batch Request Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

Payroll Input Create Input Batch Request 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

namerecords

Example Payload

Raw ↑
{
  "name": "April 2026 Bonus Batch",
  "records": [
    {
      "workerId": "w_100542",
      "inputType": "Earning",
      "earningCode": "REGULAR",
      "deductionCode": "MEDICAL_PRETAX",
      "amount": 2500.0,
      "hours": 40.0,
      "effectiveDate": "2026-04-30"
    },
    {
      "workerId": "w_100542",
      "inputType": "Earning",
      "earningCode": "REGULAR",
      "deductionCode": "MEDICAL_PRETAX",
      "amount": 2500.0,
      "hours": 40.0,
      "effectiveDate": "2026-04-30"
    },
    {
      "workerId": "w_100542",
      "inputType": "Earning",
      "earningCode": "REGULAR",
      "deductionCode": "MEDICAL_PRETAX",
      "amount": 2500.0,
      "hours": 40.0,
      "effectiveDate": "2026-04-30"
    }
  ]
}