The location object:
Field | Type | Description |
---|---|---|
uid | string | |
name | string | |
country | string | two-character country code |
city | string | |
state | string | |
postal_code | string | |
street_name | string | |
arrival_instructions | string | supports HTML formatting |
street_number | string | |
timezone | string |
{
"name": "New York",
"country": "US",
"city": "New York",
"state": "NY",
"postal_code": "10065",
"street_name": "",
"arrival_instructions": "2nd Floor",
"street_number": "",
"timezone": "America/New_York",
"uid": "53.10F"
}