---
title: "Get Talent Tax County"
method: GET
path: "/v3/talent/tax-county"
tags: ["Taxes"]
---

# Get Talent Tax County

`GET /v3/talent/tax-county`

Returns the county setup for Indiana withholding.

## Query parameters

- `talentGuid` string, uuid
- `talentExternalId` string
- `year` integer

## Headers

- `FrontOfficeTenantId` integer, required
- `RequestOrigin` string, required
- `RequestId` string, uuid, required — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `ExternalIdSource` 'BOLD', required
- `RequestUserExternalId` string

## Response `200`

Successfully retrieved tax county details.

- TaxCountyDetailResponse
  - `employeeTaxCountyId` integer, nullable — The unique identifier for the Talent Tax County Setup data.
  - `year` integer — The year associated with the tax county data.
  - `residentCountyGeocode` string — The first five digits of the geocode that represents the selected county.
  - `worksiteCountyGeocode` string — The first five digits of the geocode that represents the selected county.
  - `residentCountyName` string — The plain-text name of the resident county.
  - `worksiteCountyName` string — The plain-text name of the worksite county.

## Other responses

- `402` — Additional subscription required.
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/revisions/846b33e4e71b/schema)
