v1
latestOpenAPI 3.1.02026-07-2414339465.7 KBList Employee Deduction Templates
Query parameters
The number of deduction templates returned per page
ID of this template
The deductionTemplateID of the template to start the paginated results on
ID of the company related to this template
Matches all templates under the company with this ID
ID of the employee related to this template
Matches all templates under the employee with this ID
Name of the agency for a court order (Garnishment only)
Matches templates with this agency address
Address of the agency for a court order (Garnishment only)
Matches templates with this agency name
Case ID of a court order (Garnishment only)
Matches templates with this case ID
Human-readable name for the deduction template
Matches templates with this custom name
Matches templates with this deduction type
Date the template should become ineffective
Matches templates with this effective end date
Date the template should start become effective
Matches templates with this effective start date
Matches templates with this employee contribution amount
Matches templates with this employee contribution percentage
Matches templates with this employer contribution amount
Matches templates with this employer contribution percentage
ID in a external system related to the template
Matches templates with this external ID
Contribution limit type for the template (HSA only)
Matches templates with this HSA contribution type
Order number of a court order (Garnishment only)
Matches templates with this order number
Response
Successful response
Example response
{
"success": true,
"data": [
{
"deductionTemplateID": "4adec94c713c425b9d7c147ba4981bec",
"companyID": "5edac48c713a435c9d7b147be4976ee0",
"employeeID": "612e079f950181002246837a",
"custom_name": "Jon Doe's 401K",
"deduction_type": "401k",
"effective_start_date": "2024-01-01",
"employee_contribution_amount": 32.54,
"employer_contribution_percentage": 15,
"external_id": "temp_123"
}
],
"meta": {
"next": "https://api.zeal.com/employee-deduction-templates?limit=25&start_at=2a7d6cb3c64351028c9ba98eda4b2b4b",
"previous": "https://api.zeal.com/employee-deduction-templates?limit=25&start_at=2a7d6cb3c64351028c9ba98eda4b2b4b"
}
}