ClubDTO Data Type

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

Example

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