GET api/V2/referee/GetRefereeSalary?clubId={clubId}&year={year}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clubId | string |
Required |
|
| year | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RefereeDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| RefereeNumber | integer |
None. |
|
| RefereeUserId | globally unique identifier |
None. |
|
| LocalClubGuid | globally unique identifier |
None. |
|
| Active | boolean |
None. |
|
| PersonInfoHidden | boolean |
None. |
|
| RefereeTypeId | integer |
None. |
|
| RefereeType | string |
None. |
|
| RefereeClubId | integer |
None. |
|
| RefereeClub | string |
None. |
|
| Comments | string |
None. |
|
| MaxAge | integer |
None. |
|
| MinAge | integer |
None. |
|
| JoinDate | date |
None. |
|
| StadiumName | string |
None. |
|
| MatchStartDate | date |
None. |
|
| RefereeName | string |
None. |
|
| Matches | Collection of MatchList |
None. |
|
| SuitableForTeam | boolean |
None. |
|
| string |
None. |
||
| MobilePhone | string |
None. |
|
| Salary | decimal number |
None. |
|
| MatchesLastYear | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"refereeNumber": 1,
"refereeUserId": "8dedc77a-ef21-41af-9d71-f6167ccc3c7d",
"localClubGuid": "795b70fe-9d13-45eb-95da-76df9172dd10",
"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:40:52.6726193Z",
"stadiumName": "sample string 14",
"matchStartDate": "2026-01-01T10:40:52.6726193Z",
"refereeName": "sample string 16",
"matches": [
{
"matchStartDate": "2026-01-01T10:40:52.6726193Z",
"stadiumName": "sample string 2",
"matchId": 3,
"awayTeamName": "sample string 4",
"homeTeamName": "sample string 5",
"homeTeamClubId": 6,
"awayTeamClubId": 7
},
{
"matchStartDate": "2026-01-01T10:40:52.6726193Z",
"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
},
{
"refereeNumber": 1,
"refereeUserId": "8dedc77a-ef21-41af-9d71-f6167ccc3c7d",
"localClubGuid": "795b70fe-9d13-45eb-95da-76df9172dd10",
"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:40:52.6726193Z",
"stadiumName": "sample string 14",
"matchStartDate": "2026-01-01T10:40:52.6726193Z",
"refereeName": "sample string 16",
"matches": [
{
"matchStartDate": "2026-01-01T10:40:52.6726193Z",
"stadiumName": "sample string 2",
"matchId": 3,
"awayTeamName": "sample string 4",
"homeTeamName": "sample string 5",
"homeTeamClubId": 6,
"awayTeamClubId": 7
},
{
"matchStartDate": "2026-01-01T10:40:52.6726193Z",
"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
}
]
application/xml, text/xml
Sample:
<ArrayOfRefereeDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes.V2">
<RefereeDetails>
<Active>true</Active>
<Comments>sample string 10</Comments>
<Email>sample string 18</Email>
<JoinDate>2026-01-01T11:40:52.6726193+01:00</JoinDate>
<LocalClubGuid>795b70fe-9d13-45eb-95da-76df9172dd10</LocalClubGuid>
<MatchStartDate>2026-01-01T11:40:52.6726193+01:00</MatchStartDate>
<Matches xmlns:d3p1="http://schemas.datacontract.org/2004/07/oiback.Classes">
<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-01T11:40:52.6726193+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-01T11:40:52.6726193+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>8dedc77a-ef21-41af-9d71-f6167ccc3c7d</RefereeUserId>
<Salary>20.1</Salary>
<StadiumName>sample string 14</StadiumName>
<SuitableForTeam>true</SuitableForTeam>
</RefereeDetails>
<RefereeDetails>
<Active>true</Active>
<Comments>sample string 10</Comments>
<Email>sample string 18</Email>
<JoinDate>2026-01-01T11:40:52.6726193+01:00</JoinDate>
<LocalClubGuid>795b70fe-9d13-45eb-95da-76df9172dd10</LocalClubGuid>
<MatchStartDate>2026-01-01T11:40:52.6726193+01:00</MatchStartDate>
<Matches xmlns:d3p1="http://schemas.datacontract.org/2004/07/oiback.Classes">
<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-01T11:40:52.6726193+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-01T11:40:52.6726193+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>8dedc77a-ef21-41af-9d71-f6167ccc3c7d</RefereeUserId>
<Salary>20.1</Salary>
<StadiumName>sample string 14</StadiumName>
<SuitableForTeam>true</SuitableForTeam>
</RefereeDetails>
</ArrayOfRefereeDetails>