get https://api.bamboohr.com/api/gateway.php//v1/benefits/settings/deduction_types/all
Get benefit deduction types
Sample Response
[
{
"id": 1,
"deductionTypeName": "401(k) - Pre-Tax",
"allowableBenefitTypes": [
"retirement"
]
},
{
"id": 4,
"deductionTypeName": "Post Tax Deduction",
"allowableBenefitTypes": [
"other",
"life",
"disability"
]
},
{
"id": 5,
"deductionTypeName": "Section 125 - Pre-Tax",
"allowableBenefitTypes": [
"dental",
"vision",
"flex",
"supplemental"
]
},
{
"id": 8,
"deductionTypeName": "Section 132 - Commuter Benefit - Pre-Tax",
"allowableBenefitTypes": [
"other"
]
},
{
"id": 9,
"deductionTypeName": "Health Savings Account - Pre-Tax",
"allowableBenefitTypes": [
"hsa"
]
},
{
"id": 11,
"deductionTypeName": "Simple IRA - 408(p) - Pre-Tax",
"allowableBenefitTypes": [
"retirement"
]
},
{
"id": 12,
"deductionTypeName": "403(b) - Pre-Tax",
"allowableBenefitTypes": [
"retirement"
]
},
{
"id": 13,
"deductionTypeName": "457(b) - Pre-Tax",
"allowableBenefitTypes": [
"retirement"
]
},
{
"id": 14,
"deductionTypeName": "501(c) - Donation - Pre-Tax",
"allowableBenefitTypes": [
"other"
]
},
{
"id": 17,
"deductionTypeName": "401(k) Roth - Post-Tax",
"allowableBenefitTypes": [
"retirement"
]
},
{
"id": 20,
"deductionTypeName": "403(b) Roth - Post-Tax",
"allowableBenefitTypes": [
"retirement"
]
},
{
"id": 21,
"deductionTypeName": "NQ Deferred Compensation - Pre-Tax",
"allowableBenefitTypes": [
"retirement"
]
},
{
"id": 24,
"deductionTypeName": "Section 125 Dependent Care Benefits - Pre-Tax",
"allowableBenefitTypes": [
"flex"
]
},
{
"id": 25,
"deductionTypeName": "Section 125 Health - Pre-Tax",
"allowableBenefitTypes": [
"health",
"variable"
]
},
{
"id": 28,
"deductionTypeName": "401(a) - Money-purchase retirement plan",
"allowableBenefitTypes": [
"retirement"
]
}
]