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