Workday Payroll · Example Payload

Payroll Input Time Off Input Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

Payroll Input Time Off Input Example is an example object payload from Workday Payroll, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idworkertimeOffTypestartDateendDatehoursstatuspaid

Example Payload

Raw ↑
{
  "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
}