ClubOfficialsDTO Data Type

Properties
name data type description
clubOfficial array of ClubOfficialDTO

Example

{
  "clubOfficial" : [ {
    "personId" : "...",
    "firstname" : "...",
    "lastname" : "...",
    "address" : {
      "phoneMobile" : "...",
      "contactPerson" : "...",
      "type" : "result",
      "emailHome" : "...",
      "emailWork" : "...",
      "phoneWork" : "...",
      "label" : "...",
      "faxHome" : "...",
      "zip" : "...",
      "www" : "...",
      "street" : "...",
      "latitude" : 12345.0,
      "country" : "...",
      "city" : "...",
      "longitude" : 12345.0,
      "distance" : 12345.0,
      "faxWork" : "...",
      "phoneHome" : "..."
    },
    "privacyStateActivated" : true,
    "addressUri" : "...",
    "role" : "...",
    "availability" : "...",
    "title" : "...",
    "personUri" : "..."
  }, {
    "personId" : "...",
    "firstname" : "...",
    "lastname" : "...",
    "address" : {
      "phoneMobile" : "...",
      "contactPerson" : "...",
      "type" : "invoice",
      "emailHome" : "...",
      "emailWork" : "...",
      "phoneWork" : "...",
      "label" : "...",
      "faxHome" : "...",
      "zip" : "...",
      "www" : "...",
      "street" : "...",
      "latitude" : 12345.0,
      "country" : "...",
      "city" : "...",
      "longitude" : 12345.0,
      "distance" : 12345.0,
      "faxWork" : "...",
      "phoneHome" : "..."
    },
    "privacyStateActivated" : true,
    "addressUri" : "...",
    "role" : "...",
    "availability" : "...",
    "title" : "...",
    "personUri" : "..."
  } ]
}