---
title: "Get Talent Benefit Payroll Deductions"
method: GET
path: "/v1/talent-benefit-partner/payroll-deductions"
tags: ["Talent Benefit Partner"]
---

# Get Talent Benefit Payroll Deductions

`GET /v1/talent-benefit-partner/payroll-deductions`

Returns a paged result of paycheck deductions, including the caller's talent benefit deduction transaction types, filtered by accounting period date in format YYYY-MM-DD and employment supplier UUID.

## Query parameters

- `supplierGuid` string, uuid, required
- `accountingPeriodDate` string, required

## Headers

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

## Response `200`

200 response

- BulkDataPageOfPayrollDeduction
  - `pagination` PaginationResponse
    - `totalResults` integer — The total number of results.
    - `pageSize` integer — The number of results included per page.
    - `currentPage` integer — The current page number.
    - `totalPages` integer — The total number of pages available.
  - `pageData` PayrollDeduction[] — An array of objects included on the current page.
    - `paymentCheckDeductionGuid` string, guid, required — The unique identifier for the paymentcheck deduction, formatted as a UUID.
    - `supplierGuid` string, guid, required — The unique identifier for the Staffing Supplier, formatted as a UUID.
    - `accountingPeriodDate` string, date-time, required — The date of accounting period the payroll was completed in.
    - `paymentCheckGuid` string, guid, required — The unique identifier for the paycheck, formatted as a UUID.
    - `talentGuid` string, guid, required — The unique identifier for the talent, formatted as a GUID.
    - `employeeDeductionGuid` string, guid — The unique identifier for the Employee deduction.
    - `transactionTypeId` integer — The unique identifier for the deduction type.
    - `checkDate` string, date-time — The Check Date for the PaymentBatch.
    - `deductionAmount` number — The total amount deducted from the talent's paycheck.
    - `deductionAmountYtd` number — The Year to Date total for the deduction for the talent.
    - `deductionAmountLtd` number — The Life Time total for the deduction for the talent.

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