GET api/V2/referee/setRefereePrice

Request Information

URI Parameters

None.

Body Parameters

RefereePrice
NameDescriptionTypeAdditional information
PriceId

integer

None.

ClubId

string

None.

MatchNumberOfPlayers

integer

None.

Salary

decimal number

None.

Comments

string

None.

Active

boolean

None.

UserView

boolean

None.

ChangeDate

date

None.

ChangedBy

string

None.

ChangedByName

string

None.

StartDate

date

None.

EndDate

date

None.

AgeCategory

integer

None.

AgeDescription

string

None.

Request Formats

application/json, text/json

Sample:
{
  "priceId": 1,
  "clubId": "sample string 2",
  "matchNumberOfPlayers": 3,
  "salary": 4.1,
  "comments": "sample string 5",
  "active": true,
  "userView": true,
  "changeDate": "2026-01-01T10:33:41.0946427Z",
  "changedBy": "sample string 9",
  "changedByName": "sample string 10",
  "startDate": "2026-01-01T10:33:41.0946427Z",
  "endDate": "2026-01-01T10:33:41.0946427Z",
  "ageCategory": 13,
  "ageDescription": "sample string 14"
}

application/xml, text/xml

Sample:
<RefereePrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes.V2">
  <Active>true</Active>
  <AgeCategory>13</AgeCategory>
  <AgeDescription>sample string 14</AgeDescription>
  <ChangeDate>2026-01-01T11:33:41.0946427+01:00</ChangeDate>
  <ChangedBy>sample string 9</ChangedBy>
  <ChangedByName>sample string 10</ChangedByName>
  <ClubId>sample string 2</ClubId>
  <Comments>sample string 5</Comments>
  <EndDate>2026-01-01T11:33:41.0946427+01:00</EndDate>
  <MatchNumberOfPlayers>3</MatchNumberOfPlayers>
  <PriceId>1</PriceId>
  <Salary>4.1</Salary>
  <StartDate>2026-01-01T11:33:41.0946427+01:00</StartDate>
  <UserView>true</UserView>
</RefereePrice>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RefereePrice
NameDescriptionTypeAdditional information
PriceId

integer

None.

ClubId

string

None.

MatchNumberOfPlayers

integer

None.

Salary

decimal number

None.

Comments

string

None.

Active

boolean

None.

UserView

boolean

None.

ChangeDate

date

None.

ChangedBy

string

None.

ChangedByName

string

None.

StartDate

date

None.

EndDate

date

None.

AgeCategory

integer

None.

AgeDescription

string

None.

Response Formats

application/json, text/json

Sample:
{
  "priceId": 1,
  "clubId": "sample string 2",
  "matchNumberOfPlayers": 3,
  "salary": 4.1,
  "comments": "sample string 5",
  "active": true,
  "userView": true,
  "changeDate": "2026-01-01T10:33:41.1102214Z",
  "changedBy": "sample string 9",
  "changedByName": "sample string 10",
  "startDate": "2026-01-01T10:33:41.1102214Z",
  "endDate": "2026-01-01T10:33:41.1102214Z",
  "ageCategory": 13,
  "ageDescription": "sample string 14"
}

application/xml, text/xml

Sample:
<RefereePrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes.V2">
  <Active>true</Active>
  <AgeCategory>13</AgeCategory>
  <AgeDescription>sample string 14</AgeDescription>
  <ChangeDate>2026-01-01T11:33:41.1102214+01:00</ChangeDate>
  <ChangedBy>sample string 9</ChangedBy>
  <ChangedByName>sample string 10</ChangedByName>
  <ClubId>sample string 2</ClubId>
  <Comments>sample string 5</Comments>
  <EndDate>2026-01-01T11:33:41.1102214+01:00</EndDate>
  <MatchNumberOfPlayers>3</MatchNumberOfPlayers>
  <PriceId>1</PriceId>
  <Salary>4.1</Salary>
  <StartDate>2026-01-01T11:33:41.1102214+01:00</StartDate>
  <UserView>true</UserView>
</RefereePrice>