Skip to content
ruleechen edited this page Jan 12, 2016 · 2 revisions

Request Url: /apis/property/{propertyId}/distances

  • propertyId is the property id, it is integer.

Response:

[
  {
    "Name": "Beach xyz",
    "Distance": 10,
    "DistanceUnit": "MINUTES WALK",
    "DistanceType": "BEACH"
  }
]
Clone this wiki locally