ClubOfficialDTO Data Type

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

Example

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