POST v4/games/checkinplayer

check in player

Request Information

Parameters

NameDescriptionAdditional 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,
  "isAddAnyway": true,
  "createAccountInfo": {
    "token": "sample string 1",
    "eventId": "sample string 2",
    "inviteType": "sample string 3",
    "firstName": "sample string 4",
    "lastName": "sample string 5",
    "email": "sample string 6",
    "password": "sample string 7",
    "gender": "sample string 8",
    "status": "sample string 9",
    "grad": "sample string 10",
    "dob": "sample string 11",
    "networkId": "sample string 12",
    "answers": [
      {
        "id": 1,
        "answer": "sample string 2"
      },
      {
        "id": 1,
        "answer": "sample string 2"
      },
      {
        "id": 1,
        "answer": "sample string 2"
      }
    ],
    "chkReceiveMessage": true,
    "phoneNumber": "sample string 14",
    "carrier": "sample string 15",
    "captchaViewIndex": 16,
    "reCaptchaResponse": "sample string 17",
    "solveMediaChallenge": "sample string 18",
    "solveMediaAnswer": "sample string 19",
    "createdByType": 0,
    "activateUrl": "sample string 20",
    "emailType": 0,
    "curUserId": "sample string 21",
    "isSSO": true,
    "requestHost": "sample string 23",
    "applicationPath": "sample string 24",
    "secureApplicationPath": "sample string 25",
    "absoluteApplicationPath": "sample string 26",
    "isHttps": true,
    "isMobileDevice": true,
    "isFullEmbed": true,
    "clientType": 0,
    "clientVersion": "sample string 30",
    "clientOS": "sample string 31",
    "clientBuild": "sample string 32",
    "premiumAppId": "sample string 33",
    "clientWidth": 34,
    "clientHeight": 35,
    "timezone": 36,
    "asJoinRequest": true,
    "requestMessage": "sample string 2",
    "createByAdmin": true,
    "nonBinary": true,
    "isAdmin": true,
    "isChair": true,
    "isAlwaysEligible": true,
    "pid": "sample string 8",
    "sidAdditionalInfo": "sample string 9",
    "optInIMLeaguesNews": true
  },
  "checkIfNeedShowPaymentAlert": true,
  "isCheckInAnyway": true,
  "gameId": 12,
  "gameType": 0,
  "curUserId": "sample string 13",
  "isSSO": true,
  "requestHost": "sample string 15",
  "applicationPath": "sample string 16",
  "secureApplicationPath": "sample string 17",
  "absoluteApplicationPath": "sample string 18",
  "isHttps": true,
  "isMobileDevice": true,
  "isFullEmbed": true,
  "clientType": 0,
  "clientVersion": "sample string 22",
  "clientOS": "sample string 23",
  "clientBuild": "sample string 24",
  "premiumAppId": "sample string 25",
  "clientWidth": 26,
  "clientHeight": 27,
  "timezone": 28
}

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">27</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">26</ClientWidth>
  <absoluteApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 18</absoluteApplicationPath>
  <applicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 16</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 24</clientBuild>
  <clientOS xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 23</clientOS>
  <clientVersion xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 22</clientVersion>
  <curUserId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 13</curUserId>
  <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 25</premiumAppId>
  <requestHost xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 15</requestHost>
  <secureApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 17</secureApplicationPath>
  <timezone xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">28</timezone>
  <gameId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">12</gameId>
  <gameType xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">RegularGame</gameType>
  <CheckIfNeedShowPaymentAlert>true</CheckIfNeedShowPaymentAlert>
  <CheckInTypeOption>ByMemberId</CheckInTypeOption>
  <CreateAccountInfo xmlns:d2p1="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">
    <d2p1:ClientHeight>35</d2p1:ClientHeight>
    <d2p1:ClientType>Site</d2p1:ClientType>
    <d2p1:ClientWidth>34</d2p1:ClientWidth>
    <d2p1:absoluteApplicationPath>sample string 26</d2p1:absoluteApplicationPath>
    <d2p1:applicationPath>sample string 24</d2p1:applicationPath>
    <d2p1:cachedKey>sample string 11</d2p1:cachedKey>
    <d2p1:clientBuild>sample string 32</d2p1:clientBuild>
    <d2p1:clientOS>sample string 31</d2p1:clientOS>
    <d2p1:clientVersion>sample string 30</d2p1:clientVersion>
    <d2p1:curUserId>sample string 21</d2p1:curUserId>
    <d2p1:isFullEmbed>true</d2p1:isFullEmbed>
    <d2p1:isHttps>true</d2p1:isHttps>
    <d2p1:isMobileDevice>true</d2p1:isMobileDevice>
    <d2p1:isSSO>true</d2p1:isSSO>
    <d2p1:premiumAppId>sample string 33</d2p1:premiumAppId>
    <d2p1:requestHost>sample string 23</d2p1:requestHost>
    <d2p1:secureApplicationPath>sample string 25</d2p1:secureApplicationPath>
    <d2p1:timezone>36</d2p1:timezone>
    <d2p1:ActivateUrl>sample string 20</d2p1:ActivateUrl>
    <d2p1:Answers>
      <d2p1:QuestionAnswerInVO>
        <d2p1:answer>sample string 2</d2p1:answer>
        <d2p1:id>1</d2p1:id>
      </d2p1:QuestionAnswerInVO>
      <d2p1:QuestionAnswerInVO>
        <d2p1:answer>sample string 2</d2p1:answer>
        <d2p1:id>1</d2p1:id>
      </d2p1:QuestionAnswerInVO>
      <d2p1:QuestionAnswerInVO>
        <d2p1:answer>sample string 2</d2p1:answer>
        <d2p1:id>1</d2p1:id>
      </d2p1:QuestionAnswerInVO>
    </d2p1:Answers>
    <d2p1:AsJoinRequest>true</d2p1:AsJoinRequest>
    <d2p1:CaptchaViewIndex>16</d2p1:CaptchaViewIndex>
    <d2p1:Carrier>sample string 15</d2p1:Carrier>
    <d2p1:ChkReceiveMessage>true</d2p1:ChkReceiveMessage>
    <d2p1:CreateByAdmin>true</d2p1:CreateByAdmin>
    <d2p1:CreatedByType>CreateByUser</d2p1:CreatedByType>
    <d2p1:Dob>sample string 11</d2p1:Dob>
    <d2p1:Email>sample string 6</d2p1:Email>
    <d2p1:EmailType>RECIT</d2p1:EmailType>
    <d2p1:EventId>sample string 2</d2p1:EventId>
    <d2p1:FirstName>sample string 4</d2p1:FirstName>
    <d2p1:Gender>sample string 8</d2p1:Gender>
    <d2p1:Grad>sample string 10</d2p1:Grad>
    <d2p1:InviteType>sample string 3</d2p1:InviteType>
    <d2p1:IsAdmin>true</d2p1:IsAdmin>
    <d2p1:IsAlwaysEligible>true</d2p1:IsAlwaysEligible>
    <d2p1:IsChair>true</d2p1:IsChair>
    <d2p1:LastName>sample string 5</d2p1:LastName>
    <d2p1:NetworkId>sample string 12</d2p1:NetworkId>
    <d2p1:NonBinary>true</d2p1:NonBinary>
    <d2p1:OptInIMLeaguesNews>true</d2p1:OptInIMLeaguesNews>
    <d2p1:PID>sample string 8</d2p1:PID>
    <d2p1:Password>sample string 7</d2p1:Password>
    <d2p1:PhoneNumber>sample string 14</d2p1:PhoneNumber>
    <d2p1:ReCaptchaResponse>sample string 17</d2p1:ReCaptchaResponse>
    <d2p1:RequestMessage>sample string 2</d2p1:RequestMessage>
    <d2p1:SIDAdditionalInfo>sample string 9</d2p1:SIDAdditionalInfo>
    <d2p1:SolveMediaAnswer>sample string 19</d2p1:SolveMediaAnswer>
    <d2p1:SolveMediaChallenge>sample string 18</d2p1:SolveMediaChallenge>
    <d2p1:Status>sample string 9</d2p1:Status>
    <d2p1:Token>sample string 1</d2p1:Token>
  </CreateAccountInfo>
  <EntityId>sample string 1</EntityId>
  <IsAcceptTerms>true</IsAcceptTerms>
  <IsAddAnyway>true</IsAddAnyway>
  <IsAddEligibleParticipants>true</IsAddEligibleParticipants>
  <IsAutomaticallyAddEligibleParticipants>true</IsAutomaticallyAddEligibleParticipants>
  <IsAutomaticallyCreateAccounts>true</IsAutomaticallyCreateAccounts>
  <IsCheckInAnyway>true</IsCheckInAnyway>
  <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",
        "gamePlayed": 12,
        "memberId": "sample string 13",
        "email": "sample string 14",
        "firstName": "sample string 15",
        "lastName": "sample string 16",
        "photo": "sample string 17",
        "gender": "sample string 18",
        "nonBinary": true,
        "status": "sample string 20",
        "birthdate": "sample string 21",
        "grad": "sample string 22",
        "language": "sample string 23",
        "profileType": 24,
        "userName": "sample string 25",
        "albumId": "sample string 26",
        "isUserNameChanged": true,
        "isBirthdateChanged": true,
        "isGenderChanged": true,
        "changedUserName": "sample string 30",
        "changedBirthdate": "sample string 31",
        "hideGender": true,
        "removeNonBinaryOption": 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",
        "gamePlayed": 12,
        "memberId": "sample string 13",
        "email": "sample string 14",
        "firstName": "sample string 15",
        "lastName": "sample string 16",
        "photo": "sample string 17",
        "gender": "sample string 18",
        "nonBinary": true,
        "status": "sample string 20",
        "birthdate": "sample string 21",
        "grad": "sample string 22",
        "language": "sample string 23",
        "profileType": 24,
        "userName": "sample string 25",
        "albumId": "sample string 26",
        "isUserNameChanged": true,
        "isBirthdateChanged": true,
        "isGenderChanged": true,
        "changedUserName": "sample string 30",
        "changedBirthdate": "sample string 31",
        "hideGender": true,
        "removeNonBinaryOption": 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",
        "gamePlayed": 12,
        "memberId": "sample string 13",
        "email": "sample string 14",
        "firstName": "sample string 15",
        "lastName": "sample string 16",
        "photo": "sample string 17",
        "gender": "sample string 18",
        "nonBinary": true,
        "status": "sample string 20",
        "birthdate": "sample string 21",
        "grad": "sample string 22",
        "language": "sample string 23",
        "profileType": 24,
        "userName": "sample string 25",
        "albumId": "sample string 26",
        "isUserNameChanged": true,
        "isBirthdateChanged": true,
        "isGenderChanged": true,
        "changedUserName": "sample string 30",
        "changedBirthdate": "sample string 31",
        "hideGender": true,
        "removeNonBinaryOption": 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",
        "gamePlayed": 12,
        "memberId": "sample string 13",
        "email": "sample string 14",
        "firstName": "sample string 15",
        "lastName": "sample string 16",
        "photo": "sample string 17",
        "gender": "sample string 18",
        "nonBinary": true,
        "status": "sample string 20",
        "birthdate": "sample string 21",
        "grad": "sample string 22",
        "language": "sample string 23",
        "profileType": 24,
        "userName": "sample string 25",
        "albumId": "sample string 26",
        "isUserNameChanged": true,
        "isBirthdateChanged": true,
        "isGenderChanged": true,
        "changedUserName": "sample string 30",
        "changedBirthdate": "sample string 31",
        "hideGender": true,
        "removeNonBinaryOption": 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",
        "gamePlayed": 12,
        "memberId": "sample string 13",
        "email": "sample string 14",
        "firstName": "sample string 15",
        "lastName": "sample string 16",
        "photo": "sample string 17",
        "gender": "sample string 18",
        "nonBinary": true,
        "status": "sample string 20",
        "birthdate": "sample string 21",
        "grad": "sample string 22",
        "language": "sample string 23",
        "profileType": 24,
        "userName": "sample string 25",
        "albumId": "sample string 26",
        "isUserNameChanged": true,
        "isBirthdateChanged": true,
        "isGenderChanged": true,
        "changedUserName": "sample string 30",
        "changedBirthdate": "sample string 31",
        "hideGender": true,
        "removeNonBinaryOption": 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",
        "gamePlayed": 12,
        "memberId": "sample string 13",
        "email": "sample string 14",
        "firstName": "sample string 15",
        "lastName": "sample string 16",
        "photo": "sample string 17",
        "gender": "sample string 18",
        "nonBinary": true,
        "status": "sample string 20",
        "birthdate": "sample string 21",
        "grad": "sample string 22",
        "language": "sample string 23",
        "profileType": 24,
        "userName": "sample string 25",
        "albumId": "sample string 26",
        "isUserNameChanged": true,
        "isBirthdateChanged": true,
        "isGenderChanged": true,
        "changedUserName": "sample string 30",
        "changedBirthdate": "sample string 31",
        "hideGender": true,
        "removeNonBinaryOption": 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": "2024-04-18T22:34:34.5720208-05:00",
      "date": "sample string 2",
      "time": "sample string 3",
      "resultText": "sample string 4"
    },
    "schoolId": "sample string 15",
    "currentGameActions": 16,
    "currentPlayedTime": 17,
    "vmGeneratedTime": "2024-04-18T22:34:34.5720208-05: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"
        }
      },
      "statusSettingVO": null,
      "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"
        }
      ]
    },
    "swipeCheckInGameVmV2": {
      "gameTitle": "sample string 1",
      "networkId": "sample string 2",
      "swipeCardRule": {
        "swipeCardRuleType": 0,
        "swipeCardRuleEndType": 0,
        "swipeCardRuleDetails": {
          "sample string 1": "sample string 2",
          "sample string 3": "sample string 4",
          "sample string 5": "sample string 6"
        }
      },
      "scanCodeRule": {
        "scanCodeRuleType": 0,
        "scanCodeRuleEndType": 0,
        "scanCodeRuleDetails": {
          "sample string 1": "sample string 2",
          "sample string 3": "sample string 4",
          "sample string 5": "sample string 6"
        }
      },
      "statusSettingVO": null,
      "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": "2024-04-18T22:34:34.5720208-05:00",
    "periodTimeCountType": true,
    "currentPeriodId": 33,
    "defaultPeriodTimeLength": 34,
    "facilityName": "sample string 35",
    "surfaceName": "sample string 36"
  },
  "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:FacilityName>sample string 35</d2p1:FacilityName>
    <d2p1:GameId>1</d2p1:GameId>
    <d2p1:GameType>RegularGame</d2p1:GameType>
    <d2p1:IsBestOfX>true</d2p1:IsBestOfX>
    <d2p1:LastStartTime>2024-04-18T22:34:34.5720208-05:00</d2p1:LastStartTime>
    <d2p1:PassedPlayedTime>30</d2p1:PassedPlayedTime>
    <d2p1:PeriodTimeCountType>true</d2p1:PeriodTimeCountType>
    <d2p1:SurfaceName>sample string 36</d2p1:SurfaceName>
    <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:StatusSettingVO xmlns:d4p1="http://schemas.datacontract.org/2004/07/imLeagues.Business" i:nil="true" />
      <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:SwipeCheckInGameVmV2 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:ScanCodeRule xmlns:d4p1="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Network">
        <d4p1:ScanCodeRuleDetails 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:ScanCodeRuleDetails>
        <d4p1:ScanCodeRuleEndType>ByLength</d4p1:ScanCodeRuleEndType>
        <d4p1:ScanCodeRuleType>ByPosition</d4p1:ScanCodeRuleType>
      </d3p1:ScanCodeRule>
      <d3p1:StatusSettingVO xmlns:d4p1="http://schemas.datacontract.org/2004/07/imLeagues.Business" i:nil="true" />
      <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:SwipeCardRuleEndType>ByLength</d4p1:SwipeCardRuleEndType>
        <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:SwipeCheckInGameVmV2>
    <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>2024-04-18T22:34:34.5720208-05: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 26</AlbumId>
        <Birthdate>sample string 21</Birthdate>
        <ChangedBirthdate>sample string 31</ChangedBirthdate>
        <ChangedUserName>sample string 30</ChangedUserName>
        <Grad>sample string 22</Grad>
        <HideGender>true</HideGender>
        <IsBirthdateChanged>true</IsBirthdateChanged>
        <IsGenderChanged>true</IsGenderChanged>
        <IsUserNameChanged>true</IsUserNameChanged>
        <Language>sample string 23</Language>
        <ProfileType>24</ProfileType>
        <RemoveNonBinaryOption>true</RemoveNonBinaryOption>
        <UserName>sample string 25</UserName>
        <email>sample string 14</email>
        <firstName>sample string 15</firstName>
        <gender>sample string 18</gender>
        <lastName>sample string 16</lastName>
        <memberId>sample string 13</memberId>
        <nonBinary>true</nonBinary>
        <photo>sample string 17</photo>
        <status>sample string 20</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:gamePlayed>12</d2p1:gamePlayed>
        <d2p1:isMVP>true</d2p1:isMVP>
        <d2p1:played>true</d2p1:played>
        <d2p1:rsvp>NA</d2p1:rsvp>
      </d2p1:GameTeamMemberOutVO>
      <d2p1:GameTeamMemberOutVO>
        <AlbumId>sample string 26</AlbumId>
        <Birthdate>sample string 21</Birthdate>
        <ChangedBirthdate>sample string 31</ChangedBirthdate>
        <ChangedUserName>sample string 30</ChangedUserName>
        <Grad>sample string 22</Grad>
        <HideGender>true</HideGender>
        <IsBirthdateChanged>true</IsBirthdateChanged>
        <IsGenderChanged>true</IsGenderChanged>
        <IsUserNameChanged>true</IsUserNameChanged>
        <Language>sample string 23</Language>
        <ProfileType>24</ProfileType>
        <RemoveNonBinaryOption>true</RemoveNonBinaryOption>
        <UserName>sample string 25</UserName>
        <email>sample string 14</email>
        <firstName>sample string 15</firstName>
        <gender>sample string 18</gender>
        <lastName>sample string 16</lastName>
        <memberId>sample string 13</memberId>
        <nonBinary>true</nonBinary>
        <photo>sample string 17</photo>
        <status>sample string 20</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:gamePlayed>12</d2p1:gamePlayed>
        <d2p1:isMVP>true</d2p1:isMVP>
        <d2p1:played>true</d2p1:played>
        <d2p1:rsvp>NA</d2p1:rsvp>
      </d2p1:GameTeamMemberOutVO>
      <d2p1:GameTeamMemberOutVO>
        <AlbumId>sample string 26</AlbumId>
        <Birthdate>sample string 21</Birthdate>
        <ChangedBirthdate>sample string 31</ChangedBirthdate>
        <ChangedUserName>sample string 30</ChangedUserName>
        <Grad>sample string 22</Grad>
        <HideGender>true</HideGender>
        <IsBirthdateChanged>true</IsBirthdateChanged>
        <IsGenderChanged>true</IsGenderChanged>
        <IsUserNameChanged>true</IsUserNameChanged>
        <Language>sample string 23</Language>
        <ProfileType>24</ProfileType>
        <RemoveNonBinaryOption>true</RemoveNonBinaryOption>
        <UserName>sample string 25</UserName>
        <email>sample string 14</email>
        <firstName>sample string 15</firstName>
        <gender>sample string 18</gender>
        <lastName>sample string 16</lastName>
        <memberId>sample string 13</memberId>
        <nonBinary>true</nonBinary>
        <photo>sample string 17</photo>
        <status>sample string 20</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:gamePlayed>12</d2p1:gamePlayed>
        <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 26</AlbumId>
        <Birthdate>sample string 21</Birthdate>
        <ChangedBirthdate>sample string 31</ChangedBirthdate>
        <ChangedUserName>sample string 30</ChangedUserName>
        <Grad>sample string 22</Grad>
        <HideGender>true</HideGender>
        <IsBirthdateChanged>true</IsBirthdateChanged>
        <IsGenderChanged>true</IsGenderChanged>
        <IsUserNameChanged>true</IsUserNameChanged>
        <Language>sample string 23</Language>
        <ProfileType>24</ProfileType>
        <RemoveNonBinaryOption>true</RemoveNonBinaryOption>
        <UserName>sample string 25</UserName>
        <email>sample string 14</email>
        <firstName>sample string 15</firstName>
        <gender>sample string 18</gender>
        <lastName>sample string 16</lastName>
        <memberId>sample string 13</memberId>
        <nonBinary>true</nonBinary>
        <photo>sample string 17</photo>
        <status>sample string 20</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:gamePlayed>12</d2p1:gamePlayed>
        <d2p1:isMVP>true</d2p1:isMVP>
        <d2p1:played>true</d2p1:played>
        <d2p1:rsvp>NA</d2p1:rsvp>
      </d2p1:GameTeamMemberOutVO>
      <d2p1:GameTeamMemberOutVO>
        <AlbumId>sample string 26</AlbumId>
        <Birthdate>sample string 21</Birthdate>
        <ChangedBirthdate>sample string 31</ChangedBirthdate>
        <ChangedUserName>sample string 30</ChangedUserName>
        <Grad>sample string 22</Grad>
        <HideGender>true</HideGender>
        <IsBirthdateChanged>true</IsBirthdateChanged>
        <IsGenderChanged>true</IsGenderChanged>
        <IsUserNameChanged>true</IsUserNameChanged>
        <Language>sample string 23</Language>
        <ProfileType>24</ProfileType>
        <RemoveNonBinaryOption>true</RemoveNonBinaryOption>
        <UserName>sample string 25</UserName>
        <email>sample string 14</email>
        <firstName>sample string 15</firstName>
        <gender>sample string 18</gender>
        <lastName>sample string 16</lastName>
        <memberId>sample string 13</memberId>
        <nonBinary>true</nonBinary>
        <photo>sample string 17</photo>
        <status>sample string 20</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:gamePlayed>12</d2p1:gamePlayed>
        <d2p1:isMVP>true</d2p1:isMVP>
        <d2p1:played>true</d2p1:played>
        <d2p1:rsvp>NA</d2p1:rsvp>
      </d2p1:GameTeamMemberOutVO>
      <d2p1:GameTeamMemberOutVO>
        <AlbumId>sample string 26</AlbumId>
        <Birthdate>sample string 21</Birthdate>
        <ChangedBirthdate>sample string 31</ChangedBirthdate>
        <ChangedUserName>sample string 30</ChangedUserName>
        <Grad>sample string 22</Grad>
        <HideGender>true</HideGender>
        <IsBirthdateChanged>true</IsBirthdateChanged>
        <IsGenderChanged>true</IsGenderChanged>
        <IsUserNameChanged>true</IsUserNameChanged>
        <Language>sample string 23</Language>
        <ProfileType>24</ProfileType>
        <RemoveNonBinaryOption>true</RemoveNonBinaryOption>
        <UserName>sample string 25</UserName>
        <email>sample string 14</email>
        <firstName>sample string 15</firstName>
        <gender>sample string 18</gender>
        <lastName>sample string 16</lastName>
        <memberId>sample string 13</memberId>
        <nonBinary>true</nonBinary>
        <photo>sample string 17</photo>
        <status>sample string 20</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:gamePlayed>12</d2p1:gamePlayed>
        <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>2024-04-18T22:34:34.5720208-05:00</d2p1:vmGeneratedTime>
  </GameEditScoreVm>
</CheckInPlayerWithGameOutVO>