Dependents are built in the Dependent object then linked to any Coverage by using the CoverageInsured object, in the Coverage Object. You use the dependentPartyID as the InsuredPartyID in CoverageInsured to link a dependent to a coverage.
Herer is a brief snippet of how CoverageInsured works. Attached is a larger example including the dependent object.
"Coverage": {
"CoverageID": "O001",
"GroupPolicyNumber": "R1234567",
"ProductTypeCode": "Accident",
"BenefitPlanIdentifier": "815",
"CoverageEffectiveDate": "2024-07-01",
"CoverageTierCode": "EmployeeFamily",
"EmployeeContributionCode": "EmployeePaid",
"EmployeePremiumContributionAmount": "32.53",
"TotalPlanPremiumAmount": "32.53",
"PaymentMethodCode": "PayrollDeduction",
"PremiumModeQuantity": "12",
"CarrierID": "MYCARRIER_ID",
"CoverageInsured": [
{
"InsuredPartyID": "916063",
"PrimaryInsuredIndicator": "true",
"InsuredCoverageEffectiveDate": "2024-07-01"
},
{
"InsuredPartyID": "111111111",
"PrimaryInsuredIndicator": "false",
"InsuredCoverageEffectiveDate": "2024-07-01"
},
{
"InsuredPartyID": "111121111",
"PrimaryInsuredIndicator": "false",
"InsuredCoverageEffectiveDate": "2024-07-01"
},
{
"InsuredPartyID": "111131111",
"PrimaryInsuredIndicator": "false",
"InsuredCoverageEffectiveDate": "2024-07-01"
}
],
------------------------------
Michael J Grudgings
Business Architect, Industry Solutions | LL Global, Inc.
300 Day Hill Road, Windsor, CT, 06095
t: (860) 298-3850 |
mgrudgings@limra.com------------------------------