Workday Payroll · Example Payload

Payroll Create Pay Run Request Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

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

Top-level fields

payGroupIdpayPeriodrunCategorypaymentDate

Example Payload

Raw ↑
{
  "payGroupId": "pg_weekly_usd",
  "payPeriod": {
    "startDate": "2026-04-30",
    "endDate": "2026-04-30"
  },
  "runCategory": "Regular",
  "paymentDate": "2026-04-30"
}