ClubOfficialDTO Data Type

Properties
name data type constraints description
personUri string  
addressUri string  
title string  
personId string  
role string  
address AddressDTO  
privacyStateActivated boolean required boolean
lastname string  
firstname string  
availability string  

Example

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