ClubDTO Data Type

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

Example

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