GET API/Chatbot/GetChannelsCount?pacakgeIdList={pacakgeIdList}&schemeId={schemeId}&isSouthRegion={isSouthRegion}&smsId={smsId}&isd2h={isd2h}&isDRC={isDRC}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pacakgeIdList | string |
Required |
|
| schemeId | integer |
Required |
|
| isSouthRegion | boolean |
Required |
|
| smsId | integer |
Default value is 0 |
|
| isd2h | integer |
Default value is 1 |
|
| isDRC | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
ResultInfoOfPackagewiseChannelCount| Name | Description | Type | Additional information |
|---|---|---|---|
| AccessToken | string |
None. |
|
| TokenType | string |
None. |
|
| ResultType | TypeOfResult |
None. |
|
| ResultCode | integer |
None. |
|
| ResultDesc | string |
None. |
|
| Result | PackagewiseChannelCount |
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": {
"PackageID": 1,
"PackageName": "sample string 2",
"PackageType": "sample string 3",
"HDChannels": 4,
"SDChannels": 5,
"GainOrLoss": "sample string 6",
"PackagePrice": 7.0,
"PackagePriceWithGst": 8.0,
"Organisation": 1
}
}
application/xml, text/xml
Sample:
<ResultInfoOfPackagewiseChannelCount2LY_SY1XF 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.Master">
<d2p1:GainOrLoss>sample string 6</d2p1:GainOrLoss>
<d2p1:HDChannels>4</d2p1:HDChannels>
<d2p1:Organisation>DishTV</d2p1:Organisation>
<d2p1:PackageID>1</d2p1:PackageID>
<d2p1:PackageName>sample string 2</d2p1:PackageName>
<d2p1:PackagePrice>7</d2p1:PackagePrice>
<d2p1:PackagePriceWithGst>8</d2p1:PackagePriceWithGst>
<d2p1:PackageType>sample string 3</d2p1:PackageType>
<d2p1:SDChannels>5</d2p1:SDChannels>
</Result>
<ResultCode>3</ResultCode>
<ResultDesc>sample string 4</ResultDesc>
<ResultType>Success</ResultType>
<TokenType>sample string 2</TokenType>
</ResultInfoOfPackagewiseChannelCount2LY_SY1XF>