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