GET api/Chatbot?pinCode={pinCode}&voucherId={voucherId}&voucherType={voucherType}&langZoneCode={langZoneCode}&bookingType={bookingType}&SchemeId={SchemeId}&TOC={TOC}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pinCode

integer

Required

voucherId

integer

Required

voucherType

string

Required

langZoneCode

integer

Required

bookingType

integer

Required

SchemeId

integer

Required

TOC

integer

Default value is 6

Body Parameters

None.

Response Information

Resource Description

OfferSummary
NameDescriptionTypeAdditional information
Offers

Collection of Offer

None.

ErrCode

integer

None.

ErrDesc

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Offers": [
    {
      "OfferPackageID": 1,
      "OfferID": 2,
      "OfferDesc": "sample string 3",
      "OfferPrice": "sample string 4",
      "OfferPeriod": "sample string 5",
      "TOC": 6,
      "SchemeID": 7,
      "OfferSchemeName": "sample string 8",
      "ZoneID": 9,
      "ZoneName": "sample string 10",
      "IsBareBoxOffer": 11,
      "BareBoxPrice": 12,
      "ParentSchemeID": 13,
      "AutoSelect": 14,
      "SMSID": 15,
      "StateId": 16,
      "ConnectionSchemeId": 17,
      "OfferType": "sample string 18",
      "IsCodAvailable": 19,
      "CodOfferPrice": 20,
      "CodOfferDesc": "sample string 21",
      "FreeRegionalPack": "sample string 22",
      "InstallationCharge": 23.0,
      "ActivationCharge": 24.0,
      "SubTotalWithoutTax": 25.0,
      "SubTotalTax": 26.0,
      "SubTotalWithTax": 27.0,
      "AdvanceRentalWithoutTax": 28.0,
      "AdvanceRentalTax": 29.0,
      "TotalChannelCount": 30,
      "HDCount": 31,
      "SDCount": 32,
      "BoxType": "sample string 33",
      "SetTopBoxprice": 34,
      "SpecialDiscount": 35,
      "PricePostSpecialDiscount": 36,
      "MonthlyPackPriceIncludingNCF": 37,
      "TotalSTBandPackPriceWithoutTaxes": 38,
      "TotalAmount": 39,
      "ODUPrice": 40,
      "StbPriceLessODU": 41
    },
    {
      "OfferPackageID": 1,
      "OfferID": 2,
      "OfferDesc": "sample string 3",
      "OfferPrice": "sample string 4",
      "OfferPeriod": "sample string 5",
      "TOC": 6,
      "SchemeID": 7,
      "OfferSchemeName": "sample string 8",
      "ZoneID": 9,
      "ZoneName": "sample string 10",
      "IsBareBoxOffer": 11,
      "BareBoxPrice": 12,
      "ParentSchemeID": 13,
      "AutoSelect": 14,
      "SMSID": 15,
      "StateId": 16,
      "ConnectionSchemeId": 17,
      "OfferType": "sample string 18",
      "IsCodAvailable": 19,
      "CodOfferPrice": 20,
      "CodOfferDesc": "sample string 21",
      "FreeRegionalPack": "sample string 22",
      "InstallationCharge": 23.0,
      "ActivationCharge": 24.0,
      "SubTotalWithoutTax": 25.0,
      "SubTotalTax": 26.0,
      "SubTotalWithTax": 27.0,
      "AdvanceRentalWithoutTax": 28.0,
      "AdvanceRentalTax": 29.0,
      "TotalChannelCount": 30,
      "HDCount": 31,
      "SDCount": 32,
      "BoxType": "sample string 33",
      "SetTopBoxprice": 34,
      "SpecialDiscount": 35,
      "PricePostSpecialDiscount": 36,
      "MonthlyPackPriceIncludingNCF": 37,
      "TotalSTBandPackPriceWithoutTaxes": 38,
      "TotalAmount": 39,
      "ODUPrice": 40,
      "StbPriceLessODU": 41
    }
  ],
  "ErrCode": 1,
  "ErrDesc": "sample string 2"
}

application/xml, text/xml

