---
title: "Get Deduction Template Definitions"
method: GET
path: "/deductionTemplateDefinitions"
---

# Get Deduction Template Definitions

`GET /deductionTemplateDefinitions`

Get a definition for a deduction template.

## Query parameters

- `deduction_type` '401k' | 'section_125' | 'hsa' | 'miscellaneous' | 'garnishment' | '403b' | 'roth_ira' | 'simple_ira' | 'roth_401k', required

## Request body

- unknown

## Response `200`

200

- object
  - `success` boolean
  - `data` object
    - `type` string
    - `required` string[]
    - `properties` object
      - `required_template_fields` object
        - `const` string[]
      - `custom_name` object
        - `type` string
      - `deduction_type` object
        - `const` string
      - `employee_contribution` object
        - `type` string
        - `properties` object
          - `contribution_type` object
            - `enum` string[]
          - `value` object
            - `type` string
          - `override_type` object
            - `enum` string[]
          - `required_template_fields` object
            - `const` string[]
        - `allOf` object[]
          - `if` object
            - `properties` object
              - …
            - `required` string[]
          - `then` object
            - `required` string[]
        - `required` string[]
      - `employer_contribution` object
        - `type` string
        - `properties` object
          - `contribution_type` object
            - `enum` string[]
          - `value` object
            - `type` string
          - `override_type` object
            - `enum` string[]
          - `required_template_fields` object
            - `const` string[]
        - `allOf` object[]
          - `if` object
            - `properties` object
              - …
            - `required` string[]
          - `then` object
            - `required` string[]
        - `required` string[]
      - `additional_fields` object
        - `type` string
        - `properties` object
          - `hsa_type` object
            - `enum` 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)
