GroupDTO Data Type

Properties
name data type constraints description
attendancesEnabled boolean  
playOff boolean  
groupLeader string  
ageGroup string  
leagueMatrixGrouping string  
league string  
finalDateRR string  
publishDateRR string  
refereeUser array of GroupUserDTO  
groupLeaderUser GroupUserDTO  
refereeObserverUser array of GroupUserDTO  
upperPlayOffTable GroupTableDTO  
expand string  
leagueUri string  
type string  
leagueNickname string  
refereeCostsforGroup number  
linkedGroupId number  
nickname string  
contestTypeNickname string  
documentUrl string  
leagueId string  
publishDateVR string  
teamMaterialsPdfUrl string  
meetingsFirstRoundPdfUrl string  
upperPlayOffRoundRobin boolean required boolean
meetingsSecondRoundPdfUrl string  
lowerPlayOffRoundRobin boolean required boolean
finalDateVR string  
fedNickname string  
meetings MeetingsDTO  
finalTable GroupTableDTO  
refereeCostsforGroups number  
remarks string  
name string  
lowerPlayOffTable GroupTableDTO  
groupLeaderDeputyUser array of GroupUserDTO  
contestCategory ContestCategory  
championshipNickname string  
groupLeaderAddress AddressDTO  
roundType GroupRoundType  
contest string  
groupTableMeetingsPdfUrl string  
nuScoreLiveEnabled boolean required boolean
groupConfig GroupConfigDTO  
groupLeaderPerson PersonDTO  
championshipRegion string  
timekeeperSecretaryUser array of GroupUserDTO  
groupPublished boolean required boolean
seasonNickname string  
groupTable GroupTableDTO  

Example

