POST Game/Decryption?obj={obj}
Decryption
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
obj |
[ProviderId : given by GI,Apikey :given by GI,PlayerID is mandatory] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseResponseName | Description | Type | Additional information |
---|---|---|---|
Code | string |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": "sample string 1", "Message": "sample string 2" }
application/xml, text/xml
Sample:
<BaseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model"> <Code>sample string 1</Code> <Message>sample string 2</Message> </BaseResponse>