ClubOfficialDTO Data Type

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

Example

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