---
title: "Get Employee Tax Parameter Summary"
method: POST
path: "/employees/getTaxParameterSummary"
---

# Get Employee Tax Parameter Summary

`POST /employees/getTaxParameterSummary`

Retrieve a list of an employee's tax withholding parameters.

## Request body

- object
  - `employeeID` string, required — ID of the Employee
  - `companyID` string, required — ID of the employer that the Employee belongs to
  - `jurisdictions` string[] — List of jurisdictions for which the tax parameters are to be fetched. "US" for federal, or State (2 letter abbreviation)
  - `effectiveDate` string, date — Effective date of the tax parameters in this request. Only accepts YYYY-MM-DD date format **Note: Will default to the time of the request**

## Response `200`

200

- object
  - `success` boolean
  - `data` object[]
    - `employeeID` string
    - `effectiveDate` string
    - `jurisdiction` string
    - `params` object[]
      - `code` string
      - `type` string
      - `value` string
      - `valueDescription` string
      - `label` string
      - `isDefaultValue` boolean
      - `isUserProvidedValue` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zeal/apis/zeal-api.md) · [All operations](https://skmtc.net/zeal/apis/zeal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeal/zeal-api/versions/01346dceb27d/schema)
