AddressDTO Data Type

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

Example

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