A team of a club. More...
Public Attributes | |
$TeamId | |
$Team | |
$DivisionId | |
$DivisionName | |
$DivisionCategory | |
$MatchType | |
A team of a club.
GetClubTeams returns a list of teams for a given club. This structure contains the information about each team.
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
TeamEntry::$DivisionId |
The unique identifier of the division wherein the team is playing.
type: int
TeamEntry::$DivisionName |
The name of the division wherein the team is playing
Example for division #390 of VTTL competition (season 2007-2008):
Afdeling 2A - Prov. Vl.-B/Br. - Heren
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
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
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
TeamEntry::$TeamId |
The unique identified of the team.
The system will generate a unique identifier for each team of the club.
type: string