GET api/Product/GetBundleProducts?zipcode={zipcode}&portalcode={portalcode}&effectivedate={effectivedate}&GroupProductId={GroupProductId}&birthdate={birthdate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| zipcode | string |
Required |
|
| portalcode | string |
Required |
|
| effectivedate | date |
Required |
|
| GroupProductId | globally unique identifier |
Required |
|
| birthdate | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of BundleProductViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PlanName | string |
None. |
|
| PlanName2 | string |
None. |
|
| ProductCode | string |
None. |
|
| Rates | Collection of Rate |
None. |
|
| Benefits | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PlanName": "sample string 1",
"PlanName2": "sample string 2",
"ProductCode": "sample string 3",
"Rates": [
{
"GroupProductId": "f80c7e6e-2769-472d-afb6-157f21ad0d5d",
"RateType": 0,
"Amount": 2.0,
"StateBasedPrimaryAgeRestrictions": true,
"ParticipantAgeRestrictionMin": 64,
"ParticipantAgeRestrictionMax": 64,
"StateBasedDependentAgeRestrictions": true,
"DependentAgeRestrictionMin": 64,
"DependentAgeRestrictionMax": 64,
"DependentMaxAge": 64,
"TestMode": true,
"Division": "sample string 7"
},
{
"GroupProductId": "f80c7e6e-2769-472d-afb6-157f21ad0d5d",
"RateType": 0,
"Amount": 2.0,
"StateBasedPrimaryAgeRestrictions": true,
"ParticipantAgeRestrictionMin": 64,
"ParticipantAgeRestrictionMax": 64,
"StateBasedDependentAgeRestrictions": true,
"DependentAgeRestrictionMin": 64,
"DependentAgeRestrictionMax": 64,
"DependentMaxAge": 64,
"TestMode": true,
"Division": "sample string 7"
}
],
"Benefits": "sample string 4"
},
{
"PlanName": "sample string 1",
"PlanName2": "sample string 2",
"ProductCode": "sample string 3",
"Rates": [
{
"GroupProductId": "f80c7e6e-2769-472d-afb6-157f21ad0d5d",
"RateType": 0,
"Amount": 2.0,
"StateBasedPrimaryAgeRestrictions": true,
"ParticipantAgeRestrictionMin": 64,
"ParticipantAgeRestrictionMax": 64,
"StateBasedDependentAgeRestrictions": true,
"DependentAgeRestrictionMin": 64,
"DependentAgeRestrictionMax": 64,
"DependentMaxAge": 64,
"TestMode": true,
"Division": "sample string 7"
},
{
"GroupProductId": "f80c7e6e-2769-472d-afb6-157f21ad0d5d",
"RateType": 0,
"Amount": 2.0,
"StateBasedPrimaryAgeRestrictions": true,
"ParticipantAgeRestrictionMin": 64,
"ParticipantAgeRestrictionMax": 64,
"StateBasedDependentAgeRestrictions": true,
"DependentAgeRestrictionMin": 64,
"DependentAgeRestrictionMax": 64,
"DependentMaxAge": 64,
"TestMode": true,
"Division": "sample string 7"
}
],
"Benefits": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfBundleProductViewModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<BundleProductViewModel>
<PlanName>sample string 1</PlanName>
<PlanName2>sample string 2</PlanName2>
<ProductCode>sample string 3</ProductCode>
<Rates>
<Rate>
<GroupProductId>f80c7e6e-2769-472d-afb6-157f21ad0d5d</GroupProductId>
<RateType>Participant</RateType>
<Amount>2</Amount>
<StateBasedPrimaryAgeRestrictions>true</StateBasedPrimaryAgeRestrictions>
<ParticipantAgeRestrictionMin>64</ParticipantAgeRestrictionMin>
<ParticipantAgeRestrictionMax>64</ParticipantAgeRestrictionMax>
<StateBasedDependentAgeRestrictions>true</StateBasedDependentAgeRestrictions>
<DependentAgeRestrictionMin>64</DependentAgeRestrictionMin>
<DependentAgeRestrictionMax>64</DependentAgeRestrictionMax>
<DependentMaxAge>64</DependentMaxAge>
<TestMode>true</TestMode>
<Division>sample string 7</Division>
</Rate>
<Rate>
<GroupProductId>f80c7e6e-2769-472d-afb6-157f21ad0d5d</GroupProductId>
<RateType>Participant</RateType>
<Amount>2</Amount>
<StateBasedPrimaryAgeRestrictions>true</StateBasedPrimaryAgeRestrictions>
<ParticipantAgeRestrictionMin>64</ParticipantAgeRestrictionMin>
<ParticipantAgeRestrictionMax>64</ParticipantAgeRestrictionMax>
<StateBasedDependentAgeRestrictions>true</StateBasedDependentAgeRestrictions>
<DependentAgeRestrictionMin>64</DependentAgeRestrictionMin>
<DependentAgeRestrictionMax>64</DependentAgeRestrictionMax>
<DependentMaxAge>64</DependentMaxAge>
<TestMode>true</TestMode>
<Division>sample string 7</Division>
</Rate>
</Rates>
<Benefits>sample string 4</Benefits>
</BundleProductViewModel>
<BundleProductViewModel>
<PlanName>sample string 1</PlanName>
<PlanName2>sample string 2</PlanName2>
<ProductCode>sample string 3</ProductCode>
<Rates>
<Rate>
<GroupProductId>f80c7e6e-2769-472d-afb6-157f21ad0d5d</GroupProductId>
<RateType>Participant</RateType>
<Amount>2</Amount>
<StateBasedPrimaryAgeRestrictions>true</StateBasedPrimaryAgeRestrictions>
<ParticipantAgeRestrictionMin>64</ParticipantAgeRestrictionMin>
<ParticipantAgeRestrictionMax>64</ParticipantAgeRestrictionMax>
<StateBasedDependentAgeRestrictions>true</StateBasedDependentAgeRestrictions>
<DependentAgeRestrictionMin>64</DependentAgeRestrictionMin>
<DependentAgeRestrictionMax>64</DependentAgeRestrictionMax>
<DependentMaxAge>64</DependentMaxAge>
<TestMode>true</TestMode>
<Division>sample string 7</Division>
</Rate>
<Rate>
<GroupProductId>f80c7e6e-2769-472d-afb6-157f21ad0d5d</GroupProductId>
<RateType>Participant</RateType>
<Amount>2</Amount>
<StateBasedPrimaryAgeRestrictions>true</StateBasedPrimaryAgeRestrictions>
<ParticipantAgeRestrictionMin>64</ParticipantAgeRestrictionMin>
<ParticipantAgeRestrictionMax>64</ParticipantAgeRestrictionMax>
<StateBasedDependentAgeRestrictions>true</StateBasedDependentAgeRestrictions>
<DependentAgeRestrictionMin>64</DependentAgeRestrictionMin>
<DependentAgeRestrictionMax>64</DependentAgeRestrictionMax>
<DependentMaxAge>64</DependentMaxAge>
<TestMode>true</TestMode>
<Division>sample string 7</Division>
</Rate>
</Rates>
<Benefits>sample string 4</Benefits>
</BundleProductViewModel>
</ArrayOfBundleProductViewModel>