| name | data type | description |
|---|---|---|
| clubOfficial | array of ClubOfficialDTO |
Example
{
"clubOfficial" : [ {
"availability" : "...",
"lastname" : "...",
"privacyStateActivated" : true,
"role" : "...",
"firstname" : "...",
"personId" : "...",
"personUri" : "...",
"address" : {
"longitude" : 12345.0,
"faxWork" : "...",
"latitude" : 12345.0,
"city" : "...",
"phoneMobile" : "...",
"type" : "result",
"zip" : "...",
"street" : "...",
"emailHome" : "...",
"country" : "...",
"emailWork" : "...",
"contactPerson" : "...",
"faxHome" : "...",
"distance" : 12345.0,
"phoneHome" : "...",
"phoneWork" : "...",
"www" : "...",
"label" : "..."
},
"addressUri" : "...",
"title" : "..."
}, {
"availability" : "...",
"lastname" : "...",
"privacyStateActivated" : true,
"role" : "...",
"firstname" : "...",
"personId" : "...",
"personUri" : "...",
"address" : {
"longitude" : 12345.0,
"faxWork" : "...",
"latitude" : 12345.0,
"city" : "...",
"phoneMobile" : "...",
"type" : "courtHall",
"zip" : "...",
"street" : "...",
"emailHome" : "...",
"country" : "...",
"emailWork" : "...",
"contactPerson" : "...",
"faxHome" : "...",
"distance" : 12345.0,
"phoneHome" : "...",
"phoneWork" : "...",
"www" : "...",
"label" : "..."
},
"addressUri" : "...",
"title" : "..."
} ]
}