1,316 bytes added
, 19:25, 19 March 2015
{{Api_DataType_Spec
|Description=
|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 Subscription
{{!}}- valign="top"
! Title
{{!}} String
{{!}} The title for the subscription that will be shown to end users
{{!}}- valign="top"
{{!}}}
|Example=
{
: "ID": 51,
: "Title": "GVP2.0_RFA_SG_TSA",
: "Description": "Description for GVP2.0_RFA_SG_TSA\r\nUsed for GVP2.0 RFA tets cases",
: "ShortDescription": "Short description about this purchase",
: "DateStart": 1339538400,
: "DateEnd": 1434751200,
: "Type": 1,
: "Status": 1,
: "TrialDays": 0,
: "Images": [
:: Array of [[Image]] object
: ]
: "RequiredDays": 45,
}
|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"
! 3.0
{{!}} Initial data type implementation
{{!}} Ricardo Calvo
{{!}}- valign="top"
{{!}}}
|SeeAlso=
* [[UNIAPI_Specification#SubscriptionType|SubscriptionType]] enumeration
}}