Workday Payroll · Example Payload

Payroll Input Time Off Input Collection Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

Payroll Input Time Off Input 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": "to_w100542_20260415",
      "worker": {
        "id": "w_100542",
        "descriptor": "Weekly USD Pay Group"
      },
      "timeOffType": "Vacation",
      "startDate": "2026-04-30",
      "endDate": "2026-04-30",
      "hours": 40.0,
      "status": "Pending",
      "paid": true
    },
    {
      "id": "to_w100542_20260415",
      "worker": {
        "id": "w_100542",
        "descriptor": "Weekly USD Pay Group"
      },
      "timeOffType": "Vacation",
      "startDate": "2026-04-30",
      "endDate": "2026-04-30",
      "hours": 40.0,
      "status": "Pending",
      "paid": true
    }
  ],
  "total": 52
}