---
title: "Get Deduction Template"
method: GET
path: "/deductionTemplate"
---

# Get Deduction Template

`GET /deductionTemplate`

Get a deduction template.

## Query parameters

- `companyID` string, required
- `deductionTemplateID` string

## Response `200`

200

- object
  - `success` boolean
  - `data` object[]
    - `companyID` string
    - `deductionTemplateID` string
    - `custom_name` string
    - `deduction_type` string
    - `employer_contribution` object
      - `properties` object
        - `contribution_type` object
          - `const` string
        - `percentage_source` object
          - `enum` string[]
        - `matching` object
          - `const` boolean
        - `value` object
          - `type` string
          - `default` integer
        - `override_type` object
          - `const` string
      - `required` string[]
    - `employee_contribution` object
      - `properties` object
        - `contribution_type` object
          - `const` string
        - `value` object
          - `type` string
          - `default` integer
        - `override_type` object
          - `const` string
      - `required` 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)
