POST v4/games/checkinplayer
check in player
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| inVO |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"checkInTypeOption": 0,
"entityId": "sample string 1",
"isAutomaticallyAddEligibleParticipants": true,
"isAutomaticallyCreateAccounts": true,
"isRequireWaiverWhenAdding": true,
"isAcceptTerms": true,
"isAddEligibleParticipants": true,
"teamId": "sample string 7",
"isCreateAccounts": true,
"gameId": 9,
"gameType": 0,
"curUserId": "sample string 10",
"isSSO": true,
"requestHost": "sample string 12",
"applicationPath": "sample string 13",
"secureApplicationPath": "sample string 14",
"absoluteApplicationPath": "sample string 15",
"isHttps": true,
"isMobileDevice": true,
"clientType": 0,
"clientVersion": "sample string 18",
"clientOS": "sample string 19",
"clientBuild": "sample string 20",
"clientWidth": 21,
"clientHeight": 22,
"timezone": 23
}
application/xml, text/xml
Sample:
<CheckInPlayerInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input.Game_NS"> <ClientHeight xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">22</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">21</ClientWidth> <absoluteApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 15</absoluteApplicationPath> <applicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 13</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 20</clientBuild> <clientOS xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 19</clientOS> <clientVersion xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 18</clientVersion> <curUserId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 10</curUserId> <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> <requestHost xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 12</requestHost> <secureApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 14</secureApplicationPath> <timezone xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">23</timezone> <gameId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">9</gameId> <gameType xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">RegularGame</gameType> <CheckInTypeOption>ByMemberId</CheckInTypeOption> <EntityId>sample string 1</EntityId> <IsAcceptTerms>true</IsAcceptTerms> <IsAddEligibleParticipants>true</IsAddEligibleParticipants> <IsAutomaticallyAddEligibleParticipants>true</IsAutomaticallyAddEligibleParticipants> <IsAutomaticallyCreateAccounts>true</IsAutomaticallyCreateAccounts> <IsCreateAccounts>true</IsCreateAccounts> <IsRequireWaiverWhenAdding>true</IsRequireWaiverWhenAdding> <TeamId>sample string 7</TeamId> </CheckInPlayerInVO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"gameEditScoreVm": {
"gameId": 1,
"gameType": 0,
"gameResultOptions": [
{
"value": "sample string 1",
"text": "sample string 2"
},
{
"value": "sample string 1",
"text": "sample string 2"
},
{
"value": "sample string 1",
"text": "sample string 2"
}
],
"teamFDOptions": [
{
"value": "sample string 1",
"text": "sample string 2"
},
{
"value": "sample string 1",
"text": "sample string 2"
},
{
"value": "sample string 1",
"text": "sample string 2"
}
],
"gamePeriods": {
"periodName": "sample string 1",
"periodCount": 2,
"periodDetails": [
{
"periodId": 1,
"periodNumber": 2,
"team1Score": 1,
"team2Score": 1,
"periodType": 0,
"periodTimeLength": 3
},
{
"periodId": 1,
"periodNumber": 2,
"team1Score": 1,
"team2Score": 1,
"periodType": 0,
"periodTimeLength": 3
},
{
"periodId": 1,
"periodNumber": 2,
"team1Score": 1,
"team2Score": 1,
"periodType": 0,
"periodTimeLength": 3
}
]
},
"gameResult": 0,
"leagueId": "sample string 2",
"enableMemberPlayedTime": true,
"team1Id": "sample string 4",
"team1Name": "sample string 5",
"team1Logo": "sample string 6",
"team1Score": "sample string 7",
"team1Points": "sample string 8",
"team1FD": 0,
"team2Id": "sample string 9",
"team2Name": "sample string 10",
"team2Logo": "sample string 11",
"team2Score": "sample string 12",
"team2Points": "sample string 13",
"team2FD": 0,
"comments": "sample string 14",
"team1GameMembers": [
{
"rsvp": 0,
"played": true,
"isMVP": true,
"stats": [
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
},
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
},
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
}
],
"teamRole": 0,
"jerseyNumber": "sample string 3",
"teamMemberId": "sample string 4",
"teamId": "sample string 5",
"attendOrder": 6,
"isMemberPlaying": true,
"studentId": "sample string 8",
"nameSuffix": "sample string 9",
"shouldCrossOutName": true,
"plainName": "sample string 11",
"memberId": "sample string 12",
"email": "sample string 13",
"firstName": "sample string 14",
"lastName": "sample string 15",
"photo": "sample string 16",
"gender": "sample string 17",
"status": "sample string 18",
"birthdate": "sample string 19",
"grad": "sample string 20",
"language": "sample string 21",
"profileType": 22,
"userName": "sample string 23",
"albumId": "sample string 24",
"isWechatLinked": true
},
{
"rsvp": 0,
"played": true,
"isMVP": true,
"stats": [
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
},
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
},
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
}
],
"teamRole": 0,
"jerseyNumber": "sample string 3",
"teamMemberId": "sample string 4",
"teamId": "sample string 5",
"attendOrder": 6,
"isMemberPlaying": true,
"studentId": "sample string 8",
"nameSuffix": "sample string 9",
"shouldCrossOutName": true,
"plainName": "sample string 11",
"memberId": "sample string 12",
"email": "sample string 13",
"firstName": "sample string 14",
"lastName": "sample string 15",
"photo": "sample string 16",
"gender": "sample string 17",
"status": "sample string 18",
"birthdate": "sample string 19",
"grad": "sample string 20",
"language": "sample string 21",
"profileType": 22,
"userName": "sample string 23",
"albumId": "sample string 24",
"isWechatLinked": true
},
{
"rsvp": 0,
"played": true,
"isMVP": true,
"stats": [
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
},
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
},
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
}
],
"teamRole": 0,
"jerseyNumber": "sample string 3",
"teamMemberId": "sample string 4",
"teamId": "sample string 5",
"attendOrder": 6,
"isMemberPlaying": true,
"studentId": "sample string 8",
"nameSuffix": "sample string 9",
"shouldCrossOutName": true,
"plainName": "sample string 11",
"memberId": "sample string 12",
"email": "sample string 13",
"firstName": "sample string 14",
"lastName": "sample string 15",
"photo": "sample string 16",
"gender": "sample string 17",
"status": "sample string 18",
"birthdate": "sample string 19",
"grad": "sample string 20",
"language": "sample string 21",
"profileType": 22,
"userName": "sample string 23",
"albumId": "sample string 24",
"isWechatLinked": true
}
],
"team2GameMembers": [
{
"rsvp": 0,
"played": true,
"isMVP": true,
"stats": [
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
},
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
},
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
}
],
"teamRole": 0,
"jerseyNumber": "sample string 3",
"teamMemberId": "sample string 4",
"teamId": "sample string 5",
"attendOrder": 6,
"isMemberPlaying": true,
"studentId": "sample string 8",
"nameSuffix": "sample string 9",
"shouldCrossOutName": true,
"plainName": "sample string 11",
"memberId": "sample string 12",
"email": "sample string 13",
"firstName": "sample string 14",
"lastName": "sample string 15",
"photo": "sample string 16",
"gender": "sample string 17",
"status": "sample string 18",
"birthdate": "sample string 19",
"grad": "sample string 20",
"language": "sample string 21",
"profileType": 22,
"userName": "sample string 23",
"albumId": "sample string 24",
"isWechatLinked": true
},
{
"rsvp": 0,
"played": true,
"isMVP": true,
"stats": [
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
},
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
},
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
}
],
"teamRole": 0,
"jerseyNumber": "sample string 3",
"teamMemberId": "sample string 4",
"teamId": "sample string 5",
"attendOrder": 6,
"isMemberPlaying": true,
"studentId": "sample string 8",
"nameSuffix": "sample string 9",
"shouldCrossOutName": true,
"plainName": "sample string 11",
"memberId": "sample string 12",
"email": "sample string 13",
"firstName": "sample string 14",
"lastName": "sample string 15",
"photo": "sample string 16",
"gender": "sample string 17",
"status": "sample string 18",
"birthdate": "sample string 19",
"grad": "sample string 20",
"language": "sample string 21",
"profileType": 22,
"userName": "sample string 23",
"albumId": "sample string 24",
"isWechatLinked": true
},
{
"rsvp": 0,
"played": true,
"isMVP": true,
"stats": [
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
},
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
},
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
}
],
"teamRole": 0,
"jerseyNumber": "sample string 3",
"teamMemberId": "sample string 4",
"teamId": "sample string 5",
"attendOrder": 6,
"isMemberPlaying": true,
"studentId": "sample string 8",
"nameSuffix": "sample string 9",
"shouldCrossOutName": true,
"plainName": "sample string 11",
"memberId": "sample string 12",
"email": "sample string 13",
"firstName": "sample string 14",
"lastName": "sample string 15",
"photo": "sample string 16",
"gender": "sample string 17",
"status": "sample string 18",
"birthdate": "sample string 19",
"grad": "sample string 20",
"language": "sample string 21",
"profileType": 22,
"userName": "sample string 23",
"albumId": "sample string 24",
"isWechatLinked": true
}
],
"team1Stats": [
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
},
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
},
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
}
],
"team2Stats": [
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
},
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
},
{
"statId": 1,
"statValue": 1.1,
"statName": "sample string 2",
"statAcronym": "sample string 3",
"addedPoints": 4.1,
"statType": 5,
"limitedVisibility": true,
"studentsNotEdit": true,
"editorType": 8,
"statOrder": 9
}
],
"startDate": {
"dateTime": "2025-12-10T08:15:39.7993978+00:00",
"date": "sample string 2",
"time": "sample string 3",
"resultText": "sample string 4"
},
"schoolId": "sample string 15",
"currentGameActions": 16,
"currentPlayedTime": 17,
"vmGeneratedTime": "2025-12-10T08:15:39.7993978+00:00",
"canInputStats": true,
"isSportAdmin": true,
"isOfficialCanEdit": true,
"isTeam1Member": true,
"isTeam2Member": true,
"useJerseyNumbers": true,
"schoolName": "sample string 25",
"sportName": "sample string 26",
"leagueName": "sample string 27",
"swipeCheckInGameVm": {
"gameTitle": "sample string 1",
"networkId": "sample string 2",
"swipeCardRule": {
"swipeCardRuleType": 0,
"swipeCardRuleDetails": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4",
"sample string 5": "sample string 6"
}
},
"waiver": {
"show": true,
"id": 2,
"statement": "sample string 3",
"content": "sample string 4",
"isRequireDigitalSignature": true
},
"teams": [
{
"id": "sample string 1",
"name": "sample string 2"
},
{
"id": "sample string 1",
"name": "sample string 2"
},
{
"id": "sample string 1",
"name": "sample string 2"
}
]
},
"enableSwipeCard": true,
"currentUserInfo": {
"id": "sample string 1",
"objType": 0,
"name": "sample string 2",
"logo": "sample string 3"
},
"isBestOfX": true,
"passedPlayedTime": 30,
"lastStartTime": "2025-12-10T08:15:39.7993978+00:00",
"periodTimeCountType": true,
"currentPeriodId": 33,
"defaultPeriodTimeLength": 34
},
"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:
<CheckInPlayerWithGameOutVO 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>
<GameEditScoreVm xmlns:d2p1="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Game">
<d2p1:CurrentPeriodId>33</d2p1:CurrentPeriodId>
<d2p1:DefaultPeriodTimeLength>34</d2p1:DefaultPeriodTimeLength>
<d2p1:EnableSwipeCard>true</d2p1:EnableSwipeCard>
<d2p1:GameId>1</d2p1:GameId>
<d2p1:GameType>RegularGame</d2p1:GameType>
<d2p1:IsBestOfX>true</d2p1:IsBestOfX>
<d2p1:LastStartTime>2025-12-10T08:15:39.7993978+00:00</d2p1:LastStartTime>
<d2p1:PassedPlayedTime>30</d2p1:PassedPlayedTime>
<d2p1:PeriodTimeCountType>true</d2p1:PeriodTimeCountType>
<d2p1:SwipeCheckInGameVm xmlns:d3p1="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.League">
<d3p1:GameTitle>sample string 1</d3p1:GameTitle>
<d3p1:NetworkId>sample string 2</d3p1:NetworkId>
<d3p1:SwipeCardRule xmlns:d4p1="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Network">
<d4p1:SwipeCardRuleDetails xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:KeyValueOfstringstring>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Value>sample string 2</d5p1:Value>
</d5p1:KeyValueOfstringstring>
<d5p1:KeyValueOfstringstring>
<d5p1:Key>sample string 3</d5p1:Key>
<d5p1:Value>sample string 4</d5p1:Value>
</d5p1:KeyValueOfstringstring>
<d5p1:KeyValueOfstringstring>
<d5p1:Key>sample string 5</d5p1:Key>
<d5p1:Value>sample string 6</d5p1:Value>
</d5p1:KeyValueOfstringstring>
</d4p1:SwipeCardRuleDetails>
<d4p1:SwipeCardRuleType>ByPosition</d4p1:SwipeCardRuleType>
</d3p1:SwipeCardRule>
<d3p1:Teams xmlns:d4p1="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Common">
<d4p1:BasicInfoOutVO>
<d4p1:id>sample string 1</d4p1:id>
<d4p1:name>sample string 2</d4p1:name>
</d4p1:BasicInfoOutVO>
<d4p1:BasicInfoOutVO>
<d4p1:id>sample string 1</d4p1:id>
<d4p1:name>sample string 2</d4p1:name>
</d4p1:BasicInfoOutVO>
<d4p1:BasicInfoOutVO>
<d4p1:id>sample string 1</d4p1:id>
<d4p1:name>sample string 2</d4p1:name>
</d4p1:BasicInfoOutVO>
</d3p1:Teams>
<d3p1:Waiver xmlns:d4p1="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Division">
<d4p1:IsRequireDigitalSignature>true</d4p1:IsRequireDigitalSignature>
<d4p1:content>sample string 4</d4p1:content>
<d4p1:id>2</d4p1:id>
<d4p1:show>true</d4p1:show>
<d4p1:statement>sample string 3</d4p1:statement>
</d3p1:Waiver>
</d2p1:SwipeCheckInGameVm>
<d2p1:canInputStats>true</d2p1:canInputStats>
<d2p1:comments>sample string 14</d2p1:comments>
<d2p1:currentGameActions>16</d2p1:currentGameActions>
<d2p1:currentPlayedTime>17</d2p1:currentPlayedTime>
<d2p1:currentUserInfo xmlns:d3p1="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Common">
<d3p1:id>sample string 1</d3p1:id>
<d3p1:logo>sample string 3</d3p1:logo>
<d3p1:name>sample string 2</d3p1:name>
<d3p1:objType>Member</d3p1:objType>
</d2p1:currentUserInfo>
<d2p1:enableMemberPlayedTime>true</d2p1:enableMemberPlayedTime>
<d2p1:gamePeriods>
<d2p1:periodCount>2</d2p1:periodCount>
<d2p1:periodDetails>
<d2p1:GamePeriodDetailsVO>
<d2p1:PeriodTimeLength>3</d2p1:PeriodTimeLength>
<d2p1:PeriodType>NormalRace</d2p1:PeriodType>
<d2p1:periodId>1</d2p1:periodId>
<d2p1:periodNumber>2</d2p1:periodNumber>
<d2p1:team1Score>1</d2p1:team1Score>
<d2p1:team2Score>1</d2p1:team2Score>
</d2p1:GamePeriodDetailsVO>
<d2p1:GamePeriodDetailsVO>
<d2p1:PeriodTimeLength>3</d2p1:PeriodTimeLength>
<d2p1:PeriodType>NormalRace</d2p1:PeriodType>
<d2p1:periodId>1</d2p1:periodId>
<d2p1:periodNumber>2</d2p1:periodNumber>
<d2p1:team1Score>1</d2p1:team1Score>
<d2p1:team2Score>1</d2p1:team2Score>
</d2p1:GamePeriodDetailsVO>
<d2p1:GamePeriodDetailsVO>
<d2p1:PeriodTimeLength>3</d2p1:PeriodTimeLength>
<d2p1:PeriodType>NormalRace</d2p1:PeriodType>
<d2p1:periodId>1</d2p1:periodId>
<d2p1:periodNumber>2</d2p1:periodNumber>
<d2p1:team1Score>1</d2p1:team1Score>
<d2p1:team2Score>1</d2p1:team2Score>
</d2p1:GamePeriodDetailsVO>
</d2p1:periodDetails>
<d2p1:periodName>sample string 1</d2p1:periodName>
</d2p1:gamePeriods>
<d2p1:gameResult>NotPlayed</d2p1:gameResult>
<d2p1:gameResultOptions xmlns:d3p1="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Common">
<d3p1:KeyValuePairOutVO>
<d3p1:text>sample string 2</d3p1:text>
<d3p1:value>sample string 1</d3p1:value>
</d3p1:KeyValuePairOutVO>
<d3p1:KeyValuePairOutVO>
<d3p1:text>sample string 2</d3p1:text>
<d3p1:value>sample string 1</d3p1:value>
</d3p1:KeyValuePairOutVO>
<d3p1:KeyValuePairOutVO>
<d3p1:text>sample string 2</d3p1:text>
<d3p1:value>sample string 1</d3p1:value>
</d3p1:KeyValuePairOutVO>
</d2p1:gameResultOptions>
<d2p1:isOfficialCanEdit>true</d2p1:isOfficialCanEdit>
<d2p1:isSportAdmin>true</d2p1:isSportAdmin>
<d2p1:isTeam1Member>true</d2p1:isTeam1Member>
<d2p1:isTeam2Member>true</d2p1:isTeam2Member>
<d2p1:leagueId>sample string 2</d2p1:leagueId>
<d2p1:leagueName>sample string 27</d2p1:leagueName>
<d2p1:schoolId>sample string 15</d2p1:schoolId>
<d2p1:schoolName>sample string 25</d2p1:schoolName>
<d2p1:sportName>sample string 26</d2p1:sportName>
<d2p1:startDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Common">
<d3p1:Date>sample string 2</d3p1:Date>
<d3p1:DateTime>2025-12-10T08:15:39.7993978+00:00</d3p1:DateTime>
<d3p1:ResultText>sample string 4</d3p1:ResultText>
<d3p1:Time>sample string 3</d3p1:Time>
</d2p1:startDate>
<d2p1:team1FD>None</d2p1:team1FD>
<d2p1:team1GameMembers>
<d2p1:GameTeamMemberOutVO>
<AlbumId>sample string 24</AlbumId>
<Birthdate>sample string 19</Birthdate>
<Grad>sample string 20</Grad>
<IsWechatLinked>true</IsWechatLinked>
<Language>sample string 21</Language>
<ProfileType>22</ProfileType>
<UserName>sample string 23</UserName>
<email>sample string 13</email>
<firstName>sample string 14</firstName>
<gender>sample string 17</gender>
<lastName>sample string 15</lastName>
<memberId>sample string 12</memberId>
<photo>sample string 16</photo>
<status>sample string 18</status>
<d2p1:AttendOrder>6</d2p1:AttendOrder>
<d2p1:IsMemberPlaying>true</d2p1:IsMemberPlaying>
<d2p1:JerseyNumber>sample string 3</d2p1:JerseyNumber>
<d2p1:NameSuffix>sample string 9</d2p1:NameSuffix>
<d2p1:PlainName>sample string 11</d2p1:PlainName>
<d2p1:ShouldCrossOutName>true</d2p1:ShouldCrossOutName>
<d2p1:Stats>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
</d2p1:Stats>
<d2p1:StudentId>sample string 8</d2p1:StudentId>
<d2p1:TeamId>sample string 5</d2p1:TeamId>
<d2p1:TeamMemberId>sample string 4</d2p1:TeamMemberId>
<d2p1:TeamRole>Member</d2p1:TeamRole>
<d2p1:isMVP>true</d2p1:isMVP>
<d2p1:played>true</d2p1:played>
<d2p1:rsvp>NA</d2p1:rsvp>
</d2p1:GameTeamMemberOutVO>
<d2p1:GameTeamMemberOutVO>
<AlbumId>sample string 24</AlbumId>
<Birthdate>sample string 19</Birthdate>
<Grad>sample string 20</Grad>
<IsWechatLinked>true</IsWechatLinked>
<Language>sample string 21</Language>
<ProfileType>22</ProfileType>
<UserName>sample string 23</UserName>
<email>sample string 13</email>
<firstName>sample string 14</firstName>
<gender>sample string 17</gender>
<lastName>sample string 15</lastName>
<memberId>sample string 12</memberId>
<photo>sample string 16</photo>
<status>sample string 18</status>
<d2p1:AttendOrder>6</d2p1:AttendOrder>
<d2p1:IsMemberPlaying>true</d2p1:IsMemberPlaying>
<d2p1:JerseyNumber>sample string 3</d2p1:JerseyNumber>
<d2p1:NameSuffix>sample string 9</d2p1:NameSuffix>
<d2p1:PlainName>sample string 11</d2p1:PlainName>
<d2p1:ShouldCrossOutName>true</d2p1:ShouldCrossOutName>
<d2p1:Stats>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
</d2p1:Stats>
<d2p1:StudentId>sample string 8</d2p1:StudentId>
<d2p1:TeamId>sample string 5</d2p1:TeamId>
<d2p1:TeamMemberId>sample string 4</d2p1:TeamMemberId>
<d2p1:TeamRole>Member</d2p1:TeamRole>
<d2p1:isMVP>true</d2p1:isMVP>
<d2p1:played>true</d2p1:played>
<d2p1:rsvp>NA</d2p1:rsvp>
</d2p1:GameTeamMemberOutVO>
<d2p1:GameTeamMemberOutVO>
<AlbumId>sample string 24</AlbumId>
<Birthdate>sample string 19</Birthdate>
<Grad>sample string 20</Grad>
<IsWechatLinked>true</IsWechatLinked>
<Language>sample string 21</Language>
<ProfileType>22</ProfileType>
<UserName>sample string 23</UserName>
<email>sample string 13</email>
<firstName>sample string 14</firstName>
<gender>sample string 17</gender>
<lastName>sample string 15</lastName>
<memberId>sample string 12</memberId>
<photo>sample string 16</photo>
<status>sample string 18</status>
<d2p1:AttendOrder>6</d2p1:AttendOrder>
<d2p1:IsMemberPlaying>true</d2p1:IsMemberPlaying>
<d2p1:JerseyNumber>sample string 3</d2p1:JerseyNumber>
<d2p1:NameSuffix>sample string 9</d2p1:NameSuffix>
<d2p1:PlainName>sample string 11</d2p1:PlainName>
<d2p1:ShouldCrossOutName>true</d2p1:ShouldCrossOutName>
<d2p1:Stats>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
</d2p1:Stats>
<d2p1:StudentId>sample string 8</d2p1:StudentId>
<d2p1:TeamId>sample string 5</d2p1:TeamId>
<d2p1:TeamMemberId>sample string 4</d2p1:TeamMemberId>
<d2p1:TeamRole>Member</d2p1:TeamRole>
<d2p1:isMVP>true</d2p1:isMVP>
<d2p1:played>true</d2p1:played>
<d2p1:rsvp>NA</d2p1:rsvp>
</d2p1:GameTeamMemberOutVO>
</d2p1:team1GameMembers>
<d2p1:team1Id>sample string 4</d2p1:team1Id>
<d2p1:team1Logo>sample string 6</d2p1:team1Logo>
<d2p1:team1Name>sample string 5</d2p1:team1Name>
<d2p1:team1Points>sample string 8</d2p1:team1Points>
<d2p1:team1Score>sample string 7</d2p1:team1Score>
<d2p1:team1Stats>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
</d2p1:team1Stats>
<d2p1:team2FD>None</d2p1:team2FD>
<d2p1:team2GameMembers>
<d2p1:GameTeamMemberOutVO>
<AlbumId>sample string 24</AlbumId>
<Birthdate>sample string 19</Birthdate>
<Grad>sample string 20</Grad>
<IsWechatLinked>true</IsWechatLinked>
<Language>sample string 21</Language>
<ProfileType>22</ProfileType>
<UserName>sample string 23</UserName>
<email>sample string 13</email>
<firstName>sample string 14</firstName>
<gender>sample string 17</gender>
<lastName>sample string 15</lastName>
<memberId>sample string 12</memberId>
<photo>sample string 16</photo>
<status>sample string 18</status>
<d2p1:AttendOrder>6</d2p1:AttendOrder>
<d2p1:IsMemberPlaying>true</d2p1:IsMemberPlaying>
<d2p1:JerseyNumber>sample string 3</d2p1:JerseyNumber>
<d2p1:NameSuffix>sample string 9</d2p1:NameSuffix>
<d2p1:PlainName>sample string 11</d2p1:PlainName>
<d2p1:ShouldCrossOutName>true</d2p1:ShouldCrossOutName>
<d2p1:Stats>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
</d2p1:Stats>
<d2p1:StudentId>sample string 8</d2p1:StudentId>
<d2p1:TeamId>sample string 5</d2p1:TeamId>
<d2p1:TeamMemberId>sample string 4</d2p1:TeamMemberId>
<d2p1:TeamRole>Member</d2p1:TeamRole>
<d2p1:isMVP>true</d2p1:isMVP>
<d2p1:played>true</d2p1:played>
<d2p1:rsvp>NA</d2p1:rsvp>
</d2p1:GameTeamMemberOutVO>
<d2p1:GameTeamMemberOutVO>
<AlbumId>sample string 24</AlbumId>
<Birthdate>sample string 19</Birthdate>
<Grad>sample string 20</Grad>
<IsWechatLinked>true</IsWechatLinked>
<Language>sample string 21</Language>
<ProfileType>22</ProfileType>
<UserName>sample string 23</UserName>
<email>sample string 13</email>
<firstName>sample string 14</firstName>
<gender>sample string 17</gender>
<lastName>sample string 15</lastName>
<memberId>sample string 12</memberId>
<photo>sample string 16</photo>
<status>sample string 18</status>
<d2p1:AttendOrder>6</d2p1:AttendOrder>
<d2p1:IsMemberPlaying>true</d2p1:IsMemberPlaying>
<d2p1:JerseyNumber>sample string 3</d2p1:JerseyNumber>
<d2p1:NameSuffix>sample string 9</d2p1:NameSuffix>
<d2p1:PlainName>sample string 11</d2p1:PlainName>
<d2p1:ShouldCrossOutName>true</d2p1:ShouldCrossOutName>
<d2p1:Stats>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
</d2p1:Stats>
<d2p1:StudentId>sample string 8</d2p1:StudentId>
<d2p1:TeamId>sample string 5</d2p1:TeamId>
<d2p1:TeamMemberId>sample string 4</d2p1:TeamMemberId>
<d2p1:TeamRole>Member</d2p1:TeamRole>
<d2p1:isMVP>true</d2p1:isMVP>
<d2p1:played>true</d2p1:played>
<d2p1:rsvp>NA</d2p1:rsvp>
</d2p1:GameTeamMemberOutVO>
<d2p1:GameTeamMemberOutVO>
<AlbumId>sample string 24</AlbumId>
<Birthdate>sample string 19</Birthdate>
<Grad>sample string 20</Grad>
<IsWechatLinked>true</IsWechatLinked>
<Language>sample string 21</Language>
<ProfileType>22</ProfileType>
<UserName>sample string 23</UserName>
<email>sample string 13</email>
<firstName>sample string 14</firstName>
<gender>sample string 17</gender>
<lastName>sample string 15</lastName>
<memberId>sample string 12</memberId>
<photo>sample string 16</photo>
<status>sample string 18</status>
<d2p1:AttendOrder>6</d2p1:AttendOrder>
<d2p1:IsMemberPlaying>true</d2p1:IsMemberPlaying>
<d2p1:JerseyNumber>sample string 3</d2p1:JerseyNumber>
<d2p1:NameSuffix>sample string 9</d2p1:NameSuffix>
<d2p1:PlainName>sample string 11</d2p1:PlainName>
<d2p1:ShouldCrossOutName>true</d2p1:ShouldCrossOutName>
<d2p1:Stats>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
</d2p1:Stats>
<d2p1:StudentId>sample string 8</d2p1:StudentId>
<d2p1:TeamId>sample string 5</d2p1:TeamId>
<d2p1:TeamMemberId>sample string 4</d2p1:TeamMemberId>
<d2p1:TeamRole>Member</d2p1:TeamRole>
<d2p1:isMVP>true</d2p1:isMVP>
<d2p1:played>true</d2p1:played>
<d2p1:rsvp>NA</d2p1:rsvp>
</d2p1:GameTeamMemberOutVO>
</d2p1:team2GameMembers>
<d2p1:team2Id>sample string 9</d2p1:team2Id>
<d2p1:team2Logo>sample string 11</d2p1:team2Logo>
<d2p1:team2Name>sample string 10</d2p1:team2Name>
<d2p1:team2Points>sample string 13</d2p1:team2Points>
<d2p1:team2Score>sample string 12</d2p1:team2Score>
<d2p1:team2Stats>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
<d2p1:MemberSportStatOutVO>
<d2p1:AddedPoints>4.1</d2p1:AddedPoints>
<d2p1:EditorType>8</d2p1:EditorType>
<d2p1:LimitedVisibility>true</d2p1:LimitedVisibility>
<d2p1:StatAcronym>sample string 3</d2p1:StatAcronym>
<d2p1:StatId>1</d2p1:StatId>
<d2p1:StatName>sample string 2</d2p1:StatName>
<d2p1:StatOrder>9</d2p1:StatOrder>
<d2p1:StatType>5</d2p1:StatType>
<d2p1:StatValue>1.1</d2p1:StatValue>
<d2p1:StudentsNotEdit>true</d2p1:StudentsNotEdit>
</d2p1:MemberSportStatOutVO>
</d2p1:team2Stats>
<d2p1:teamFDOptions xmlns:d3p1="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Common">
<d3p1:KeyValuePairOutVO>
<d3p1:text>sample string 2</d3p1:text>
<d3p1:value>sample string 1</d3p1:value>
</d3p1:KeyValuePairOutVO>
<d3p1:KeyValuePairOutVO>
<d3p1:text>sample string 2</d3p1:text>
<d3p1:value>sample string 1</d3p1:value>
</d3p1:KeyValuePairOutVO>
<d3p1:KeyValuePairOutVO>
<d3p1:text>sample string 2</d3p1:text>
<d3p1:value>sample string 1</d3p1:value>
</d3p1:KeyValuePairOutVO>
</d2p1:teamFDOptions>
<d2p1:useJerseyNumbers>true</d2p1:useJerseyNumbers>
<d2p1:vmGeneratedTime>2025-12-10T08:15:39.7993978+00:00</d2p1:vmGeneratedTime>
</GameEditScoreVm>
</CheckInPlayerWithGameOutVO>