Difference between revisions of "OBPinDefault"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_DataType_Spec |Description= |Members= {{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10" {{!}}- style="background:#88ccff;font-size:110%" ! Fie...")
 
 
Line 63: Line 63:
 
:    "RelatedsLoaded": false,
 
:    "RelatedsLoaded": false,
 
:    "ReferenceSql": {
 
:    "ReferenceSql": {
:      "DbType": 1,
+
::      "DbType": 1,
:      "DbInterface": 1
+
::      "DbInterface": 1
 
:    }
 
:    }
 
}
 
}

Latest revision as of 13:45, 18 September 2014


Members

Field Data Type Description
DefaultValue String
ID int
Name String
PinType UserPinType
PinTypeId int
PlatformId int


Example

{

"Id": 2,
"PlatformId": 12,
"PinTypeId": 1,
"Name": "Vivo Play (Brasil) Parental Pin",
"DefaultValue": "0000",
"Owner": 1,
"Source": 1,
"PinType": 1,
"CacheEnabled": false,
"CacheTime": 0,
"ID": 2,
"MediaType": "GVP_PLATFORM_PIN_DEFAULT",
"FieldsLoaded": true,
"RelatedsLoaded": false,
"ReferenceSql": {
"DbType": 1,
"DbInterface": 1
}

}


Known issues

None


Version history

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


See also