| name | data type | description |
|---|---|---|
| clubAddress | array of AddressDTO |
Example
{
"clubAddress" : [ {
"country" : "...",
"distance" : 12345.0,
"contactPerson" : "...",
"label" : "...",
"zip" : "...",
"phoneHome" : "...",
"phoneMobile" : "...",
"www" : "...",
"latitude" : 12345.0,
"city" : "...",
"longitude" : 12345.0,
"emailHome" : "...",
"type" : "invoice",
"phoneWork" : "...",
"street" : "...",
"faxWork" : "...",
"faxHome" : "...",
"emailWork" : "..."
}, {
"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" : "..."
} ]
}