Workday Payroll · Example Payload

Payroll Pay Group Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

Payroll Pay Group 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

iddescriptorpayFrequencycurrencycountryrunCategoryworkerCountinactive

Example Payload

Raw ↑
{
  "id": "pg_weekly_usd",
  "descriptor": "Weekly USD Pay Group",
  "payFrequency": "Weekly",
  "currency": "USD",
  "country": "US",
  "runCategory": "example",
  "workerCount": 87,
  "inactive": false
}