{
  "attendancesEnabled" : true,
  "playOff" : true,
  "ageGroup" : "...",
  "leagueMatrixGrouping" : "...",
  "league" : "...",
  "finalDateRR" : "...",
  "publishDateRR" : "...",
  "refereeUser" : [ {
    "person" : {
      "firstname" : "...",
      "addressUri" : "...",
      "title" : "...",
      "lastname" : "...",
      "languages" : "...",
      "gender" : "female",
      "personId" : "..."
    },
    "address" : {
      "country" : "...",
      "distance" : 12345.0,
      "contactPerson" : "...",
      "label" : "...",
      "zip" : "...",
      "phoneHome" : "...",
      "phoneMobile" : "...",
      "www" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "longitude" : 12345.0,
      "emailHome" : "...",
      "type" : "court",
      "phoneWork" : "...",
      "street" : "...",
      "faxWork" : "...",
      "faxHome" : "...",
      "emailWork" : "..."
    },
    "type" : "groupLeaderDeputy"
  }, {
    "person" : {
      "firstname" : "...",
      "addressUri" : "...",
      "title" : "...",
      "lastname" : "...",
      "languages" : "...",
      "gender" : "female",
      "personId" : "..."
    },
    "address" : {
      "country" : "...",
      "distance" : 12345.0,
      "contactPerson" : "...",
      "label" : "...",
      "zip" : "...",
      "phoneHome" : "...",
      "phoneMobile" : "...",
      "www" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "longitude" : 12345.0,
      "emailHome" : "...",
      "type" : "address",
      "phoneWork" : "...",
      "street" : "...",
      "faxWork" : "...",
      "faxHome" : "...",
      "emailWork" : "..."
    },
    "type" : "timekeeperSecretary"
  } ],
  "groupLeaderUser" : {
    "person" : {
      "firstname" : "...",
      "addressUri" : "...",
      "title" : "...",
      "lastname" : "...",
      "languages" : "...",
      "gender" : "male",
      "personId" : "..."
    },
    "address" : {
      "country" : "...",
      "distance" : 12345.0,
      "contactPerson" : "...",
      "label" : "...",
      "zip" : "...",
      "phoneHome" : "...",
      "phoneMobile" : "...",
      "www" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "longitude" : 12345.0,
      "emailHome" : "...",
      "type" : "courtHall",
      "phoneWork" : "...",
      "street" : "...",
      "faxWork" : "...",
      "faxHome" : "...",
      "emailWork" : "..."
    },
    "type" : "groupLeader"
  },
  "refereeObserverUser" : [ {
    "person" : {
      "firstname" : "...",
      "addressUri" : "...",
      "title" : "...",
      "lastname" : "...",
      "languages" : "...",
      "gender" : "male",
      "personId" : "..."
    },
    "address" : {
      "country" : "...",
      "distance" : 12345.0,
      "contactPerson" : "...",
      "label" : "...",
      "zip" : "...",
      "phoneHome" : "...",
      "phoneMobile" : "...",
      "www" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "longitude" : 12345.0,
      "emailHome" : "...",
      "type" : "address",
      "phoneWork" : "...",
      "street" : "...",
      "faxWork" : "...",
      "faxHome" : "...",
      "emailWork" : "..."
    },
    "type" : "refereeObserver"
  }, {
    "person" : {
      "firstname" : "...",
      "addressUri" : "...",
      "title" : "...",
      "lastname" : "...",
      "languages" : "...",
      "gender" : "male",
      "personId" : "..."
    },
    "address" : {
      "country" : "...",
      "distance" : 12345.0,
      "contactPerson" : "...",
      "label" : "...",
      "zip" : "...",
      "phoneHome" : "...",
      "phoneMobile" : "...",
      "www" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "longitude" : 12345.0,
      "emailHome" : "...",
      "type" : "courtHall",
      "phoneWork" : "...",
      "street" : "...",
      "faxWork" : "...",
      "faxHome" : "...",
      "emailWork" : "..."
    },
    "type" : "groupLeader"
  } ],
  "upperPlayOffTable" : {
    "group" : "...",
    "roundTypDetail" : "...",
    "seasonState" : "archive",
    "groupPublished" : true,
    "tableHints" : [ "...", "..." ],
    "contestCategory" : "general",
    "fedNickname" : "...",
    "championshipRegion" : "...",
    "groupUri" : "...",
    "seasonNickname" : "...",
    "groupTableDisplayType" : "CROSS_TABLE",
    "groupNickname" : "...",
    "groupId" : "...",
    "groupTableTeam" : [ {
      "ownMatchesDouble" : 12345,
      "teamId" : "...",
      "clubFedNickname" : "...",
      "teamStatistics" : { },
      "teamState" : "terminated",
      "meetings" : 12345,
      "teamReleasedDate" : 12345,
      "tendency" : "steady",
      "tieMeetings" : 12345,
      "teamNr" : 12345,
      "clubNr" : "...",
      "otherMatchesSingle" : 12345,
      "teamUri" : "...",
      "otherSets" : 12345,
      "otherGames" : 12345,
      "otherPoints" : 12345.0,
      "ownPointsGuest" : 12345.0,
      "contestTypeNickname" : "...",
      "tableRank" : 12345,
      "team" : "...",
      "riseAndFallState" : "fallRelegation",
      "ownMatches" : 12345,
      "otherMatches" : 12345,
      "ownMeetings" : 12345,
      "ownMatchesSingle" : 12345,
      "ownGames" : 12345,
      "ownPointsHome" : 12345.0,
      "ownSets" : 12345,
      "ownPoints" : 12345.0,
      "otherMatchesDouble" : 12345,
      "otherPointsHome" : 12345.0,
      "otherMeetings" : 12345,
      "otherPointsGuest" : 12345.0
    }, {
      "ownMatchesDouble" : 12345,
      "teamId" : "...",
      "clubFedNickname" : "...",
      "teamStatistics" : { },
      "teamState" : "active",
      "meetings" : 12345,
      "teamReleasedDate" : 12345,
      "tendency" : "fall",
      "tieMeetings" : 12345,
      "teamNr" : 12345,
      "clubNr" : "...",
      "otherMatchesSingle" : 12345,
      "teamUri" : "...",
      "otherSets" : 12345,
      "otherGames" : 12345,
      "otherPoints" : 12345.0,
      "ownPointsGuest" : 12345.0,
      "contestTypeNickname" : "...",
      "tableRank" : 12345,
      "team" : "...",
      "riseAndFallState" : "fall",
      "ownMatches" : 12345,
      "otherMatches" : 12345,
      "ownMeetings" : 12345,
      "ownMatchesSingle" : 12345,
      "ownGames" : 12345,
      "ownPointsHome" : 12345.0,
      "ownSets" : 12345,
      "ownPoints" : 12345.0,
      "otherMatchesDouble" : 12345,
      "otherPointsHome" : 12345.0,
      "otherMeetings" : 12345,
      "otherPointsGuest" : 12345.0
    } ],
    "finalTable" : true
  },
  "expand" : "...",
  "leagueUri" : "...",
  "type" : "...",
  "leagueNickname" : "...",
  "linkedGroupId" : 12345,
  "nickname" : "...",
  "contestTypeNickname" : "...",
  "documentUrl" : "...",
  "leagueId" : "...",
  "publishDateVR" : "...",
  "teamMaterialsPdfUrl" : "...",
  "meetingsFirstRoundPdfUrl" : "...",
  "upperPlayOffRoundRobin" : true,
  "meetingsSecondRoundPdfUrl" : "...",
  "lowerPlayOffRoundRobin" : true,
  "finalDateVR" : "...",
  "fedNickname" : "...",
  "meetings" : {
    "meetingAbbr" : [ {
      "homeRightSwitched" : true,
      "teamGuestUri" : "...",
      "totalAttendances" : 12345,
      "homeImageUrl" : "...",
      "entryDate" : 12345,
      "referee" : "...",
      "teamGuestState" : "released",
      "roundNameType" : "round1",
      "originalDate" : 12345,
      "pdfUrl" : "...",
      "referees" : { },
      "publishGroupLeaderRemarks" : true,
      "setsGuest" : 12345,
      "teamGuest" : "...",
      "playMode" : "...",
      "live" : true,
      "endDate" : 12345,
      "overtimeEnabled" : true,
      "isCompleted" : true,
      "gamesGuest" : 12345,
      "halftimeLength" : 12345,
      "teamGuestNationalClubNr" : "...",
      "courtHallId" : "...",
      "courtHallUri" : "...",
      "groupId" : "...",
      "meetingPageUrl" : "...",
      "teamGuestClubNr" : "...",
      "championshipRegion" : "...",
      "contestCategory" : "unknown",
      "groupName" : "...",
      "courtHallSwitched" : true,
      "roundName" : "...",
      "groupLeaderRemarks" : "...",
      "scheduled" : 12345,
      "matchesGuest" : 12345,
      "homeImageUri" : "...",
      "courtHallClub" : { },
      "isConfirmed" : true,
      "meetingInfoState" : [ "notParticipatedGuest", "releasedGuestTeam" ],
      "seasonNickname" : "...",
      "guestImageUri" : "...",
      "gamesHome" : 12345,
      "groupFedNickname" : "...",
      "teamGuestTeamNr" : 12345,
      "roundType" : 12345,
      "personsVersionUid" : "...",
      "meetingUri" : "...",
      "guestImageUrl" : "...",
      "courtHallName" : "...",
      "winPointDecision" : "WINPOINT_ALLGAMES",
      "meetingUuid" : "...",
      "versionUid" : "...",
      "leagueNickname" : "...",
      "doubleMatchesGuest" : 12345,
      "teamHomeId" : "...",
      "championshipNickname" : "...",
      "matchesHome" : 12345,
      "teamHomeTeamNr" : 12345,
      "teamHomePageUrl" : "...",
      "meetingNumber" : 12345,
      "remarks" : "...",
      "teamGuestId" : "...",
      "nuScoreLiveEnabled" : true,
      "teamHomeWo" : true,
      "teamGuestPageUrl" : "...",
      "doubleMatchesHome" : 12345,
      "courtHallNumbers" : "...",
      "setsHome" : 12345,
      "publishPdfEnabled" : true,
      "meetingState" : "new",
      "teamHomeClubNr" : "...",
      "resultsAvailable" : true,
      "note" : "...",
      "isFromFirstRound" : true,
      "homeRight" : "hometeam",
      "roundNameTypeSort" : 12345,
      "teamHomeState" : "terminated",
      "teamHomeUri" : "...",
      "groupConfig" : { },
      "teamHomeNationalClubNr" : "...",
      "meetingId" : "...",
      "teamGuestWo" : true,
      "teamHome" : "...",
      "location" : { }
    }, {
      "homeRightSwitched" : true,
      "teamGuestUri" : "...",
      "totalAttendances" : 12345,
      "homeImageUrl" : "...",
      "entryDate" : 12345,
      "referee" : "...",
      "teamGuestState" : "active",
      "roundNameType" : "ninthPlacePlayoff",
      "originalDate" : 12345,
      "pdfUrl" : "...",
      "referees" : { },
      "publishGroupLeaderRemarks" : true,
      "setsGuest" : 12345,
      "teamGuest" : "...",
      "playMode" : "...",
      "live" : true,
      "endDate" : 12345,
      "overtimeEnabled" : true,
      "isCompleted" : true,
      "gamesGuest" : 12345,
      "halftimeLength" : 12345,
      "teamGuestNationalClubNr" : "...",
      "courtHallId" : "...",
      "courtHallUri" : "...",
      "groupId" : "...",
      "meetingPageUrl" : "...",
      "teamGuestClubNr" : "...",
      "championshipRegion" : "...",
      "contestCategory" : "juniors",
      "groupName" : "...",
      "courtHallSwitched" : true,
      "roundName" : "...",
      "groupLeaderRemarks" : "...",
      "scheduled" : 12345,
      "matchesGuest" : 12345,
      "homeImageUri" : "...",
      "courtHallClub" : { },
      "isConfirmed" : true,
      "meetingInfoState" : [ "protestGuest", "protestGuest" ],
      "seasonNickname" : "...",
      "guestImageUri" : "...",
      "gamesHome" : 12345,
      "groupFedNickname" : "...",
      "teamGuestTeamNr" : 12345,
      "roundType" : 12345,
      "personsVersionUid" : "...",
      "meetingUri" : "...",
      "guestImageUrl" : "...",
      "courtHallName" : "...",
      "winPointDecision" : "WINPOINT_ALLGAMES",
      "meetingUuid" : "...",
      "versionUid" : "...",
      "leagueNickname" : "...",
      "doubleMatchesGuest" : 12345,
      "teamHomeId" : "...",
      "championshipNickname" : "...",
      "matchesHome" : 12345,
      "teamHomeTeamNr" : 12345,
      "teamHomePageUrl" : "...",
      "meetingNumber" : 12345,
      "remarks" : "...",
      "teamGuestId" : "...",
      "nuScoreLiveEnabled" : true,
      "teamHomeWo" : true,
      "teamGuestPageUrl" : "...",
      "doubleMatchesHome" : 12345,
      "courtHallNumbers" : "...",
      "setsHome" : 12345,
      "publishPdfEnabled" : true,
      "meetingState" : "new",
      "teamHomeClubNr" : "...",
      "resultsAvailable" : true,
      "note" : "...",
      "isFromFirstRound" : true,
      "homeRight" : "unknown",
      "roundNameTypeSort" : 12345,
      "teamHomeState" : "ignoreInTable",
      "teamHomeUri" : "...",
      "groupConfig" : { },
      "teamHomeNationalClubNr" : "...",
      "meetingId" : "...",
      "teamGuestWo" : true,
      "teamHome" : "...",
      "location" : { }
    } ],
    "fedNickname" : "...",
    "maxResults" : 12345,
    "firstResult" : 12345,
    "availableResults" : 12345
  },
  "finalTable" : {
    "group" : "...",
    "roundTypDetail" : "...",
    "seasonState" : "archive",
    "groupPublished" : true,
    "tableHints" : [ "...", "..." ],
    "contestCategory" : "juniors",
    "fedNickname" : "...",
    "championshipRegion" : "...",
    "groupUri" : "...",
    "seasonNickname" : "...",
    "groupTableDisplayType" : "DISABLED",
    "groupNickname" : "...",
    "groupId" : "...",
    "groupTableTeam" : [ {
      "ownMatchesDouble" : 12345,
      "teamId" : "...",
      "clubFedNickname" : "...",
      "teamStatistics" : { },
      "teamState" : "terminated",
      "meetings" : 12345,
      "teamReleasedDate" : 12345,
      "tendency" : "fall",
      "tieMeetings" : 12345,
      "teamNr" : 12345,
      "clubNr" : "...",
      "otherMatchesSingle" : 12345,
      "teamUri" : "...",
      "otherSets" : 12345,
      "otherGames" : 12345,
      "otherPoints" : 12345.0,
      "ownPointsGuest" : 12345.0,
      "contestTypeNickname" : "...",
      "tableRank" : 12345,
      "team" : "...",
      "riseAndFallState" : "fallRelegation",
      "ownMatches" : 12345,
      "otherMatches" : 12345,
      "ownMeetings" : 12345,
      "ownMatchesSingle" : 12345,
      "ownGames" : 12345,
      "ownPointsHome" : 12345.0,
      "ownSets" : 12345,
      "ownPoints" : 12345.0,
      "otherMatchesDouble" : 12345,
      "otherPointsHome" : 12345.0,
      "otherMeetings" : 12345,
      "otherPointsGuest" : 12345.0
    }, {
      "ownMatchesDouble" : 12345,
      "teamId" : "...",
      "clubFedNickname" : "...",
      "teamStatistics" : { },
      "teamState" : "released",
      "meetings" : 12345,
      "teamReleasedDate" : 12345,
      "tendency" : "steady",
      "tieMeetings" : 12345,
      "teamNr" : 12345,
      "clubNr" : "...",
      "otherMatchesSingle" : 12345,
      "teamUri" : "...",
      "otherSets" : 12345,
      "otherGames" : 12345,
      "otherPoints" : 12345.0,
      "ownPointsGuest" : 12345.0,
      "contestTypeNickname" : "...",
      "tableRank" : 12345,
      "team" : "...",
      "riseAndFallState" : "riseRelegation",
      "ownMatches" : 12345,
      "otherMatches" : 12345,
      "ownMeetings" : 12345,
      "ownMatchesSingle" : 12345,
      "ownGames" : 12345,
      "ownPointsHome" : 12345.0,
      "ownSets" : 12345,
      "ownPoints" : 12345.0,
      "otherMatchesDouble" : 12345,
      "otherPointsHome" : 12345.0,
      "otherMeetings" : 12345,
      "otherPointsGuest" : 12345.0
    } ],
    "finalTable" : true
  },
  "remarks" : "...",
  "name" : "...",
  "lowerPlayOffTable" : {
    "group" : "...",
    "roundTypDetail" : "...",
    "seasonState" : "archive",
    "groupPublished" : true,
    "tableHints" : [ "...", "..." ],
    "contestCategory" : "unknown",
    "fedNickname" : "...",
    "championshipRegion" : "...",
    "groupUri" : "...",
    "seasonNickname" : "...",
    "groupTableDisplayType" : "WITHOUT_MATCHES_AND_MATCHES_DIFF",
    "groupNickname" : "...",
    "groupId" : "...",
    "groupTableTeam" : [ {
      "ownMatchesDouble" : 12345,
      "teamId" : "...",
      "clubFedNickname" : "...",
      "teamStatistics" : { },
      "teamState" : "released",
      "meetings" : 12345,
      "teamReleasedDate" : 12345,
      "tendency" : "rise",
      "tieMeetings" : 12345,
      "teamNr" : 12345,
      "clubNr" : "...",
      "otherMatchesSingle" : 12345,
      "teamUri" : "...",
      "otherSets" : 12345,
      "otherGames" : 12345,
      "otherPoints" : 12345.0,
      "ownPointsGuest" : 12345.0,
      "contestTypeNickname" : "...",
      "tableRank" : 12345,
      "team" : "...",
      "riseAndFallState" : "rise",
      "ownMatches" : 12345,
      "otherMatches" : 12345,
      "ownMeetings" : 12345,
      "ownMatchesSingle" : 12345,
      "ownGames" : 12345,
      "ownPointsHome" : 12345.0,
      "ownSets" : 12345,
      "ownPoints" : 12345.0,
      "otherMatchesDouble" : 12345,
      "otherPointsHome" : 12345.0,
      "otherMeetings" : 12345,
      "otherPointsGuest" : 12345.0
    }, {
      "ownMatchesDouble" : 12345,
      "teamId" : "...",
      "clubFedNickname" : "...",
      "teamStatistics" : { },
      "teamState" : "released",
      "meetings" : 12345,
      "teamReleasedDate" : 12345,
      "tendency" : "steady",
      "tieMeetings" : 12345,
      "teamNr" : 12345,
      "clubNr" : "...",
      "otherMatchesSingle" : 12345,
      "teamUri" : "...",
      "otherSets" : 12345,
      "otherGames" : 12345,
      "otherPoints" : 12345.0,
      "ownPointsGuest" : 12345.0,
      "contestTypeNickname" : "...",
      "tableRank" : 12345,
      "team" : "...",
      "riseAndFallState" : "rise",
      "ownMatches" : 12345,
      "otherMatches" : 12345,
      "ownMeetings" : 12345,
      "ownMatchesSingle" : 12345,
      "ownGames" : 12345,
      "ownPointsHome" : 12345.0,
      "ownSets" : 12345,
      "ownPoints" : 12345.0,
      "otherMatchesDouble" : 12345,
      "otherPointsHome" : 12345.0,
      "otherMeetings" : 12345,
      "otherPointsGuest" : 12345.0
    } ],
    "finalTable" : true
  },
  "groupLeaderDeputyUser" : [ {
    "person" : {
      "firstname" : "...",
      "addressUri" : "...",
      "title" : "...",
      "lastname" : "...",
      "languages" : "...",
      "gender" : "male",
      "personId" : "..."
    },
    "address" : {
      "country" : "...",
      "distance" : 12345.0,
      "contactPerson" : "...",
      "label" : "...",
      "zip" : "...",
      "phoneHome" : "...",
      "phoneMobile" : "...",
      "www" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "longitude" : 12345.0,
      "emailHome" : "...",
      "type" : "courtHall",
      "phoneWork" : "...",
      "street" : "...",
      "faxWork" : "...",
      "faxHome" : "...",
      "emailWork" : "..."
    },
    "type" : "referee"
  }, {
    "person" : {
      "firstname" : "...",
      "addressUri" : "...",
      "title" : "...",
      "lastname" : "...",
      "languages" : "...",
      "gender" : "male",
      "personId" : "..."
    },
    "address" : {
      "country" : "...",
      "distance" : 12345.0,
      "contactPerson" : "...",
      "label" : "...",
      "zip" : "...",
      "phoneHome" : "...",
      "phoneMobile" : "...",
      "www" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "longitude" : 12345.0,
      "emailHome" : "...",
      "type" : "courtHall",
      "phoneWork" : "...",
      "street" : "...",
      "faxWork" : "...",
      "faxHome" : "...",
      "emailWork" : "..."
    },
    "type" : "referee"
  } ],
  "contestCategory" : "unknown",
  "championshipNickname" : "...",
  "roundType" : "second",
  "contest" : "...",
  "groupTableMeetingsPdfUrl" : "...",
  "nuScoreLiveEnabled" : true,
  "groupConfig" : {
    "yellowCardsStatisticsEnabled" : true,
    "groupTableDisplayType" : "FULL_TABLE",
    "redCardsStatisticsEnabled" : true,
    "goalsStatisticsEnabled" : true,
    "groupTeamStatisticsEnabled" : true,
    "noDoublesEnabled" : true,
    "sevenMeterGoalsStatisticEnabled" : true,
    "nuScoreLiveEnabled" : true,
    "meetingReportPdfEnabled" : true,
    "showTablePointsInsteadOfGoals" : true,
    "suspensionsStatisticsEnabled" : true
  },
  "championshipRegion" : "...",
  "timekeeperSecretaryUser" : [ {
    "person" : {
      "firstname" : "...",
      "addressUri" : "...",
      "title" : "...",
      "lastname" : "...",
      "languages" : "...",
      "gender" : "female",
      "personId" : "..."
    },
    "address" : {
      "country" : "...",
      "distance" : 12345.0,
      "contactPerson" : "...",
      "label" : "...",
      "zip" : "...",
      "phoneHome" : "...",
      "phoneMobile" : "...",
      "www" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "longitude" : 12345.0,
      "emailHome" : "...",
      "type" : "contact",
      "phoneWork" : "...",
      "street" : "...",
      "faxWork" : "...",
      "faxHome" : "...",
      "emailWork" : "..."
    },
    "type" : "referee"
  }, {
    "person" : {
      "firstname" : "...",
      "addressUri" : "...",
      "title" : "...",
      "lastname" : "...",
      "languages" : "...",
      "gender" : "male",
      "personId" : "..."
    },
    "address" : {
      "country" : "...",
      "distance" : 12345.0,
      "contactPerson" : "...",
      "label" : "...",
      "zip" : "...",
      "phoneHome" : "...",
      "phoneMobile" : "...",
      "www" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "longitude" : 12345.0,
      "emailHome" : "...",
      "type" : "address",
      "phoneWork" : "...",
      "street" : "...",
      "faxWork" : "...",
      "faxHome" : "...",
      "emailWork" : "..."
    },
    "type" : "groupLeaderDeputy"
  } ],
  "groupPublished" : true,
  "seasonNickname" : "...",
  "groupTable" : {
    "group" : "...",
    "roundTypDetail" : "...",
    "seasonState" : "new",
    "groupPublished" : true,
    "tableHints" : [ "...", "..." ],
    "contestCategory" : "kids",
    "fedNickname" : "...",
    "championshipRegion" : "...",
    "groupUri" : "...",
    "seasonNickname" : "...",
    "groupTableDisplayType" : "CROSS_TABLE",
    "groupNickname" : "...",
    "groupId" : "...",
    "groupTableTeam" : [ {
      "ownMatchesDouble" : 12345,
      "teamId" : "...",
      "clubFedNickname" : "...",
      "teamStatistics" : { },
      "teamState" : "released",
      "meetings" : 12345,
      "teamReleasedDate" : 12345,
      "tendency" : "rise",
      "tieMeetings" : 12345,
      "teamNr" : 12345,
      "clubNr" : "...",
      "otherMatchesSingle" : 12345,
      "teamUri" : "...",
      "otherSets" : 12345,
      "otherGames" : 12345,
      "otherPoints" : 12345.0,
      "ownPointsGuest" : 12345.0,
      "contestTypeNickname" : "...",
      "tableRank" : 12345,
      "team" : "...",
      "riseAndFallState" : "rise",
      "ownMatches" : 12345,
      "otherMatches" : 12345,
      "ownMeetings" : 12345,
      "ownMatchesSingle" : 12345,
      "ownGames" : 12345,
      "ownPointsHome" : 12345.0,
      "ownSets" : 12345,
      "ownPoints" : 12345.0,
      "otherMatchesDouble" : 12345,
      "otherPointsHome" : 12345.0,
      "otherMeetings" : 12345,
      "otherPointsGuest" : 12345.0
    }, {
      "ownMatchesDouble" : 12345,
      "teamId" : "...",
      "clubFedNickname" : "...",
      "teamStatistics" : { },
      "teamState" : "released",
      "meetings" : 12345,
      "teamReleasedDate" : 12345,
      "tendency" : "steady",
      "tieMeetings" : 12345,
      "teamNr" : 12345,
      "clubNr" : "...",
      "otherMatchesSingle" : 12345,
      "teamUri" : "...",
      "otherSets" : 12345,
      "otherGames" : 12345,
      "otherPoints" : 12345.0,
      "ownPointsGuest" : 12345.0,
      "contestTypeNickname" : "...",
      "tableRank" : 12345,
      "team" : "...",
      "riseAndFallState" : "none",
      "ownMatches" : 12345,
      "otherMatches" : 12345,
      "ownMeetings" : 12345,
      "ownMatchesSingle" : 12345,
      "ownGames" : 12345,
      "ownPointsHome" : 12345.0,
      "ownSets" : 12345,
      "ownPoints" : 12345.0,
      "otherMatchesDouble" : 12345,
      "otherPointsHome" : 12345.0,
      "otherMeetings" : 12345,
      "otherPointsGuest" : 12345.0
    } ],
    "finalTable" : true
  }
}