---
title: "Get paycheck deduction by PaymentBatchGuid"
method: GET
path: "/v1/payment-batch/{paymentBatchGuid}/deductions"
tags: ["Payroll"]
---

# Get paycheck deduction by PaymentBatchGuid

`GET /v1/payment-batch/{paymentBatchGuid}/deductions`

Get list of paycheck deductions by paymentBatchGuid filtered to the authorized partner access.

## Path parameters

- `paymentBatchGuid` string, required

## Headers

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

## Response `200`

200 response

- PayrollDeduction[]
  - `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)
