AddressDTO Data Type

Properties
name data type description
phoneMobile string
contactPerson string
type AddressType
emailHome string
emailWork string
phoneWork string
label string
faxHome string
zip string
www string
street string
latitude number
country string
city string
longitude number
distance number
faxWork string
phoneHome string

Example

{
  "phoneMobile" : "...",
  "contactPerson" : "...",
  "type" : "court",
  "emailHome" : "...",
  "emailWork" : "...",
  "phoneWork" : "...",
  "label" : "...",
  "faxHome" : "...",
  "zip" : "...",
  "www" : "...",
  "street" : "...",
  "latitude" : 12345.0,
  "country" : "...",
  "city" : "...",
  "longitude" : 12345.0,
  "distance" : 12345.0,
  "faxWork" : "...",
  "phoneHome" : "..."
}