Difference between revisions of "Instance"
Jump to navigation
Jump to search
(Created page with "{{Api_DataType_Spec |Description=Represents a Instance object. Instances are the information usually about each OB and has his own properties and configuration. Each environme...") |
|||
Line 32: | Line 32: | ||
! CountryCodes | ! CountryCodes | ||
− | {{!}} | + | {{!}} String |
{{!}} | {{!}} | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
− | |||
! CMGConnectorEndPoint | ! CMGConnectorEndPoint |
Revision as of 21:56, 9 September 2014
Represents a Instance object. Instances are the information usually about each OB and has his own properties and configuration. Each environment has many instances as need.
Members
Field | Data Type | Description |
---|---|---|
ID | int | Unique identifier for the Instance |
Title | String | The title for the Instance that will be shown to end users |
DefaultLanguageId | int | |
DefaultMovieStars | int | |
CountryCodes | String | |
CMGConnectorEndPoint | String |
Example
{
- "ID": 25,
- "Title": "Vivo Play",
- "DefaultLanguageId": 3,
- "DefaultMovieStars": 3,
- "CountryCodes": [
- CountryCode
- ],
- "CMGConnectorEndPoint": ""
}
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial data type implementation | Harley Cabral |