Url: https://api.playkey.net/rest/PlaykeyAPI.svc/user/postpurchase/debtinfo
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
The following is an example request Json body:
{ "lang": "lang", "api_version": 983318579, "ga_clientId": "gaclientid", "token": "token" }
Description of how to response:
error - Error information code - Error code. Error 0 - no error message - Error message. Empty if none debt_cost - Debt cost for post purchase game sessions of user
The following is an example response Json body:
{ "error": { "code": 0, "message": "string" }, "debt_cost": 983318579, "date": "01-01-0001 00:00:00" }
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> <debt_cost>983318579</debt_cost> <date>01-01-0001 00:00:00</date> </result>