---
title: "Update Local Tax"
method: PUT
path: "/v1/companies/{companyId}/employees/{employeeId}/localTaxes/{taxCode}"
tags: ["Local Tax"]
---

# Update Local Tax

`PUT /v1/companies/{companyId}/employees/{employeeId}/localTaxes/{taxCode}`

Update Local Tax sends updated local tax code information for the selected employee.

## Path parameters

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

## Headers

- `Authorization` string, required

## Request body

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

## Response `204`

Successfully Updated

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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