GET GetSubscriptionProducts_V2

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SubscriptionProduct
NameDescriptionTypeAdditional information
SubscriptionProductName

string

None.

ChannelName

string

None.

IsDeleted

boolean

None.

DigitalAccessLevel

integer

None.

OwnerChannel_ID

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SubscriptionProductName": "sample string 1",
    "ChannelName": "sample string 2",
    "IsDeleted": true,
    "DigitalAccessLevel": 4,
    "OwnerChannel_ID": "sample string 5"
  },
  {
    "SubscriptionProductName": "sample string 1",
    "ChannelName": "sample string 2",
    "IsDeleted": true,
    "DigitalAccessLevel": 4,
    "OwnerChannel_ID": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfBaseController.SubscriptionProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RunMags.API.Controllers">
  <BaseController.SubscriptionProduct>
    <ChannelName>sample string 2</ChannelName>
    <DigitalAccessLevel>4</DigitalAccessLevel>
    <IsDeleted>true</IsDeleted>
    <OwnerChannel_ID>sample string 5</OwnerChannel_ID>
    <SubscriptionProductName>sample string 1</SubscriptionProductName>
  </BaseController.SubscriptionProduct>
  <BaseController.SubscriptionProduct>
    <ChannelName>sample string 2</ChannelName>
    <DigitalAccessLevel>4</DigitalAccessLevel>
    <IsDeleted>true</IsDeleted>
    <OwnerChannel_ID>sample string 5</OwnerChannel_ID>
    <SubscriptionProductName>sample string 1</SubscriptionProductName>
  </BaseController.SubscriptionProduct>
</ArrayOfBaseController.SubscriptionProduct>