Url: https://api.playkey.net/rest/PlaykeyAPI.svc/user/subscriptions/resume
HTTP Method: POST
The following is an description request Json body:
lang - Display language api_version - API version (default equal 1) ga_clientId - Google Analytics ID token - Authentication token user_payment_id - User-payment system binding ID product_shipment_type_code - Product shipment type code
The following is an example request Json body:
{ "lang": "lang", "api_version": 236266154, "ga_clientId": "gaclientid", "token": "token", "user_payment_id": 1355288356, "product_shipment_type_code": "productshipmenttypecode" }
Description of how to response:
error - Error information code - Error code. Error 0 - no error message - Error message. Empty if none transaction_id - Transaction GUID used for request-response pattern
The following is an example response Json body:
{ "error": { "code": 0, "message": "string" }, "transaction_id": "string", "is_complete_referral_mission": false }
The following is an example response Xml body:
<result xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <error> <code>0</code> <message>string</message> </error> <transaction_id>string</transaction_id> <is_complete_referral_mission>false</is_complete_referral_mission> </result>