POST API/Chatbot/Subscriber/GetZeePlexChannelDetail

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

D2hBOTZeePlexResult
NameDescriptionTypeAdditional information
CustomerID

string

None.

ResponseID

string

None.

RequestID

string

None.

Message

string

None.

ZeePlexUrl

string

None.

ResponseCode

integer

None.

ChannelList

Collection of ChannelDetailsForD2HBot

None.

Response Formats

application/json, text/json

Sample:
{
  "CustomerID": "sample string 1",
  "ResponseID": "sample string 2",
  "RequestID": "sample string 3",
  "Message": "sample string 4",
  "ZeePlexUrl": "sample string 5",
  "ResponseCode": 6,
  "ChannelList": [
    {
      "ChannelId": 1,
      "ChannelName": "sample string 2",
      "Genre": "sample string 3",
      "IsHD": true,
      "LCNNumber": "sample string 5",
      "Language": "sample string 6",
      "Broadcaster": "sample string 7",
      "IBSProductID": "sample string 8",
      "Price": 9.0,
      "IsSES8": 10
    },
    {
      "ChannelId": 1,
      "ChannelName": "sample string 2",
      "Genre": "sample string 3",
      "IsHD": true,
      "LCNNumber": "sample string 5",
      "Language": "sample string 6",
      "Broadcaster": "sample string 7",
      "IBSProductID": "sample string 8",
      "Price": 9.0,
      "IsSES8": 10
    }
  ]
}

application/xml, text/xml

Sample:
<D2hBOTZeePlexResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Phoenix.IN.MVC.d2h.ChatbotAPIs.Models">
  <ChannelList>
    <ChannelDetailsForD2HBot>
      <Broadcaster>sample string 7</Broadcaster>
      <ChannelId>1</ChannelId>
      <ChannelName>sample string 2</ChannelName>
      <Genre>sample string 3</Genre>
      <IBSProductID>sample string 8</IBSProductID>
      <IsHD>true</IsHD>
      <IsSES8>10</IsSES8>
      <LCNNumber>sample string 5</LCNNumber>
      <Language>sample string 6</Language>
      <Price>9</Price>
    </ChannelDetailsForD2HBot>
    <ChannelDetailsForD2HBot>
      <Broadcaster>sample string 7</Broadcaster>
      <ChannelId>1</ChannelId>
      <ChannelName>sample string 2</ChannelName>
      <Genre>sample string 3</Genre>
      <IBSProductID>sample string 8</IBSProductID>
      <IsHD>true</IsHD>
      <IsSES8>10</IsSES8>
      <LCNNumber>sample string 5</LCNNumber>
      <Language>sample string 6</Language>
      <Price>9</Price>
    </ChannelDetailsForD2HBot>
  </ChannelList>
  <CustomerID>sample string 1</CustomerID>
  <Message>sample string 4</Message>
  <RequestID>sample string 3</RequestID>
  <ResponseCode>6</ResponseCode>
  <ResponseID>sample string 2</ResponseID>
  <ZeePlexUrl>sample string 5</ZeePlexUrl>
</D2hBOTZeePlexResult>