AddressDTO Data Type

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

Example

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