1,383 bytes added
, 21:09, 9 September 2014
{{Api_DataType_Spec
|Description=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=
{{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10"
{{!}}- style="background:#88ccff;font-size:110%"
! Field
! Data Type
! Description
{{!}}- valign="top"
! ID
{{!}} int
{{!}} Unique identifier for the Instance
{{!}}- valign="top"
! Title
{{!}} String
{{!}} The title for the Instance that will be shown to end users
{{!}}- valign="top"
! DefaultLanguageId
{{!}} int
{{!}}
{{!}}- valign="top"
! DefaultMovieStars
{{!}} int
{{!}}
{{!}}- valign="top"
! CountryCodes
{{!}} Array
{{!}}
{{!}}- valign="top"
{{!}}}
! CMGConnectorEndPoint
{{!}} String
{{!}}
{{!}}- valign="top"
{{!}}}
|Example=
{
: "ID": 25,
: "Title": "Vivo Play",
: "DefaultLanguageId": 3,
: "DefaultMovieStars": 3,
: "CountryCodes": [
:: [[CountryCode]]
:: ],
: "CMGConnectorEndPoint": ""
}
|KnownIssues=
None
|VersionHistory=
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
{{!}}- style="background:#88ccff;font-size:110%"
! API Version Number
! Change description
! Changes author
{{!}}- valign="top"
! 1.0
{{!}} Initial data type implementation
{{!}} Harley Cabral
{{!}}- valign="top"
{{!}}}
|SeeAlso=
}}