POST v3/games/updateisplaying
save members is playing
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
inVO |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "isPlaying": true, "fromOffline": true, "doActionTime": "sample string 3", "teamMemberId": "sample string 4", "gameId": 5, "gameType": 0, "curUserId": "sample string 6", "isSSO": true, "requestHost": "sample string 8", "applicationPath": "sample string 9", "secureApplicationPath": "sample string 10", "absoluteApplicationPath": "sample string 11", "isHttps": true, "isMobileDevice": true, "isFullEmbed": true, "clientType": 0, "clientVersion": "sample string 15", "clientOS": "sample string 16", "clientBuild": "sample string 17", "premiumAppId": "sample string 18", "clientWidth": 19, "clientHeight": 20, "timezone": 21 }
application/xml, text/xml
Sample:
<TeamMemberIsPlayingInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input.Game_NS"> <ClientHeight xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">20</ClientHeight> <ClientType xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">Site</ClientType> <ClientWidth xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">19</ClientWidth> <absoluteApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 11</absoluteApplicationPath> <applicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 9</applicationPath> <cachedKey xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 1</cachedKey> <clientBuild xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 17</clientBuild> <clientOS xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 16</clientOS> <clientVersion xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 15</clientVersion> <curUserId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 6</curUserId> <isFullEmbed xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isFullEmbed> <isHttps xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isHttps> <isMobileDevice xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isMobileDevice> <isSSO xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isSSO> <premiumAppId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 18</premiumAppId> <requestHost xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 8</requestHost> <secureApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 10</secureApplicationPath> <timezone xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">21</timezone> <gameId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">5</gameId> <gameType xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">RegularGame</gameType> <TeamMemberId>sample string 4</TeamMemberId> <DoActionTime>sample string 3</DoActionTime> <FromOffline>true</FromOffline> <IsPlaying>true</IsPlaying> </TeamMemberIsPlayingInVO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "returnValue": true, "code": 0, "message": "sample string 2" }
application/xml, text/xml
Sample:
<BooleanOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Common"> <code>None</code> <message>sample string 2</message> <returnValue>true</returnValue> </BooleanOutVO>