POST api/v1/Support/SetLauncherInfo
Request Information
URI Parameters
None.
Body Parameters
DaoLauncherInfoSet| Name | Description | Type | Additional information |
|---|---|---|---|
| GameName | string |
None. |
|
| IdSerial | integer |
None. |
|
| LauncherKey | string |
None. |
|
| FBToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GameName": "sample string 1",
"IdSerial": 2,
"LauncherKey": "sample string 3",
"FBToken": "sample string 4"
}
application/xml, text/xml
Sample:
<DaoLauncherInfoSet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/neosonyxlib.models.DAO.Softnyx"> <FBToken>sample string 4</FBToken> <GameName>sample string 1</GameName> <IdSerial>2</IdSerial> <LauncherKey>sample string 3</LauncherKey> </DaoLauncherInfoSet>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIResult| Name | Description | Type | Additional information |
|---|---|---|---|
| code | ResultCode |
None. |
|
| Message | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 0,
"Message": {}
}
application/xml, text/xml
Sample:
<APIResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/neosonyxlib.models"> <Code>Fail</Code> <Message /> </APIResult>