POST v3/games/calcgameresult
calc game result for live score sheet
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
inVO |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "gameId": 1, "gameType": 0, "curUserId": "sample string 2", "isSSO": true, "requestHost": "sample string 4", "applicationPath": "sample string 5", "secureApplicationPath": "sample string 6", "absoluteApplicationPath": "sample string 7", "isHttps": true, "isMobileDevice": true, "isFullEmbed": true, "clientType": 0, "clientVersion": "sample string 11", "clientOS": "sample string 12", "clientBuild": "sample string 13", "premiumAppId": "sample string 14", "clientWidth": 15, "clientHeight": 16, "timezone": 17, "actionGuid": "sample string 1" }
application/xml, text/xml
Sample:
<GameGuidInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input"> <ClientHeight>16</ClientHeight> <ClientType>Site</ClientType> <ClientWidth>15</ClientWidth> <absoluteApplicationPath>sample string 7</absoluteApplicationPath> <applicationPath>sample string 5</applicationPath> <cachedKey>sample string 2</cachedKey> <clientBuild>sample string 13</clientBuild> <clientOS>sample string 12</clientOS> <clientVersion>sample string 11</clientVersion> <curUserId>sample string 2</curUserId> <isFullEmbed>true</isFullEmbed> <isHttps>true</isHttps> <isMobileDevice>true</isMobileDevice> <isSSO>true</isSSO> <premiumAppId>sample string 14</premiumAppId> <requestHost>sample string 4</requestHost> <secureApplicationPath>sample string 6</secureApplicationPath> <timezone>17</timezone> <gameId>1</gameId> <gameType>RegularGame</gameType> <ActionGuid>sample string 1</ActionGuid> </GameGuidInVO>
application/x-www-form-urlencoded
Sample:
Sample not available.