AddressDTO Data Type

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

Example

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