Workday Payroll · Example Payload

Tax Tax Jurisdiction Example

CompensationEnterpriseHuman ResourcesPayrollSaaSTax

Tax Tax Jurisdiction 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

iddescriptorlevelcountrystateCodelocalityNametaxTypesactive

Example Payload

Raw ↑
{
  "id": "tjur_us_federal",
  "descriptor": "Weekly USD Pay Group",
  "level": "Federal",
  "country": "US",
  "stateCode": "CA",
  "localityName": "San Francisco",
  "taxTypes": [
    "FederalIncome"
  ],
  "active": true
}