---
title: "Get Talent Tax Details"
method: GET
path: "/v1/talent/tax-details"
tags: ["Talent"]
---

# Get Talent Tax Details

`GET /v1/talent/tax-details`

Returns Tax setup details for the specified talent record for Employers.

## Query parameters

- `talentGuid` string, required

## Headers

- `FrontOfficeTenantId` integer, required
- `RequestId` string, uuid, required

## Response `200`

200 response

- TalentTaxDetail[]
  - `talentTaxGuid` string, guid — The unique identifier for the talent tax record, formatted as a GUID. Not applicable for Federal W-4.
  - `federalW4Id` integer — The unique identifier for the talent federal W-4. Only applicable for Federal W-4.
  - `talentGuid` string, guid, required — The unique identifier for the talent, formatted as a GUID.
  - `taxId` integer, required — The unique identifier of the tax record.
  - `taxName` string — The name of the tax record.
  - `employeeTax` boolean — An indication of whether the tax is Employee Tax or Employer Tax.
  - `stateCode` string — The two-character code for a state or province.
  - `taxType` string — The type of tax. Possible values include: Federal Income Tax, State Income Tax, FUTA, SUI, FICA, MEDICARE, Local, and others.
  - `taxFilingStatusId` integer — The unique identifier for the tax filing status.
  - `TaxFilingStatus` string — The tax filing status.
  - `exemptions` number — The number of exemptions. Not applicable for Federal W-4.
  - `dependents` number — The number of dependents. Not applicable for Federal W-4.
  - `additionalWithholding` number — The additional withholding amount.
  - `fixedPercentage` number — The percentage withholding value. Not applicable for Federal W-4.
  - `fixedAmount` number — The fixed amount withholding value. Not applicable for Federal W-4.
  - `active` boolean — An indication of whether the tax is active or not.
  - `isTaxExempt` boolean — An indication of whether the tax is exempt or not.
  - `exemptionAmount` boolean — The exemption amount. Not applicable for Federal W-4.
  - `supplierGuid` string, guid — The unique identifier for the staffing company (supplier), formatted as a GUID. Only applicable for Federal W-4.
  - `supplierName` string — The name of the employer (staffing supplier). Only applicable for Federal W-4.
  - `hasMultipleJobs` boolean — An indication of whether the talent has multiple jobs. Only applicable for Federal W-4.
  - `qualifyingChildren` number — The number of qualifying children. Only applicable for Federal W-4.
  - `otherDependents` number — The number of other dependents. Only applicable for Federal W-4.
  - `totalDependents` number — The number of total dependents. Only applicable for Federal W-4.
  - `otherIncome` number — Other income. Only applicable for Federal W-4.
  - `deductions` number — Deductions. Only applicable for Federal W-4.
  - `firstWorkedDate` string, date-time — The first date the talent worked. Only applicable for Federal W-4. The field follows the ISO 8601-1:2019 format for date and time, for example, 2024-12-30T21:12:54.126Z.
  - `dateCompleted` string, date-time — The date the Federal W-4 was completed. Only applicable for Federal W-4. The field follows the ISO 8601-1:2019 format for date and time, for example, 2024-12-30T21:12:54.126Z.
  - `usWithholdingType` string — The US withholding type. Only applicable for US taxes.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `406` — Unsupported format(s) indicated by Accept header
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable

---

[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)
