Location

Location object: the description of location information

location_id
string

Location ID

name
string

Name of location

distance
number

Distance of location

Example:
0.3259
distance_unit
string

Distance unit of location

Allowed values:
kmmi
Example:
mi
phone
string or null

Contact phone of location

services
array[string]

Supported services of location

address
object
postal_code
string

Postal code of address

Example:
WC2R 0RG
country
string

Country in ISO 3166-1 alpha 3 code

Example:
GBR
city
string

City of address

Example:
London
state
string

State of address

street
string

Street of address

Example:
456-459 Strand
latitude
number

Latitude number

Example:
51.5083149
longitude
number

Longitude number

Example:
-0.1263478
business_hours
array[object]

Bussiness Hours of location

day_of_week
string
Allowed values:
MonTueWedThuFriSatSun
Example:
Mon
open_time
string

Location open time, HH:MM

Example:
09:00
close_time
string

Location end time, HH:MM

Example:
17:00
Example
preparing...