POST api/V2/team/update

Lagrer Mapped Team

Request Information

URI Parameters

None.

Body Parameters

Collection of MappedTeam
NameDescriptionTypeAdditional information
Id

integer

None.

TeamId

globally unique identifier

None.

NffTeamId

integer

None.

NffClubId

integer

None.

TeamName

string

None.

MappedTeamName

string

None.

NumberOfPlayers

integer

None.

TeamLevel

integer

None.

OppmoteMinutesBefore

integer

None.

ShowMissingPlayers

boolean

None.

TeamGroupId

integer

None.

Archive

boolean

None.

SeasonId

integer

None.

SeasonName

string

None.

SeasonStartDate

date

None.

SeasonEndDate

date

None.

ToBeDeleted

boolean

None.

TeamGroupIdentifyer

string

None.

Matcher

Collection of NffMatch

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "teamId": "b9d19b67-021f-41b0-a25e-0a3ce808a9f6",
    "nffTeamId": 3,
    "nffClubId": 4,
    "teamName": "sample string 5",
    "mappedTeamName": "sample string 6",
    "numberOfPlayers": 7,
    "teamLevel": 8,
    "oppmoteMinutesBefore": 9,
    "showMissingPlayers": true,
    "teamGroupId": 11,
    "archive": true,
    "seasonId": 13,
    "seasonName": "sample string 14",
    "seasonStartDate": "2026-01-01T07:22:07.3019461Z",
    "seasonEndDate": "2026-01-01T07:22:07.3019461Z",
    "toBeDeleted": true,
    "teamGroupIdentifyer": "sample string 18",
    "matcher": [
      {
        "id": 1,
        "matchId": 2,
        "matchNumber": "sample string 3",
        "awayTeamClubId": 4,
        "awayTeamContactPersonEmail": "sample string 5",
        "awayTeamContactPersonInfoHidden": true,
        "awayTeamContactPersonMobilePhone": "sample string 7",
        "awayTeamContactPersonName": "sample string 8",
        "awayTeamGoals": 9,
        "awayTeamId": 10,
        "awayTeamName": "sample string 11",
        "cancelled": true,
        "finalResultApprovedByDistrict": true,
        "finalResultApprovedByReferee": true,
        "homeTeamClubId": 15,
        "homeTeamContactPersonEmail": "sample string 16",
        "homeTeamContactPersonInfoHidden": true,
        "homeTeamContactPersonMobilePhone": "sample string 18",
        "homeTeamContactPersonName": "sample string 19",
        "homeTeamGoals": 20,
        "homeTeamId": 21,
        "homeTeamName": "sample string 22",
        "interrupted": true,
        "lastChangedDate": "2026-01-01T07:22:07.3175717Z",
        "matchStartDate": "2026-01-01T07:22:07.3175717Z",
        "matchTotalTime": 26,
        "postponed": true,
        "refereeEmail": "sample string 28",
        "refereeMobilePhone": "sample string 29",
        "refereePersonInfoHidden": true,
        "refereeClub": "sample string 31",
        "refereeClubId": 32,
        "refereeId": 33,
        "refereeName": "sample string 34",
        "refereeNumber": 35,
        "seasonId": 36,
        "spectators": 37,
        "stadiumId": 38,
        "stadiumName": "sample string 39",
        "tournamentId": 40,
        "tournamentName": "sample string 41",
        "tournamentRoundNumber": 42,
        "walkOverAway": true,
        "walkOverBoth": true,
        "walkOverHome": true,
        "isFinished": true,
        "customCanceled": true,
        "customStadium": true,
        "customMatchStartTime": true,
        "customReferee": true,
        "customLastChangeDate": "2026-01-01T07:22:07.3175717Z",
        "customRefereeId": "sample string 52",
        "homeTeamPlayerGroups": "sample string 53",
        "awayTeamPlayerGroups": "sample string 54",
        "playersOnField": 55,
        "ageCategoryId": 56,
        "refereeNoShow": true,
        "extendedProperties": {
          "id": 1,
          "matchId": 2,
          "homeOppmoteMinutesBefore": 3,
          "awayOppmoteMinutesBefore": 4
        },
        "districtId": 58,
        "oppmoteHomeTeam": 59,
        "oppmoteAwayTeam": 60,
        "mappedAwayTeam": true,
        "mappedHomeTeam": true,
        "customOmberammet": true,
        "justifyAge": 64,
        "reason": "sample string 65",
        "deltagelse": 66,
        "homeTeamParticipants": [
          {
            "id": 1,
            "playerId": "22081db8-9f52-4655-b34f-d341ce8233fe",
            "spillerNavn": "sample string 3",
            "teamId": 4,
            "matchId": 5,
            "eventDate": "2026-01-01T07:22:07.3175717Z",
            "deltagelse": 7,
            "phone": "sample string 8",
            "reason": "sample string 9",
            "isCoach": true,
            "isHospitant": true,
            "companyId": "c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3",
            "reasonId": 13,
            "selected": true,
            "hasChanged": true,
            "autoMember": true,
            "playerNumber": 17,
            "score": 18.1
          },
          {
            "id": 1,
            "playerId": "22081db8-9f52-4655-b34f-d341ce8233fe",
            "spillerNavn": "sample string 3",
            "teamId": 4,
            "matchId": 5,
            "eventDate": "2026-01-01T07:22:07.3175717Z",
            "deltagelse": 7,
            "phone": "sample string 8",
            "reason": "sample string 9",
            "isCoach": true,
            "isHospitant": true,
            "companyId": "c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3",
            "reasonId": 13,
            "selected": true,
            "hasChanged": true,
            "autoMember": true,
            "playerNumber": 17,
            "score": 18.1
          }
        ],
        "awayTeamParticipants": [
          {
            "id": 1,
            "playerId": "22081db8-9f52-4655-b34f-d341ce8233fe",
            "spillerNavn": "sample string 3",
            "teamId": 4,
            "matchId": 5,
            "eventDate": "2026-01-01T07:22:07.3175717Z",
            "deltagelse": 7,
            "phone": "sample string 8",
            "reason": "sample string 9",
            "isCoach": true,
            "isHospitant": true,
            "companyId": "c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3",
            "reasonId": 13,
            "selected": true,
            "hasChanged": true,
            "autoMember": true,
            "playerNumber": 17,
            "score": 18.1
          },
          {
            "id": 1,
            "playerId": "22081db8-9f52-4655-b34f-d341ce8233fe",
            "spillerNavn": "sample string 3",
            "teamId": 4,
            "matchId": 5,
            "eventDate": "2026-01-01T07:22:07.3175717Z",
            "deltagelse": 7,
            "phone": "sample string 8",
            "reason": "sample string 9",
            "isCoach": true,
            "isHospitant": true,
            "companyId": "c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3",
            "reasonId": 13,
            "selected": true,
            "hasChanged": true,
            "autoMember": true,
            "playerNumber": 17,
            "score": 18.1
          }
        ],
        "editable": true,
        "matchType": "sample string 68",
        "matchTitle": "sample string 69",
        "customBane": true,
        "refereeInfo": {
          "refereeNumber": 1,
          "refereeUserId": "d21682d4-df24-4849-ad53-8b02606093fb",
          "localClubGuid": "e9792edd-24a8-4928-9314-5747512aff9f",
          "active": true,
          "personInfoHidden": true,
          "refereeTypeId": 6,
          "refereeType": "sample string 7",
          "refereeClubId": 8,
          "refereeClub": "sample string 9",
          "comments": "sample string 10",
          "maxAge": 11,
          "minAge": 12,
          "joinDate": "2026-01-01T07:22:07.3175717Z",
          "stadiumName": "sample string 14",
          "matchStartDate": "2026-01-01T07:22:07.3175717Z",
          "refereeName": "sample string 16",
          "matches": [
            {
              "matchStartDate": "2026-01-01T07:22:07.3175717Z",
              "stadiumName": "sample string 2",
              "matchId": 3,
              "awayTeamName": "sample string 4",
              "homeTeamName": "sample string 5",
              "homeTeamClubId": 6,
              "awayTeamClubId": 7
            },
            {
              "matchStartDate": "2026-01-01T07:22:07.3175717Z",
              "stadiumName": "sample string 2",
              "matchId": 3,
              "awayTeamName": "sample string 4",
              "homeTeamName": "sample string 5",
              "homeTeamClubId": 6,
              "awayTeamClubId": 7
            }
          ],
          "suitableForTeam": true,
          "email": "sample string 18",
          "mobilePhone": "sample string 19",
          "salary": 20.1,
          "matchesLastYear": true
        },
        "matchHasChanged": true,
        "name": "sample string 72",
        "refereeUserId": "sample string 73",
        "owner": "sample string 74",
        "ownerId": "sample string 75",
        "ownerHomeTeamId": "c6024384-cbfd-4150-a422-9d18dcd3fa0f",
        "ownerAwayTeamId": "84123054-5947-434a-ad72-c04170448f24",
        "rw": true,
        "isHomeTeam": true,
        "longitude": 80.1,
        "latitude": 81.1,
        "numberOfPlayers": {}
      },
      {
        "id": 1,
        "matchId": 2,
        "matchNumber": "sample string 3",
        "awayTeamClubId": 4,
        "awayTeamContactPersonEmail": "sample string 5",
        "awayTeamContactPersonInfoHidden": true,
        "awayTeamContactPersonMobilePhone": "sample string 7",
        "awayTeamContactPersonName": "sample string 8",
        "awayTeamGoals": 9,
        "awayTeamId": 10,
        "awayTeamName": "sample string 11",
        "cancelled": true,
        "finalResultApprovedByDistrict": true,
        "finalResultApprovedByReferee": true,
        "homeTeamClubId": 15,
        "homeTeamContactPersonEmail": "sample string 16",
        "homeTeamContactPersonInfoHidden": true,
        "homeTeamContactPersonMobilePhone": "sample string 18",
        "homeTeamContactPersonName": "sample string 19",
        "homeTeamGoals": 20,
        "homeTeamId": 21,
        "homeTeamName": "sample string 22",
        "interrupted": true,
        "lastChangedDate": "2026-01-01T07:22:07.3175717Z",
        "matchStartDate": "2026-01-01T07:22:07.3175717Z",
        "matchTotalTime": 26,
        "postponed": true,
        "refereeEmail": "sample string 28",
        "refereeMobilePhone": "sample string 29",
        "refereePersonInfoHidden": true,
        "refereeClub": "sample string 31",
        "refereeClubId": 32,
        "refereeId": 33,
        "refereeName": "sample string 34",
        "refereeNumber": 35,
        "seasonId": 36,
        "spectators": 37,
        "stadiumId": 38,
        "stadiumName": "sample string 39",
        "tournamentId": 40,
        "tournamentName": "sample string 41",
        "tournamentRoundNumber": 42,
        "walkOverAway": true,
        "walkOverBoth": true,
        "walkOverHome": true,
        "isFinished": true,
        "customCanceled": true,
        "customStadium": true,
        "customMatchStartTime": true,
        "customReferee": true,
        "customLastChangeDate": "2026-01-01T07:22:07.3175717Z",
        "customRefereeId": "sample string 52",
        "homeTeamPlayerGroups": "sample string 53",
        "awayTeamPlayerGroups": "sample string 54",
        "playersOnField": 55,
        "ageCategoryId": 56,
        "refereeNoShow": true,
        "extendedProperties": {
          "id": 1,
          "matchId": 2,
          "homeOppmoteMinutesBefore": 3,
          "awayOppmoteMinutesBefore": 4
        },
        "districtId": 58,
        "oppmoteHomeTeam": 59,
        "oppmoteAwayTeam": 60,
        "mappedAwayTeam": true,
        "mappedHomeTeam": true,
        "customOmberammet": true,
        "justifyAge": 64,
        "reason": "sample string 65",
        "deltagelse": 66,
        "homeTeamParticipants": [
          {
            "id": 1,
            "playerId": "22081db8-9f52-4655-b34f-d341ce8233fe",
            "spillerNavn": "sample string 3",
            "teamId": 4,
            "matchId": 5,
            "eventDate": "2026-01-01T07:22:07.3175717Z",
            "deltagelse": 7,
            "phone": "sample string 8",
            "reason": "sample string 9",
            "isCoach": true,
            "isHospitant": true,
            "companyId": "c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3",
            "reasonId": 13,
            "selected": true,
            "hasChanged": true,
            "autoMember": true,
            "playerNumber": 17,
            "score": 18.1
          },
          {
            "id": 1,
            "playerId": "22081db8-9f52-4655-b34f-d341ce8233fe",
            "spillerNavn": "sample string 3",
            "teamId": 4,
            "matchId": 5,
            "eventDate": "2026-01-01T07:22:07.3175717Z",
            "deltagelse": 7,
            "phone": "sample string 8",
            "reason": "sample string 9",
            "isCoach": true,
            "isHospitant": true,
            "companyId": "c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3",
            "reasonId": 13,
            "selected": true,
            "hasChanged": true,
            "autoMember": true,
            "playerNumber": 17,
            "score": 18.1
          }
        ],
        "awayTeamParticipants": [
          {
            "id": 1,
            "playerId": "22081db8-9f52-4655-b34f-d341ce8233fe",
            "spillerNavn": "sample string 3",
            "teamId": 4,
            "matchId": 5,
            "eventDate": "2026-01-01T07:22:07.3175717Z",
            "deltagelse": 7,
            "phone": "sample string 8",
            "reason": "sample string 9",
            "isCoach": true,
            "isHospitant": true,
            "companyId": "c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3",
            "reasonId": 13,
            "selected": true,
            "hasChanged": true,
            "autoMember": true,
            "playerNumber": 17,
            "score": 18.1
          },
          {
            "id": 1,
            "playerId": "22081db8-9f52-4655-b34f-d341ce8233fe",
            "spillerNavn": "sample string 3",
            "teamId": 4,
            "matchId": 5,
            "eventDate": "2026-01-01T07:22:07.3175717Z",
            "deltagelse": 7,
            "phone": "sample string 8",
            "reason": "sample string 9",
            "isCoach": true,
            "isHospitant": true,
            "companyId": "c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3",
            "reasonId": 13,
            "selected": true,
            "hasChanged": true,
            "autoMember": true,
            "playerNumber": 17,
            "score": 18.1
          }
        ],
        "editable": true,
        "matchType": "sample string 68",
        "matchTitle": "sample string 69",
        "customBane": true,
        "refereeInfo": {
          "refereeNumber": 1,
          "refereeUserId": "d21682d4-df24-4849-ad53-8b02606093fb",
          "localClubGuid": "e9792edd-24a8-4928-9314-5747512aff9f",
          "active": true,
          "personInfoHidden": true,
          "refereeTypeId": 6,
          "refereeType": "sample string 7",
          "refereeClubId": 8,
          "refereeClub": "sample string 9",
          "comments": "sample string 10",
          "maxAge": 11,
          "minAge": 12,
          "joinDate": "2026-01-01T07:22:07.3175717Z",
          "stadiumName": "sample string 14",
          "matchStartDate": "2026-01-01T07:22:07.3175717Z",
          "refereeName": "sample string 16",
          "matches": [
            {
              "matchStartDate": "2026-01-01T07:22:07.3175717Z",
              "stadiumName": "sample string 2",
              "matchId": 3,
              "awayTeamName": "sample string 4",
              "homeTeamName": "sample string 5",
              "homeTeamClubId": 6,
              "awayTeamClubId": 7
            },
            {
              "matchStartDate": "2026-01-01T07:22:07.3175717Z",
              "stadiumName": "sample string 2",
              "matchId": 3,
              "awayTeamName": "sample string 4",
              "homeTeamName": "sample string 5",
              "homeTeamClubId": 6,
              "awayTeamClubId": 7
            }
          ],
          "suitableForTeam": true,
          "email": "sample string 18",
          "mobilePhone": "sample string 19",
          "salary": 20.1,
          "matchesLastYear": true
        },
        "matchHasChanged": true,
        "name": "sample string 72",
        "refereeUserId": "sample string 73",
        "owner": "sample string 74",
        "ownerId": "sample string 75",
        "ownerHomeTeamId": "c6024384-cbfd-4150-a422-9d18dcd3fa0f",
        "ownerAwayTeamId": "84123054-5947-434a-ad72-c04170448f24",
        "rw": true,
        "isHomeTeam": true,
        "longitude": 80.1,
        "latitude": 81.1,
        "numberOfPlayers": {}
      }
    ]
  },
  {
    "id": 1,
    "teamId": "b9d19b67-021f-41b0-a25e-0a3ce808a9f6",
    "nffTeamId": 3,
    "nffClubId": 4,
    "teamName": "sample string 5",
    "mappedTeamName": "sample string 6",
    "numberOfPlayers": 7,
    "teamLevel": 8,
    "oppmoteMinutesBefore": 9,
    "showMissingPlayers": true,
    "teamGroupId": 11,
    "archive": true,
    "seasonId": 13,
    "seasonName": "sample string 14",
    "seasonStartDate": "2026-01-01T07:22:07.3019461Z",
    "seasonEndDate": "2026-01-01T07:22:07.3019461Z",
    "toBeDeleted": true,
    "teamGroupIdentifyer": "sample string 18",
    "matcher": [
      {
        "id": 1,
        "matchId": 2,
        "matchNumber": "sample string 3",
        "awayTeamClubId": 4,
        "awayTeamContactPersonEmail": "sample string 5",
        "awayTeamContactPersonInfoHidden": true,
        "awayTeamContactPersonMobilePhone": "sample string 7",
        "awayTeamContactPersonName": "sample string 8",
        "awayTeamGoals": 9,
        "awayTeamId": 10,
        "awayTeamName": "sample string 11",
        "cancelled": true,
        "finalResultApprovedByDistrict": true,
        "finalResultApprovedByReferee": true,
        "homeTeamClubId": 15,
        "homeTeamContactPersonEmail": "sample string 16",
        "homeTeamContactPersonInfoHidden": true,
        "homeTeamContactPersonMobilePhone": "sample string 18",
        "homeTeamContactPersonName": "sample string 19",
        "homeTeamGoals": 20,
        "homeTeamId": 21,
        "homeTeamName": "sample string 22",
        "interrupted": true,
        "lastChangedDate": "2026-01-01T07:22:07.3175717Z",
        "matchStartDate": "2026-01-01T07:22:07.3175717Z",
        "matchTotalTime": 26,
        "postponed": true,
        "refereeEmail": "sample string 28",
        "refereeMobilePhone": "sample string 29",
        "refereePersonInfoHidden": true,
        "refereeClub": "sample string 31",
        "refereeClubId": 32,
        "refereeId": 33,
        "refereeName": "sample string 34",
        "refereeNumber": 35,
        "seasonId": 36,
        "spectators": 37,
        "stadiumId": 38,
        "stadiumName": "sample string 39",
        "tournamentId": 40,
        "tournamentName": "sample string 41",
        "tournamentRoundNumber": 42,
        "walkOverAway": true,
        "walkOverBoth": true,
        "walkOverHome": true,
        "isFinished": true,
        "customCanceled": true,
        "customStadium": true,
        "customMatchStartTime": true,
        "customReferee": true,
        "customLastChangeDate": "2026-01-01T07:22:07.3175717Z",
        "customRefereeId": "sample string 52",
        "homeTeamPlayerGroups": "sample string 53",
        "awayTeamPlayerGroups": "sample string 54",
        "playersOnField": 55,
        "ageCategoryId": 56,
        "refereeNoShow": true,
        "extendedProperties": {
          "id": 1,
          "matchId": 2,
          "homeOppmoteMinutesBefore": 3,
          "awayOppmoteMinutesBefore": 4
        },
        "districtId": 58,
        "oppmoteHomeTeam": 59,
        "oppmoteAwayTeam": 60,
        "mappedAwayTeam": true,
        "mappedHomeTeam": true,
        "customOmberammet": true,
        "justifyAge": 64,
        "reason": "sample string 65",
        "deltagelse": 66,
        "homeTeamParticipants": [
          {
            "id": 1,
            "playerId": "22081db8-9f52-4655-b34f-d341ce8233fe",
            "spillerNavn": "sample string 3",
            "teamId": 4,
            "matchId": 5,
            "eventDate": "2026-01-01T07:22:07.3175717Z",
            "deltagelse": 7,
            "phone": "sample string 8",
            "reason": "sample string 9",
            "isCoach": true,
            "isHospitant": true,
            "companyId": "c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3",
            "reasonId": 13,
            "selected": true,
            "hasChanged": true,
            "autoMember": true,
            "playerNumber": 17,
            "score": 18.1
          },
          {
            "id": 1,
            "playerId": "22081db8-9f52-4655-b34f-d341ce8233fe",
            "spillerNavn": "sample string 3",
            "teamId": 4,
            "matchId": 5,
            "eventDate": "2026-01-01T07:22:07.3175717Z",
            "deltagelse": 7,
            "phone": "sample string 8",
            "reason": "sample string 9",
            "isCoach": true,
            "isHospitant": true,
            "companyId": "c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3",
            "reasonId": 13,
            "selected": true,
            "hasChanged": true,
            "autoMember": true,
            "playerNumber": 17,
            "score": 18.1
          }
        ],
        "awayTeamParticipants": [
          {
            "id": 1,
            "playerId": "22081db8-9f52-4655-b34f-d341ce8233fe",
            "spillerNavn": "sample string 3",
            "teamId": 4,
            "matchId": 5,
            "eventDate": "2026-01-01T07:22:07.3175717Z",
            "deltagelse": 7,
            "phone": "sample string 8",
            "reason": "sample string 9",
            "isCoach": true,
            "isHospitant": true,
            "companyId": "c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3",
            "reasonId": 13,
            "selected": true,
            "hasChanged": true,
            "autoMember": true,
            "playerNumber": 17,
            "score": 18.1
          },
          {
            "id": 1,
            "playerId": "22081db8-9f52-4655-b34f-d341ce8233fe",
            "spillerNavn": "sample string 3",
            "teamId": 4,
            "matchId": 5,
            "eventDate": "2026-01-01T07:22:07.3175717Z",
            "deltagelse": 7,
            "phone": "sample string 8",
            "reason": "sample string 9",
            "isCoach": true,
            "isHospitant": true,
            "companyId": "c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3",
            "reasonId": 13,
            "selected": true,
            "hasChanged": true,
            "autoMember": true,
            "playerNumber": 17,
            "score": 18.1
          }
        ],
        "editable": true,
        "matchType": "sample string 68",
        "matchTitle": "sample string 69",
        "customBane": true,
        "refereeInfo": {
          "refereeNumber": 1,
          "refereeUserId": "d21682d4-df24-4849-ad53-8b02606093fb",
          "localClubGuid": "e9792edd-24a8-4928-9314-5747512aff9f",
          "active": true,
          "personInfoHidden": true,
          "refereeTypeId": 6,
          "refereeType": "sample string 7",
          "refereeClubId": 8,
          "refereeClub": "sample string 9",
          "comments": "sample string 10",
          "maxAge": 11,
          "minAge": 12,
          "joinDate": "2026-01-01T07:22:07.3175717Z",
          "stadiumName": "sample string 14",
          "matchStartDate": "2026-01-01T07:22:07.3175717Z",
          "refereeName": "sample string 16",
          "matches": [
            {
              "matchStartDate": "2026-01-01T07:22:07.3175717Z",
              "stadiumName": "sample string 2",
              "matchId": 3,
              "awayTeamName": "sample string 4",
              "homeTeamName": "sample string 5",
              "homeTeamClubId": 6,
              "awayTeamClubId": 7
            },
            {
              "matchStartDate": "2026-01-01T07:22:07.3175717Z",
              "stadiumName": "sample string 2",
              "matchId": 3,
              "awayTeamName": "sample string 4",
              "homeTeamName": "sample string 5",
              "homeTeamClubId": 6,
              "awayTeamClubId": 7
            }
          ],
          "suitableForTeam": true,
          "email": "sample string 18",
          "mobilePhone": "sample string 19",
          "salary": 20.1,
          "matchesLastYear": true
        },
        "matchHasChanged": true,
        "name": "sample string 72",
        "refereeUserId": "sample string 73",
        "owner": "sample string 74",
        "ownerId": "sample string 75",
        "ownerHomeTeamId": "c6024384-cbfd-4150-a422-9d18dcd3fa0f",
        "ownerAwayTeamId": "84123054-5947-434a-ad72-c04170448f24",
        "rw": true,
        "isHomeTeam": true,
        "longitude": 80.1,
        "latitude": 81.1,
        "numberOfPlayers": {}
      },
      {
        "id": 1,
        "matchId": 2,
        "matchNumber": "sample string 3",
        "awayTeamClubId": 4,
        "awayTeamContactPersonEmail": "sample string 5",
        "awayTeamContactPersonInfoHidden": true,
        "awayTeamContactPersonMobilePhone": "sample string 7",
        "awayTeamContactPersonName": "sample string 8",
        "awayTeamGoals": 9,
        "awayTeamId": 10,
        "awayTeamName": "sample string 11",
        "cancelled": true,
        "finalResultApprovedByDistrict": true,
        "finalResultApprovedByReferee": true,
        "homeTeamClubId": 15,
        "homeTeamContactPersonEmail": "sample string 16",
        "homeTeamContactPersonInfoHidden": true,
        "homeTeamContactPersonMobilePhone": "sample string 18",
        "homeTeamContactPersonName": "sample string 19",
        "homeTeamGoals": 20,
        "homeTeamId": 21,
        "homeTeamName": "sample string 22",
        "interrupted": true,
        "lastChangedDate": "2026-01-01T07:22:07.3175717Z",
        "matchStartDate": "2026-01-01T07:22:07.3175717Z",
        "matchTotalTime": 26,
        "postponed": true,
        "refereeEmail": "sample string 28",
        "refereeMobilePhone": "sample string 29",
        "refereePersonInfoHidden": true,
        "refereeClub": "sample string 31",
        "refereeClubId": 32,
        "refereeId": 33,
        "refereeName": "sample string 34",
        "refereeNumber": 35,
        "seasonId": 36,
        "spectators": 37,
        "stadiumId": 38,
        "stadiumName": "sample string 39",
        "tournamentId": 40,
        "tournamentName": "sample string 41",
        "tournamentRoundNumber": 42,
        "walkOverAway": true,
        "walkOverBoth": true,
        "walkOverHome": true,
        "isFinished": true,
        "customCanceled": true,
        "customStadium": true,
        "customMatchStartTime": true,
        "customReferee": true,
        "customLastChangeDate": "2026-01-01T07:22:07.3175717Z",
        "customRefereeId": "sample string 52",
        "homeTeamPlayerGroups": "sample string 53",
        "awayTeamPlayerGroups": "sample string 54",
        "playersOnField": 55,
        "ageCategoryId": 56,
        "refereeNoShow": true,
        "extendedProperties": {
          "id": 1,
          "matchId": 2,
          "homeOppmoteMinutesBefore": 3,
          "awayOppmoteMinutesBefore": 4
        },
        "districtId": 58,
        "oppmoteHomeTeam": 59,
        "oppmoteAwayTeam": 60,
        "mappedAwayTeam": true,
        "mappedHomeTeam": true,
        "customOmberammet": true,
        "justifyAge": 64,
        "reason": "sample string 65",
        "deltagelse": 66,
        "homeTeamParticipants": [
          {
            "id": 1,
            "playerId": "22081db8-9f52-4655-b34f-d341ce8233fe",
            "spillerNavn": "sample string 3",
            "teamId": 4,
            "matchId": 5,
            "eventDate": "2026-01-01T07:22:07.3175717Z",
            "deltagelse": 7,
            "phone": "sample string 8",
            "reason": "sample string 9",
            "isCoach": true,
            "isHospitant": true,
            "companyId": "c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3",
            "reasonId": 13,
            "selected": true,
            "hasChanged": true,
            "autoMember": true,
            "playerNumber": 17,
            "score": 18.1
          },
          {
            "id": 1,
            "playerId": "22081db8-9f52-4655-b34f-d341ce8233fe",
            "spillerNavn": "sample string 3",
            "teamId": 4,
            "matchId": 5,
            "eventDate": "2026-01-01T07:22:07.3175717Z",
            "deltagelse": 7,
            "phone": "sample string 8",
            "reason": "sample string 9",
            "isCoach": true,
            "isHospitant": true,
            "companyId": "c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3",
            "reasonId": 13,
            "selected": true,
            "hasChanged": true,
            "autoMember": true,
            "playerNumber": 17,
            "score": 18.1
          }
        ],
        "awayTeamParticipants": [
          {
            "id": 1,
            "playerId": "22081db8-9f52-4655-b34f-d341ce8233fe",
            "spillerNavn": "sample string 3",
            "teamId": 4,
            "matchId": 5,
            "eventDate": "2026-01-01T07:22:07.3175717Z",
            "deltagelse": 7,
            "phone": "sample string 8",
            "reason": "sample string 9",
            "isCoach": true,
            "isHospitant": true,
            "companyId": "c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3",
            "reasonId": 13,
            "selected": true,
            "hasChanged": true,
            "autoMember": true,
            "playerNumber": 17,
            "score": 18.1
          },
          {
            "id": 1,
            "playerId": "22081db8-9f52-4655-b34f-d341ce8233fe",
            "spillerNavn": "sample string 3",
            "teamId": 4,
            "matchId": 5,
            "eventDate": "2026-01-01T07:22:07.3175717Z",
            "deltagelse": 7,
            "phone": "sample string 8",
            "reason": "sample string 9",
            "isCoach": true,
            "isHospitant": true,
            "companyId": "c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3",
            "reasonId": 13,
            "selected": true,
            "hasChanged": true,
            "autoMember": true,
            "playerNumber": 17,
            "score": 18.1
          }
        ],
        "editable": true,
        "matchType": "sample string 68",
        "matchTitle": "sample string 69",
        "customBane": true,
        "refereeInfo": {
          "refereeNumber": 1,
          "refereeUserId": "d21682d4-df24-4849-ad53-8b02606093fb",
          "localClubGuid": "e9792edd-24a8-4928-9314-5747512aff9f",
          "active": true,
          "personInfoHidden": true,
          "refereeTypeId": 6,
          "refereeType": "sample string 7",
          "refereeClubId": 8,
          "refereeClub": "sample string 9",
          "comments": "sample string 10",
          "maxAge": 11,
          "minAge": 12,
          "joinDate": "2026-01-01T07:22:07.3175717Z",
          "stadiumName": "sample string 14",
          "matchStartDate": "2026-01-01T07:22:07.3175717Z",
          "refereeName": "sample string 16",
          "matches": [
            {
              "matchStartDate": "2026-01-01T07:22:07.3175717Z",
              "stadiumName": "sample string 2",
              "matchId": 3,
              "awayTeamName": "sample string 4",
              "homeTeamName": "sample string 5",
              "homeTeamClubId": 6,
              "awayTeamClubId": 7
            },
            {
              "matchStartDate": "2026-01-01T07:22:07.3175717Z",
              "stadiumName": "sample string 2",
              "matchId": 3,
              "awayTeamName": "sample string 4",
              "homeTeamName": "sample string 5",
              "homeTeamClubId": 6,
              "awayTeamClubId": 7
            }
          ],
          "suitableForTeam": true,
          "email": "sample string 18",
          "mobilePhone": "sample string 19",
          "salary": 20.1,
          "matchesLastYear": true
        },
        "matchHasChanged": true,
        "name": "sample string 72",
        "refereeUserId": "sample string 73",
        "owner": "sample string 74",
        "ownerId": "sample string 75",
        "ownerHomeTeamId": "c6024384-cbfd-4150-a422-9d18dcd3fa0f",
        "ownerAwayTeamId": "84123054-5947-434a-ad72-c04170448f24",
        "rw": true,
        "isHomeTeam": true,
        "longitude": 80.1,
        "latitude": 81.1,
        "numberOfPlayers": {}
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfMappedTeam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes.V2">
  <MappedTeam>
    <Archive>true</Archive>
    <Id>1</Id>
    <MappedTeamName>sample string 6</MappedTeamName>
    <Matcher xmlns:d3p1="http://schemas.datacontract.org/2004/07/oiback.Classes">
      <d3p1:NffMatch>
        <d3p1:AgeCategoryId>56</d3p1:AgeCategoryId>
        <d3p1:AwayTeamClubId>4</d3p1:AwayTeamClubId>
        <d3p1:AwayTeamContactPersonEmail>sample string 5</d3p1:AwayTeamContactPersonEmail>
        <d3p1:AwayTeamContactPersonInfoHidden>true</d3p1:AwayTeamContactPersonInfoHidden>
        <d3p1:AwayTeamContactPersonMobilePhone>sample string 7</d3p1:AwayTeamContactPersonMobilePhone>
        <d3p1:AwayTeamContactPersonName>sample string 8</d3p1:AwayTeamContactPersonName>
        <d3p1:AwayTeamGoals>9</d3p1:AwayTeamGoals>
        <d3p1:AwayTeamId>10</d3p1:AwayTeamId>
        <d3p1:AwayTeamName>sample string 11</d3p1:AwayTeamName>
        <d3p1:AwayTeamParticipants xmlns:d5p1="http://schemas.datacontract.org/2004/07/oiback.Models">
          <d5p1:Playerclass>
            <d5p1:AutoMember>true</d5p1:AutoMember>
            <d5p1:CompanyId>c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3</d5p1:CompanyId>
            <d5p1:Deltagelse>7</d5p1:Deltagelse>
            <d5p1:EventDate>2026-01-01T08:22:07.3175717+01:00</d5p1:EventDate>
            <d5p1:HasChanged>true</d5p1:HasChanged>
            <d5p1:Id>1</d5p1:Id>
            <d5p1:IsCoach>true</d5p1:IsCoach>
            <d5p1:IsHospitant>true</d5p1:IsHospitant>
            <d5p1:MatchId>5</d5p1:MatchId>
            <d5p1:Phone>sample string 8</d5p1:Phone>
            <d5p1:PlayerId>22081db8-9f52-4655-b34f-d341ce8233fe</d5p1:PlayerId>
            <d5p1:PlayerNumber>17</d5p1:PlayerNumber>
            <d5p1:Reason>sample string 9</d5p1:Reason>
            <d5p1:ReasonId>13</d5p1:ReasonId>
            <d5p1:Score>18.1</d5p1:Score>
            <d5p1:Selected>true</d5p1:Selected>
            <d5p1:SpillerNavn>sample string 3</d5p1:SpillerNavn>
            <d5p1:TeamId>4</d5p1:TeamId>
          </d5p1:Playerclass>
          <d5p1:Playerclass>
            <d5p1:AutoMember>true</d5p1:AutoMember>
            <d5p1:CompanyId>c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3</d5p1:CompanyId>
            <d5p1:Deltagelse>7</d5p1:Deltagelse>
            <d5p1:EventDate>2026-01-01T08:22:07.3175717+01:00</d5p1:EventDate>
            <d5p1:HasChanged>true</d5p1:HasChanged>
            <d5p1:Id>1</d5p1:Id>
            <d5p1:IsCoach>true</d5p1:IsCoach>
            <d5p1:IsHospitant>true</d5p1:IsHospitant>
            <d5p1:MatchId>5</d5p1:MatchId>
            <d5p1:Phone>sample string 8</d5p1:Phone>
            <d5p1:PlayerId>22081db8-9f52-4655-b34f-d341ce8233fe</d5p1:PlayerId>
            <d5p1:PlayerNumber>17</d5p1:PlayerNumber>
            <d5p1:Reason>sample string 9</d5p1:Reason>
            <d5p1:ReasonId>13</d5p1:ReasonId>
            <d5p1:Score>18.1</d5p1:Score>
            <d5p1:Selected>true</d5p1:Selected>
            <d5p1:SpillerNavn>sample string 3</d5p1:SpillerNavn>
            <d5p1:TeamId>4</d5p1:TeamId>
          </d5p1:Playerclass>
        </d3p1:AwayTeamParticipants>
        <d3p1:AwayTeamPlayerGroups>sample string 54</d3p1:AwayTeamPlayerGroups>
        <d3p1:Cancelled>true</d3p1:Cancelled>
        <d3p1:CustomBane>true</d3p1:CustomBane>
        <d3p1:CustomCanceled>true</d3p1:CustomCanceled>
        <d3p1:CustomLastChangeDate>2026-01-01T08:22:07.3175717+01:00</d3p1:CustomLastChangeDate>
        <d3p1:CustomMatchStartTime>true</d3p1:CustomMatchStartTime>
        <d3p1:CustomOmberammet>true</d3p1:CustomOmberammet>
        <d3p1:CustomReferee>true</d3p1:CustomReferee>
        <d3p1:CustomRefereeId>sample string 52</d3p1:CustomRefereeId>
        <d3p1:CustomStadium>true</d3p1:CustomStadium>
        <d3p1:Deltagelse>66</d3p1:Deltagelse>
        <d3p1:DistrictId>58</d3p1:DistrictId>
        <d3p1:Editable>true</d3p1:Editable>
        <d3p1:ExtendedProperties>
          <d3p1:AwayOppmoteMinutesBefore>4</d3p1:AwayOppmoteMinutesBefore>
          <d3p1:HomeOppmoteMinutesBefore>3</d3p1:HomeOppmoteMinutesBefore>
          <d3p1:Id>1</d3p1:Id>
          <d3p1:MatchId>2</d3p1:MatchId>
        </d3p1:ExtendedProperties>
        <d3p1:FinalResultApprovedByDistrict>true</d3p1:FinalResultApprovedByDistrict>
        <d3p1:FinalResultApprovedByReferee>true</d3p1:FinalResultApprovedByReferee>
        <d3p1:HomeTeamClubId>15</d3p1:HomeTeamClubId>
        <d3p1:HomeTeamContactPersonEmail>sample string 16</d3p1:HomeTeamContactPersonEmail>
        <d3p1:HomeTeamContactPersonInfoHidden>true</d3p1:HomeTeamContactPersonInfoHidden>
        <d3p1:HomeTeamContactPersonMobilePhone>sample string 18</d3p1:HomeTeamContactPersonMobilePhone>
        <d3p1:HomeTeamContactPersonName>sample string 19</d3p1:HomeTeamContactPersonName>
        <d3p1:HomeTeamGoals>20</d3p1:HomeTeamGoals>
        <d3p1:HomeTeamId>21</d3p1:HomeTeamId>
        <d3p1:HomeTeamName>sample string 22</d3p1:HomeTeamName>
        <d3p1:HomeTeamParticipants xmlns:d5p1="http://schemas.datacontract.org/2004/07/oiback.Models">
          <d5p1:Playerclass>
            <d5p1:AutoMember>true</d5p1:AutoMember>
            <d5p1:CompanyId>c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3</d5p1:CompanyId>
            <d5p1:Deltagelse>7</d5p1:Deltagelse>
            <d5p1:EventDate>2026-01-01T08:22:07.3175717+01:00</d5p1:EventDate>
            <d5p1:HasChanged>true</d5p1:HasChanged>
            <d5p1:Id>1</d5p1:Id>
            <d5p1:IsCoach>true</d5p1:IsCoach>
            <d5p1:IsHospitant>true</d5p1:IsHospitant>
            <d5p1:MatchId>5</d5p1:MatchId>
            <d5p1:Phone>sample string 8</d5p1:Phone>
            <d5p1:PlayerId>22081db8-9f52-4655-b34f-d341ce8233fe</d5p1:PlayerId>
            <d5p1:PlayerNumber>17</d5p1:PlayerNumber>
            <d5p1:Reason>sample string 9</d5p1:Reason>
            <d5p1:ReasonId>13</d5p1:ReasonId>
            <d5p1:Score>18.1</d5p1:Score>
            <d5p1:Selected>true</d5p1:Selected>
            <d5p1:SpillerNavn>sample string 3</d5p1:SpillerNavn>
            <d5p1:TeamId>4</d5p1:TeamId>
          </d5p1:Playerclass>
          <d5p1:Playerclass>
            <d5p1:AutoMember>true</d5p1:AutoMember>
            <d5p1:CompanyId>c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3</d5p1:CompanyId>
            <d5p1:Deltagelse>7</d5p1:Deltagelse>
            <d5p1:EventDate>2026-01-01T08:22:07.3175717+01:00</d5p1:EventDate>
            <d5p1:HasChanged>true</d5p1:HasChanged>
            <d5p1:Id>1</d5p1:Id>
            <d5p1:IsCoach>true</d5p1:IsCoach>
            <d5p1:IsHospitant>true</d5p1:IsHospitant>
            <d5p1:MatchId>5</d5p1:MatchId>
            <d5p1:Phone>sample string 8</d5p1:Phone>
            <d5p1:PlayerId>22081db8-9f52-4655-b34f-d341ce8233fe</d5p1:PlayerId>
            <d5p1:PlayerNumber>17</d5p1:PlayerNumber>
            <d5p1:Reason>sample string 9</d5p1:Reason>
            <d5p1:ReasonId>13</d5p1:ReasonId>
            <d5p1:Score>18.1</d5p1:Score>
            <d5p1:Selected>true</d5p1:Selected>
            <d5p1:SpillerNavn>sample string 3</d5p1:SpillerNavn>
            <d5p1:TeamId>4</d5p1:TeamId>
          </d5p1:Playerclass>
        </d3p1:HomeTeamParticipants>
        <d3p1:HomeTeamPlayerGroups>sample string 53</d3p1:HomeTeamPlayerGroups>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:Interrupted>true</d3p1:Interrupted>
        <d3p1:IsFinished>true</d3p1:IsFinished>
        <d3p1:IsHomeTeam>true</d3p1:IsHomeTeam>
        <d3p1:JustifyAge>64</d3p1:JustifyAge>
        <d3p1:LastChangedDate>2026-01-01T08:22:07.3175717+01:00</d3p1:LastChangedDate>
        <d3p1:Latitude>81.1</d3p1:Latitude>
        <d3p1:Longitude>80.1</d3p1:Longitude>
        <d3p1:MappedAwayTeam>true</d3p1:MappedAwayTeam>
        <d3p1:MappedHomeTeam>true</d3p1:MappedHomeTeam>
        <d3p1:MatchHasChanged>true</d3p1:MatchHasChanged>
        <d3p1:MatchId>2</d3p1:MatchId>
        <d3p1:MatchNumber>sample string 3</d3p1:MatchNumber>
        <d3p1:MatchStartDate>2026-01-01T08:22:07.3175717+01:00</d3p1:MatchStartDate>
        <d3p1:MatchTitle>sample string 69</d3p1:MatchTitle>
        <d3p1:MatchTotalTime>26</d3p1:MatchTotalTime>
        <d3p1:MatchType>sample string 68</d3p1:MatchType>
        <d3p1:Name>sample string 72</d3p1:Name>
        <d3p1:NumberOfPlayers />
        <d3p1:OppmoteAwayTeam>60</d3p1:OppmoteAwayTeam>
        <d3p1:OppmoteHomeTeam>59</d3p1:OppmoteHomeTeam>
        <d3p1:Owner>sample string 74</d3p1:Owner>
        <d3p1:OwnerAwayTeamId>84123054-5947-434a-ad72-c04170448f24</d3p1:OwnerAwayTeamId>
        <d3p1:OwnerHomeTeamId>c6024384-cbfd-4150-a422-9d18dcd3fa0f</d3p1:OwnerHomeTeamId>
        <d3p1:OwnerId>sample string 75</d3p1:OwnerId>
        <d3p1:PlayersOnField>55</d3p1:PlayersOnField>
        <d3p1:Postponed>true</d3p1:Postponed>
        <d3p1:Reason>sample string 65</d3p1:Reason>
        <d3p1:RefereeClub>sample string 31</d3p1:RefereeClub>
        <d3p1:RefereeClubId>32</d3p1:RefereeClubId>
        <d3p1:RefereeEmail>sample string 28</d3p1:RefereeEmail>
        <d3p1:RefereeId>33</d3p1:RefereeId>
        <d3p1:RefereeInfo>
          <Active>true</Active>
          <Comments>sample string 10</Comments>
          <Email>sample string 18</Email>
          <JoinDate>2026-01-01T08:22:07.3175717+01:00</JoinDate>
          <LocalClubGuid>e9792edd-24a8-4928-9314-5747512aff9f</LocalClubGuid>
          <MatchStartDate>2026-01-01T08:22:07.3175717+01:00</MatchStartDate>
          <Matches>
            <d3p1:MatchList>
              <d3p1:AwayTeamClubId>7</d3p1:AwayTeamClubId>
              <d3p1:AwayTeamName>sample string 4</d3p1:AwayTeamName>
              <d3p1:HomeTeamClubId>6</d3p1:HomeTeamClubId>
              <d3p1:HomeTeamName>sample string 5</d3p1:HomeTeamName>
              <d3p1:MatchId>3</d3p1:MatchId>
              <d3p1:MatchStartDate>2026-01-01T08:22:07.3175717+01:00</d3p1:MatchStartDate>
              <d3p1:StadiumName>sample string 2</d3p1:StadiumName>
            </d3p1:MatchList>
            <d3p1:MatchList>
              <d3p1:AwayTeamClubId>7</d3p1:AwayTeamClubId>
              <d3p1:AwayTeamName>sample string 4</d3p1:AwayTeamName>
              <d3p1:HomeTeamClubId>6</d3p1:HomeTeamClubId>
              <d3p1:HomeTeamName>sample string 5</d3p1:HomeTeamName>
              <d3p1:MatchId>3</d3p1:MatchId>
              <d3p1:MatchStartDate>2026-01-01T08:22:07.3175717+01:00</d3p1:MatchStartDate>
              <d3p1:StadiumName>sample string 2</d3p1:StadiumName>
            </d3p1:MatchList>
          </Matches>
          <MatchesLastYear>true</MatchesLastYear>
          <MaxAge>11</MaxAge>
          <MinAge>12</MinAge>
          <MobilePhone>sample string 19</MobilePhone>
          <PersonInfoHidden>true</PersonInfoHidden>
          <RefereeClub>sample string 9</RefereeClub>
          <RefereeClubId>8</RefereeClubId>
          <RefereeName>sample string 16</RefereeName>
          <RefereeNumber>1</RefereeNumber>
          <RefereeType>sample string 7</RefereeType>
          <RefereeTypeId>6</RefereeTypeId>
          <RefereeUserId>d21682d4-df24-4849-ad53-8b02606093fb</RefereeUserId>
          <Salary>20.1</Salary>
          <StadiumName>sample string 14</StadiumName>
          <SuitableForTeam>true</SuitableForTeam>
        </d3p1:RefereeInfo>
        <d3p1:RefereeMobilePhone>sample string 29</d3p1:RefereeMobilePhone>
        <d3p1:RefereeName>sample string 34</d3p1:RefereeName>
        <d3p1:RefereeNoShow>true</d3p1:RefereeNoShow>
        <d3p1:RefereeNumber>35</d3p1:RefereeNumber>
        <d3p1:RefereePersonInfoHidden>true</d3p1:RefereePersonInfoHidden>
        <d3p1:RefereeUserId>sample string 73</d3p1:RefereeUserId>
        <d3p1:Rw>true</d3p1:Rw>
        <d3p1:SeasonId>36</d3p1:SeasonId>
        <d3p1:Spectators>37</d3p1:Spectators>
        <d3p1:StadiumId>38</d3p1:StadiumId>
        <d3p1:StadiumName>sample string 39</d3p1:StadiumName>
        <d3p1:TournamentId>40</d3p1:TournamentId>
        <d3p1:TournamentName>sample string 41</d3p1:TournamentName>
        <d3p1:TournamentRoundNumber>42</d3p1:TournamentRoundNumber>
        <d3p1:WalkOverAway>true</d3p1:WalkOverAway>
        <d3p1:WalkOverBoth>true</d3p1:WalkOverBoth>
        <d3p1:WalkOverHome>true</d3p1:WalkOverHome>
      </d3p1:NffMatch>
      <d3p1:NffMatch>
        <d3p1:AgeCategoryId>56</d3p1:AgeCategoryId>
        <d3p1:AwayTeamClubId>4</d3p1:AwayTeamClubId>
        <d3p1:AwayTeamContactPersonEmail>sample string 5</d3p1:AwayTeamContactPersonEmail>
        <d3p1:AwayTeamContactPersonInfoHidden>true</d3p1:AwayTeamContactPersonInfoHidden>
        <d3p1:AwayTeamContactPersonMobilePhone>sample string 7</d3p1:AwayTeamContactPersonMobilePhone>
        <d3p1:AwayTeamContactPersonName>sample string 8</d3p1:AwayTeamContactPersonName>
        <d3p1:AwayTeamGoals>9</d3p1:AwayTeamGoals>
        <d3p1:AwayTeamId>10</d3p1:AwayTeamId>
        <d3p1:AwayTeamName>sample string 11</d3p1:AwayTeamName>
        <d3p1:AwayTeamParticipants xmlns:d5p1="http://schemas.datacontract.org/2004/07/oiback.Models">
          <d5p1:Playerclass>
            <d5p1:AutoMember>true</d5p1:AutoMember>
            <d5p1:CompanyId>c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3</d5p1:CompanyId>
            <d5p1:Deltagelse>7</d5p1:Deltagelse>
            <d5p1:EventDate>2026-01-01T08:22:07.3175717+01:00</d5p1:EventDate>
            <d5p1:HasChanged>true</d5p1:HasChanged>
            <d5p1:Id>1</d5p1:Id>
            <d5p1:IsCoach>true</d5p1:IsCoach>
            <d5p1:IsHospitant>true</d5p1:IsHospitant>
            <d5p1:MatchId>5</d5p1:MatchId>
            <d5p1:Phone>sample string 8</d5p1:Phone>
            <d5p1:PlayerId>22081db8-9f52-4655-b34f-d341ce8233fe</d5p1:PlayerId>
            <d5p1:PlayerNumber>17</d5p1:PlayerNumber>
            <d5p1:Reason>sample string 9</d5p1:Reason>
            <d5p1:ReasonId>13</d5p1:ReasonId>
            <d5p1:Score>18.1</d5p1:Score>
            <d5p1:Selected>true</d5p1:Selected>
            <d5p1:SpillerNavn>sample string 3</d5p1:SpillerNavn>
            <d5p1:TeamId>4</d5p1:TeamId>
          </d5p1:Playerclass>
          <d5p1:Playerclass>
            <d5p1:AutoMember>true</d5p1:AutoMember>
            <d5p1:CompanyId>c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3</d5p1:CompanyId>
            <d5p1:Deltagelse>7</d5p1:Deltagelse>
            <d5p1:EventDate>2026-01-01T08:22:07.3175717+01:00</d5p1:EventDate>
            <d5p1:HasChanged>true</d5p1:HasChanged>
            <d5p1:Id>1</d5p1:Id>
            <d5p1:IsCoach>true</d5p1:IsCoach>
            <d5p1:IsHospitant>true</d5p1:IsHospitant>
            <d5p1:MatchId>5</d5p1:MatchId>
            <d5p1:Phone>sample string 8</d5p1:Phone>
            <d5p1:PlayerId>22081db8-9f52-4655-b34f-d341ce8233fe</d5p1:PlayerId>
            <d5p1:PlayerNumber>17</d5p1:PlayerNumber>
            <d5p1:Reason>sample string 9</d5p1:Reason>
            <d5p1:ReasonId>13</d5p1:ReasonId>
            <d5p1:Score>18.1</d5p1:Score>
            <d5p1:Selected>true</d5p1:Selected>
            <d5p1:SpillerNavn>sample string 3</d5p1:SpillerNavn>
            <d5p1:TeamId>4</d5p1:TeamId>
          </d5p1:Playerclass>
        </d3p1:AwayTeamParticipants>
        <d3p1:AwayTeamPlayerGroups>sample string 54</d3p1:AwayTeamPlayerGroups>
        <d3p1:Cancelled>true</d3p1:Cancelled>
        <d3p1:CustomBane>true</d3p1:CustomBane>
        <d3p1:CustomCanceled>true</d3p1:CustomCanceled>
        <d3p1:CustomLastChangeDate>2026-01-01T08:22:07.3175717+01:00</d3p1:CustomLastChangeDate>
        <d3p1:CustomMatchStartTime>true</d3p1:CustomMatchStartTime>
        <d3p1:CustomOmberammet>true</d3p1:CustomOmberammet>
        <d3p1:CustomReferee>true</d3p1:CustomReferee>
        <d3p1:CustomRefereeId>sample string 52</d3p1:CustomRefereeId>
        <d3p1:CustomStadium>true</d3p1:CustomStadium>
        <d3p1:Deltagelse>66</d3p1:Deltagelse>
        <d3p1:DistrictId>58</d3p1:DistrictId>
        <d3p1:Editable>true</d3p1:Editable>
        <d3p1:ExtendedProperties>
          <d3p1:AwayOppmoteMinutesBefore>4</d3p1:AwayOppmoteMinutesBefore>
          <d3p1:HomeOppmoteMinutesBefore>3</d3p1:HomeOppmoteMinutesBefore>
          <d3p1:Id>1</d3p1:Id>
          <d3p1:MatchId>2</d3p1:MatchId>
        </d3p1:ExtendedProperties>
        <d3p1:FinalResultApprovedByDistrict>true</d3p1:FinalResultApprovedByDistrict>
        <d3p1:FinalResultApprovedByReferee>true</d3p1:FinalResultApprovedByReferee>
        <d3p1:HomeTeamClubId>15</d3p1:HomeTeamClubId>
        <d3p1:HomeTeamContactPersonEmail>sample string 16</d3p1:HomeTeamContactPersonEmail>
        <d3p1:HomeTeamContactPersonInfoHidden>true</d3p1:HomeTeamContactPersonInfoHidden>
        <d3p1:HomeTeamContactPersonMobilePhone>sample string 18</d3p1:HomeTeamContactPersonMobilePhone>
        <d3p1:HomeTeamContactPersonName>sample string 19</d3p1:HomeTeamContactPersonName>
        <d3p1:HomeTeamGoals>20</d3p1:HomeTeamGoals>
        <d3p1:HomeTeamId>21</d3p1:HomeTeamId>
        <d3p1:HomeTeamName>sample string 22</d3p1:HomeTeamName>
        <d3p1:HomeTeamParticipants xmlns:d5p1="http://schemas.datacontract.org/2004/07/oiback.Models">
          <d5p1:Playerclass>
            <d5p1:AutoMember>true</d5p1:AutoMember>
            <d5p1:CompanyId>c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3</d5p1:CompanyId>
            <d5p1:Deltagelse>7</d5p1:Deltagelse>
            <d5p1:EventDate>2026-01-01T08:22:07.3175717+01:00</d5p1:EventDate>
            <d5p1:HasChanged>true</d5p1:HasChanged>
            <d5p1:Id>1</d5p1:Id>
            <d5p1:IsCoach>true</d5p1:IsCoach>
            <d5p1:IsHospitant>true</d5p1:IsHospitant>
            <d5p1:MatchId>5</d5p1:MatchId>
            <d5p1:Phone>sample string 8</d5p1:Phone>
            <d5p1:PlayerId>22081db8-9f52-4655-b34f-d341ce8233fe</d5p1:PlayerId>
            <d5p1:PlayerNumber>17</d5p1:PlayerNumber>
            <d5p1:Reason>sample string 9</d5p1:Reason>
            <d5p1:ReasonId>13</d5p1:ReasonId>
            <d5p1:Score>18.1</d5p1:Score>
            <d5p1:Selected>true</d5p1:Selected>
            <d5p1:SpillerNavn>sample string 3</d5p1:SpillerNavn>
            <d5p1:TeamId>4</d5p1:TeamId>
          </d5p1:Playerclass>
          <d5p1:Playerclass>
            <d5p1:AutoMember>true</d5p1:AutoMember>
            <d5p1:CompanyId>c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3</d5p1:CompanyId>
            <d5p1:Deltagelse>7</d5p1:Deltagelse>
            <d5p1:EventDate>2026-01-01T08:22:07.3175717+01:00</d5p1:EventDate>
            <d5p1:HasChanged>true</d5p1:HasChanged>
            <d5p1:Id>1</d5p1:Id>
            <d5p1:IsCoach>true</d5p1:IsCoach>
            <d5p1:IsHospitant>true</d5p1:IsHospitant>
            <d5p1:MatchId>5</d5p1:MatchId>
            <d5p1:Phone>sample string 8</d5p1:Phone>
            <d5p1:PlayerId>22081db8-9f52-4655-b34f-d341ce8233fe</d5p1:PlayerId>
            <d5p1:PlayerNumber>17</d5p1:PlayerNumber>
            <d5p1:Reason>sample string 9</d5p1:Reason>
            <d5p1:ReasonId>13</d5p1:ReasonId>
            <d5p1:Score>18.1</d5p1:Score>
            <d5p1:Selected>true</d5p1:Selected>
            <d5p1:SpillerNavn>sample string 3</d5p1:SpillerNavn>
            <d5p1:TeamId>4</d5p1:TeamId>
          </d5p1:Playerclass>
        </d3p1:HomeTeamParticipants>
        <d3p1:HomeTeamPlayerGroups>sample string 53</d3p1:HomeTeamPlayerGroups>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:Interrupted>true</d3p1:Interrupted>
        <d3p1:IsFinished>true</d3p1:IsFinished>
        <d3p1:IsHomeTeam>true</d3p1:IsHomeTeam>
        <d3p1:JustifyAge>64</d3p1:JustifyAge>
        <d3p1:LastChangedDate>2026-01-01T08:22:07.3175717+01:00</d3p1:LastChangedDate>
        <d3p1:Latitude>81.1</d3p1:Latitude>
        <d3p1:Longitude>80.1</d3p1:Longitude>
        <d3p1:MappedAwayTeam>true</d3p1:MappedAwayTeam>
        <d3p1:MappedHomeTeam>true</d3p1:MappedHomeTeam>
        <d3p1:MatchHasChanged>true</d3p1:MatchHasChanged>
        <d3p1:MatchId>2</d3p1:MatchId>
        <d3p1:MatchNumber>sample string 3</d3p1:MatchNumber>
        <d3p1:MatchStartDate>2026-01-01T08:22:07.3175717+01:00</d3p1:MatchStartDate>
        <d3p1:MatchTitle>sample string 69</d3p1:MatchTitle>
        <d3p1:MatchTotalTime>26</d3p1:MatchTotalTime>
        <d3p1:MatchType>sample string 68</d3p1:MatchType>
        <d3p1:Name>sample string 72</d3p1:Name>
        <d3p1:NumberOfPlayers />
        <d3p1:OppmoteAwayTeam>60</d3p1:OppmoteAwayTeam>
        <d3p1:OppmoteHomeTeam>59</d3p1:OppmoteHomeTeam>
        <d3p1:Owner>sample string 74</d3p1:Owner>
        <d3p1:OwnerAwayTeamId>84123054-5947-434a-ad72-c04170448f24</d3p1:OwnerAwayTeamId>
        <d3p1:OwnerHomeTeamId>c6024384-cbfd-4150-a422-9d18dcd3fa0f</d3p1:OwnerHomeTeamId>
        <d3p1:OwnerId>sample string 75</d3p1:OwnerId>
        <d3p1:PlayersOnField>55</d3p1:PlayersOnField>
        <d3p1:Postponed>true</d3p1:Postponed>
        <d3p1:Reason>sample string 65</d3p1:Reason>
        <d3p1:RefereeClub>sample string 31</d3p1:RefereeClub>
        <d3p1:RefereeClubId>32</d3p1:RefereeClubId>
        <d3p1:RefereeEmail>sample string 28</d3p1:RefereeEmail>
        <d3p1:RefereeId>33</d3p1:RefereeId>
        <d3p1:RefereeInfo>
          <Active>true</Active>
          <Comments>sample string 10</Comments>
          <Email>sample string 18</Email>
          <JoinDate>2026-01-01T08:22:07.3175717+01:00</JoinDate>
          <LocalClubGuid>e9792edd-24a8-4928-9314-5747512aff9f</LocalClubGuid>
          <MatchStartDate>2026-01-01T08:22:07.3175717+01:00</MatchStartDate>
          <Matches>
            <d3p1:MatchList>
              <d3p1:AwayTeamClubId>7</d3p1:AwayTeamClubId>
              <d3p1:AwayTeamName>sample string 4</d3p1:AwayTeamName>
              <d3p1:HomeTeamClubId>6</d3p1:HomeTeamClubId>
              <d3p1:HomeTeamName>sample string 5</d3p1:HomeTeamName>
              <d3p1:MatchId>3</d3p1:MatchId>
              <d3p1:MatchStartDate>2026-01-01T08:22:07.3175717+01:00</d3p1:MatchStartDate>
              <d3p1:StadiumName>sample string 2</d3p1:StadiumName>
            </d3p1:MatchList>
            <d3p1:MatchList>
              <d3p1:AwayTeamClubId>7</d3p1:AwayTeamClubId>
              <d3p1:AwayTeamName>sample string 4</d3p1:AwayTeamName>
              <d3p1:HomeTeamClubId>6</d3p1:HomeTeamClubId>
              <d3p1:HomeTeamName>sample string 5</d3p1:HomeTeamName>
              <d3p1:MatchId>3</d3p1:MatchId>
              <d3p1:MatchStartDate>2026-01-01T08:22:07.3175717+01:00</d3p1:MatchStartDate>
              <d3p1:StadiumName>sample string 2</d3p1:StadiumName>
            </d3p1:MatchList>
          </Matches>
          <MatchesLastYear>true</MatchesLastYear>
          <MaxAge>11</MaxAge>
          <MinAge>12</MinAge>
          <MobilePhone>sample string 19</MobilePhone>
          <PersonInfoHidden>true</PersonInfoHidden>
          <RefereeClub>sample string 9</RefereeClub>
          <RefereeClubId>8</RefereeClubId>
          <RefereeName>sample string 16</RefereeName>
          <RefereeNumber>1</RefereeNumber>
          <RefereeType>sample string 7</RefereeType>
          <RefereeTypeId>6</RefereeTypeId>
          <RefereeUserId>d21682d4-df24-4849-ad53-8b02606093fb</RefereeUserId>
          <Salary>20.1</Salary>
          <StadiumName>sample string 14</StadiumName>
          <SuitableForTeam>true</SuitableForTeam>
        </d3p1:RefereeInfo>
        <d3p1:RefereeMobilePhone>sample string 29</d3p1:RefereeMobilePhone>
        <d3p1:RefereeName>sample string 34</d3p1:RefereeName>
        <d3p1:RefereeNoShow>true</d3p1:RefereeNoShow>
        <d3p1:RefereeNumber>35</d3p1:RefereeNumber>
        <d3p1:RefereePersonInfoHidden>true</d3p1:RefereePersonInfoHidden>
        <d3p1:RefereeUserId>sample string 73</d3p1:RefereeUserId>
        <d3p1:Rw>true</d3p1:Rw>
        <d3p1:SeasonId>36</d3p1:SeasonId>
        <d3p1:Spectators>37</d3p1:Spectators>
        <d3p1:StadiumId>38</d3p1:StadiumId>
        <d3p1:StadiumName>sample string 39</d3p1:StadiumName>
        <d3p1:TournamentId>40</d3p1:TournamentId>
        <d3p1:TournamentName>sample string 41</d3p1:TournamentName>
        <d3p1:TournamentRoundNumber>42</d3p1:TournamentRoundNumber>
        <d3p1:WalkOverAway>true</d3p1:WalkOverAway>
        <d3p1:WalkOverBoth>true</d3p1:WalkOverBoth>
        <d3p1:WalkOverHome>true</d3p1:WalkOverHome>
      </d3p1:NffMatch>
    </Matcher>
    <NffClubId>4</NffClubId>
    <NffTeamId>3</NffTeamId>
    <NumberOfPlayers>7</NumberOfPlayers>
    <OppmoteMinutesBefore>9</OppmoteMinutesBefore>
    <SeasonEndDate>2026-01-01T08:22:07.3019461+01:00</SeasonEndDate>
    <SeasonId>13</SeasonId>
    <SeasonName>sample string 14</SeasonName>
    <SeasonStartDate>2026-01-01T08:22:07.3019461+01:00</SeasonStartDate>
    <ShowMissingPlayers>true</ShowMissingPlayers>
    <TeamGroupId>11</TeamGroupId>
    <TeamGroupIdentifyer>sample string 18</TeamGroupIdentifyer>
    <TeamId>b9d19b67-021f-41b0-a25e-0a3ce808a9f6</TeamId>
    <TeamLevel>8</TeamLevel>
    <TeamName>sample string 5</TeamName>
    <ToBeDeleted>true</ToBeDeleted>
  </MappedTeam>
  <MappedTeam>
    <Archive>true</Archive>
    <Id>1</Id>
    <MappedTeamName>sample string 6</MappedTeamName>
    <Matcher xmlns:d3p1="http://schemas.datacontract.org/2004/07/oiback.Classes">
      <d3p1:NffMatch>
        <d3p1:AgeCategoryId>56</d3p1:AgeCategoryId>
        <d3p1:AwayTeamClubId>4</d3p1:AwayTeamClubId>
        <d3p1:AwayTeamContactPersonEmail>sample string 5</d3p1:AwayTeamContactPersonEmail>
        <d3p1:AwayTeamContactPersonInfoHidden>true</d3p1:AwayTeamContactPersonInfoHidden>
        <d3p1:AwayTeamContactPersonMobilePhone>sample string 7</d3p1:AwayTeamContactPersonMobilePhone>
        <d3p1:AwayTeamContactPersonName>sample string 8</d3p1:AwayTeamContactPersonName>
        <d3p1:AwayTeamGoals>9</d3p1:AwayTeamGoals>
        <d3p1:AwayTeamId>10</d3p1:AwayTeamId>
        <d3p1:AwayTeamName>sample string 11</d3p1:AwayTeamName>
        <d3p1:AwayTeamParticipants xmlns:d5p1="http://schemas.datacontract.org/2004/07/oiback.Models">
          <d5p1:Playerclass>
            <d5p1:AutoMember>true</d5p1:AutoMember>
            <d5p1:CompanyId>c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3</d5p1:CompanyId>
            <d5p1:Deltagelse>7</d5p1:Deltagelse>
            <d5p1:EventDate>2026-01-01T08:22:07.3175717+01:00</d5p1:EventDate>
            <d5p1:HasChanged>true</d5p1:HasChanged>
            <d5p1:Id>1</d5p1:Id>
            <d5p1:IsCoach>true</d5p1:IsCoach>
            <d5p1:IsHospitant>true</d5p1:IsHospitant>
            <d5p1:MatchId>5</d5p1:MatchId>
            <d5p1:Phone>sample string 8</d5p1:Phone>
            <d5p1:PlayerId>22081db8-9f52-4655-b34f-d341ce8233fe</d5p1:PlayerId>
            <d5p1:PlayerNumber>17</d5p1:PlayerNumber>
            <d5p1:Reason>sample string 9</d5p1:Reason>
            <d5p1:ReasonId>13</d5p1:ReasonId>
            <d5p1:Score>18.1</d5p1:Score>
            <d5p1:Selected>true</d5p1:Selected>
            <d5p1:SpillerNavn>sample string 3</d5p1:SpillerNavn>
            <d5p1:TeamId>4</d5p1:TeamId>
          </d5p1:Playerclass>
          <d5p1:Playerclass>
            <d5p1:AutoMember>true</d5p1:AutoMember>
            <d5p1:CompanyId>c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3</d5p1:CompanyId>
            <d5p1:Deltagelse>7</d5p1:Deltagelse>
            <d5p1:EventDate>2026-01-01T08:22:07.3175717+01:00</d5p1:EventDate>
            <d5p1:HasChanged>true</d5p1:HasChanged>
            <d5p1:Id>1</d5p1:Id>
            <d5p1:IsCoach>true</d5p1:IsCoach>
            <d5p1:IsHospitant>true</d5p1:IsHospitant>
            <d5p1:MatchId>5</d5p1:MatchId>
            <d5p1:Phone>sample string 8</d5p1:Phone>
            <d5p1:PlayerId>22081db8-9f52-4655-b34f-d341ce8233fe</d5p1:PlayerId>
            <d5p1:PlayerNumber>17</d5p1:PlayerNumber>
            <d5p1:Reason>sample string 9</d5p1:Reason>
            <d5p1:ReasonId>13</d5p1:ReasonId>
            <d5p1:Score>18.1</d5p1:Score>
            <d5p1:Selected>true</d5p1:Selected>
            <d5p1:SpillerNavn>sample string 3</d5p1:SpillerNavn>
            <d5p1:TeamId>4</d5p1:TeamId>
          </d5p1:Playerclass>
        </d3p1:AwayTeamParticipants>
        <d3p1:AwayTeamPlayerGroups>sample string 54</d3p1:AwayTeamPlayerGroups>
        <d3p1:Cancelled>true</d3p1:Cancelled>
        <d3p1:CustomBane>true</d3p1:CustomBane>
        <d3p1:CustomCanceled>true</d3p1:CustomCanceled>
        <d3p1:CustomLastChangeDate>2026-01-01T08:22:07.3175717+01:00</d3p1:CustomLastChangeDate>
        <d3p1:CustomMatchStartTime>true</d3p1:CustomMatchStartTime>
        <d3p1:CustomOmberammet>true</d3p1:CustomOmberammet>
        <d3p1:CustomReferee>true</d3p1:CustomReferee>
        <d3p1:CustomRefereeId>sample string 52</d3p1:CustomRefereeId>
        <d3p1:CustomStadium>true</d3p1:CustomStadium>
        <d3p1:Deltagelse>66</d3p1:Deltagelse>
        <d3p1:DistrictId>58</d3p1:DistrictId>
        <d3p1:Editable>true</d3p1:Editable>
        <d3p1:ExtendedProperties>
          <d3p1:AwayOppmoteMinutesBefore>4</d3p1:AwayOppmoteMinutesBefore>
          <d3p1:HomeOppmoteMinutesBefore>3</d3p1:HomeOppmoteMinutesBefore>
          <d3p1:Id>1</d3p1:Id>
          <d3p1:MatchId>2</d3p1:MatchId>
        </d3p1:ExtendedProperties>
        <d3p1:FinalResultApprovedByDistrict>true</d3p1:FinalResultApprovedByDistrict>
        <d3p1:FinalResultApprovedByReferee>true</d3p1:FinalResultApprovedByReferee>
        <d3p1:HomeTeamClubId>15</d3p1:HomeTeamClubId>
        <d3p1:HomeTeamContactPersonEmail>sample string 16</d3p1:HomeTeamContactPersonEmail>
        <d3p1:HomeTeamContactPersonInfoHidden>true</d3p1:HomeTeamContactPersonInfoHidden>
        <d3p1:HomeTeamContactPersonMobilePhone>sample string 18</d3p1:HomeTeamContactPersonMobilePhone>
        <d3p1:HomeTeamContactPersonName>sample string 19</d3p1:HomeTeamContactPersonName>
        <d3p1:HomeTeamGoals>20</d3p1:HomeTeamGoals>
        <d3p1:HomeTeamId>21</d3p1:HomeTeamId>
        <d3p1:HomeTeamName>sample string 22</d3p1:HomeTeamName>
        <d3p1:HomeTeamParticipants xmlns:d5p1="http://schemas.datacontract.org/2004/07/oiback.Models">
          <d5p1:Playerclass>
            <d5p1:AutoMember>true</d5p1:AutoMember>
            <d5p1:CompanyId>c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3</d5p1:CompanyId>
            <d5p1:Deltagelse>7</d5p1:Deltagelse>
            <d5p1:EventDate>2026-01-01T08:22:07.3175717+01:00</d5p1:EventDate>
            <d5p1:HasChanged>true</d5p1:HasChanged>
            <d5p1:Id>1</d5p1:Id>
            <d5p1:IsCoach>true</d5p1:IsCoach>
            <d5p1:IsHospitant>true</d5p1:IsHospitant>
            <d5p1:MatchId>5</d5p1:MatchId>
            <d5p1:Phone>sample string 8</d5p1:Phone>
            <d5p1:PlayerId>22081db8-9f52-4655-b34f-d341ce8233fe</d5p1:PlayerId>
            <d5p1:PlayerNumber>17</d5p1:PlayerNumber>
            <d5p1:Reason>sample string 9</d5p1:Reason>
            <d5p1:ReasonId>13</d5p1:ReasonId>
            <d5p1:Score>18.1</d5p1:Score>
            <d5p1:Selected>true</d5p1:Selected>
            <d5p1:SpillerNavn>sample string 3</d5p1:SpillerNavn>
            <d5p1:TeamId>4</d5p1:TeamId>
          </d5p1:Playerclass>
          <d5p1:Playerclass>
            <d5p1:AutoMember>true</d5p1:AutoMember>
            <d5p1:CompanyId>c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3</d5p1:CompanyId>
            <d5p1:Deltagelse>7</d5p1:Deltagelse>
            <d5p1:EventDate>2026-01-01T08:22:07.3175717+01:00</d5p1:EventDate>
            <d5p1:HasChanged>true</d5p1:HasChanged>
            <d5p1:Id>1</d5p1:Id>
            <d5p1:IsCoach>true</d5p1:IsCoach>
            <d5p1:IsHospitant>true</d5p1:IsHospitant>
            <d5p1:MatchId>5</d5p1:MatchId>
            <d5p1:Phone>sample string 8</d5p1:Phone>
            <d5p1:PlayerId>22081db8-9f52-4655-b34f-d341ce8233fe</d5p1:PlayerId>
            <d5p1:PlayerNumber>17</d5p1:PlayerNumber>
            <d5p1:Reason>sample string 9</d5p1:Reason>
            <d5p1:ReasonId>13</d5p1:ReasonId>
            <d5p1:Score>18.1</d5p1:Score>
            <d5p1:Selected>true</d5p1:Selected>
            <d5p1:SpillerNavn>sample string 3</d5p1:SpillerNavn>
            <d5p1:TeamId>4</d5p1:TeamId>
          </d5p1:Playerclass>
        </d3p1:HomeTeamParticipants>
        <d3p1:HomeTeamPlayerGroups>sample string 53</d3p1:HomeTeamPlayerGroups>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:Interrupted>true</d3p1:Interrupted>
        <d3p1:IsFinished>true</d3p1:IsFinished>
        <d3p1:IsHomeTeam>true</d3p1:IsHomeTeam>
        <d3p1:JustifyAge>64</d3p1:JustifyAge>
        <d3p1:LastChangedDate>2026-01-01T08:22:07.3175717+01:00</d3p1:LastChangedDate>
        <d3p1:Latitude>81.1</d3p1:Latitude>
        <d3p1:Longitude>80.1</d3p1:Longitude>
        <d3p1:MappedAwayTeam>true</d3p1:MappedAwayTeam>
        <d3p1:MappedHomeTeam>true</d3p1:MappedHomeTeam>
        <d3p1:MatchHasChanged>true</d3p1:MatchHasChanged>
        <d3p1:MatchId>2</d3p1:MatchId>
        <d3p1:MatchNumber>sample string 3</d3p1:MatchNumber>
        <d3p1:MatchStartDate>2026-01-01T08:22:07.3175717+01:00</d3p1:MatchStartDate>
        <d3p1:MatchTitle>sample string 69</d3p1:MatchTitle>
        <d3p1:MatchTotalTime>26</d3p1:MatchTotalTime>
        <d3p1:MatchType>sample string 68</d3p1:MatchType>
        <d3p1:Name>sample string 72</d3p1:Name>
        <d3p1:NumberOfPlayers />
        <d3p1:OppmoteAwayTeam>60</d3p1:OppmoteAwayTeam>
        <d3p1:OppmoteHomeTeam>59</d3p1:OppmoteHomeTeam>
        <d3p1:Owner>sample string 74</d3p1:Owner>
        <d3p1:OwnerAwayTeamId>84123054-5947-434a-ad72-c04170448f24</d3p1:OwnerAwayTeamId>
        <d3p1:OwnerHomeTeamId>c6024384-cbfd-4150-a422-9d18dcd3fa0f</d3p1:OwnerHomeTeamId>
        <d3p1:OwnerId>sample string 75</d3p1:OwnerId>
        <d3p1:PlayersOnField>55</d3p1:PlayersOnField>
        <d3p1:Postponed>true</d3p1:Postponed>
        <d3p1:Reason>sample string 65</d3p1:Reason>
        <d3p1:RefereeClub>sample string 31</d3p1:RefereeClub>
        <d3p1:RefereeClubId>32</d3p1:RefereeClubId>
        <d3p1:RefereeEmail>sample string 28</d3p1:RefereeEmail>
        <d3p1:RefereeId>33</d3p1:RefereeId>
        <d3p1:RefereeInfo>
          <Active>true</Active>
          <Comments>sample string 10</Comments>
          <Email>sample string 18</Email>
          <JoinDate>2026-01-01T08:22:07.3175717+01:00</JoinDate>
          <LocalClubGuid>e9792edd-24a8-4928-9314-5747512aff9f</LocalClubGuid>
          <MatchStartDate>2026-01-01T08:22:07.3175717+01:00</MatchStartDate>
          <Matches>
            <d3p1:MatchList>
              <d3p1:AwayTeamClubId>7</d3p1:AwayTeamClubId>
              <d3p1:AwayTeamName>sample string 4</d3p1:AwayTeamName>
              <d3p1:HomeTeamClubId>6</d3p1:HomeTeamClubId>
              <d3p1:HomeTeamName>sample string 5</d3p1:HomeTeamName>
              <d3p1:MatchId>3</d3p1:MatchId>
              <d3p1:MatchStartDate>2026-01-01T08:22:07.3175717+01:00</d3p1:MatchStartDate>
              <d3p1:StadiumName>sample string 2</d3p1:StadiumName>
            </d3p1:MatchList>
            <d3p1:MatchList>
              <d3p1:AwayTeamClubId>7</d3p1:AwayTeamClubId>
              <d3p1:AwayTeamName>sample string 4</d3p1:AwayTeamName>
              <d3p1:HomeTeamClubId>6</d3p1:HomeTeamClubId>
              <d3p1:HomeTeamName>sample string 5</d3p1:HomeTeamName>
              <d3p1:MatchId>3</d3p1:MatchId>
              <d3p1:MatchStartDate>2026-01-01T08:22:07.3175717+01:00</d3p1:MatchStartDate>
              <d3p1:StadiumName>sample string 2</d3p1:StadiumName>
            </d3p1:MatchList>
          </Matches>
          <MatchesLastYear>true</MatchesLastYear>
          <MaxAge>11</MaxAge>
          <MinAge>12</MinAge>
          <MobilePhone>sample string 19</MobilePhone>
          <PersonInfoHidden>true</PersonInfoHidden>
          <RefereeClub>sample string 9</RefereeClub>
          <RefereeClubId>8</RefereeClubId>
          <RefereeName>sample string 16</RefereeName>
          <RefereeNumber>1</RefereeNumber>
          <RefereeType>sample string 7</RefereeType>
          <RefereeTypeId>6</RefereeTypeId>
          <RefereeUserId>d21682d4-df24-4849-ad53-8b02606093fb</RefereeUserId>
          <Salary>20.1</Salary>
          <StadiumName>sample string 14</StadiumName>
          <SuitableForTeam>true</SuitableForTeam>
        </d3p1:RefereeInfo>
        <d3p1:RefereeMobilePhone>sample string 29</d3p1:RefereeMobilePhone>
        <d3p1:RefereeName>sample string 34</d3p1:RefereeName>
        <d3p1:RefereeNoShow>true</d3p1:RefereeNoShow>
        <d3p1:RefereeNumber>35</d3p1:RefereeNumber>
        <d3p1:RefereePersonInfoHidden>true</d3p1:RefereePersonInfoHidden>
        <d3p1:RefereeUserId>sample string 73</d3p1:RefereeUserId>
        <d3p1:Rw>true</d3p1:Rw>
        <d3p1:SeasonId>36</d3p1:SeasonId>
        <d3p1:Spectators>37</d3p1:Spectators>
        <d3p1:StadiumId>38</d3p1:StadiumId>
        <d3p1:StadiumName>sample string 39</d3p1:StadiumName>
        <d3p1:TournamentId>40</d3p1:TournamentId>
        <d3p1:TournamentName>sample string 41</d3p1:TournamentName>
        <d3p1:TournamentRoundNumber>42</d3p1:TournamentRoundNumber>
        <d3p1:WalkOverAway>true</d3p1:WalkOverAway>
        <d3p1:WalkOverBoth>true</d3p1:WalkOverBoth>
        <d3p1:WalkOverHome>true</d3p1:WalkOverHome>
      </d3p1:NffMatch>
      <d3p1:NffMatch>
        <d3p1:AgeCategoryId>56</d3p1:AgeCategoryId>
        <d3p1:AwayTeamClubId>4</d3p1:AwayTeamClubId>
        <d3p1:AwayTeamContactPersonEmail>sample string 5</d3p1:AwayTeamContactPersonEmail>
        <d3p1:AwayTeamContactPersonInfoHidden>true</d3p1:AwayTeamContactPersonInfoHidden>
        <d3p1:AwayTeamContactPersonMobilePhone>sample string 7</d3p1:AwayTeamContactPersonMobilePhone>
        <d3p1:AwayTeamContactPersonName>sample string 8</d3p1:AwayTeamContactPersonName>
        <d3p1:AwayTeamGoals>9</d3p1:AwayTeamGoals>
        <d3p1:AwayTeamId>10</d3p1:AwayTeamId>
        <d3p1:AwayTeamName>sample string 11</d3p1:AwayTeamName>
        <d3p1:AwayTeamParticipants xmlns:d5p1="http://schemas.datacontract.org/2004/07/oiback.Models">
          <d5p1:Playerclass>
            <d5p1:AutoMember>true</d5p1:AutoMember>
            <d5p1:CompanyId>c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3</d5p1:CompanyId>
            <d5p1:Deltagelse>7</d5p1:Deltagelse>
            <d5p1:EventDate>2026-01-01T08:22:07.3175717+01:00</d5p1:EventDate>
            <d5p1:HasChanged>true</d5p1:HasChanged>
            <d5p1:Id>1</d5p1:Id>
            <d5p1:IsCoach>true</d5p1:IsCoach>
            <d5p1:IsHospitant>true</d5p1:IsHospitant>
            <d5p1:MatchId>5</d5p1:MatchId>
            <d5p1:Phone>sample string 8</d5p1:Phone>
            <d5p1:PlayerId>22081db8-9f52-4655-b34f-d341ce8233fe</d5p1:PlayerId>
            <d5p1:PlayerNumber>17</d5p1:PlayerNumber>
            <d5p1:Reason>sample string 9</d5p1:Reason>
            <d5p1:ReasonId>13</d5p1:ReasonId>
            <d5p1:Score>18.1</d5p1:Score>
            <d5p1:Selected>true</d5p1:Selected>
            <d5p1:SpillerNavn>sample string 3</d5p1:SpillerNavn>
            <d5p1:TeamId>4</d5p1:TeamId>
          </d5p1:Playerclass>
          <d5p1:Playerclass>
            <d5p1:AutoMember>true</d5p1:AutoMember>
            <d5p1:CompanyId>c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3</d5p1:CompanyId>
            <d5p1:Deltagelse>7</d5p1:Deltagelse>
            <d5p1:EventDate>2026-01-01T08:22:07.3175717+01:00</d5p1:EventDate>
            <d5p1:HasChanged>true</d5p1:HasChanged>
            <d5p1:Id>1</d5p1:Id>
            <d5p1:IsCoach>true</d5p1:IsCoach>
            <d5p1:IsHospitant>true</d5p1:IsHospitant>
            <d5p1:MatchId>5</d5p1:MatchId>
            <d5p1:Phone>sample string 8</d5p1:Phone>
            <d5p1:PlayerId>22081db8-9f52-4655-b34f-d341ce8233fe</d5p1:PlayerId>
            <d5p1:PlayerNumber>17</d5p1:PlayerNumber>
            <d5p1:Reason>sample string 9</d5p1:Reason>
            <d5p1:ReasonId>13</d5p1:ReasonId>
            <d5p1:Score>18.1</d5p1:Score>
            <d5p1:Selected>true</d5p1:Selected>
            <d5p1:SpillerNavn>sample string 3</d5p1:SpillerNavn>
            <d5p1:TeamId>4</d5p1:TeamId>
          </d5p1:Playerclass>
        </d3p1:AwayTeamParticipants>
        <d3p1:AwayTeamPlayerGroups>sample string 54</d3p1:AwayTeamPlayerGroups>
        <d3p1:Cancelled>true</d3p1:Cancelled>
        <d3p1:CustomBane>true</d3p1:CustomBane>
        <d3p1:CustomCanceled>true</d3p1:CustomCanceled>
        <d3p1:CustomLastChangeDate>2026-01-01T08:22:07.3175717+01:00</d3p1:CustomLastChangeDate>
        <d3p1:CustomMatchStartTime>true</d3p1:CustomMatchStartTime>
        <d3p1:CustomOmberammet>true</d3p1:CustomOmberammet>
        <d3p1:CustomReferee>true</d3p1:CustomReferee>
        <d3p1:CustomRefereeId>sample string 52</d3p1:CustomRefereeId>
        <d3p1:CustomStadium>true</d3p1:CustomStadium>
        <d3p1:Deltagelse>66</d3p1:Deltagelse>
        <d3p1:DistrictId>58</d3p1:DistrictId>
        <d3p1:Editable>true</d3p1:Editable>
        <d3p1:ExtendedProperties>
          <d3p1:AwayOppmoteMinutesBefore>4</d3p1:AwayOppmoteMinutesBefore>
          <d3p1:HomeOppmoteMinutesBefore>3</d3p1:HomeOppmoteMinutesBefore>
          <d3p1:Id>1</d3p1:Id>
          <d3p1:MatchId>2</d3p1:MatchId>
        </d3p1:ExtendedProperties>
        <d3p1:FinalResultApprovedByDistrict>true</d3p1:FinalResultApprovedByDistrict>
        <d3p1:FinalResultApprovedByReferee>true</d3p1:FinalResultApprovedByReferee>
        <d3p1:HomeTeamClubId>15</d3p1:HomeTeamClubId>
        <d3p1:HomeTeamContactPersonEmail>sample string 16</d3p1:HomeTeamContactPersonEmail>
        <d3p1:HomeTeamContactPersonInfoHidden>true</d3p1:HomeTeamContactPersonInfoHidden>
        <d3p1:HomeTeamContactPersonMobilePhone>sample string 18</d3p1:HomeTeamContactPersonMobilePhone>
        <d3p1:HomeTeamContactPersonName>sample string 19</d3p1:HomeTeamContactPersonName>
        <d3p1:HomeTeamGoals>20</d3p1:HomeTeamGoals>
        <d3p1:HomeTeamId>21</d3p1:HomeTeamId>
        <d3p1:HomeTeamName>sample string 22</d3p1:HomeTeamName>
        <d3p1:HomeTeamParticipants xmlns:d5p1="http://schemas.datacontract.org/2004/07/oiback.Models">
          <d5p1:Playerclass>
            <d5p1:AutoMember>true</d5p1:AutoMember>
            <d5p1:CompanyId>c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3</d5p1:CompanyId>
            <d5p1:Deltagelse>7</d5p1:Deltagelse>
            <d5p1:EventDate>2026-01-01T08:22:07.3175717+01:00</d5p1:EventDate>
            <d5p1:HasChanged>true</d5p1:HasChanged>
            <d5p1:Id>1</d5p1:Id>
            <d5p1:IsCoach>true</d5p1:IsCoach>
            <d5p1:IsHospitant>true</d5p1:IsHospitant>
            <d5p1:MatchId>5</d5p1:MatchId>
            <d5p1:Phone>sample string 8</d5p1:Phone>
            <d5p1:PlayerId>22081db8-9f52-4655-b34f-d341ce8233fe</d5p1:PlayerId>
            <d5p1:PlayerNumber>17</d5p1:PlayerNumber>
            <d5p1:Reason>sample string 9</d5p1:Reason>
            <d5p1:ReasonId>13</d5p1:ReasonId>
            <d5p1:Score>18.1</d5p1:Score>
            <d5p1:Selected>true</d5p1:Selected>
            <d5p1:SpillerNavn>sample string 3</d5p1:SpillerNavn>
            <d5p1:TeamId>4</d5p1:TeamId>
          </d5p1:Playerclass>
          <d5p1:Playerclass>
            <d5p1:AutoMember>true</d5p1:AutoMember>
            <d5p1:CompanyId>c8e3a92f-d4f6-42ed-ace9-98ab8fb52ea3</d5p1:CompanyId>
            <d5p1:Deltagelse>7</d5p1:Deltagelse>
            <d5p1:EventDate>2026-01-01T08:22:07.3175717+01:00</d5p1:EventDate>
            <d5p1:HasChanged>true</d5p1:HasChanged>
            <d5p1:Id>1</d5p1:Id>
            <d5p1:IsCoach>true</d5p1:IsCoach>
            <d5p1:IsHospitant>true</d5p1:IsHospitant>
            <d5p1:MatchId>5</d5p1:MatchId>
            <d5p1:Phone>sample string 8</d5p1:Phone>
            <d5p1:PlayerId>22081db8-9f52-4655-b34f-d341ce8233fe</d5p1:PlayerId>
            <d5p1:PlayerNumber>17</d5p1:PlayerNumber>
            <d5p1:Reason>sample string 9</d5p1:Reason>
            <d5p1:ReasonId>13</d5p1:ReasonId>
            <d5p1:Score>18.1</d5p1:Score>
            <d5p1:Selected>true</d5p1:Selected>
            <d5p1:SpillerNavn>sample string 3</d5p1:SpillerNavn>
            <d5p1:TeamId>4</d5p1:TeamId>
          </d5p1:Playerclass>
        </d3p1:HomeTeamParticipants>
        <d3p1:HomeTeamPlayerGroups>sample string 53</d3p1:HomeTeamPlayerGroups>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:Interrupted>true</d3p1:Interrupted>
        <d3p1:IsFinished>true</d3p1:IsFinished>
        <d3p1:IsHomeTeam>true</d3p1:IsHomeTeam>
        <d3p1:JustifyAge>64</d3p1:JustifyAge>
        <d3p1:LastChangedDate>2026-01-01T08:22:07.3175717+01:00</d3p1:LastChangedDate>
        <d3p1:Latitude>81.1</d3p1:Latitude>
        <d3p1:Longitude>80.1</d3p1:Longitude>
        <d3p1:MappedAwayTeam>true</d3p1:MappedAwayTeam>
        <d3p1:MappedHomeTeam>true</d3p1:MappedHomeTeam>
        <d3p1:MatchHasChanged>true</d3p1:MatchHasChanged>
        <d3p1:MatchId>2</d3p1:MatchId>
        <d3p1:MatchNumber>sample string 3</d3p1:MatchNumber>
        <d3p1:MatchStartDate>2026-01-01T08:22:07.3175717+01:00</d3p1:MatchStartDate>
        <d3p1:MatchTitle>sample string 69</d3p1:MatchTitle>
        <d3p1:MatchTotalTime>26</d3p1:MatchTotalTime>
        <d3p1:MatchType>sample string 68</d3p1:MatchType>
        <d3p1:Name>sample string 72</d3p1:Name>
        <d3p1:NumberOfPlayers />
        <d3p1:OppmoteAwayTeam>60</d3p1:OppmoteAwayTeam>
        <d3p1:OppmoteHomeTeam>59</d3p1:OppmoteHomeTeam>
        <d3p1:Owner>sample string 74</d3p1:Owner>
        <d3p1:OwnerAwayTeamId>84123054-5947-434a-ad72-c04170448f24</d3p1:OwnerAwayTeamId>
        <d3p1:OwnerHomeTeamId>c6024384-cbfd-4150-a422-9d18dcd3fa0f</d3p1:OwnerHomeTeamId>
        <d3p1:OwnerId>sample string 75</d3p1:OwnerId>
        <d3p1:PlayersOnField>55</d3p1:PlayersOnField>
        <d3p1:Postponed>true</d3p1:Postponed>
        <d3p1:Reason>sample string 65</d3p1:Reason>
        <d3p1:RefereeClub>sample string 31</d3p1:RefereeClub>
        <d3p1:RefereeClubId>32</d3p1:RefereeClubId>
        <d3p1:RefereeEmail>sample string 28</d3p1:RefereeEmail>
        <d3p1:RefereeId>33</d3p1:RefereeId>
        <d3p1:RefereeInfo>
          <Active>true</Active>
          <Comments>sample string 10</Comments>
          <Email>sample string 18</Email>
          <JoinDate>2026-01-01T08:22:07.3175717+01:00</JoinDate>
          <LocalClubGuid>e9792edd-24a8-4928-9314-5747512aff9f</LocalClubGuid>
          <MatchStartDate>2026-01-01T08:22:07.3175717+01:00</MatchStartDate>
          <Matches>
            <d3p1:MatchList>
              <d3p1:AwayTeamClubId>7</d3p1:AwayTeamClubId>
              <d3p1:AwayTeamName>sample string 4</d3p1:AwayTeamName>
              <d3p1:HomeTeamClubId>6</d3p1:HomeTeamClubId>
              <d3p1:HomeTeamName>sample string 5</d3p1:HomeTeamName>
              <d3p1:MatchId>3</d3p1:MatchId>
              <d3p1:MatchStartDate>2026-01-01T08:22:07.3175717+01:00</d3p1:MatchStartDate>
              <d3p1:StadiumName>sample string 2</d3p1:StadiumName>
            </d3p1:MatchList>
            <d3p1:MatchList>
              <d3p1:AwayTeamClubId>7</d3p1:AwayTeamClubId>
              <d3p1:AwayTeamName>sample string 4</d3p1:AwayTeamName>
              <d3p1:HomeTeamClubId>6</d3p1:HomeTeamClubId>
              <d3p1:HomeTeamName>sample string 5</d3p1:HomeTeamName>
              <d3p1:MatchId>3</d3p1:MatchId>
              <d3p1:MatchStartDate>2026-01-01T08:22:07.3175717+01:00</d3p1:MatchStartDate>
              <d3p1:StadiumName>sample string 2</d3p1:StadiumName>
            </d3p1:MatchList>
          </Matches>
          <MatchesLastYear>true</MatchesLastYear>
          <MaxAge>11</MaxAge>
          <MinAge>12</MinAge>
          <MobilePhone>sample string 19</MobilePhone>
          <PersonInfoHidden>true</PersonInfoHidden>
          <RefereeClub>sample string 9</RefereeClub>
          <RefereeClubId>8</RefereeClubId>
          <RefereeName>sample string 16</RefereeName>
          <RefereeNumber>1</RefereeNumber>
          <RefereeType>sample string 7</RefereeType>
          <RefereeTypeId>6</RefereeTypeId>
          <RefereeUserId>d21682d4-df24-4849-ad53-8b02606093fb</RefereeUserId>
          <Salary>20.1</Salary>
          <StadiumName>sample string 14</StadiumName>
          <SuitableForTeam>true</SuitableForTeam>
        </d3p1:RefereeInfo>
        <d3p1:RefereeMobilePhone>sample string 29</d3p1:RefereeMobilePhone>
        <d3p1:RefereeName>sample string 34</d3p1:RefereeName>
        <d3p1:RefereeNoShow>true</d3p1:RefereeNoShow>
        <d3p1:RefereeNumber>35</d3p1:RefereeNumber>
        <d3p1:RefereePersonInfoHidden>true</d3p1:RefereePersonInfoHidden>
        <d3p1:RefereeUserId>sample string 73</d3p1:RefereeUserId>
        <d3p1:Rw>true</d3p1:Rw>
        <d3p1:SeasonId>36</d3p1:SeasonId>
        <d3p1:Spectators>37</d3p1:Spectators>
        <d3p1:StadiumId>38</d3p1:StadiumId>
        <d3p1:StadiumName>sample string 39</d3p1:StadiumName>
        <d3p1:TournamentId>40</d3p1:TournamentId>
        <d3p1:TournamentName>sample string 41</d3p1:TournamentName>
        <d3p1:TournamentRoundNumber>42</d3p1:TournamentRoundNumber>
        <d3p1:WalkOverAway>true</d3p1:WalkOverAway>
        <d3p1:WalkOverBoth>true</d3p1:WalkOverBoth>
        <d3p1:WalkOverHome>true</d3p1:WalkOverHome>
      </d3p1:NffMatch>
    </Matcher>
    <NffClubId>4</NffClubId>
    <NffTeamId>3</NffTeamId>
    <NumberOfPlayers>7</NumberOfPlayers>
    <OppmoteMinutesBefore>9</OppmoteMinutesBefore>
    <SeasonEndDate>2026-01-01T08:22:07.3019461+01:00</SeasonEndDate>
    <SeasonId>13</SeasonId>
    <SeasonName>sample string 14</SeasonName>
    <SeasonStartDate>2026-01-01T08:22:07.3019461+01:00</SeasonStartDate>
    <ShowMissingPlayers>true</ShowMissingPlayers>
    <TeamGroupId>11</TeamGroupId>
    <TeamGroupIdentifyer>sample string 18</TeamGroupIdentifyer>
    <TeamId>b9d19b67-021f-41b0-a25e-0a3ce808a9f6</TeamId>
    <TeamLevel>8</TeamLevel>
    <TeamName>sample string 5</TeamName>
    <ToBeDeleted>true</ToBeDeleted>
  </MappedTeam>
</ArrayOfMappedTeam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.