POST api/V2/referee/saveReferee

Saves a referee V3 API

Request Information

URI Parameters

None.

Body Parameters

Referee
NameDescriptionTypeAdditional information
FirstName

string

None.

SurName

string

None.

Email

string

None.

Address

string

None.

PostalCode

string

None.

City

string

None.

Birthday

date

None.

MobilePhone

string

None.

RefereeClubId

integer

None.

RefereeClub

string

None.

RefereeNumber

integer

None.

Active

boolean

None.

LocalClubGuid

globally unique identifier

None.

Matches

Collection of NffMatch

None.

MatchLimit

boolean

None.

UserId

string

None.

MatchCount

integer

None.

RefereeAgeCategories

Collection of NffAgeCategory

None.

MatchesLastYear

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "firstName": "sample string 1",
  "surName": "sample string 2",
  "email": "sample string 3",
  "address": "sample string 4",
  "postalCode": "sample string 5",
  "city": "sample string 6",
  "birthday": "2026-01-01T10:35:07.7258957Z",
  "mobilePhone": "sample string 8",
  "refereeClubId": 9,
  "refereeClub": "sample string 10",
  "refereeNumber": 11,
  "active": true,
  "localClubGuid": "29e33cd4-0bd1-48b4-b955-e151b7c76988",
  "matches": [
    {
      "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-01T10:35:07.7258957Z",
      "matchStartDate": "2026-01-01T10:35:07.7258957Z",
      "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-01T10:35:07.7258957Z",
      "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": "1b5368cf-6d5b-429a-8a75-3de0151b49ac",
          "spillerNavn": "sample string 3",
          "teamId": 4,
          "matchId": 5,
          "eventDate": "2026-01-01T10:35:07.7258957Z",
          "deltagelse": 7,
          "phone": "sample string 8",
          "reason": "sample string 9",
          "isCoach": true,
          "isHospitant": true,
          "companyId": "3e8c01d6-8ffc-43ec-ad75-b31299c8c799",
          "reasonId": 13,
          "selected": true,
          "hasChanged": true,
          "autoMember": true,
          "playerNumber": 17,
          "score": 18.1
        },
        {
          "id": 1,
          "playerId": "1b5368cf-6d5b-429a-8a75-3de0151b49ac",
          "spillerNavn": "sample string 3",
          "teamId": 4,
          "matchId": 5,
          "eventDate": "2026-01-01T10:35:07.7258957Z",
          "deltagelse": 7,
          "phone": "sample string 8",
          "reason": "sample string 9",
          "isCoach": true,
          "isHospitant": true,
          "companyId": "3e8c01d6-8ffc-43ec-ad75-b31299c8c799",
          "reasonId": 13,
          "selected": true,
          "hasChanged": true,
          "autoMember": true,
          "playerNumber": 17,
          "score": 18.1
        }
      ],
      "awayTeamParticipants": [
        {
          "id": 1,
          "playerId": "1b5368cf-6d5b-429a-8a75-3de0151b49ac",
          "spillerNavn": "sample string 3",
          "teamId": 4,
          "matchId": 5,
          "eventDate": "2026-01-01T10:35:07.7258957Z",
          "deltagelse": 7,
          "phone": "sample string 8",
          "reason": "sample string 9",
          "isCoach": true,
          "isHospitant": true,
          "companyId": "3e8c01d6-8ffc-43ec-ad75-b31299c8c799",
          "reasonId": 13,
          "selected": true,
          "hasChanged": true,
          "autoMember": true,
          "playerNumber": 17,
          "score": 18.1
        },
        {
          "id": 1,
          "playerId": "1b5368cf-6d5b-429a-8a75-3de0151b49ac",
          "spillerNavn": "sample string 3",
          "teamId": 4,
          "matchId": 5,
          "eventDate": "2026-01-01T10:35:07.7258957Z",
          "deltagelse": 7,
          "phone": "sample string 8",
          "reason": "sample string 9",
          "isCoach": true,
          "isHospitant": true,
          "companyId": "3e8c01d6-8ffc-43ec-ad75-b31299c8c799",
          "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": "4d224670-5cdb-46f1-aaf7-c57933704fab",
        "localClubGuid": "2d3679d6-6d0e-46c4-8713-60c73f1d0505",
        "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-01T10:35:07.7258957Z",
        "stadiumName": "sample string 14",
        "matchStartDate": "2026-01-01T10:35:07.7258957Z",
        "refereeName": "sample string 16",
        "matches": [
          {
            "matchStartDate": "2026-01-01T10:35:07.7258957Z",
            "stadiumName": "sample string 2",
            "matchId": 3,
            "awayTeamName": "sample string 4",
            "homeTeamName": "sample string 5",
            "homeTeamClubId": 6,
            "awayTeamClubId": 7
          },
          {
            "matchStartDate": "2026-01-01T10:35:07.7258957Z",
            "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": "ab86b260-7fb5-45bc-b66c-df17a7f43d92",
      "ownerAwayTeamId": "da7b8f53-e359-441e-931b-48490d46f07c",
      "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-01T10:35:07.7258957Z",
      "matchStartDate": "2026-01-01T10:35:07.7258957Z",
      "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-01T10:35:07.7258957Z",
      "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": "1b5368cf-6d5b-429a-8a75-3de0151b49ac",
          "spillerNavn": "sample string 3",
          "teamId": 4,
          "matchId": 5,
          "eventDate": "2026-01-01T10:35:07.7258957Z",
          "deltagelse": 7,
          "phone": "sample string 8",
          "reason": "sample string 9",
          "isCoach": true,
          "isHospitant": true,
          "companyId": "3e8c01d6-8ffc-43ec-ad75-b31299c8c799",
          "reasonId": 13,
          "selected": true,
          "hasChanged": true,
          "autoMember": true,
          "playerNumber": 17,
          "score": 18.1
        },
        {
          "id": 1,
          "playerId": "1b5368cf-6d5b-429a-8a75-3de0151b49ac",
          "spillerNavn": "sample string 3",
          "teamId": 4,
          "matchId": 5,
          "eventDate": "2026-01-01T10:35:07.7258957Z",
          "deltagelse": 7,
          "phone": "sample string 8",
          "reason": "sample string 9",
          "isCoach": true,
          "isHospitant": true,
          "companyId": "3e8c01d6-8ffc-43ec-ad75-b31299c8c799",
          "reasonId": 13,
          "selected": true,
          "hasChanged": true,
          "autoMember": true,
          "playerNumber": 17,
          "score": 18.1
        }
      ],
      "awayTeamParticipants": [
        {
          "id": 1,
          "playerId": "1b5368cf-6d5b-429a-8a75-3de0151b49ac",
          "spillerNavn": "sample string 3",
          "teamId": 4,
          "matchId": 5,
          "eventDate": "2026-01-01T10:35:07.7258957Z",
          "deltagelse": 7,
          "phone": "sample string 8",
          "reason": "sample string 9",
          "isCoach": true,
          "isHospitant": true,
          "companyId": "3e8c01d6-8ffc-43ec-ad75-b31299c8c799",
          "reasonId": 13,
          "selected": true,
          "hasChanged": true,
          "autoMember": true,
          "playerNumber": 17,
          "score": 18.1
        },
        {
          "id": 1,
          "playerId": "1b5368cf-6d5b-429a-8a75-3de0151b49ac",
          "spillerNavn": "sample string 3",
          "teamId": 4,
          "matchId": 5,
          "eventDate": "2026-01-01T10:35:07.7258957Z",
          "deltagelse": 7,
          "phone": "sample string 8",
          "reason": "sample string 9",
          "isCoach": true,
          "isHospitant": true,
          "companyId": "3e8c01d6-8ffc-43ec-ad75-b31299c8c799",
          "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": "4d224670-5cdb-46f1-aaf7-c57933704fab",
        "localClubGuid": "2d3679d6-6d0e-46c4-8713-60c73f1d0505",
        "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-01T10:35:07.7258957Z",
        "stadiumName": "sample string 14",
        "matchStartDate": "2026-01-01T10:35:07.7258957Z",
        "refereeName": "sample string 16",
        "matches": [
          {
            "matchStartDate": "2026-01-01T10:35:07.7258957Z",
            "stadiumName": "sample string 2",
            "matchId": 3,
            "awayTeamName": "sample string 4",
            "homeTeamName": "sample string 5",
            "homeTeamClubId": 6,
            "awayTeamClubId": 7
          },
          {
            "matchStartDate": "2026-01-01T10:35:07.7258957Z",
            "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": "ab86b260-7fb5-45bc-b66c-df17a7f43d92",
      "ownerAwayTeamId": "da7b8f53-e359-441e-931b-48490d46f07c",
      "rw": true,
      "isHomeTeam": true,
      "longitude": 80.1,
      "latitude": 81.1,
      "numberOfPlayers": {}
    }
  ],
  "matchLimit": true,
  "userId": "sample string 15",
  "matchCount": 16,
  "refereeAgeCategories": [
    {
      "ageCategoryId": 1,
      "ageCategoryNumber": 2,
      "ageCategoryDescription": "sample string 3",
      "isAvailable": true,
      "refereeMatchTypes": [
        {
          "v2RefereeMatchTypeId": 1,
          "refereeId": "13f9b798-7b4f-462f-9a34-b386bf4d8916",
          "clubId": "aa3c3896-9c5d-4359-a0f9-948c0ef73212",
          "matchTypeId": 4,
          "numberOfPlayers": 5,
          "description": "sample string 6",
          "ageCategory": 7,
          "selected": true
        },
        {
          "v2RefereeMatchTypeId": 1,
          "refereeId": "13f9b798-7b4f-462f-9a34-b386bf4d8916",
          "clubId": "aa3c3896-9c5d-4359-a0f9-948c0ef73212",
          "matchTypeId": 4,
          "numberOfPlayers": 5,
          "description": "sample string 6",
          "ageCategory": 7,
          "selected": true
        }
      ]
    },
    {
      "ageCategoryId": 1,
      "ageCategoryNumber": 2,
      "ageCategoryDescription": "sample string 3",
      "isAvailable": true,
      "refereeMatchTypes": [
        {
          "v2RefereeMatchTypeId": 1,
          "refereeId": "13f9b798-7b4f-462f-9a34-b386bf4d8916",
          "clubId": "aa3c3896-9c5d-4359-a0f9-948c0ef73212",
          "matchTypeId": 4,
          "numberOfPlayers": 5,
          "description": "sample string 6",
          "ageCategory": 7,
          "selected": true
        },
        {
          "v2RefereeMatchTypeId": 1,
          "refereeId": "13f9b798-7b4f-462f-9a34-b386bf4d8916",
          "clubId": "aa3c3896-9c5d-4359-a0f9-948c0ef73212",
          "matchTypeId": 4,
          "numberOfPlayers": 5,
          "description": "sample string 6",
          "ageCategory": 7,
          "selected": true
        }
      ]
    }
  ],
  "matchesLastYear": true
}

application/xml, text/xml

Sample:
<Referee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes">
  <Active>true</Active>
  <Address>sample string 4</Address>
  <Birthday>2026-01-01T11:35:07.7258957+01:00</Birthday>
  <City>sample string 6</City>
  <Email>sample string 3</Email>
  <FirstName>sample string 1</FirstName>
  <LocalClubGuid>29e33cd4-0bd1-48b4-b955-e151b7c76988</LocalClubGuid>
  <MatchCount>16</MatchCount>
  <MatchLimit>true</MatchLimit>
  <Matches>
    <NffMatch>
      <AgeCategoryId>56</AgeCategoryId>
      <AwayTeamClubId>4</AwayTeamClubId>
      <AwayTeamContactPersonEmail>sample string 5</AwayTeamContactPersonEmail>
      <AwayTeamContactPersonInfoHidden>true</AwayTeamContactPersonInfoHidden>
      <AwayTeamContactPersonMobilePhone>sample string 7</AwayTeamContactPersonMobilePhone>
      <AwayTeamContactPersonName>sample string 8</AwayTeamContactPersonName>
      <AwayTeamGoals>9</AwayTeamGoals>
      <AwayTeamId>10</AwayTeamId>
      <AwayTeamName>sample string 11</AwayTeamName>
      <AwayTeamParticipants xmlns:d4p1="http://schemas.datacontract.org/2004/07/oiback.Models">
        <d4p1:Playerclass>
          <d4p1:AutoMember>true</d4p1:AutoMember>
          <d4p1:CompanyId>3e8c01d6-8ffc-43ec-ad75-b31299c8c799</d4p1:CompanyId>
          <d4p1:Deltagelse>7</d4p1:Deltagelse>
          <d4p1:EventDate>2026-01-01T11:35:07.7258957+01:00</d4p1:EventDate>
          <d4p1:HasChanged>true</d4p1:HasChanged>
          <d4p1:Id>1</d4p1:Id>
          <d4p1:IsCoach>true</d4p1:IsCoach>
          <d4p1:IsHospitant>true</d4p1:IsHospitant>
          <d4p1:MatchId>5</d4p1:MatchId>
          <d4p1:Phone>sample string 8</d4p1:Phone>
          <d4p1:PlayerId>1b5368cf-6d5b-429a-8a75-3de0151b49ac</d4p1:PlayerId>
          <d4p1:PlayerNumber>17</d4p1:PlayerNumber>
          <d4p1:Reason>sample string 9</d4p1:Reason>
          <d4p1:ReasonId>13</d4p1:ReasonId>
          <d4p1:Score>18.1</d4p1:Score>
          <d4p1:Selected>true</d4p1:Selected>
          <d4p1:SpillerNavn>sample string 3</d4p1:SpillerNavn>
          <d4p1:TeamId>4</d4p1:TeamId>
        </d4p1:Playerclass>
        <d4p1:Playerclass>
          <d4p1:AutoMember>true</d4p1:AutoMember>
          <d4p1:CompanyId>3e8c01d6-8ffc-43ec-ad75-b31299c8c799</d4p1:CompanyId>
          <d4p1:Deltagelse>7</d4p1:Deltagelse>
          <d4p1:EventDate>2026-01-01T11:35:07.7258957+01:00</d4p1:EventDate>
          <d4p1:HasChanged>true</d4p1:HasChanged>
          <d4p1:Id>1</d4p1:Id>
          <d4p1:IsCoach>true</d4p1:IsCoach>
          <d4p1:IsHospitant>true</d4p1:IsHospitant>
          <d4p1:MatchId>5</d4p1:MatchId>
          <d4p1:Phone>sample string 8</d4p1:Phone>
          <d4p1:PlayerId>1b5368cf-6d5b-429a-8a75-3de0151b49ac</d4p1:PlayerId>
          <d4p1:PlayerNumber>17</d4p1:PlayerNumber>
          <d4p1:Reason>sample string 9</d4p1:Reason>
          <d4p1:ReasonId>13</d4p1:ReasonId>
          <d4p1:Score>18.1</d4p1:Score>
          <d4p1:Selected>true</d4p1:Selected>
          <d4p1:SpillerNavn>sample string 3</d4p1:SpillerNavn>
          <d4p1:TeamId>4</d4p1:TeamId>
        </d4p1:Playerclass>
      </AwayTeamParticipants>
      <AwayTeamPlayerGroups>sample string 54</AwayTeamPlayerGroups>
      <Cancelled>true</Cancelled>
      <CustomBane>true</CustomBane>
      <CustomCanceled>true</CustomCanceled>
      <CustomLastChangeDate>2026-01-01T11:35:07.7258957+01:00</CustomLastChangeDate>
      <CustomMatchStartTime>true</CustomMatchStartTime>
      <CustomOmberammet>true</CustomOmberammet>
      <CustomReferee>true</CustomReferee>
      <CustomRefereeId>sample string 52</CustomRefereeId>
      <CustomStadium>true</CustomStadium>
      <Deltagelse>66</Deltagelse>
      <DistrictId>58</DistrictId>
      <Editable>true</Editable>
      <ExtendedProperties>
        <AwayOppmoteMinutesBefore>4</AwayOppmoteMinutesBefore>
        <HomeOppmoteMinutesBefore>3</HomeOppmoteMinutesBefore>
        <Id>1</Id>
        <MatchId>2</MatchId>
      </ExtendedProperties>
      <FinalResultApprovedByDistrict>true</FinalResultApprovedByDistrict>
      <FinalResultApprovedByReferee>true</FinalResultApprovedByReferee>
      <HomeTeamClubId>15</HomeTeamClubId>
      <HomeTeamContactPersonEmail>sample string 16</HomeTeamContactPersonEmail>
      <HomeTeamContactPersonInfoHidden>true</HomeTeamContactPersonInfoHidden>
      <HomeTeamContactPersonMobilePhone>sample string 18</HomeTeamContactPersonMobilePhone>
      <HomeTeamContactPersonName>sample string 19</HomeTeamContactPersonName>
      <HomeTeamGoals>20</HomeTeamGoals>
      <HomeTeamId>21</HomeTeamId>
      <HomeTeamName>sample string 22</HomeTeamName>
      <HomeTeamParticipants xmlns:d4p1="http://schemas.datacontract.org/2004/07/oiback.Models">
        <d4p1:Playerclass>
          <d4p1:AutoMember>true</d4p1:AutoMember>
          <d4p1:CompanyId>3e8c01d6-8ffc-43ec-ad75-b31299c8c799</d4p1:CompanyId>
          <d4p1:Deltagelse>7</d4p1:Deltagelse>
          <d4p1:EventDate>2026-01-01T11:35:07.7258957+01:00</d4p1:EventDate>
          <d4p1:HasChanged>true</d4p1:HasChanged>
          <d4p1:Id>1</d4p1:Id>
          <d4p1:IsCoach>true</d4p1:IsCoach>
          <d4p1:IsHospitant>true</d4p1:IsHospitant>
          <d4p1:MatchId>5</d4p1:MatchId>
          <d4p1:Phone>sample string 8</d4p1:Phone>
          <d4p1:PlayerId>1b5368cf-6d5b-429a-8a75-3de0151b49ac</d4p1:PlayerId>
          <d4p1:PlayerNumber>17</d4p1:PlayerNumber>
          <d4p1:Reason>sample string 9</d4p1:Reason>
          <d4p1:ReasonId>13</d4p1:ReasonId>
          <d4p1:Score>18.1</d4p1:Score>
          <d4p1:Selected>true</d4p1:Selected>
          <d4p1:SpillerNavn>sample string 3</d4p1:SpillerNavn>
          <d4p1:TeamId>4</d4p1:TeamId>
        </d4p1:Playerclass>
        <d4p1:Playerclass>
          <d4p1:AutoMember>true</d4p1:AutoMember>
          <d4p1:CompanyId>3e8c01d6-8ffc-43ec-ad75-b31299c8c799</d4p1:CompanyId>
          <d4p1:Deltagelse>7</d4p1:Deltagelse>
          <d4p1:EventDate>2026-01-01T11:35:07.7258957+01:00</d4p1:EventDate>
          <d4p1:HasChanged>true</d4p1:HasChanged>
          <d4p1:Id>1</d4p1:Id>
          <d4p1:IsCoach>true</d4p1:IsCoach>
          <d4p1:IsHospitant>true</d4p1:IsHospitant>
          <d4p1:MatchId>5</d4p1:MatchId>
          <d4p1:Phone>sample string 8</d4p1:Phone>
          <d4p1:PlayerId>1b5368cf-6d5b-429a-8a75-3de0151b49ac</d4p1:PlayerId>
          <d4p1:PlayerNumber>17</d4p1:PlayerNumber>
          <d4p1:Reason>sample string 9</d4p1:Reason>
          <d4p1:ReasonId>13</d4p1:ReasonId>
          <d4p1:Score>18.1</d4p1:Score>
          <d4p1:Selected>true</d4p1:Selected>
          <d4p1:SpillerNavn>sample string 3</d4p1:SpillerNavn>
          <d4p1:TeamId>4</d4p1:TeamId>
        </d4p1:Playerclass>
      </HomeTeamParticipants>
      <HomeTeamPlayerGroups>sample string 53</HomeTeamPlayerGroups>
      <Id>1</Id>
      <Interrupted>true</Interrupted>
      <IsFinished>true</IsFinished>
      <IsHomeTeam>true</IsHomeTeam>
      <JustifyAge>64</JustifyAge>
      <LastChangedDate>2026-01-01T11:35:07.7258957+01:00</LastChangedDate>
      <Latitude>81.1</Latitude>
      <Longitude>80.1</Longitude>
      <MappedAwayTeam>true</MappedAwayTeam>
      <MappedHomeTeam>true</MappedHomeTeam>
      <MatchHasChanged>true</MatchHasChanged>
      <MatchId>2</MatchId>
      <MatchNumber>sample string 3</MatchNumber>
      <MatchStartDate>2026-01-01T11:35:07.7258957+01:00</MatchStartDate>
      <MatchTitle>sample string 69</MatchTitle>
      <MatchTotalTime>26</MatchTotalTime>
      <MatchType>sample string 68</MatchType>
      <Name>sample string 72</Name>
      <NumberOfPlayers />
      <OppmoteAwayTeam>60</OppmoteAwayTeam>
      <OppmoteHomeTeam>59</OppmoteHomeTeam>
      <Owner>sample string 74</Owner>
      <OwnerAwayTeamId>da7b8f53-e359-441e-931b-48490d46f07c</OwnerAwayTeamId>
      <OwnerHomeTeamId>ab86b260-7fb5-45bc-b66c-df17a7f43d92</OwnerHomeTeamId>
      <OwnerId>sample string 75</OwnerId>
      <PlayersOnField>55</PlayersOnField>
      <Postponed>true</Postponed>
      <Reason>sample string 65</Reason>
      <RefereeClub>sample string 31</RefereeClub>
      <RefereeClubId>32</RefereeClubId>
      <RefereeEmail>sample string 28</RefereeEmail>
      <RefereeId>33</RefereeId>
      <RefereeInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/oiback.Classes.V2">
        <d4p1:Active>true</d4p1:Active>
        <d4p1:Comments>sample string 10</d4p1:Comments>
        <d4p1:Email>sample string 18</d4p1:Email>
        <d4p1:JoinDate>2026-01-01T11:35:07.7258957+01:00</d4p1:JoinDate>
        <d4p1:LocalClubGuid>2d3679d6-6d0e-46c4-8713-60c73f1d0505</d4p1:LocalClubGuid>
        <d4p1:MatchStartDate>2026-01-01T11:35:07.7258957+01:00</d4p1:MatchStartDate>
        <d4p1:Matches>
          <MatchList>
            <AwayTeamClubId>7</AwayTeamClubId>
            <AwayTeamName>sample string 4</AwayTeamName>
            <HomeTeamClubId>6</HomeTeamClubId>
            <HomeTeamName>sample string 5</HomeTeamName>
            <MatchId>3</MatchId>
            <MatchStartDate>2026-01-01T11:35:07.7258957+01:00</MatchStartDate>
            <StadiumName>sample string 2</StadiumName>
          </MatchList>
          <MatchList>
            <AwayTeamClubId>7</AwayTeamClubId>
            <AwayTeamName>sample string 4</AwayTeamName>
            <HomeTeamClubId>6</HomeTeamClubId>
            <HomeTeamName>sample string 5</HomeTeamName>
            <MatchId>3</MatchId>
            <MatchStartDate>2026-01-01T11:35:07.7258957+01:00</MatchStartDate>
            <StadiumName>sample string 2</StadiumName>
          </MatchList>
        </d4p1:Matches>
        <d4p1:MatchesLastYear>true</d4p1:MatchesLastYear>
        <d4p1:MaxAge>11</d4p1:MaxAge>
        <d4p1:MinAge>12</d4p1:MinAge>
        <d4p1:MobilePhone>sample string 19</d4p1:MobilePhone>
        <d4p1:PersonInfoHidden>true</d4p1:PersonInfoHidden>
        <d4p1:RefereeClub>sample string 9</d4p1:RefereeClub>
        <d4p1:RefereeClubId>8</d4p1:RefereeClubId>
        <d4p1:RefereeName>sample string 16</d4p1:RefereeName>
        <d4p1:RefereeNumber>1</d4p1:RefereeNumber>
        <d4p1:RefereeType>sample string 7</d4p1:RefereeType>
        <d4p1:RefereeTypeId>6</d4p1:RefereeTypeId>
        <d4p1:RefereeUserId>4d224670-5cdb-46f1-aaf7-c57933704fab</d4p1:RefereeUserId>
        <d4p1:Salary>20.1</d4p1:Salary>
        <d4p1:StadiumName>sample string 14</d4p1:StadiumName>
        <d4p1:SuitableForTeam>true</d4p1:SuitableForTeam>
      </RefereeInfo>
      <RefereeMobilePhone>sample string 29</RefereeMobilePhone>
      <RefereeName>sample string 34</RefereeName>
      <RefereeNoShow>true</RefereeNoShow>
      <RefereeNumber>35</RefereeNumber>
      <RefereePersonInfoHidden>true</RefereePersonInfoHidden>
      <RefereeUserId>sample string 73</RefereeUserId>
      <Rw>true</Rw>
      <SeasonId>36</SeasonId>
      <Spectators>37</Spectators>
      <StadiumId>38</StadiumId>
      <StadiumName>sample string 39</StadiumName>
      <TournamentId>40</TournamentId>
      <TournamentName>sample string 41</TournamentName>
      <TournamentRoundNumber>42</TournamentRoundNumber>
      <WalkOverAway>true</WalkOverAway>
      <WalkOverBoth>true</WalkOverBoth>
      <WalkOverHome>true</WalkOverHome>
    </NffMatch>
    <NffMatch>
      <AgeCategoryId>56</AgeCategoryId>
      <AwayTeamClubId>4</AwayTeamClubId>
      <AwayTeamContactPersonEmail>sample string 5</AwayTeamContactPersonEmail>
      <AwayTeamContactPersonInfoHidden>true</AwayTeamContactPersonInfoHidden>
      <AwayTeamContactPersonMobilePhone>sample string 7</AwayTeamContactPersonMobilePhone>
      <AwayTeamContactPersonName>sample string 8</AwayTeamContactPersonName>
      <AwayTeamGoals>9</AwayTeamGoals>
      <AwayTeamId>10</AwayTeamId>
      <AwayTeamName>sample string 11</AwayTeamName>
      <AwayTeamParticipants xmlns:d4p1="http://schemas.datacontract.org/2004/07/oiback.Models">
        <d4p1:Playerclass>
          <d4p1:AutoMember>true</d4p1:AutoMember>
          <d4p1:CompanyId>3e8c01d6-8ffc-43ec-ad75-b31299c8c799</d4p1:CompanyId>
          <d4p1:Deltagelse>7</d4p1:Deltagelse>
          <d4p1:EventDate>2026-01-01T11:35:07.7258957+01:00</d4p1:EventDate>
          <d4p1:HasChanged>true</d4p1:HasChanged>
          <d4p1:Id>1</d4p1:Id>
          <d4p1:IsCoach>true</d4p1:IsCoach>
          <d4p1:IsHospitant>true</d4p1:IsHospitant>
          <d4p1:MatchId>5</d4p1:MatchId>
          <d4p1:Phone>sample string 8</d4p1:Phone>
          <d4p1:PlayerId>1b5368cf-6d5b-429a-8a75-3de0151b49ac</d4p1:PlayerId>
          <d4p1:PlayerNumber>17</d4p1:PlayerNumber>
          <d4p1:Reason>sample string 9</d4p1:Reason>
          <d4p1:ReasonId>13</d4p1:ReasonId>
          <d4p1:Score>18.1</d4p1:Score>
          <d4p1:Selected>true</d4p1:Selected>
          <d4p1:SpillerNavn>sample string 3</d4p1:SpillerNavn>
          <d4p1:TeamId>4</d4p1:TeamId>
        </d4p1:Playerclass>
        <d4p1:Playerclass>
          <d4p1:AutoMember>true</d4p1:AutoMember>
          <d4p1:CompanyId>3e8c01d6-8ffc-43ec-ad75-b31299c8c799</d4p1:CompanyId>
          <d4p1:Deltagelse>7</d4p1:Deltagelse>
          <d4p1:EventDate>2026-01-01T11:35:07.7258957+01:00</d4p1:EventDate>
          <d4p1:HasChanged>true</d4p1:HasChanged>
          <d4p1:Id>1</d4p1:Id>
          <d4p1:IsCoach>true</d4p1:IsCoach>
          <d4p1:IsHospitant>true</d4p1:IsHospitant>
          <d4p1:MatchId>5</d4p1:MatchId>
          <d4p1:Phone>sample string 8</d4p1:Phone>
          <d4p1:PlayerId>1b5368cf-6d5b-429a-8a75-3de0151b49ac</d4p1:PlayerId>
          <d4p1:PlayerNumber>17</d4p1:PlayerNumber>
          <d4p1:Reason>sample string 9</d4p1:Reason>
          <d4p1:ReasonId>13</d4p1:ReasonId>
          <d4p1:Score>18.1</d4p1:Score>
          <d4p1:Selected>true</d4p1:Selected>
          <d4p1:SpillerNavn>sample string 3</d4p1:SpillerNavn>
          <d4p1:TeamId>4</d4p1:TeamId>
        </d4p1:Playerclass>
      </AwayTeamParticipants>
      <AwayTeamPlayerGroups>sample string 54</AwayTeamPlayerGroups>
      <Cancelled>true</Cancelled>
      <CustomBane>true</CustomBane>
      <CustomCanceled>true</CustomCanceled>
      <CustomLastChangeDate>2026-01-01T11:35:07.7258957+01:00</CustomLastChangeDate>
      <CustomMatchStartTime>true</CustomMatchStartTime>
      <CustomOmberammet>true</CustomOmberammet>
      <CustomReferee>true</CustomReferee>
      <CustomRefereeId>sample string 52</CustomRefereeId>
      <CustomStadium>true</CustomStadium>
      <Deltagelse>66</Deltagelse>
      <DistrictId>58</DistrictId>
      <Editable>true</Editable>
      <ExtendedProperties>
        <AwayOppmoteMinutesBefore>4</AwayOppmoteMinutesBefore>
        <HomeOppmoteMinutesBefore>3</HomeOppmoteMinutesBefore>
        <Id>1</Id>
        <MatchId>2</MatchId>
      </ExtendedProperties>
      <FinalResultApprovedByDistrict>true</FinalResultApprovedByDistrict>
      <FinalResultApprovedByReferee>true</FinalResultApprovedByReferee>
      <HomeTeamClubId>15</HomeTeamClubId>
      <HomeTeamContactPersonEmail>sample string 16</HomeTeamContactPersonEmail>
      <HomeTeamContactPersonInfoHidden>true</HomeTeamContactPersonInfoHidden>
      <HomeTeamContactPersonMobilePhone>sample string 18</HomeTeamContactPersonMobilePhone>
      <HomeTeamContactPersonName>sample string 19</HomeTeamContactPersonName>
      <HomeTeamGoals>20</HomeTeamGoals>
      <HomeTeamId>21</HomeTeamId>
      <HomeTeamName>sample string 22</HomeTeamName>
      <HomeTeamParticipants xmlns:d4p1="http://schemas.datacontract.org/2004/07/oiback.Models">
        <d4p1:Playerclass>
          <d4p1:AutoMember>true</d4p1:AutoMember>
          <d4p1:CompanyId>3e8c01d6-8ffc-43ec-ad75-b31299c8c799</d4p1:CompanyId>
          <d4p1:Deltagelse>7</d4p1:Deltagelse>
          <d4p1:EventDate>2026-01-01T11:35:07.7258957+01:00</d4p1:EventDate>
          <d4p1:HasChanged>true</d4p1:HasChanged>
          <d4p1:Id>1</d4p1:Id>
          <d4p1:IsCoach>true</d4p1:IsCoach>
          <d4p1:IsHospitant>true</d4p1:IsHospitant>
          <d4p1:MatchId>5</d4p1:MatchId>
          <d4p1:Phone>sample string 8</d4p1:Phone>
          <d4p1:PlayerId>1b5368cf-6d5b-429a-8a75-3de0151b49ac</d4p1:PlayerId>
          <d4p1:PlayerNumber>17</d4p1:PlayerNumber>
          <d4p1:Reason>sample string 9</d4p1:Reason>
          <d4p1:ReasonId>13</d4p1:ReasonId>
          <d4p1:Score>18.1</d4p1:Score>
          <d4p1:Selected>true</d4p1:Selected>
          <d4p1:SpillerNavn>sample string 3</d4p1:SpillerNavn>
          <d4p1:TeamId>4</d4p1:TeamId>
        </d4p1:Playerclass>
        <d4p1:Playerclass>
          <d4p1:AutoMember>true</d4p1:AutoMember>
          <d4p1:CompanyId>3e8c01d6-8ffc-43ec-ad75-b31299c8c799</d4p1:CompanyId>
          <d4p1:Deltagelse>7</d4p1:Deltagelse>
          <d4p1:EventDate>2026-01-01T11:35:07.7258957+01:00</d4p1:EventDate>
          <d4p1:HasChanged>true</d4p1:HasChanged>
          <d4p1:Id>1</d4p1:Id>
          <d4p1:IsCoach>true</d4p1:IsCoach>
          <d4p1:IsHospitant>true</d4p1:IsHospitant>
          <d4p1:MatchId>5</d4p1:MatchId>
          <d4p1:Phone>sample string 8</d4p1:Phone>
          <d4p1:PlayerId>1b5368cf-6d5b-429a-8a75-3de0151b49ac</d4p1:PlayerId>
          <d4p1:PlayerNumber>17</d4p1:PlayerNumber>
          <d4p1:Reason>sample string 9</d4p1:Reason>
          <d4p1:ReasonId>13</d4p1:ReasonId>
          <d4p1:Score>18.1</d4p1:Score>
          <d4p1:Selected>true</d4p1:Selected>
          <d4p1:SpillerNavn>sample string 3</d4p1:SpillerNavn>
          <d4p1:TeamId>4</d4p1:TeamId>
        </d4p1:Playerclass>
      </HomeTeamParticipants>
      <HomeTeamPlayerGroups>sample string 53</HomeTeamPlayerGroups>
      <Id>1</Id>
      <Interrupted>true</Interrupted>
      <IsFinished>true</IsFinished>
      <IsHomeTeam>true</IsHomeTeam>
      <JustifyAge>64</JustifyAge>
      <LastChangedDate>2026-01-01T11:35:07.7258957+01:00</LastChangedDate>
      <Latitude>81.1</Latitude>
      <Longitude>80.1</Longitude>
      <MappedAwayTeam>true</MappedAwayTeam>
      <MappedHomeTeam>true</MappedHomeTeam>
      <MatchHasChanged>true</MatchHasChanged>
      <MatchId>2</MatchId>
      <MatchNumber>sample string 3</MatchNumber>
      <MatchStartDate>2026-01-01T11:35:07.7258957+01:00</MatchStartDate>
      <MatchTitle>sample string 69</MatchTitle>
      <MatchTotalTime>26</MatchTotalTime>
      <MatchType>sample string 68</MatchType>
      <Name>sample string 72</Name>
      <NumberOfPlayers />
      <OppmoteAwayTeam>60</OppmoteAwayTeam>
      <OppmoteHomeTeam>59</OppmoteHomeTeam>
      <Owner>sample string 74</Owner>
      <OwnerAwayTeamId>da7b8f53-e359-441e-931b-48490d46f07c</OwnerAwayTeamId>
      <OwnerHomeTeamId>ab86b260-7fb5-45bc-b66c-df17a7f43d92</OwnerHomeTeamId>
      <OwnerId>sample string 75</OwnerId>
      <PlayersOnField>55</PlayersOnField>
      <Postponed>true</Postponed>
      <Reason>sample string 65</Reason>
      <RefereeClub>sample string 31</RefereeClub>
      <RefereeClubId>32</RefereeClubId>
      <RefereeEmail>sample string 28</RefereeEmail>
      <RefereeId>33</RefereeId>
      <RefereeInfo xmlns:d4p1="http://schemas.datacontract.org/2004/07/oiback.Classes.V2">
        <d4p1:Active>true</d4p1:Active>
        <d4p1:Comments>sample string 10</d4p1:Comments>
        <d4p1:Email>sample string 18</d4p1:Email>
        <d4p1:JoinDate>2026-01-01T11:35:07.7258957+01:00</d4p1:JoinDate>
        <d4p1:LocalClubGuid>2d3679d6-6d0e-46c4-8713-60c73f1d0505</d4p1:LocalClubGuid>
        <d4p1:MatchStartDate>2026-01-01T11:35:07.7258957+01:00</d4p1:MatchStartDate>
        <d4p1:Matches>
          <MatchList>
            <AwayTeamClubId>7</AwayTeamClubId>
            <AwayTeamName>sample string 4</AwayTeamName>
            <HomeTeamClubId>6</HomeTeamClubId>
            <HomeTeamName>sample string 5</HomeTeamName>
            <MatchId>3</MatchId>
            <MatchStartDate>2026-01-01T11:35:07.7258957+01:00</MatchStartDate>
            <StadiumName>sample string 2</StadiumName>
          </MatchList>
          <MatchList>
            <AwayTeamClubId>7</AwayTeamClubId>
            <AwayTeamName>sample string 4</AwayTeamName>
            <HomeTeamClubId>6</HomeTeamClubId>
            <HomeTeamName>sample string 5</HomeTeamName>
            <MatchId>3</MatchId>
            <MatchStartDate>2026-01-01T11:35:07.7258957+01:00</MatchStartDate>
            <StadiumName>sample string 2</StadiumName>
          </MatchList>
        </d4p1:Matches>
        <d4p1:MatchesLastYear>true</d4p1:MatchesLastYear>
        <d4p1:MaxAge>11</d4p1:MaxAge>
        <d4p1:MinAge>12</d4p1:MinAge>
        <d4p1:MobilePhone>sample string 19</d4p1:MobilePhone>
        <d4p1:PersonInfoHidden>true</d4p1:PersonInfoHidden>
        <d4p1:RefereeClub>sample string 9</d4p1:RefereeClub>
        <d4p1:RefereeClubId>8</d4p1:RefereeClubId>
        <d4p1:RefereeName>sample string 16</d4p1:RefereeName>
        <d4p1:RefereeNumber>1</d4p1:RefereeNumber>
        <d4p1:RefereeType>sample string 7</d4p1:RefereeType>
        <d4p1:RefereeTypeId>6</d4p1:RefereeTypeId>
        <d4p1:RefereeUserId>4d224670-5cdb-46f1-aaf7-c57933704fab</d4p1:RefereeUserId>
        <d4p1:Salary>20.1</d4p1:Salary>
        <d4p1:StadiumName>sample string 14</d4p1:StadiumName>
        <d4p1:SuitableForTeam>true</d4p1:SuitableForTeam>
      </RefereeInfo>
      <RefereeMobilePhone>sample string 29</RefereeMobilePhone>
      <RefereeName>sample string 34</RefereeName>
      <RefereeNoShow>true</RefereeNoShow>
      <RefereeNumber>35</RefereeNumber>
      <RefereePersonInfoHidden>true</RefereePersonInfoHidden>
      <RefereeUserId>sample string 73</RefereeUserId>
      <Rw>true</Rw>
      <SeasonId>36</SeasonId>
      <Spectators>37</Spectators>
      <StadiumId>38</StadiumId>
      <StadiumName>sample string 39</StadiumName>
      <TournamentId>40</TournamentId>
      <TournamentName>sample string 41</TournamentName>
      <TournamentRoundNumber>42</TournamentRoundNumber>
      <WalkOverAway>true</WalkOverAway>
      <WalkOverBoth>true</WalkOverBoth>
      <WalkOverHome>true</WalkOverHome>
    </NffMatch>
  </Matches>
  <MatchesLastYear>true</MatchesLastYear>
  <MobilePhone>sample string 8</MobilePhone>
  <PostalCode>sample string 5</PostalCode>
  <RefereeAgeCategories xmlns:d2p1="http://schemas.datacontract.org/2004/07/oiback.Classes.V2">
    <d2p1:NffAgeCategory>
      <d2p1:AgeCategoryDescription>sample string 3</d2p1:AgeCategoryDescription>
      <d2p1:AgeCategoryId>1</d2p1:AgeCategoryId>
      <d2p1:AgeCategoryNumber>2</d2p1:AgeCategoryNumber>
      <d2p1:IsAvailable>true</d2p1:IsAvailable>
      <d2p1:RefereeMatchTypes>
        <d2p1:V2RefereeMatchType>
          <d2p1:AgeCategory>7</d2p1:AgeCategory>
          <d2p1:ClubId>aa3c3896-9c5d-4359-a0f9-948c0ef73212</d2p1:ClubId>
          <d2p1:Description>sample string 6</d2p1:Description>
          <d2p1:MatchTypeId>4</d2p1:MatchTypeId>
          <d2p1:NumberOfPlayers>5</d2p1:NumberOfPlayers>
          <d2p1:RefereeId>13f9b798-7b4f-462f-9a34-b386bf4d8916</d2p1:RefereeId>
          <d2p1:Selected>true</d2p1:Selected>
          <d2p1:V2RefereeMatchTypeId>1</d2p1:V2RefereeMatchTypeId>
        </d2p1:V2RefereeMatchType>
        <d2p1:V2RefereeMatchType>
          <d2p1:AgeCategory>7</d2p1:AgeCategory>
          <d2p1:ClubId>aa3c3896-9c5d-4359-a0f9-948c0ef73212</d2p1:ClubId>
          <d2p1:Description>sample string 6</d2p1:Description>
          <d2p1:MatchTypeId>4</d2p1:MatchTypeId>
          <d2p1:NumberOfPlayers>5</d2p1:NumberOfPlayers>
          <d2p1:RefereeId>13f9b798-7b4f-462f-9a34-b386bf4d8916</d2p1:RefereeId>
          <d2p1:Selected>true</d2p1:Selected>
          <d2p1:V2RefereeMatchTypeId>1</d2p1:V2RefereeMatchTypeId>
        </d2p1:V2RefereeMatchType>
      </d2p1:RefereeMatchTypes>
    </d2p1:NffAgeCategory>
    <d2p1:NffAgeCategory>
      <d2p1:AgeCategoryDescription>sample string 3</d2p1:AgeCategoryDescription>
      <d2p1:AgeCategoryId>1</d2p1:AgeCategoryId>
      <d2p1:AgeCategoryNumber>2</d2p1:AgeCategoryNumber>
      <d2p1:IsAvailable>true</d2p1:IsAvailable>
      <d2p1:RefereeMatchTypes>
        <d2p1:V2RefereeMatchType>
          <d2p1:AgeCategory>7</d2p1:AgeCategory>
          <d2p1:ClubId>aa3c3896-9c5d-4359-a0f9-948c0ef73212</d2p1:ClubId>
          <d2p1:Description>sample string 6</d2p1:Description>
          <d2p1:MatchTypeId>4</d2p1:MatchTypeId>
          <d2p1:NumberOfPlayers>5</d2p1:NumberOfPlayers>
          <d2p1:RefereeId>13f9b798-7b4f-462f-9a34-b386bf4d8916</d2p1:RefereeId>
          <d2p1:Selected>true</d2p1:Selected>
          <d2p1:V2RefereeMatchTypeId>1</d2p1:V2RefereeMatchTypeId>
        </d2p1:V2RefereeMatchType>
        <d2p1:V2RefereeMatchType>
          <d2p1:AgeCategory>7</d2p1:AgeCategory>
          <d2p1:ClubId>aa3c3896-9c5d-4359-a0f9-948c0ef73212</d2p1:ClubId>
          <d2p1:Description>sample string 6</d2p1:Description>
          <d2p1:MatchTypeId>4</d2p1:MatchTypeId>
          <d2p1:NumberOfPlayers>5</d2p1:NumberOfPlayers>
          <d2p1:RefereeId>13f9b798-7b4f-462f-9a34-b386bf4d8916</d2p1:RefereeId>
          <d2p1:Selected>true</d2p1:Selected>
          <d2p1:V2RefereeMatchTypeId>1</d2p1:V2RefereeMatchTypeId>
        </d2p1:V2RefereeMatchType>
      </d2p1:RefereeMatchTypes>
    </d2p1:NffAgeCategory>
  </RefereeAgeCategories>
  <RefereeClub>sample string 10</RefereeClub>
  <RefereeClubId>9</RefereeClubId>
  <RefereeNumber>11</RefereeNumber>
  <SurName>sample string 2</SurName>
  <UserId>sample string 15</UserId>
</Referee>

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.