POST v3/networks/checkintoevents
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| checkinInVO | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"memberId": "sample string 1",
"events": [
{
"id": "sample string 1",
"checkInTargetOption": 0
},
{
"id": "sample string 1",
"checkInTargetOption": 0
},
{
"id": "sample string 1",
"checkInTargetOption": 0
}
],
"schoolId": "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,
"isElectron": true,
"isFullEmbed": true,
"clientType": 0,
"clientVersion": "sample string 13",
"clientOS": "sample string 14",
"clientBuild": "sample string 15",
"premiumAppId": "sample string 16",
"clientWidth": 17,
"clientHeight": 18,
"timezone": 19
}
application/xml, text/xml
Sample:
<CheckinInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input.Network">
<ClientHeight xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">18</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">17</ClientWidth>
<absoluteApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 8</absoluteApplicationPath>
<applicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 6</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 15</clientBuild>
<clientOS xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 14</clientOS>
<clientVersion xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 13</clientVersion>
<curUserId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 3</curUserId>
<isElectron xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isElectron>
<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 16</premiumAppId>
<requestHost xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 5</requestHost>
<secureApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 7</secureApplicationPath>
<timezone xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">19</timezone>
<SchoolId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 2</SchoolId>
<Events>
<SwipeCheckinEventVO>
<CheckInTargetOption>Game</CheckInTargetOption>
<Id>sample string 1</Id>
</SwipeCheckinEventVO>
<SwipeCheckinEventVO>
<CheckInTargetOption>Game</CheckInTargetOption>
<Id>sample string 1</Id>
</SwipeCheckinEventVO>
<SwipeCheckinEventVO>
<CheckInTargetOption>Game</CheckInTargetOption>
<Id>sample string 1</Id>
</SwipeCheckinEventVO>
</Events>
<MemberId>sample string 1</MemberId>
</CheckinInVO>
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="cachedKey" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e--
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"playerIcon": {
"memberName": "sample string 1",
"memberLogo": "sample string 2",
"isUseAvatar": true,
"avatarBackgroundColor": "sample string 4",
"avatarName": "sample string 5"
},
"id": "sample string 1",
"name": "sample string 2"
}
application/xml, text/xml
Sample:
<CheckInPlayerOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">
<id xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Common">sample string 1</id>
<name xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Common">sample string 2</name>
<PlayerIcon>
<AvatarBackgroundColor>sample string 4</AvatarBackgroundColor>
<AvatarName>sample string 5</AvatarName>
<IsUseAvatar>true</IsUseAvatar>
<MemberLogo>sample string 2</MemberLogo>
<MemberName>sample string 1</MemberName>
</PlayerIcon>
</CheckInPlayerOutVO>
multipart/form-data
Sample:
Sample not available.