Workday Payroll · Example Payload

Tax Tax Jurisdiction Collection Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

Tax Tax Jurisdiction 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": "tjur_us_federal",
      "descriptor": "Weekly USD Pay Group",
      "level": "Federal",
      "country": "US",
      "stateCode": "CA",
      "localityName": "San Francisco",
      "taxTypes": [
        "FederalIncome"
      ],
      "active": true
    }
  ],
  "total": 52
}