Workday Payroll · Example Payload

Tax Tax Result Collection Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

Tax Tax Result 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": [
    {
      "jurisdiction": {
        "id": "tjur_us_federal",
        "descriptor": "Weekly USD Pay Group"
      },
      "taxType": "FederalIncome",
      "employeeAmount": 287.5,
      "employerAmount": 287.5,
      "taxableWages": 4750.0,
      "currency": "USD"
    }
  ],
  "total": 52
}