---
title: "Post Talent Supplemental Benefit Eligibility"
method: POST
path: "/v1/talent/supplemental-benefits/eligibility"
tags: ["TalentSupplementalBenefits"]
---

# Post Talent Supplemental Benefit Eligibility

`POST /v1/talent/supplemental-benefits/eligibility`

Determine talent supplemental benefit eligibility and remove payroll hold.

## Query parameters

- `talentGuid` string, guid

## Headers

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

## Request body

- TalentSupplementalBenefitsEligibility
  - `talentGuid` string, guid, required — Globally unique identifier for a talent.
  - `transactionGuid` string, guid, required — Globally unique identifier for a transaction.
  - `supplementalDeduction` SupplementalDeduction
    - `transactionTypeId` integer, required — The numeric identifier for a deduction transaction type.
    - `deductionAmount` number, required — The deduction amount.
  - `supplementalPayment` SupplementalPayment
    - `transactionTypeId` integer, required — The numeric identifier for a payment transaction type.
    - `paymentAmount` number, required — The payment amount.

## Response `200`

200 response

- TalentSupplementalBenefitsEligibility
  - `talentGuid` string, guid, required — Globally unique identifier for a talent.
  - `transactionGuid` string, guid, required — Globally unique identifier for a transaction.
  - `supplementalDeduction` SupplementalDeduction
    - `transactionTypeId` integer, required — The numeric identifier for a deduction transaction type.
    - `deductionAmount` number, required — The deduction amount.
  - `supplementalPayment` SupplementalPayment
    - `transactionTypeId` integer, required — The numeric identifier for a payment transaction type.
    - `paymentAmount` number, required — The payment amount.

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