Workday Payroll · Example Payload

Payroll Input Create Time Off Input Request Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

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

Top-level fields

timeOffTypestartDateendDatehourspaid

Example Payload

Raw ↑
{
  "timeOffType": "Vacation",
  "startDate": "2026-04-30",
  "endDate": "2026-04-30",
  "hours": 40.0,
  "paid": true
}