Public Attributes | List of all members
TeamEntry Struct Reference

A team of a club. More...

Public Attributes

 $TeamId
 
 $Team
 
 $DivisionId
 
 $DivisionName
 
 $DivisionCategory
 
 $MatchType
 

Detailed Description

A team of a club.

GetClubTeams returns a list of teams for a given club. This structure contains the information about each team.

See also
GetClubTeams, GetClubTeamsResponse

Member Data Documentation

◆ $DivisionCategory

TeamEntry::$DivisionCategory

The category of the division wherein the team is playing

Divisions are grouped by category. All divisions belonging to the same category are usually sharing the same properties like the type of match (3 vs 3 or 4 vs 4) and the player ranking system (men or women).

type: int

◆ $DivisionId

TeamEntry::$DivisionId

The unique identifier of the division wherein the team is playing.

type: int

◆ $DivisionName

TeamEntry::$DivisionName

The name of the division wherein the team is playing

Example for division #390 of VTTL competition (season 2007-2008):

  • with an account configured for Dutch: Afdeling 2A - Prov. Vl.-B/Br. - Heren
  • with an account configured for French: Division 2A - Prov. Vl.-B/Br. - Hommes

The name is localized according to the CredentialsType credentials given in the GetClubTeamsRequest request. If not specified, the default language is defined by the TabT website administrator.

type: string

◆ $MatchType

TeamEntry::$MatchType

The type of games that are played during the match

Each team match is played with a given number of single or double games that are played in a given order. The MatchType value defines how the games are played within a team match.

As an example, for VTTL, MatchType #2 is played by 4 players who are playing 16 single games.

type: int

◆ $Team

TeamEntry::$Team

The team letter.

Usually each time of a club is identified by a letter. Eg team "A", "B", "C" etc. In some cases, no letter is given and this parameter is empty.

type: string

◆ $TeamId

TeamEntry::$TeamId

The unique identified of the team.

The system will generate a unique identifier for each team of the club.

type: string


The documentation for this struct was generated from the following file: