POST v3/views/mobile/games/editgamescore

Load edit game score vm wraped app view out vo this will be used in all edit game related page.

Request Information

Parameters

NameDescriptionAdditional information
inVO

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "entityType": "sample string 1",
  "entityId": "sample string 2",
  "forEmbed": true,
  "pageSuffix": "sample string 4",
  "curUserId": "sample string 5",
  "isSSO": true,
  "requestHost": "sample string 7",
  "applicationPath": "sample string 8",
  "secureApplicationPath": "sample string 9",
  "absoluteApplicationPath": "sample string 10",
  "isHttps": true,
  "isMobileDevice": true,
  "isFullEmbed": true,
  "clientType": 0,
  "clientVersion": "sample string 14",
  "clientOS": "sample string 15",
  "clientBuild": "sample string 16",
  "premiumAppId": "sample string 17",
  "clientWidth": 18,
  "clientHeight": 19,
  "timezone": 20,
  "pageType": 0
}

application/xml, text/xml

Sample:
<ViewInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">
  <ClientHeight>19</ClientHeight>
  <ClientType>Site</ClientType>
  <ClientWidth>18</ClientWidth>
  <absoluteApplicationPath>sample string 10</absoluteApplicationPath>
  <applicationPath>sample string 8</applicationPath>
  <cachedKey>sample string 1</cachedKey>
  <clientBuild>sample string 16</clientBuild>
  <clientOS>sample string 15</clientOS>
  <clientVersion>sample string 14</clientVersion>
  <curUserId>sample string 5</curUserId>
  <isFullEmbed>true</isFullEmbed>
  <isHttps>true</isHttps>
  <isMobileDevice>true</isMobileDevice>
  <isSSO>true</isSSO>
  <premiumAppId>sample string 17</premiumAppId>
  <requestHost>sample string 7</requestHost>
  <secureApplicationPath>sample string 9</secureApplicationPath>
  <timezone>20</timezone>
  <entityId>sample string 2</entityId>
  <entityType>sample string 1</entityType>
  <forEmbed>true</forEmbed>
  <pageSuffix>sample string 4</pageSuffix>
  <pageType>FrontPage</pageType>
</ViewInVO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:

Sample not available.