==== <span style="color:#7DC04E">THIS DATA TYPE IS A DRAFT FOR GVP 2.4</span> ====
{{Api_DataType_Spec
|Description=
Represents a Service object. Services provide access to an specific feature such as rPVR, nPVR, RestarTVRestartTV (Timeshift), etc.
Services are not purchased standalone, they are always commercialized inside [[Subscriptions]].
{{!}}- valign="top"
! ServiceTypeServiceTypeId
{{!}} int
{{!}} The value for the [[ServiceType]] enum that indicates the type of service.
{{!}}- valign="top"
! DateStartServiceTypeName{{!}} intString{{!}} The commercialization start date (in Unix Timestamp) of name for the Service. Out of this time, the service cannot be purchased.Type
{{!}}- valign="top"
! DateEndInstanceId
{{!}} int
{{!}} The commercialization end date (in Unix Timestamp) of the subscription. Out of this time, the service cannot be purchased.InstanceId
{{!}}- valign="top"
It provides the list of original images (non resized) associated with this Subscription. The application should use the [[UNIAPI_Specification#ThumboxService| Thumbox Service]] to perform dynamic resizing of the images in order to adapt them to the User Interface.
{{!}}- valign="top"
! RequiresUserAgreement
{{!}} boolean
{{!}} bgcolor="#7DC04E" {{!}} '''NEW IN 4.1!'''
Indicates if the service needs to be accepted by the user before enjoy it
{{!}}- valign="top"
! UserAgreementText
{{!}} string
{{!}} bgcolor="#7DC04E" {{!}} '''NEW IN 4.1!'''
Text that will be shown in the agreement pop-up of the service
{{!}}- valign="top"
! AgreementAccepted
{{!}} string
{{!}} bgcolor="#7DC04E" {{!}} '''NEW IN 4.1!'''
Only for GetUserServices Response, indicates if the user Has Accepted the user agreement
{{!}}- valign="top"
{{!}}}
{
"ID": 51,
"Name": "rPVR nPVR Service", "Description": "Description for rPVR nPVR Service", "ServiceTypeServiceTypeId": 1, "DateStartServiceTypeName": 1339538400"Global service", "DateEndInstanceId": 143475120014, "ResizableImages": [Array of Images], "RequiresUserAgreement": true, "UserAgreementText": "This Service grant access to nPVR recordings service, do you agree to keep network recorded copies of your contents?"
}
</syntaxhighlight >
|KnownIssues=
[[ServicesUsage|Hot to Use Services]]
|KnownIssues=
None
|VersionHistory=
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
! 2.4
{{!}} New object. Initial design.
{{!}} Francisco MilagroJose A. Jimenez{{!}}- valign="top"! 4.1{{!}} Agreements.{{!}} José Manuel Escartín
{{!}}}