POST api/V2/matches/omberamme
Request Information
URI Parameters
None.
Body Parameters
Omberammelser| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MatchId | integer |
None. |
|
| CustomMatchStartTime | boolean |
None. |
|
| MatchStartDate | date |
None. |
|
| LastChangedDate | date |
None. |
|
| CustomMatchStartDate | string |
None. |
|
| CustomStadium | boolean |
None. |
|
| CustomStadiumId | integer |
None. |
|
| CustomStadiumName | string |
None. |
|
| CustomReferee | boolean |
None. |
|
| CustomRefereeEmail | string |
None. |
|
| CustomRefereeMobilePhone | string |
None. |
|
| CustomRefereePersonInfoHidden | boolean |
None. |
|
| CustomRefereeClub | string |
None. |
|
| CustomRefereeClubId | integer |
None. |
|
| CustomRefereeId | integer |
None. |
|
| CustomRefereeName | string |
None. |
|
| CustomRefereeNumber | integer |
None. |
|
| CustomCanceled | boolean |
None. |
|
| CustomConfirmed | boolean |
None. |
|
| CustomLastChangedDate | string |
None. |
|
| RefereeUserId | string |
None. |
|
| DeleteChanges | boolean |
None. |
|
| TeamId | string |
None. |
|
| HasChanged | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"matchId": 2,
"customMatchStartTime": true,
"matchStartDate": "2026-01-01T10:39:21.0567826Z",
"lastChangedDate": "2026-01-01T10:39:21.0567826Z",
"customMatchStartDate": "sample string 6",
"customStadium": true,
"customStadiumId": 8,
"customStadiumName": "sample string 9",
"customReferee": true,
"customRefereeEmail": "sample string 11",
"customRefereeMobilePhone": "sample string 12",
"customRefereePersonInfoHidden": true,
"customRefereeClub": "sample string 14",
"customRefereeClubId": 15,
"customRefereeId": 16,
"customRefereeName": "sample string 17",
"customRefereeNumber": 18,
"customCanceled": true,
"customConfirmed": true,
"customLastChangedDate": "sample string 21",
"refereeUserId": "sample string 22",
"deleteChanges": true,
"teamId": "sample string 24",
"hasChanged": true
}
application/xml, text/xml
Sample:
<Omberammelser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes.V2"> <CustomCanceled>true</CustomCanceled> <CustomConfirmed>true</CustomConfirmed> <CustomLastChangedDate>sample string 21</CustomLastChangedDate> <CustomMatchStartDate>sample string 6</CustomMatchStartDate> <CustomMatchStartTime>true</CustomMatchStartTime> <CustomReferee>true</CustomReferee> <CustomRefereeClub>sample string 14</CustomRefereeClub> <CustomRefereeClubId>15</CustomRefereeClubId> <CustomRefereeEmail>sample string 11</CustomRefereeEmail> <CustomRefereeId>16</CustomRefereeId> <CustomRefereeMobilePhone>sample string 12</CustomRefereeMobilePhone> <CustomRefereeName>sample string 17</CustomRefereeName> <CustomRefereeNumber>18</CustomRefereeNumber> <CustomRefereePersonInfoHidden>true</CustomRefereePersonInfoHidden> <CustomStadium>true</CustomStadium> <CustomStadiumId>8</CustomStadiumId> <CustomStadiumName>sample string 9</CustomStadiumName> <DeleteChanges>true</DeleteChanges> <HasChanged>true</HasChanged> <Id>1</Id> <LastChangedDate>2026-01-01T11:39:21.0567826+01:00</LastChangedDate> <MatchId>2</MatchId> <MatchStartDate>2026-01-01T11:39:21.0567826+01:00</MatchStartDate> <RefereeUserId>sample string 22</RefereeUserId> <TeamId>sample string 24</TeamId> </Omberammelser>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NffMatch| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| MatchId | integer |
None. |
|
| MatchNumber | string |
None. |
|
| AwayTeamClubId | integer |
None. |
|
| AwayTeamContactPersonEmail | string |
None. |
|
| AwayTeamContactPersonInfoHidden | boolean |
None. |
|
| AwayTeamContactPersonMobilePhone | string |
None. |
|
| AwayTeamContactPersonName | string |
None. |
|
| AwayTeamGoals | integer |
None. |
|
| AwayTeamId | integer |
None. |
|
| AwayTeamName | string |
None. |
|
| Cancelled | boolean |
None. |
|
| FinalResultApprovedByDistrict | boolean |
None. |
|
| FinalResultApprovedByReferee | boolean |
None. |
|
| HomeTeamClubId | integer |
None. |
|
| HomeTeamContactPersonEmail | string |
None. |
|
| HomeTeamContactPersonInfoHidden | boolean |
None. |
|
| HomeTeamContactPersonMobilePhone | string |
None. |
|
| HomeTeamContactPersonName | string |
None. |
|
| HomeTeamGoals | integer |
None. |
|
| HomeTeamId | integer |
None. |
|
| HomeTeamName | string |
None. |
|
| Interrupted | boolean |
None. |
|
| LastChangedDate | date |
None. |
|
| MatchStartDate | date |
None. |
|
| MatchTotalTime | integer |
None. |
|
| Postponed | boolean |
None. |
|
| RefereeEmail | string |
None. |
|
| RefereeMobilePhone | string |
None. |
|
| RefereePersonInfoHidden | boolean |
None. |
|
| RefereeClub | string |
None. |
|
| RefereeClubId | integer |
None. |
|
| RefereeId | integer |
None. |
|
| RefereeName | string |
None. |
|
| RefereeNumber | integer |
None. |
|
| SeasonId | integer |
None. |
|
| Spectators | integer |
None. |
|
| StadiumId | integer |
None. |
|
| StadiumName | string |
None. |
|
| TournamentId | integer |
None. |
|
| TournamentName | string |
None. |
|
| TournamentRoundNumber | integer |
None. |
|
| WalkOverAway | boolean |
None. |
|
| WalkOverBoth | boolean |
None. |
|
| WalkOverHome | boolean |
None. |
|
| IsFinished | boolean |
None. |
|
| CustomCanceled | boolean |
None. |
|
| CustomStadium | boolean |
None. |
|
| CustomMatchStartTime | boolean |
None. |
|
| CustomReferee | boolean |
None. |
|
| CustomLastChangeDate | date |
None. |
|
| CustomRefereeId | string |
None. |
|
| HomeTeamPlayerGroups | string |
None. |
|
| AwayTeamPlayerGroups | string |
None. |
|
| PlayersOnField | integer |
None. |
|
| AgeCategoryId | integer |
None. |
|
| RefereeNoShow | boolean |
None. |
|
| ExtendedProperties | ExtendedMatchClass |
None. |
|
| DistrictId | integer |
None. |
|
| OppmoteHomeTeam | integer |
None. |
|
| OppmoteAwayTeam | integer |
None. |
|
| MappedAwayTeam | boolean |
None. |
|
| MappedHomeTeam | boolean |
None. |
|
| CustomOmberammet | boolean |
None. |
|
| JustifyAge | integer |
None. |
|
| Reason | string |
None. |
|
| Deltagelse | integer |
None. |
|
| HomeTeamParticipants | Collection of Playerclass |
None. |
|
| AwayTeamParticipants | Collection of Playerclass |
None. |
|
| Editable | boolean |
None. |
|
| MatchType | string |
None. |
|
| MatchTitle | string |
None. |
|
| CustomBane | boolean |
None. |
|
| RefereeInfo | RefereeDetails |
None. |
|
| MatchHasChanged | boolean |
None. |
|
| Name | string |
None. |
|
| RefereeUserId | string |
None. |
|
| Owner | string |
None. |
|
| OwnerId | string |
None. |
|
| OwnerHomeTeamId | globally unique identifier |
None. |
|
| OwnerAwayTeamId | globally unique identifier |
None. |
|
| Rw | boolean |
None. |
|
| IsHomeTeam | boolean |
None. |
|
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| NumberOfPlayers | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"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:39:21.0724087Z",
"matchStartDate": "2026-01-01T10:39:21.0724087Z",
"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:39:21.0724087Z",
"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": "def28b04-20f1-4709-bcae-f2e6bdf35665",
"spillerNavn": "sample string 3",
"teamId": 4,
"matchId": 5,
"eventDate": "2026-01-01T10:39:21.0724087Z",
"deltagelse": 7,
"phone": "sample string 8",
"reason": "sample string 9",
"isCoach": true,
"isHospitant": true,
"companyId": "12d2d097-a6d5-4d35-b75a-0f442eb0d96a",
"reasonId": 13,
"selected": true,
"hasChanged": true,
"autoMember": true,
"playerNumber": 17,
"score": 18.1
},
{
"id": 1,
"playerId": "def28b04-20f1-4709-bcae-f2e6bdf35665",
"spillerNavn": "sample string 3",
"teamId": 4,
"matchId": 5,
"eventDate": "2026-01-01T10:39:21.0724087Z",
"deltagelse": 7,
"phone": "sample string 8",
"reason": "sample string 9",
"isCoach": true,
"isHospitant": true,
"companyId": "12d2d097-a6d5-4d35-b75a-0f442eb0d96a",
"reasonId": 13,
"selected": true,
"hasChanged": true,
"autoMember": true,
"playerNumber": 17,
"score": 18.1
}
],
"awayTeamParticipants": [
{
"id": 1,
"playerId": "def28b04-20f1-4709-bcae-f2e6bdf35665",
"spillerNavn": "sample string 3",
"teamId": 4,
"matchId": 5,
"eventDate": "2026-01-01T10:39:21.0724087Z",
"deltagelse": 7,
"phone": "sample string 8",
"reason": "sample string 9",
"isCoach": true,
"isHospitant": true,
"companyId": "12d2d097-a6d5-4d35-b75a-0f442eb0d96a",
"reasonId": 13,
"selected": true,
"hasChanged": true,
"autoMember": true,
"playerNumber": 17,
"score": 18.1
},
{
"id": 1,
"playerId": "def28b04-20f1-4709-bcae-f2e6bdf35665",
"spillerNavn": "sample string 3",
"teamId": 4,
"matchId": 5,
"eventDate": "2026-01-01T10:39:21.0724087Z",
"deltagelse": 7,
"phone": "sample string 8",
"reason": "sample string 9",
"isCoach": true,
"isHospitant": true,
"companyId": "12d2d097-a6d5-4d35-b75a-0f442eb0d96a",
"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": "ca47fa70-81bc-4137-ae8a-4dc206b48a12",
"localClubGuid": "273c3e17-7012-438e-ac0a-61c7715a08f2",
"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:39:21.0724087Z",
"stadiumName": "sample string 14",
"matchStartDate": "2026-01-01T10:39:21.0724087Z",
"refereeName": "sample string 16",
"matches": [
{
"matchStartDate": "2026-01-01T10:39:21.0724087Z",
"stadiumName": "sample string 2",
"matchId": 3,
"awayTeamName": "sample string 4",
"homeTeamName": "sample string 5",
"homeTeamClubId": 6,
"awayTeamClubId": 7
},
{
"matchStartDate": "2026-01-01T10:39:21.0724087Z",
"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": "f0039794-3635-45c3-962e-807ea5d8cc6d",
"ownerAwayTeamId": "4dfb6060-f5bf-4663-84a0-909e2f286525",
"rw": true,
"isHomeTeam": true,
"longitude": 80.1,
"latitude": 81.1,
"numberOfPlayers": {}
}
application/xml, text/xml
Sample:
<NffMatch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes">
<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:d2p1="http://schemas.datacontract.org/2004/07/oiback.Models">
<d2p1:Playerclass>
<d2p1:AutoMember>true</d2p1:AutoMember>
<d2p1:CompanyId>12d2d097-a6d5-4d35-b75a-0f442eb0d96a</d2p1:CompanyId>
<d2p1:Deltagelse>7</d2p1:Deltagelse>
<d2p1:EventDate>2026-01-01T11:39:21.0724087+01:00</d2p1:EventDate>
<d2p1:HasChanged>true</d2p1:HasChanged>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsCoach>true</d2p1:IsCoach>
<d2p1:IsHospitant>true</d2p1:IsHospitant>
<d2p1:MatchId>5</d2p1:MatchId>
<d2p1:Phone>sample string 8</d2p1:Phone>
<d2p1:PlayerId>def28b04-20f1-4709-bcae-f2e6bdf35665</d2p1:PlayerId>
<d2p1:PlayerNumber>17</d2p1:PlayerNumber>
<d2p1:Reason>sample string 9</d2p1:Reason>
<d2p1:ReasonId>13</d2p1:ReasonId>
<d2p1:Score>18.1</d2p1:Score>
<d2p1:Selected>true</d2p1:Selected>
<d2p1:SpillerNavn>sample string 3</d2p1:SpillerNavn>
<d2p1:TeamId>4</d2p1:TeamId>
</d2p1:Playerclass>
<d2p1:Playerclass>
<d2p1:AutoMember>true</d2p1:AutoMember>
<d2p1:CompanyId>12d2d097-a6d5-4d35-b75a-0f442eb0d96a</d2p1:CompanyId>
<d2p1:Deltagelse>7</d2p1:Deltagelse>
<d2p1:EventDate>2026-01-01T11:39:21.0724087+01:00</d2p1:EventDate>
<d2p1:HasChanged>true</d2p1:HasChanged>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsCoach>true</d2p1:IsCoach>
<d2p1:IsHospitant>true</d2p1:IsHospitant>
<d2p1:MatchId>5</d2p1:MatchId>
<d2p1:Phone>sample string 8</d2p1:Phone>
<d2p1:PlayerId>def28b04-20f1-4709-bcae-f2e6bdf35665</d2p1:PlayerId>
<d2p1:PlayerNumber>17</d2p1:PlayerNumber>
<d2p1:Reason>sample string 9</d2p1:Reason>
<d2p1:ReasonId>13</d2p1:ReasonId>
<d2p1:Score>18.1</d2p1:Score>
<d2p1:Selected>true</d2p1:Selected>
<d2p1:SpillerNavn>sample string 3</d2p1:SpillerNavn>
<d2p1:TeamId>4</d2p1:TeamId>
</d2p1:Playerclass>
</AwayTeamParticipants>
<AwayTeamPlayerGroups>sample string 54</AwayTeamPlayerGroups>
<Cancelled>true</Cancelled>
<CustomBane>true</CustomBane>
<CustomCanceled>true</CustomCanceled>
<CustomLastChangeDate>2026-01-01T11:39:21.0724087+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:d2p1="http://schemas.datacontract.org/2004/07/oiback.Models">
<d2p1:Playerclass>
<d2p1:AutoMember>true</d2p1:AutoMember>
<d2p1:CompanyId>12d2d097-a6d5-4d35-b75a-0f442eb0d96a</d2p1:CompanyId>
<d2p1:Deltagelse>7</d2p1:Deltagelse>
<d2p1:EventDate>2026-01-01T11:39:21.0724087+01:00</d2p1:EventDate>
<d2p1:HasChanged>true</d2p1:HasChanged>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsCoach>true</d2p1:IsCoach>
<d2p1:IsHospitant>true</d2p1:IsHospitant>
<d2p1:MatchId>5</d2p1:MatchId>
<d2p1:Phone>sample string 8</d2p1:Phone>
<d2p1:PlayerId>def28b04-20f1-4709-bcae-f2e6bdf35665</d2p1:PlayerId>
<d2p1:PlayerNumber>17</d2p1:PlayerNumber>
<d2p1:Reason>sample string 9</d2p1:Reason>
<d2p1:ReasonId>13</d2p1:ReasonId>
<d2p1:Score>18.1</d2p1:Score>
<d2p1:Selected>true</d2p1:Selected>
<d2p1:SpillerNavn>sample string 3</d2p1:SpillerNavn>
<d2p1:TeamId>4</d2p1:TeamId>
</d2p1:Playerclass>
<d2p1:Playerclass>
<d2p1:AutoMember>true</d2p1:AutoMember>
<d2p1:CompanyId>12d2d097-a6d5-4d35-b75a-0f442eb0d96a</d2p1:CompanyId>
<d2p1:Deltagelse>7</d2p1:Deltagelse>
<d2p1:EventDate>2026-01-01T11:39:21.0724087+01:00</d2p1:EventDate>
<d2p1:HasChanged>true</d2p1:HasChanged>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsCoach>true</d2p1:IsCoach>
<d2p1:IsHospitant>true</d2p1:IsHospitant>
<d2p1:MatchId>5</d2p1:MatchId>
<d2p1:Phone>sample string 8</d2p1:Phone>
<d2p1:PlayerId>def28b04-20f1-4709-bcae-f2e6bdf35665</d2p1:PlayerId>
<d2p1:PlayerNumber>17</d2p1:PlayerNumber>
<d2p1:Reason>sample string 9</d2p1:Reason>
<d2p1:ReasonId>13</d2p1:ReasonId>
<d2p1:Score>18.1</d2p1:Score>
<d2p1:Selected>true</d2p1:Selected>
<d2p1:SpillerNavn>sample string 3</d2p1:SpillerNavn>
<d2p1:TeamId>4</d2p1:TeamId>
</d2p1: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:39:21.0724087+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:39:21.0724087+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>4dfb6060-f5bf-4663-84a0-909e2f286525</OwnerAwayTeamId>
<OwnerHomeTeamId>f0039794-3635-45c3-962e-807ea5d8cc6d</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:d2p1="http://schemas.datacontract.org/2004/07/oiback.Classes.V2">
<d2p1:Active>true</d2p1:Active>
<d2p1:Comments>sample string 10</d2p1:Comments>
<d2p1:Email>sample string 18</d2p1:Email>
<d2p1:JoinDate>2026-01-01T11:39:21.0724087+01:00</d2p1:JoinDate>
<d2p1:LocalClubGuid>273c3e17-7012-438e-ac0a-61c7715a08f2</d2p1:LocalClubGuid>
<d2p1:MatchStartDate>2026-01-01T11:39:21.0724087+01:00</d2p1:MatchStartDate>
<d2p1: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:39:21.0724087+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:39:21.0724087+01:00</MatchStartDate>
<StadiumName>sample string 2</StadiumName>
</MatchList>
</d2p1:Matches>
<d2p1:MatchesLastYear>true</d2p1:MatchesLastYear>
<d2p1:MaxAge>11</d2p1:MaxAge>
<d2p1:MinAge>12</d2p1:MinAge>
<d2p1:MobilePhone>sample string 19</d2p1:MobilePhone>
<d2p1:PersonInfoHidden>true</d2p1:PersonInfoHidden>
<d2p1:RefereeClub>sample string 9</d2p1:RefereeClub>
<d2p1:RefereeClubId>8</d2p1:RefereeClubId>
<d2p1:RefereeName>sample string 16</d2p1:RefereeName>
<d2p1:RefereeNumber>1</d2p1:RefereeNumber>
<d2p1:RefereeType>sample string 7</d2p1:RefereeType>
<d2p1:RefereeTypeId>6</d2p1:RefereeTypeId>
<d2p1:RefereeUserId>ca47fa70-81bc-4137-ae8a-4dc206b48a12</d2p1:RefereeUserId>
<d2p1:Salary>20.1</d2p1:Salary>
<d2p1:StadiumName>sample string 14</d2p1:StadiumName>
<d2p1:SuitableForTeam>true</d2p1: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>