Workday Payroll · Example Payload

Payroll Pay Group Collection Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

Payroll Pay Group 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": "pg_weekly_usd",
      "descriptor": "Weekly USD Pay Group",
      "payFrequency": "Weekly",
      "currency": "USD",
      "country": "US",
      "runCategory": "example",
      "workerCount": 87,
      "inactive": false
    },
    {
      "id": "pg_weekly_usd",
      "descriptor": "Weekly USD Pay Group",
      "payFrequency": "Weekly",
      "currency": "USD",
      "country": "US",
      "runCategory": "example",
      "workerCount": 87,
      "inactive": false
    }
  ],
  "total": 52
}