...
Sample Location Data
Here is a DOCS: sample of what the location data \ would look like.
Code Block | ||
---|---|---|
| ||
{ "id" : "abc-kitchen", "general" : { "name" : "ABC Kitchen", "timeZone" : "EST", "desc" : null, "website" : "http://www.abchome.com/systemPage/services/restaurants/abckitchen/tabid/893/Default.aspx" }, "location" : { "address1" : "35 East 18th Street", "address2" : null, "city" : "New York", "region" : "NY", "postcode" : "10003" }, "phones" : { "main" : "2124755829", "fax" : "2125983020" } } |
...