ChannelMap

From Gvp-public
Revision as of 11:01, 2 June 2014 by Id02256 (talk | contribs) (Created page with "{{Api_DataType_Spec |Description=Represents a ChannelMap object, modeling the set of channels corresponding to the associated Region and TV Technology. |Members= {{{!}} border=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Represents a ChannelMap object, modeling the set of channels corresponding to the associated Region and TV Technology.

Members

Field Data Type Description
ID int Channel map ID
Name String Channel map name
RegionId int Region ID
RegionName String Region name
Title String Channel map title (may be different to name)
TvTechnologyId int TV Technology ID
TvTechnologyName String TV Technology name


Example

{

"ID": 1,
"Name": "Vivo TV Cabo - São Paulo",
"Title": "Vivo TV Cabo - São Paulo",
"RegionId": 1,
"RegionName": "SP - São Paulo",
"TvTechnologyId": 1,
"TvTechnologyName": "Vivo TV Cabo"

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation


See also