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...") |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 32: | Line 32: | ||
! CountryCodes | ! CountryCodes | ||
| − | {{!}} | + | {{!}} String |
{{!}} | {{!}} | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
| − | |||
! CMGConnectorEndPoint | ! CMGConnectorEndPoint | ||
| Line 52: | Line 51: | ||
: "DefaultMovieStars": 3, | : "DefaultMovieStars": 3, | ||
: "CountryCodes": [ | : "CountryCodes": [ | ||
| − | :: | + | ::: "br", |
| + | ::: "--", | ||
| + | ::: "xx" | ||
:: ], | :: ], | ||
: "CMGConnectorEndPoint": "" | : "CMGConnectorEndPoint": "" | ||
Latest revision as of 21:57, 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": [
- "br",
- "--",
- "xx"
- ],
- "CMGConnectorEndPoint": ""
}
Known issues
None
Version history
| API Version Number | Change description | Changes author |
|---|---|---|
| 1.0 | Initial data type implementation | Harley Cabral |