---
title: "Get Deduction"
method: GET
path: "/deductions"
---

# Get Deduction

`GET /deductions`

Get a specific deduction.

## Query parameters

- `deductionID` string, required
- `companyID` string, required
- `employeeCheckID` string, required

## Request body

- unknown

## Response `200`

200

- object
  - `success` boolean
  - `data` object
    - `deductionID` string
    - `deduction_type` string
    - `employer_contribution` object
      - `value` integer
      - `contribution_type` string
      - `matching` boolean
    - `employee_contribution` object
      - `value` integer
      - `contribution_type` string
    - `employee_calculated_contribution` number
    - `deductionTemplateID` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zeal/apis/zeal-api.md) · [All operations](https://skmtc.net/zeal/apis/zeal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeal/zeal-api/versions/01346dceb27d/schema)
