---
title: "Get local taxes by tax code"
method: GET
path: "/v2/companies/{companyId}/employees/{employeeId}/localTaxes/{taxCode}"
tags: ["Local Taxes"]
---

# Get local taxes by tax code

`GET /v2/companies/{companyId}/employees/{employeeId}/localTaxes/{taxCode}`

Returns all local taxes with the provided tax code for the selected employee.

## Path parameters

- `companyId` string, required
- `employeeId` string, required
- `taxCode` string, required

## Response `200`

Successfully retrieved

- LocalTax[]
  - `exemptions` number, nullable — Local tax exemptions value.<br />Decimal (12,2)
  - `exemptions2` number, nullable — Local tax exemptions 2 value.<br />Decimal (12,2)
  - `filingStatus` string, nullable — Employee local tax filing status. Must match specific local tax setup. <br /> Max length: 50
  - `residentPSD` string, nullable — Resident PSD (political subdivision code) applicable in PA. Must match Company setup.<br /> Max length: 9
  - `taxCode` string, nullable — Local tax code.<br />Max length: 50
  - `workPSD` string, nullable — Work location PSD. Must match Company setup. <br /> Max length: 9

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The employee does not exist, or the specified tax code does not exist
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/paylocity/apis/paylocity-api.md) · [All operations](https://skmtc.net/paylocity/apis/paylocity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paylocity/paylocity-api/revisions/3725901191b8/schema)
