get https://api.bamboohr.com/api/gateway.php//v1/benefitgroupplancosts
Get benefit group plan costs
Sample Response
{
"Benefit Group Plan Costs": [
{
"id": "1",
"benefitGroupPlanId": "1",
"benefitPlanCoverageId": "1",
"employeeCost": "23.00",
"companyCost": "92.38",
"startDate": "2016-02-10",
"endDate": "2016-12-31",
"archived": false
},
{
"id": "2",
"benefitGroupPlanId": "1",
"benefitPlanCoverageId": "2",
"employeeCost": "37.00",
"companyCost": "147.62",
"startDate": "2016-02-10",
"endDate": "2016-12-31",
"archived": false
},
{
"id": "3",
"benefitGroupPlanId": "1",
"benefitPlanCoverageId": "3",
"employeeCost": "50.75",
"companyCost": "203.10",
"startDate": "2016-02-10",
"endDate": "2016-12-31",
"archived": false
}
]
}
<BenefitGroupPlanCosts>
<BenefitGroupPlanCost id="1" benefitGroupPlanId="1" benefitPlanCoverageId="1" employeeCost="23.00" companyCost="92.38" startDate="2016-02-10" endDate="2016-12-31" archived="false"/>
<BenefitGroupPlanCost id="2" benefitGroupPlanId="1" benefitPlanCoverageId="2" employeeCost="37.00" companyCost="147.62" startDate="2016-02-10" endDate="2016-12-31" archived="false"/>
<BenefitGroupPlanCost id="3" benefitGroupPlanId="1" benefitPlanCoverageId="3" employeeCost="50.75" companyCost="203.10" startDate="2016-02-10" endDate="2016-12-31" archived="false"/>
</BenefitGroupPlanCosts>