GET api/Product/GetBundleProducts?zipcode={zipcode}&portalcode={portalcode}&effectivedate={effectivedate}&GroupProductId={GroupProductId}&birthdate={birthdate}

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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": "8689d4b8-ce4c-489f-a187-b7c051643ec5",
        "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": "8689d4b8-ce4c-489f-a187-b7c051643ec5",
        "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": "8689d4b8-ce4c-489f-a187-b7c051643ec5",
        "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": "8689d4b8-ce4c-489f-a187-b7c051643ec5",
        "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>8689d4b8-ce4c-489f-a187-b7c051643ec5</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>8689d4b8-ce4c-489f-a187-b7c051643ec5</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>8689d4b8-ce4c-489f-a187-b7c051643ec5</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>8689d4b8-ce4c-489f-a187-b7c051643ec5</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>