Difference between revisions of "CreatePurchaseStb"
Jump to navigation
Jump to search
(Created page with "{{Api_Method_Spec| Description=Create in a STB, a new purchase for product. |Parameters= {{Api_Parameter| ParamName=productId |ParamType=int |ParamRequired=required |ParamDe...") |
(No difference)
|
Revision as of 19:56, 24 July 2014
Description
Create in a STB, a new purchase for product.
Parameters
- productId (int, required)
- productType (ProductType, required)
- pricingModelId (int, required)
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 |