GET API/Chatbot/GetOfferPricebreakup?offerPackageId={offerPackageId}&schemeid={schemeid}&zoneid={zoneid}&IDU={IDU}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| offerPackageId | integer |
Required |
|
| schemeid | integer |
Required |
|
| zoneid | integer |
Required |
|
| IDU | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultInfoOfDeserializedOfferClass| Name | Description | Type | Additional information |
|---|---|---|---|
| AccessToken | string |
None. |
|
| TokenType | string |
None. |
|
| ResultType | TypeOfResult |
None. |
|
| ResultCode | integer |
None. |
|
| ResultDesc | string |
None. |
|
| Result | DeserializedOfferClass |
None. |
Response Formats
application/json, text/json
Sample:
{
"AccessToken": "sample string 1",
"TokenType": "sample string 2",
"ResultType": 0,
"ResultCode": 3,
"ResultDesc": "sample string 4",
"Result": {
"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
}
}
application/xml, text/xml
Sample:
<ResultInfoOfDeserializedOfferClassPHmxcYkt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Phoenix.IN.Common.Models.Common">
<AccessToken>sample string 1</AccessToken>
<Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/Phoenix.IN.Common.Models.PrePaidHomeDelivery">
<d2p1:ActivationCharge>24</d2p1:ActivationCharge>
<d2p1:AdvanceRentalTax>29</d2p1:AdvanceRentalTax>
<d2p1:AdvanceRentalWithoutTax>28</d2p1:AdvanceRentalWithoutTax>
<d2p1:AutoSelect>14</d2p1:AutoSelect>
<d2p1:BareBoxPrice>12</d2p1:BareBoxPrice>
<d2p1:BoxType>sample string 33</d2p1:BoxType>
<d2p1:CodOfferDesc>sample string 21</d2p1:CodOfferDesc>
<d2p1:CodOfferPrice>20</d2p1:CodOfferPrice>
<d2p1:ConnectionSchemeId>17</d2p1:ConnectionSchemeId>
<d2p1:FreeRegionalPack>sample string 22</d2p1:FreeRegionalPack>
<d2p1:HDCount>31</d2p1:HDCount>
<d2p1:InstallationCharge>23</d2p1:InstallationCharge>
<d2p1:IsBareBoxOffer>11</d2p1:IsBareBoxOffer>
<d2p1:IsCodAvailable>19</d2p1:IsCodAvailable>
<d2p1:MonthlyPackPriceIncludingNCF>37</d2p1:MonthlyPackPriceIncludingNCF>
<d2p1:ODUPrice>40</d2p1:ODUPrice>
<d2p1:OfferDesc>sample string 3</d2p1:OfferDesc>
<d2p1:OfferID>2</d2p1:OfferID>
<d2p1:OfferPackageID>1</d2p1:OfferPackageID>
<d2p1:OfferPeriod>sample string 5</d2p1:OfferPeriod>
<d2p1:OfferPrice>sample string 4</d2p1:OfferPrice>
<d2p1:OfferSchemeName>sample string 8</d2p1:OfferSchemeName>
<d2p1:OfferType>sample string 18</d2p1:OfferType>
<d2p1:ParentSchemeID>13</d2p1:ParentSchemeID>
<d2p1:PricePostSpecialDiscount>36</d2p1:PricePostSpecialDiscount>
<d2p1:SDCount>32</d2p1:SDCount>
<d2p1:SMSID>15</d2p1:SMSID>
<d2p1:SchemeID>7</d2p1:SchemeID>
<d2p1:SetTopBoxprice>34</d2p1:SetTopBoxprice>
<d2p1:SpecialDiscount>35</d2p1:SpecialDiscount>
<d2p1:StateId>16</d2p1:StateId>
<d2p1:StbPriceLessODU>41</d2p1:StbPriceLessODU>
<d2p1:SubTotalTax>26</d2p1:SubTotalTax>
<d2p1:SubTotalWithTax>27</d2p1:SubTotalWithTax>
<d2p1:SubTotalWithoutTax>25</d2p1:SubTotalWithoutTax>
<d2p1:TOC>6</d2p1:TOC>
<d2p1:TotalAmount>39</d2p1:TotalAmount>
<d2p1:TotalChannelCount>30</d2p1:TotalChannelCount>
<d2p1:TotalSTBandPackPriceWithoutTaxes>38</d2p1:TotalSTBandPackPriceWithoutTaxes>
<d2p1:ZoneID>9</d2p1:ZoneID>
<d2p1:ZoneName>sample string 10</d2p1:ZoneName>
</Result>
<ResultCode>3</ResultCode>
<ResultDesc>sample string 4</ResultDesc>
<ResultType>Success</ResultType>
<TokenType>sample string 2</TokenType>
</ResultInfoOfDeserializedOfferClassPHmxcYkt>