Location
A location document is used to store some information on orders' tasks or routes' activities. It can be used to represent customers or just unnamend locations.
Fields
id
Reference id for location
address_hash
A unique hash for the address.
name
Name for the lacation, can be used as customer name.
email
The contact email for the address.
phone_number
The contact email for the address.
street_address
Street name for the location address.
zip_code
Postal code for the address.
country_code
Country code for the adderess.
coordinates
Example
"coordinates": {
"lat": 59,
"lon": 10
}
city
City name for the location address.