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