GET api/V2/referee/GetSingleRefereeSalary?clubId={clubId}&year={year}&RefereeId={RefereeId}

Get single referee salary report V3 API

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clubId

string

Required

year

integer

Required

RefereeId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of RefereeDetails
NameDescriptionTypeAdditional 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.

Email

string

None.

MobilePhone

string

None.

Salary

decimal number

None.

MatchesLastYear

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "refereeNumber": 1,
    "refereeUserId": "d2299e54-18e5-4cea-8610-0c6170995464",
    "localClubGuid": "e8df0f88-45cf-40e3-8053-6f268fee7f14",
    "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:37.4642658Z",
    "stadiumName": "sample string 14",
    "matchStartDate": "2026-01-01T10:39:37.4642658Z",
    "refereeName": "sample string 16",
    "matches": [
      {
        "matchStartDate": "2026-01-01T10:39:37.4642658Z",
        "stadiumName": "sample string 2",
        "matchId": 3,
        "awayTeamName": "sample string 4",
        "homeTeamName": "sample string 5",
        "homeTeamClubId": 6,
        "awayTeamClubId": 7
      },
      {
        "matchStartDate": "2026-01-01T10:39:37.4642658Z",
        "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": "d2299e54-18e5-4cea-8610-0c6170995464",
    "localClubGuid": "e8df0f88-45cf-40e3-8053-6f268fee7f14",
    "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:37.4642658Z",
    "stadiumName": "sample string 14",
    "matchStartDate": "2026-01-01T10:39:37.4642658Z",
    "refereeName": "sample string 16",
    "matches": [
      {
        "matchStartDate": "2026-01-01T10:39:37.4642658Z",
        "stadiumName": "sample string 2",
        "matchId": 3,
        "awayTeamName": "sample string 4",
        "homeTeamName": "sample string 5",
        "homeTeamClubId": 6,
        "awayTeamClubId": 7
      },
      {
        "matchStartDate": "2026-01-01T10:39:37.4642658Z",
        "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:39:37.4642658+01:00</JoinDate>
    <LocalClubGuid>e8df0f88-45cf-40e3-8053-6f268fee7f14</LocalClubGuid>
    <MatchStartDate>2026-01-01T11:39:37.4642658+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:39:37.4642658+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:39:37.4642658+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>d2299e54-18e5-4cea-8610-0c6170995464</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:39:37.4642658+01:00</JoinDate>
    <LocalClubGuid>e8df0f88-45cf-40e3-8053-6f268fee7f14</LocalClubGuid>
    <MatchStartDate>2026-01-01T11:39:37.4642658+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:39:37.4642658+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:39:37.4642658+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>d2299e54-18e5-4cea-8610-0c6170995464</RefereeUserId>
    <Salary>20.1</Salary>
    <StadiumName>sample string 14</StadiumName>
    <SuitableForTeam>true</SuitableForTeam>
  </RefereeDetails>
</ArrayOfRefereeDetails>