Get benefit plan deductions by employee

Get benefit plan deductions by employee

Log in to see full request history

Sample Response

{ "employeeBenefitDeductions": [ { "employeeId": 40341, "employeeNumber": "2", "employeeName": "Doe, Jane", "benefitPlanId": 1, "benefitPlanName": "401(k) Retirement", "deductionFrequency": "weekly", "coverage": null, "employeePays": "1000.00", "companyPays": "3.50", "employeePaysType": "Currency", "companyPaysType": "Percent", "currencyCode": "USD" }, { "employeeId": 40341, "employeeNumber": "2", "employeeName": "Doe, Jane", "benefitPlanId": 2, "benefitPlanName": "Health Care", "deductionFrequency": "semi-monthly", "coverage": null, "employeePays": "200.00", "companyPays": "275.50", "employeePaysType": "Currency", "companyPaysType": "Percent", "currencyCode": "USD" } ] }
<employeeBenefitDeductions> <employeeBenefitDeduction employeeId="40341" employeeNumber="2" employeeName="Doe, Jane" benefitPlanId="1" benefitPlanName="401(k) Retirement" deductionFrequency="weekly" employeePays="1000.00" companyPays="3.50" employeePaysType="Currency" companyPaysType="Percent" currencyCode="USD"/> <employeeBenefitDeduction employeeId="40341" employeeNumber="2" employeeName="Doe, Jane" benefitPlanId="2" benefitPlanName="Health Care" deductionFrequency="semi-monthly" employeePays="200.00" companyPays="275.00" employeePaysType="Currency" companyPaysType="Currency" currencyCode="USD"/> </employeeBenefitDeductions>
Path Params
string
required

The subdomain used to access BambooHR. If you access BambooHR at https://mycompany.bamboohr.com, then the companyDomain is "mycompany"

string
required

{id} is the employee ID.

Headers
string

This endpoint can produce either JSON or XML.

Response

Language
Credentials
:
Click Try It! to start a request and see the response here!