POST v3/views/mobile/network/loadcheckinscreen
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| inVO | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"entityType": "sample string 1",
"entityId": "sample string 2",
"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,
"clientType": 0,
"clientVersion": "sample string 11",
"clientOS": "sample string 12",
"clientBuild": "sample string 13",
"clientWidth": 14,
"clientHeight": 15,
"timezone": 16,
"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>15</ClientHeight> <ClientType>Site</ClientType> <ClientWidth>14</ClientWidth> <absoluteApplicationPath>sample string 8</absoluteApplicationPath> <applicationPath>sample string 6</applicationPath> <cachedKey>sample string 1</cachedKey> <clientBuild>sample string 13</clientBuild> <clientOS>sample string 12</clientOS> <clientVersion>sample string 11</clientVersion> <curUserId>sample string 3</curUserId> <isHttps>true</isHttps> <isMobileDevice>true</isMobileDevice> <isSSO>true</isSSO> <requestHost>sample string 5</requestHost> <secureApplicationPath>sample string 7</secureApplicationPath> <timezone>16</timezone> <entityId>sample string 2</entityId> <entityType>sample string 1</entityType> <pageType>FrontPage</pageType> </ViewInVO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.