Sample:
<OfferSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Phoenix.IN.Common.Models.PrePaidHomeDelivery">
  <ErrCode>1</ErrCode>
  <ErrDesc>sample string 2</ErrDesc>
  <Offers>
    <Offer>
      <ActivationCharge>24</ActivationCharge>
      <AdvanceRentalTax>29</AdvanceRentalTax>
      <AdvanceRentalWithoutTax>28</AdvanceRentalWithoutTax>
      <AutoSelect>14</AutoSelect>
      <BareBoxPrice>12</BareBoxPrice>
      <BoxType>sample string 33</BoxType>
      <CodOfferDesc>sample string 21</CodOfferDesc>
      <CodOfferPrice>20</CodOfferPrice>
      <ConnectionSchemeId>17</ConnectionSchemeId>
      <FreeRegionalPack>sample string 22</FreeRegionalPack>
      <HDCount>31</HDCount>
      <InstallationCharge>23</InstallationCharge>
      <IsBareBoxOffer>11</IsBareBoxOffer>
      <IsCodAvailable>19</IsCodAvailable>
      <MonthlyPackPriceIncludingNCF>37</MonthlyPackPriceIncludingNCF>
      <ODUPrice>40</ODUPrice>
      <OfferDesc>sample string 3</OfferDesc>
      <OfferID>2</OfferID>
      <OfferPackageID>1</OfferPackageID>
      <OfferPeriod>sample string 5</OfferPeriod>
      <OfferPrice>sample string 4</OfferPrice>
      <OfferSchemeName>sample string 8</OfferSchemeName>
      <OfferType>sample string 18</OfferType>
      <ParentSchemeID>13</ParentSchemeID>
      <PricePostSpecialDiscount>36</PricePostSpecialDiscount>
      <SDCount>32</SDCount>
      <SMSID>15</SMSID>
      <SchemeID>7</SchemeID>
      <SetTopBoxprice>34</SetTopBoxprice>
      <SpecialDiscount>35</SpecialDiscount>
      <StateId>16</StateId>
      <StbPriceLessODU>41</StbPriceLessODU>
      <SubTotalTax>26</SubTotalTax>
      <SubTotalWithTax>27</SubTotalWithTax>
      <SubTotalWithoutTax>25</SubTotalWithoutTax>
      <TOC>6</TOC>
      <TotalAmount>39</TotalAmount>
      <TotalChannelCount>30</TotalChannelCount>
      <TotalSTBandPackPriceWithoutTaxes>38</TotalSTBandPackPriceWithoutTaxes>
      <ZoneID>9</ZoneID>
      <ZoneName>sample string 10</ZoneName>
    </Offer>
    <Offer>
      <ActivationCharge>24</ActivationCharge>
      <AdvanceRentalTax>29</AdvanceRentalTax>
      <AdvanceRentalWithoutTax>28</AdvanceRentalWithoutTax>
      <AutoSelect>14</AutoSelect>
      <BareBoxPrice>12</BareBoxPrice>
      <BoxType>sample string 33</BoxType>
      <CodOfferDesc>sample string 21</CodOfferDesc>
      <CodOfferPrice>20</CodOfferPrice>
      <ConnectionSchemeId>17</ConnectionSchemeId>
      <FreeRegionalPack>sample string 22</FreeRegionalPack>
      <HDCount>31</HDCount>
      <InstallationCharge>23</InstallationCharge>
      <IsBareBoxOffer>11</IsBareBoxOffer>
      <IsCodAvailable>19</IsCodAvailable>
      <MonthlyPackPriceIncludingNCF>37</MonthlyPackPriceIncludingNCF>
      <ODUPrice>40</ODUPrice>
      <OfferDesc>sample string 3</OfferDesc>
      <OfferID>2</OfferID>
      <OfferPackageID>1</OfferPackageID>
      <OfferPeriod>sample string 5</OfferPeriod>
      <OfferPrice>sample string 4</OfferPrice>
      <OfferSchemeName>sample string 8</OfferSchemeName>
      <OfferType>sample string 18</OfferType>
      <ParentSchemeID>13</ParentSchemeID>
      <PricePostSpecialDiscount>36</PricePostSpecialDiscount>
      <SDCount>32</SDCount>
      <SMSID>15</SMSID>
      <SchemeID>7</SchemeID>
      <SetTopBoxprice>34</SetTopBoxprice>
      <SpecialDiscount>35</SpecialDiscount>
      <StateId>16</StateId>
      <StbPriceLessODU>41</StbPriceLessODU>
      <SubTotalTax>26</SubTotalTax>
      <SubTotalWithTax>27</SubTotalWithTax>
      <SubTotalWithoutTax>25</SubTotalWithoutTax>
      <TOC>6</TOC>
      <TotalAmount>39</TotalAmount>
      <TotalChannelCount>30</TotalChannelCount>
      <TotalSTBandPackPriceWithoutTaxes>38</TotalSTBandPackPriceWithoutTaxes>
      <ZoneID>9</ZoneID>
      <ZoneName>sample string 10</ZoneName>
    </Offer>
  </Offers>
</OfferSummary>