Difference between revisions of "Distributor"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_DataType_Spec |Description=Get the object that contains information about the distributor. |Members= {{{!}} border="2" style="width:800px" cellspacing="0" cellpadding...")
 
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
 
! ID
 
! ID
 
{{!}} int
 
{{!}} int
{{!}} Unique identifier for the Subscription
+
{{!}} Unique identifier for the Distributor.
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
 
! Title
 
! Title
 
{{!}} String
 
{{!}} String
{{!}} The title for the subscription that will be shown to end users
+
{{!}} The title for the Distributor that will be shown to end users
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  

Latest revision as of 13:54, 5 September 2014

Get the object that contains information about the distributor.

Members

Field Data Type Description
ID int Unique identifier for the Distributor.
Title String The title for the Distributor that will be shown to end users


Example

{

"ID": 51,
"Title": "ODG"

}


Known issues

None


Version history

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


See also