ClubDTO Data Type

Properties
name data type description
region string
regionName string
name string
clubAddresses ClubAddressesDTO
clubOffers ClubOffersDTO
clubSeasonStatistics ClubSeasonStatisticsDTO
courtLocation array of FederationLocationDTO
foundationDate number
clubId number
imageUrl string
fedNickname string
clubOfficials ClubOfficialsDTO
clubNr string
clubStocktakingMembers ClubStocktakingMembersDTO
expand string
footWear string
federationUri string
clubCourts ClubCourtsDTO
hasChampionshipState boolean
nickname string
nationalClubNr string
regionUri string

Example

{
  "region" : "...",
  "regionName" : "...",
  "name" : "...",
  "clubAddresses" : {
    "clubAddress" : [ {
      "longitude" : 12345.0,
      "faxWork" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "phoneMobile" : "...",
      "type" : "court",
      "zip" : "...",
      "street" : "...",
      "emailHome" : "...",
      "country" : "...",
      "emailWork" : "...",
      "contactPerson" : "...",
      "faxHome" : "...",
      "distance" : 12345.0,
      "phoneHome" : "...",
      "phoneWork" : "...",
      "www" : "...",
      "label" : "..."
    }, {
      "longitude" : 12345.0,
      "faxWork" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "phoneMobile" : "...",
      "type" : "contact",
      "zip" : "...",
      "street" : "...",
      "emailHome" : "...",
      "country" : "...",
      "emailWork" : "...",
      "contactPerson" : "...",
      "faxHome" : "...",
      "distance" : 12345.0,
      "phoneHome" : "...",
      "phoneWork" : "...",
      "www" : "...",
      "label" : "..."
    } ]
  },
  "clubOffers" : {
    "clubOffer" : [ {
      "type" : "training",
      "clubOfferTime" : [ { }, { } ],
      "name" : "...",
      "remarks" : "..."
    }, {
      "type" : "location",
      "clubOfferTime" : [ { }, { } ],
      "name" : "...",
      "remarks" : "..."
    } ]
  },
  "clubSeasonStatistics" : {
    "lostSingleMatches" : 12345,
    "wonSingleMatches" : 12345,
    "mixedTeams" : 12345,
    "lostDoubleMatches" : 12345,
    "maleTeams" : 12345,
    "femaleTeams" : 12345,
    "wonDoubleMatches" : 12345
  },
  "courtLocation" : [ {
    "remarks" : "...",
    "federationLocationId" : "...",
    "name" : "...",
    "numberOfCourts" : 12345,
    "courtHallHeight" : 12345.0,
    "adhesiveMediumAllowed" : true,
    "meeting" : {
      "firstResult" : 12345,
      "fedNickname" : "...",
      "maxResults" : 12345,
      "availableResults" : 12345,
      "meetingAbbr" : [ { }, { } ]
    },
    "scheduleReportUri" : "...",
    "specialAdhesiveMedium" : "...",
    "fedNickname" : "...",
    "locationNr" : "...",
    "address" : {
      "longitude" : 12345.0,
      "faxWork" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "phoneMobile" : "...",
      "type" : "mail",
      "zip" : "...",
      "street" : "...",
      "emailHome" : "...",
      "country" : "...",
      "emailWork" : "...",
      "contactPerson" : "...",
      "faxHome" : "...",
      "distance" : 12345.0,
      "phoneHome" : "...",
      "phoneWork" : "...",
      "www" : "...",
      "label" : "..."
    },
    "federationLocationUri" : "...",
    "expand" : "...",
    "mainLocation" : true
  }, {
    "remarks" : "...",
    "federationLocationId" : "...",
    "name" : "...",
    "numberOfCourts" : 12345,
    "courtHallHeight" : 12345.0,
    "adhesiveMediumAllowed" : true,
    "meeting" : {
      "firstResult" : 12345,
      "fedNickname" : "...",
      "maxResults" : 12345,
      "availableResults" : 12345,
      "meetingAbbr" : [ { }, { } ]
    },
    "scheduleReportUri" : "...",
    "specialAdhesiveMedium" : "...",
    "fedNickname" : "...",
    "locationNr" : "...",
    "address" : {
      "longitude" : 12345.0,
      "faxWork" : "...",
      "latitude" : 12345.0,
      "city" : "...",
      "phoneMobile" : "...",
      "type" : "mail",
      "zip" : "...",
      "street" : "...",
      "emailHome" : "...",
      "country" : "...",
      "emailWork" : "...",
      "contactPerson" : "...",
      "faxHome" : "...",
      "distance" : 12345.0,
      "phoneHome" : "...",
      "phoneWork" : "...",
      "www" : "...",
      "label" : "..."
    },
    "federationLocationUri" : "...",
    "expand" : "...",
    "mainLocation" : true
  } ],
  "foundationDate" : 12345,
  "clubId" : 12345,
  "imageUrl" : "...",
  "fedNickname" : "...",
  "clubOfficials" : {
    "clubOfficial" : [ {
      "availability" : "...",
      "lastname" : "...",
      "privacyStateActivated" : true,
      "role" : "...",
      "firstname" : "...",
      "personId" : "...",
      "personUri" : "...",
      "address" : { },
      "addressUri" : "...",
      "title" : "..."
    }, {
      "availability" : "...",
      "lastname" : "...",
      "privacyStateActivated" : true,
      "role" : "...",
      "firstname" : "...",
      "personId" : "...",
      "personUri" : "...",
      "address" : { },
      "addressUri" : "...",
      "title" : "..."
    } ]
  },
  "clubNr" : "...",
  "clubStocktakingMembers" : {
    "femaleLabel" : "...",
    "countPerGroup" : [ {
      "countMaleAndFemale" : 12345,
      "countFemale" : 12345,
      "countMale" : 12345,
      "groupName" : "..."
    }, {
      "countMaleAndFemale" : 12345,
      "countFemale" : 12345,
      "countMale" : 12345,
      "groupName" : "..."
    } ],
    "countFemale" : 12345,
    "countMale" : 12345,
    "countMaleAndFemale" : 12345,
    "maleLabel" : "...",
    "groupingLabel" : "..."
  },
  "expand" : "...",
  "footWear" : "...",
  "federationUri" : "...",
  "clubCourts" : {
    "clubCourts" : [ {
      "surface" : "...",
      "count" : 12345,
      "courtType" : "openair"
    }, {
      "surface" : "...",
      "count" : 12345,
      "courtType" : "tent"
    } ]
  },
  "hasChampionshipState" : true,
  "nickname" : "...",
  "nationalClubNr" : "...",
  "regionUri" : "..."
}