Workday Payroll · Example Payload

Payroll Input Input Batch Collection Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

Payroll Input Input Batch 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": "ib_20260428_00007",
      "name": "April 2026 Bonus Batch",
      "status": "Pending",
      "recordCount": 100,
      "validRecords": 98,
      "failedRecords": 2,
      "submittedOn": "2026-04-30T16:45:00Z",
      "completedOn": "2026-04-30T16:45:00Z",
      "submittedBy": "payroll.admin@example.com"
    },
    {
      "id": "ib_20260428_00007",
      "name": "April 2026 Bonus Batch",
      "status": "Pending",
      "recordCount": 100,
      "validRecords": 98,
      "failedRecords": 2,
      "submittedOn": "2026-04-30T16:45:00Z",
      "completedOn": "2026-04-30T16:45:00Z",
      "submittedBy": "payroll.admin@example.com"
    }
  ],
  "total": 52
}