Location

A location represents a single instance of a venue.

Each venue location belongs to an organisation (which may have other venues).

Response Example
  {
    "id":"w41pRr8v",
    "name":"Chicken's R Us",
    "addressLine1":"608 St Kilda Road",
    "city":"Melbourne",
    "state":"VIC",
    "postalCode":"3004",
    "country":"AU",
    "phoneNumber":"01234567890",
    "updatedAt": "2016-08-18T04:58:38.485Z",
    "createdAt": "2016-08-18T04:58:38.485Z",
    "uri": "https://sandbox.doshii.co/partner/v3/locations/w41pRr8v"
  }