Difference between revisions of "CreatePurchaseStb"

From Gvp-public
Jump to navigation Jump to search
Line 28: Line 28:
 
|ParamDescription=[[PricingModel]] Id
 
|ParamDescription=[[PricingModel]] Id
 
}}
 
}}
 +
{{Api_Parameter|
 +
ParamName=TrackId
 +
|ParamType=String
 +
|ParamRequired=optional
 +
|ParamDescription=Recommendation Id
 +
}}
 +
  
 
|Returns=
 
|Returns=

Revision as of 10:44, 17 July 2020

Description

Create in a STB, a new purchase for product.

Parameters

  • token (String, required)
A valid token for identifying the API session context and logged user.
  • productId (int, required)
Product Id of the subscription to be purchased
This use case deals with subscriptions.
  • pricingModelId (int, required)
PricingModel Id
  • TrackId (String, optional)
Recommendation Id


Returns

Returns a JSON object containing Purchase response.

Example:

{

"StatusCode": 0,
"Severity": 1,
"StatusMessage": "OK",
"Content":

}


Exceptions

  • None


Caching

This method is not cached.


Known issues

  • None


Version history

API Version Number Change description Changes author
1.0 Initial method design Harley Cabral
3.2 Enabled TVOD purchase of Series Pedro Caamaño


See also