---
title: "Submit employee state taxes"
method: PUT
path: "/v1/employee/state-taxes/{jurisdiction}"
tags: ["Employee State Taxes"]
---

# Submit employee state taxes

`PUT /v1/employee/state-taxes/{jurisdiction}`

Submits the authenticated employee's US state tax withholding answers for a
single jurisdiction (e.g. `NY`).

Available for US Global Payroll employees once they reach the post-enrollment
state, at which point the per-jurisdiction state tax task exists.

This endpoint requires country/jurisdiction-specific data. Query the
[Show form schema](#tag/Countries/operation/get_show_form_country) endpoint with `global_payroll_state_taxes`
as the form name to discover the schema for a given country.



## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employments (`employments`) | - | Manage personal details (`personal_detail:write`) |

## Path parameters

- `jurisdiction` string, required

## Request body

- EmploymentStateTaxesParams — State taxes schema compatible params, submitted one jurisdiction at a time.
  - `state_taxes` object, required — State taxes params for the jurisdiction in the path. As its properties vary depending on the country and jurisdiction, you must query the [Show form schema](#tag/Countries/operation/get_show_form_country) endpoint passing the country code and `global_payroll_state_taxes` as path parameters.

## Response `200`

Success

- SuccessResponse — A generic success response returned by operations that don't produce a specific resource (e.g., updates, deletes).
  - `data` object, required
    - `status` string — The result status. Always `"ok"` for successful operations.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Unprocessable Entity

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/revisions/7e6a0c61ac82/schema)
