GET v1/NearbySites/{latitude}/{longitude}

Retrieves all the nearby sites within a given radius (a Company Setting

URI template

v1/NearbySites/{latitude}/{longitude}?orderMode={orderMode}&offset={offset}&limit={limit}&includeAllSites={includeAllSites}&companyCode={companyCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
latitude

The latitude of the customer

decimal number

Required

longitude

The longitude of the customer

decimal number

Required

orderMode

optional OrderModeType-Pickup, Delivery, or Curbside

OrderModeType

None.

offset

used for paging, will return the results from the overall result set after this number

integer

Default value is 0

limit

limits the number of results returned

integer

Default value is 5

includeAllSites

All Browsable sites will be included in response, not only sites having ordering enabled. If orderMode parameter is used, output is restricted to particular order mode even if "includeAllSites" is set to true.

boolean

Default value is False

companyCode

companyCode for cdn url caching

string

None.

Body Parameters

None.

Response Information

Resource Description

Returns a single if there is only one site to return, and if there are more sites to return then it returns a List of sites. Known internal errors are InvalidParameters and NotFound

Collection of NearbySite
NameDescriptionTypeAdditional information
Site

Information about the Site

Site

None.

Distance

The Distance from the latitude longitude provided in the request

decimal number

None.

InDeliveryZone

True if the latitude longitude provided in the request is within the site's delivery zone polygons

boolean

None.

SpecialEventReasons

Site Special Event Reason

string

None.

Attributes

The list of valid attributes that correspond to the attributes for this site

Collection of SiteAttribute

None.

SiteSettings

Get or set SiteSettings

Collection of Setting

None.

Dayparts

Dayparts property

Collection of Daypart

None.

ManualDayparts

ManualDayparts property

Collection of ManualDaypart

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Site": {
      "$id": "2",
      "SiteId": 1,
      "ExternalId": "sample string 2",
      "EnterpriseUnitId": "sample string 3",
      "SiteName": "sample string 4",
      "Description": "sample string 5",
      "AddressLine1": "sample string 6",
      "AddressLine2": "sample string 7",
      "City": "sample string 8",
      "State": "sample string 9",
      "Postal": "sample string 10",
      "VoicePhone": "sample string 11",
      "FAXPhone": "sample string 12",
      "WebDesignId": 13,
      "IsEnabled": true,
      "IsLoyaltyEnabled": true,
      "IsStoredValueCardEnabled": true,
      "TimeOffsetHours": 17,
      "TimeOffsetMinutes": 18,
      "Latitude": 19.1,
      "Longitude": 20.1,
      "LastModifiedTimestamp": "2024-03-29T05:07:27.1033165",
      "CateringBCCEmailList": "sample string 22",
      "RetailBCCEmailList": "sample string 23",
      "IsMobileEnabled": true,
      "CreditProcessingMode": 0,
      "SiteStatus": 0,
      "SupportedOrderModes": 1,
      "SupportedDeliveryModes": 0,
      "DeliveryRange": 25.1,
      "Hours": [
        {
          "$id": "3",
          "DayOfWeek": 0,
          "OpeningTime": "00:00:00.1234567",
          "ClosingTime": "00:00:00.1234567",
          "IsClosed": true,
          "IsClosedForDelivery": true,
          "Delivery1Start": "2024-03-29T05:07:27.1033165",
          "Delivery1End": "2024-03-29T05:07:27.1033165",
          "Delivery2Start": "2024-03-29T05:07:27.1033165",
          "Delivery2End": "2024-03-29T05:07:27.1033165"
        },
        {
          "$id": "4",
          "DayOfWeek": 0,
          "OpeningTime": "00:00:00.1234567",
          "ClosingTime": "00:00:00.1234567",
          "IsClosed": true,
          "IsClosedForDelivery": true,
          "Delivery1Start": "2024-03-29T05:07:27.1033165",
          "Delivery1End": "2024-03-29T05:07:27.1033165",
          "Delivery2Start": "2024-03-29T05:07:27.1033165",
          "Delivery2End": "2024-03-29T05:07:27.1033165"
        }
      ],
      "SpecialEvents": [
        {
          "$id": "5",
          "SpecialEventId": 42,
          "SpecialEventStartDate": "2024-03-29T05:07:27.1033165",
          "Name": "sample string 44",
          "OpeningTime": "2024-03-29T05:07:27.1033165",
          "ClosingTime": "2024-03-29T05:07:27.1033165",
          "IsClosed": true,
          "IsClosedDelivery": true,
          "SpecialEventEndDate": "2024-03-29T05:07:27.1033165",
          "IsCompanyWide": true,
          "Delivery1Start": "2024-03-29T05:07:27.1033165",
          "Delivery1End": "2024-03-29T05:07:27.1033165",
          "Delivery2Start": "2024-03-29T05:07:27.1033165",
          "Delivery2End": "2024-03-29T05:07:27.1033165",
          "SpecialEventPurpose": "sample string 55"
        },
        {
          "$id": "6",
          "SpecialEventId": 56,
          "SpecialEventStartDate": "2024-03-29T05:07:27.1033165",
          "Name": "sample string 58",
          "OpeningTime": "2024-03-29T05:07:27.1033165",
          "ClosingTime": "2024-03-29T05:07:27.1033165",
          "IsClosed": true,
          "IsClosedDelivery": true,
          "SpecialEventEndDate": "2024-03-29T05:07:27.1033165",
          "IsCompanyWide": true,
          "Delivery1Start": "2024-03-29T05:07:27.1033165",
          "Delivery1End": "2024-03-29T05:07:27.1033165",
          "Delivery2Start": "2024-03-29T05:07:27.1033165",
          "Delivery2End": "2024-03-29T05:07:27.1033165",
          "SpecialEventPurpose": "sample string 69"
        }
      ],
      "StoreIdentifier": 70,
      "AvailableProducts": [
        0,
        0
      ],
      "OrderingState": 0,
      "Locator": 0,
      "RequireTableNumber": true,
      "OpenCheckEnabled": true,
      "StartTabEnabled": true,
      "OpenCheckAutoCloseEnabled": true
    },
    "Distance": 75.1,
    "InDeliveryZone": true,
    "SpecialEventReasons": "sample string 77",
    "Attributes": [
      {
        "$id": "7",
        "AttributeId": "sample string 78",
        "Name": "sample string 79",
        "Description": "sample string 80",
        "IsVisibleOnSiteLocator": true,
        "Ranking": 82,
        "ImageId": 83
      },
      {
        "$id": "8",
        "AttributeId": "sample string 84",
        "Name": "sample string 85",
        "Description": "sample string 86",
        "IsVisibleOnSiteLocator": true,
        "Ranking": 88,
        "ImageId": 89
      }
    ],
    "SiteSettings": [
      {
        "$id": "9",
        "Name": "sample string 90",
        "Value": "sample string 91"
      },
      {
        "$id": "10",
        "Name": "sample string 92",
        "Value": "sample string 93"
      }
    ],
    "Dayparts": [
      {
        "$id": "11",
        "DaypartPosId": 94,
        "DesignId": 95,
        "Name": "sample string 97",
        "StartTime": "00:00:00.1234567",
        "EndTime": "00:00:00.1234567"
      },
      {
        "$id": "12",
        "DaypartPosId": 100,
        "DesignId": 101,
        "Name": "sample string 103",
        "StartTime": "00:00:00.1234567",
        "EndTime": "00:00:00.1234567"
      }
    ],
    "ManualDayparts": [
      {
        "$id": "13",
        "DesignId": 107,
        "DaypartId": 64,
        "Name": "sample string 109",
        "MonStart": "00:00:00.1234567",
        "MonEnd": "00:00:00.1234567",
        "TueStart": "00:00:00.1234567",
        "TueEnd": "00:00:00.1234567",
        "WedStart": "00:00:00.1234567",
        "WedEnd": "00:00:00.1234567",
        "ThuStart": "00:00:00.1234567",
        "ThuEnd": "00:00:00.1234567",
        "FriStart": "00:00:00.1234567",
        "FriEnd": "00:00:00.1234567",
        "SatStart": "00:00:00.1234567",
        "SatEnd": "00:00:00.1234567",
        "SunStart": "00:00:00.1234567",
        "SunEnd": "00:00:00.1234567"
      },
      {
        "$id": "14",
        "DesignId": 125,
        "DaypartId": 64,
        "Name": "sample string 127",
        "MonStart": "00:00:00.1234567",
        "MonEnd": "00:00:00.1234567",
        "TueStart": "00:00:00.1234567",
        "TueEnd": "00:00:00.1234567",
        "WedStart": "00:00:00.1234567",
        "WedEnd": "00:00:00.1234567",
        "ThuStart": "00:00:00.1234567",
        "ThuEnd": "00:00:00.1234567",
        "FriStart": "00:00:00.1234567",
        "FriEnd": "00:00:00.1234567",
        "SatStart": "00:00:00.1234567",
        "SatEnd": "00:00:00.1234567",
        "SunStart": "00:00:00.1234567",
        "SunEnd": "00:00:00.1234567"
      }
    ]
  },
  {
    "$id": "15",
    "Site": {
      "$id": "16",
      "SiteId": 142,
      "ExternalId": "sample string 143",
      "EnterpriseUnitId": "sample string 144",
      "SiteName": "sample string 145",
      "Description": "sample string 146",
      "AddressLine1": "sample string 147",
      "AddressLine2": "sample string 148",
      "City": "sample string 149",
      "State": "sample string 150",
      "Postal": "sample string 151",
      "VoicePhone": "sample string 152",
      "FAXPhone": "sample string 153",
      "WebDesignId": 154,
      "IsEnabled": true,
      "IsLoyaltyEnabled": true,
      "IsStoredValueCardEnabled": true,
      "TimeOffsetHours": 158,
      "TimeOffsetMinutes": 159,
      "Latitude": 160.1,
      "Longitude": 161.1,
      "LastModifiedTimestamp": "2024-03-29T05:07:27.1033165",
      "CateringBCCEmailList": "sample string 163",
      "RetailBCCEmailList": "sample string 164",
      "IsMobileEnabled": true,
      "CreditProcessingMode": 0,
      "SiteStatus": 0,
      "SupportedOrderModes": 1,
      "SupportedDeliveryModes": 0,
      "DeliveryRange": 166.1,
      "Hours": [
        {
          "$id": "17",
          "DayOfWeek": 0,
          "OpeningTime": "00:00:00.1234567",
          "ClosingTime": "00:00:00.1234567",
          "IsClosed": true,
          "IsClosedForDelivery": true,
          "Delivery1Start": "2024-03-29T05:07:27.1033165",
          "Delivery1End": "2024-03-29T05:07:27.1033165",
          "Delivery2Start": "2024-03-29T05:07:27.1033165",
          "Delivery2End": "2024-03-29T05:07:27.1033165"
        },
        {
          "$id": "18",
          "DayOfWeek": 0,
          "OpeningTime": "00:00:00.1234567",
          "ClosingTime": "00:00:00.1234567",
          "IsClosed": true,
          "IsClosedForDelivery": true,
          "Delivery1Start": "2024-03-29T05:07:27.1033165",
          "Delivery1End": "2024-03-29T05:07:27.1033165",
          "Delivery2Start": "2024-03-29T05:07:27.1033165",
          "Delivery2End": "2024-03-29T05:07:27.1033165"
        }
      ],
      "SpecialEvents": [
        {
          "$id": "19",
          "SpecialEventId": 183,
          "SpecialEventStartDate": "2024-03-29T05:07:27.1033165",
          "Name": "sample string 185",
          "OpeningTime": "2024-03-29T05:07:27.1033165",
          "ClosingTime": "2024-03-29T05:07:27.1033165",
          "IsClosed": true,
          "IsClosedDelivery": true,
          "SpecialEventEndDate": "2024-03-29T05:07:27.1033165",
          "IsCompanyWide": true,
          "Delivery1Start": "2024-03-29T05:07:27.1033165",
          "Delivery1End": "2024-03-29T05:07:27.1033165",
          "Delivery2Start": "2024-03-29T05:07:27.1033165",
          "Delivery2End": "2024-03-29T05:07:27.1033165",
          "SpecialEventPurpose": "sample string 196"
        },
        {
          "$id": "20",
          "SpecialEventId": 197,
          "SpecialEventStartDate": "2024-03-29T05:07:27.1033165",
          "Name": "sample string 199",
          "OpeningTime": "2024-03-29T05:07:27.1033165",
          "ClosingTime": "2024-03-29T05:07:27.1033165",
          "IsClosed": true,
          "IsClosedDelivery": true,
          "SpecialEventEndDate": "2024-03-29T05:07:27.1033165",
          "IsCompanyWide": true,
          "Delivery1Start": "2024-03-29T05:07:27.1033165",
          "Delivery1End": "2024-03-29T05:07:27.1033165",
          "Delivery2Start": "2024-03-29T05:07:27.1033165",
          "Delivery2End": "2024-03-29T05:07:27.1033165",
          "SpecialEventPurpose": "sample string 210"
        }
      ],
      "StoreIdentifier": 211,
      "AvailableProducts": [
        0,
        0
      ],
      "OrderingState": 0,
      "Locator": 0,
      "RequireTableNumber": true,
      "OpenCheckEnabled": true,
      "StartTabEnabled": true,
      "OpenCheckAutoCloseEnabled": true
    },
    "Distance": 216.1,
    "InDeliveryZone": true,
    "SpecialEventReasons": "sample string 218",
    "Attributes": [
      {
        "$id": "21",
        "AttributeId": "sample string 219",
        "Name": "sample string 220",
        "Description": "sample string 221",
        "IsVisibleOnSiteLocator": true,
        "Ranking": 223,
        "ImageId": 224
      },
      {
        "$id": "22",
        "AttributeId": "sample string 225",
        "Name": "sample string 226",
        "Description": "sample string 227",
        "IsVisibleOnSiteLocator": true,
        "Ranking": 229,
        "ImageId": 230
      }
    ],
    "SiteSettings": [
      {
        "$id": "23",
        "Name": "sample string 231",
        "Value": "sample string 232"
      },
      {
        "$id": "24",
        "Name": "sample string 233",
        "Value": "sample string 234"
      }
    ],
    "Dayparts": [
      {
        "$id": "25",
        "DaypartPosId": 235,
        "DesignId": 236,
        "Name": "sample string 238",
        "StartTime": "00:00:00.1234567",
        "EndTime": "00:00:00.1234567"
      },
      {
        "$id": "26",
        "DaypartPosId": 241,
        "DesignId": 242,
        "Name": "sample string 244",
        "StartTime": "00:00:00.1234567",
        "EndTime": "00:00:00.1234567"
      }
    ],
    "ManualDayparts": [
      {
        "$id": "27",
        "DesignId": 248,
        "DaypartId": 64,
        "Name": "sample string 250",
        "MonStart": "00:00:00.1234567",
        "MonEnd": "00:00:00.1234567",
        "TueStart": "00:00:00.1234567",
        "TueEnd": "00:00:00.1234567",
        "WedStart": "00:00:00.1234567",
        "WedEnd": "00:00:00.1234567",
        "ThuStart": "00:00:00.1234567",
        "ThuEnd": "00:00:00.1234567",
        "FriStart": "00:00:00.1234567",
        "FriEnd": "00:00:00.1234567",
        "SatStart": "00:00:00.1234567",
        "SatEnd": "00:00:00.1234567",
        "SunStart": "00:00:00.1234567",
        "SunEnd": "00:00:00.1234567"
      },
      {
        "$id": "28",
        "DesignId": 266,
        "DaypartId": 64,
        "Name": "sample string 268",
        "MonStart": "00:00:00.1234567",
        "MonEnd": "00:00:00.1234567",
        "TueStart": "00:00:00.1234567",
        "TueEnd": "00:00:00.1234567",
        "WedStart": "00:00:00.1234567",
        "WedEnd": "00:00:00.1234567",
        "ThuStart": "00:00:00.1234567",
        "ThuEnd": "00:00:00.1234567",
        "FriStart": "00:00:00.1234567",
        "FriEnd": "00:00:00.1234567",
        "SatStart": "00:00:00.1234567",
        "SatEnd": "00:00:00.1234567",
        "SunStart": "00:00:00.1234567",
        "SunEnd": "00:00:00.1234567"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfNearbySite xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineOrderingAPI.Models.v1">
  <NearbySite>
    <Attributes>
      <SiteAttribute>
        <AttributeId>sample string 78</AttributeId>
        <Description>sample string 80</Description>
        <ImageId>83</ImageId>
        <IsVisibleOnSiteLocator>true</IsVisibleOnSiteLocator>
        <Name>sample string 79</Name>
        <Ranking>82</Ranking>
      </SiteAttribute>
      <SiteAttribute>
        <AttributeId>sample string 84</AttributeId>
        <Description>sample string 86</Description>
        <ImageId>89</ImageId>
        <IsVisibleOnSiteLocator>true</IsVisibleOnSiteLocator>
        <Name>sample string 85</Name>
        <Ranking>88</Ranking>
      </SiteAttribute>
    </Attributes>
    <Dayparts>
      <Daypart>
        <DaypartPosId>94</DaypartPosId>
        <DesignId>95</DesignId>
        <EndTime>PT0.1234567S</EndTime>
        <Name>sample string 97</Name>
        <SiteId>96</SiteId>
        <StartTime>PT0.1234567S</StartTime>
      </Daypart>
      <Daypart>
        <DaypartPosId>100</DaypartPosId>
        <DesignId>101</DesignId>
        <EndTime>PT0.1234567S</EndTime>
        <Name>sample string 103</Name>
        <SiteId>102</SiteId>
        <StartTime>PT0.1234567S</StartTime>
      </Daypart>
    </Dayparts>
    <Distance>75.1</Distance>
    <InDeliveryZone>true</InDeliveryZone>
    <ManualDayparts>
      <ManualDaypart>
        <DaypartId>64</DaypartId>
        <DesignId>107</DesignId>
        <FriEnd>PT0.1234567S</FriEnd>
        <FriStart>PT0.1234567S</FriStart>
        <MonEnd>PT0.1234567S</MonEnd>
        <MonStart>PT0.1234567S</MonStart>
        <Name>sample string 109</Name>
        <SatEnd>PT0.1234567S</SatEnd>
        <SatStart>PT0.1234567S</SatStart>
        <SiteId>106</SiteId>
        <SunEnd>PT0.1234567S</SunEnd>
        <SunStart>PT0.1234567S</SunStart>
        <ThuEnd>PT0.1234567S</ThuEnd>
        <ThuStart>PT0.1234567S</ThuStart>
        <TueEnd>PT0.1234567S</TueEnd>
        <TueStart>PT0.1234567S</TueStart>
        <WedEnd>PT0.1234567S</WedEnd>
        <WedStart>PT0.1234567S</WedStart>
      </ManualDaypart>
      <ManualDaypart>
        <DaypartId>64</DaypartId>
        <DesignId>125</DesignId>
        <FriEnd>PT0.1234567S</FriEnd>
        <FriStart>PT0.1234567S</FriStart>
        <MonEnd>PT0.1234567S</MonEnd>
        <MonStart>PT0.1234567S</MonStart>
        <Name>sample string 127</Name>
        <SatEnd>PT0.1234567S</SatEnd>
        <SatStart>PT0.1234567S</SatStart>
        <SiteId>124</SiteId>
        <SunEnd>PT0.1234567S</SunEnd>
        <SunStart>PT0.1234567S</SunStart>
        <ThuEnd>PT0.1234567S</ThuEnd>
        <ThuStart>PT0.1234567S</ThuStart>
        <TueEnd>PT0.1234567S</TueEnd>
        <TueStart>PT0.1234567S</TueStart>
        <WedEnd>PT0.1234567S</WedEnd>
        <WedStart>PT0.1234567S</WedStart>
      </ManualDaypart>
    </ManualDayparts>
    <Site>
      <AddressLine1>sample string 6</AddressLine1>
      <AddressLine2>sample string 7</AddressLine2>
      <AvailableProducts>
        <ProductType>Invalid</ProductType>
        <ProductType>Invalid</ProductType>
      </AvailableProducts>
      <CateringBCCEmailList>sample string 22</CateringBCCEmailList>
      <City>sample string 8</City>
      <CreditProcessingMode>NotSupported</CreditProcessingMode>
      <DeliveryRange>25.1</DeliveryRange>
      <Description>sample string 5</Description>
      <EnterpriseUnitId>sample string 3</EnterpriseUnitId>
      <ExternalId>sample string 2</ExternalId>
      <FAXPhone>sample string 12</FAXPhone>
      <Hours>
        <SiteHours>
          <ClosingTime>PT0.1234567S</ClosingTime>
          <DayOfWeek>Sunday</DayOfWeek>
          <Delivery1End>2024-03-29T05:07:27.1033165</Delivery1End>
          <Delivery1Start>2024-03-29T05:07:27.1033165</Delivery1Start>
          <Delivery2End>2024-03-29T05:07:27.1033165</Delivery2End>
          <Delivery2Start>2024-03-29T05:07:27.1033165</Delivery2Start>
          <IsClosed>true</IsClosed>
          <IsClosedForDelivery>true</IsClosedForDelivery>
          <OpeningTime>PT0.1234567S</OpeningTime>
        </SiteHours>
        <SiteHours>
          <ClosingTime>PT0.1234567S</ClosingTime>
          <DayOfWeek>Sunday</DayOfWeek>
          <Delivery1End>2024-03-29T05:07:27.1033165</Delivery1End>
          <Delivery1Start>2024-03-29T05:07:27.1033165</Delivery1Start>
          <Delivery2End>2024-03-29T05:07:27.1033165</Delivery2End>
          <Delivery2Start>2024-03-29T05:07:27.1033165</Delivery2Start>
          <IsClosed>true</IsClosed>
          <IsClosedForDelivery>true</IsClosedForDelivery>
          <OpeningTime>PT0.1234567S</OpeningTime>
        </SiteHours>
      </Hours>
      <IsEnabled>true</IsEnabled>
      <IsLoyaltyEnabled>true</IsLoyaltyEnabled>
      <IsMobileEnabled>true</IsMobileEnabled>
      <IsStoredValueCardEnabled>true</IsStoredValueCardEnabled>
      <LastModifiedTimestamp>2024-03-29T05:07:27.1033165</LastModifiedTimestamp>
      <Latitude>19.1</Latitude>
      <Locator>NotBrowsable</Locator>
      <Longitude>20.1</Longitude>
      <OpenCheckAutoCloseEnabled>true</OpenCheckAutoCloseEnabled>
      <OpenCheckEnabled>true</OpenCheckEnabled>
      <OrderingState>NotAcceptingOrders</OrderingState>
      <Postal>sample string 10</Postal>
      <RequireTableNumber>true</RequireTableNumber>
      <RetailBCCEmailList>sample string 23</RetailBCCEmailList>
      <SiteId>1</SiteId>
      <SiteName>sample string 4</SiteName>
      <SiteStatus>SiteIsUp</SiteStatus>
      <SpecialEvents>
        <SiteSpecialEvent>
          <ClosingTime>2024-03-29T05:07:27.1033165</ClosingTime>
          <Delivery1End>2024-03-29T05:07:27.1033165</Delivery1End>
          <Delivery1Start>2024-03-29T05:07:27.1033165</Delivery1Start>
          <Delivery2End>2024-03-29T05:07:27.1033165</Delivery2End>
          <Delivery2Start>2024-03-29T05:07:27.1033165</Delivery2Start>
          <IsClosed>true</IsClosed>
          <IsClosedDelivery>true</IsClosedDelivery>
          <IsCompanyWide>true</IsCompanyWide>
          <Name>sample string 44</Name>
          <OpeningTime>2024-03-29T05:07:27.1033165</OpeningTime>
          <SpecialEventEndDate>2024-03-29T05:07:27.1033165</SpecialEventEndDate>
          <SpecialEventId>42</SpecialEventId>
          <SpecialEventPurpose>sample string 55</SpecialEventPurpose>
          <SpecialEventStartDate>2024-03-29T05:07:27.1033165</SpecialEventStartDate>
        </SiteSpecialEvent>
        <SiteSpecialEvent>
          <ClosingTime>2024-03-29T05:07:27.1033165</ClosingTime>
          <Delivery1End>2024-03-29T05:07:27.1033165</Delivery1End>
          <Delivery1Start>2024-03-29T05:07:27.1033165</Delivery1Start>
          <Delivery2End>2024-03-29T05:07:27.1033165</Delivery2End>
          <Delivery2Start>2024-03-29T05:07:27.1033165</Delivery2Start>
          <IsClosed>true</IsClosed>
          <IsClosedDelivery>true</IsClosedDelivery>
          <IsCompanyWide>true</IsCompanyWide>
          <Name>sample string 58</Name>
          <OpeningTime>2024-03-29T05:07:27.1033165</OpeningTime>
          <SpecialEventEndDate>2024-03-29T05:07:27.1033165</SpecialEventEndDate>
          <SpecialEventId>56</SpecialEventId>
          <SpecialEventPurpose>sample string 69</SpecialEventPurpose>
          <SpecialEventStartDate>2024-03-29T05:07:27.1033165</SpecialEventStartDate>
        </SiteSpecialEvent>
      </SpecialEvents>
      <StartTabEnabled>true</StartTabEnabled>
      <State>sample string 9</State>
      <StoreIdentifier>70</StoreIdentifier>
      <SupportedDeliveryModes>None</SupportedDeliveryModes>
      <SupportedOrderModes>Pickup</SupportedOrderModes>
      <TimeOffsetHours>17</TimeOffsetHours>
      <TimeOffsetMinutes>18</TimeOffsetMinutes>
      <VoicePhone>sample string 11</VoicePhone>
      <WebDesignId>13</WebDesignId>
    </Site>
    <SiteSettings>
      <Setting>
        <Name>sample string 90</Name>
        <Value>sample string 91</Value>
      </Setting>
      <Setting>
        <Name>sample string 92</Name>
        <Value>sample string 93</Value>
      </Setting>
    </SiteSettings>
    <SpecialEventReasons>sample string 77</SpecialEventReasons>
  </NearbySite>
  <NearbySite>
    <Attributes>
      <SiteAttribute>
        <AttributeId>sample string 219</AttributeId>
        <Description>sample string 221</Description>
        <ImageId>224</ImageId>
        <IsVisibleOnSiteLocator>true</IsVisibleOnSiteLocator>
        <Name>sample string 220</Name>
        <Ranking>223</Ranking>
      </SiteAttribute>
      <SiteAttribute>
        <AttributeId>sample string 225</AttributeId>
        <Description>sample string 227</Description>
        <ImageId>230</ImageId>
        <IsVisibleOnSiteLocator>true</IsVisibleOnSiteLocator>
        <Name>sample string 226</Name>
        <Ranking>229</Ranking>
      </SiteAttribute>
    </Attributes>
    <Dayparts>
      <Daypart>
        <DaypartPosId>235</DaypartPosId>
        <DesignId>236</DesignId>
        <EndTime>PT0.1234567S</EndTime>
        <Name>sample string 238</Name>
        <SiteId>237</SiteId>
        <StartTime>PT0.1234567S</StartTime>
      </Daypart>
      <Daypart>
        <DaypartPosId>241</DaypartPosId>
        <DesignId>242</DesignId>
        <EndTime>PT0.1234567S</EndTime>
        <Name>sample string 244</Name>
        <SiteId>243</SiteId>
        <StartTime>PT0.1234567S</StartTime>
      </Daypart>
    </Dayparts>
    <Distance>216.1</Distance>
    <InDeliveryZone>true</InDeliveryZone>
    <ManualDayparts>
      <ManualDaypart>
        <DaypartId>64</DaypartId>
        <DesignId>248</DesignId>
        <FriEnd>PT0.1234567S</FriEnd>
        <FriStart>PT0.1234567S</FriStart>
        <MonEnd>PT0.1234567S</MonEnd>
        <MonStart>PT0.1234567S</MonStart>
        <Name>sample string 250</Name>
        <SatEnd>PT0.1234567S</SatEnd>
        <SatStart>PT0.1234567S</SatStart>
        <SiteId>247</SiteId>
        <SunEnd>PT0.1234567S</SunEnd>
        <SunStart>PT0.1234567S</SunStart>
        <ThuEnd>PT0.1234567S</ThuEnd>
        <ThuStart>PT0.1234567S</ThuStart>
        <TueEnd>PT0.1234567S</TueEnd>
        <TueStart>PT0.1234567S</TueStart>
        <WedEnd>PT0.1234567S</WedEnd>
        <WedStart>PT0.1234567S</WedStart>
      </ManualDaypart>
      <ManualDaypart>
        <DaypartId>64</DaypartId>
        <DesignId>266</DesignId>
        <FriEnd>PT0.1234567S</FriEnd>
        <FriStart>PT0.1234567S</FriStart>
        <MonEnd>PT0.1234567S</MonEnd>
        <MonStart>PT0.1234567S</MonStart>
        <Name>sample string 268</Name>
        <SatEnd>PT0.1234567S</SatEnd>
        <SatStart>PT0.1234567S</SatStart>
        <SiteId>265</SiteId>
        <SunEnd>PT0.1234567S</SunEnd>
        <SunStart>PT0.1234567S</SunStart>
        <ThuEnd>PT0.1234567S</ThuEnd>
        <ThuStart>PT0.1234567S</ThuStart>
        <TueEnd>PT0.1234567S</TueEnd>
        <TueStart>PT0.1234567S</TueStart>
        <WedEnd>PT0.1234567S</WedEnd>
        <WedStart>PT0.1234567S</WedStart>
      </ManualDaypart>
    </ManualDayparts>
    <Site>
      <AddressLine1>sample string 147</AddressLine1>
      <AddressLine2>sample string 148</AddressLine2>
      <AvailableProducts>
        <ProductType>Invalid</ProductType>
        <ProductType>Invalid</ProductType>
      </AvailableProducts>
      <CateringBCCEmailList>sample string 163</CateringBCCEmailList>
      <City>sample string 149</City>
      <CreditProcessingMode>NotSupported</CreditProcessingMode>
      <DeliveryRange>166.1</DeliveryRange>
      <Description>sample string 146</Description>
      <EnterpriseUnitId>sample string 144</EnterpriseUnitId>
      <ExternalId>sample string 143</ExternalId>
      <FAXPhone>sample string 153</FAXPhone>
      <Hours>
        <SiteHours>
          <ClosingTime>PT0.1234567S</ClosingTime>
          <DayOfWeek>Sunday</DayOfWeek>
          <Delivery1End>2024-03-29T05:07:27.1033165</Delivery1End>
          <Delivery1Start>2024-03-29T05:07:27.1033165</Delivery1Start>
          <Delivery2End>2024-03-29T05:07:27.1033165</Delivery2End>
          <Delivery2Start>2024-03-29T05:07:27.1033165</Delivery2Start>
          <IsClosed>true</IsClosed>
          <IsClosedForDelivery>true</IsClosedForDelivery>
          <OpeningTime>PT0.1234567S</OpeningTime>
        </SiteHours>
        <SiteHours>
          <ClosingTime>PT0.1234567S</ClosingTime>
          <DayOfWeek>Sunday</DayOfWeek>
          <Delivery1End>2024-03-29T05:07:27.1033165</Delivery1End>
          <Delivery1Start>2024-03-29T05:07:27.1033165</Delivery1Start>
          <Delivery2End>2024-03-29T05:07:27.1033165</Delivery2End>
          <Delivery2Start>2024-03-29T05:07:27.1033165</Delivery2Start>
          <IsClosed>true</IsClosed>
          <IsClosedForDelivery>true</IsClosedForDelivery>
          <OpeningTime>PT0.1234567S</OpeningTime>
        </SiteHours>
      </Hours>
      <IsEnabled>true</IsEnabled>
      <IsLoyaltyEnabled>true</IsLoyaltyEnabled>
      <IsMobileEnabled>true</IsMobileEnabled>
      <IsStoredValueCardEnabled>true</IsStoredValueCardEnabled>
      <LastModifiedTimestamp>2024-03-29T05:07:27.1033165</LastModifiedTimestamp>
      <Latitude>160.1</Latitude>
      <Locator>NotBrowsable</Locator>
      <Longitude>161.1</Longitude>
      <OpenCheckAutoCloseEnabled>true</OpenCheckAutoCloseEnabled>
      <OpenCheckEnabled>true</OpenCheckEnabled>
      <OrderingState>NotAcceptingOrders</OrderingState>
      <Postal>sample string 151</Postal>
      <RequireTableNumber>true</RequireTableNumber>
      <RetailBCCEmailList>sample string 164</RetailBCCEmailList>
      <SiteId>142</SiteId>
      <SiteName>sample string 145</SiteName>
      <SiteStatus>SiteIsUp</SiteStatus>
      <SpecialEvents>
        <SiteSpecialEvent>
          <ClosingTime>2024-03-29T05:07:27.1033165</ClosingTime>
          <Delivery1End>2024-03-29T05:07:27.1033165</Delivery1End>
          <Delivery1Start>2024-03-29T05:07:27.1033165</Delivery1Start>
          <Delivery2End>2024-03-29T05:07:27.1033165</Delivery2End>
          <Delivery2Start>2024-03-29T05:07:27.1033165</Delivery2Start>
          <IsClosed>true</IsClosed>
          <IsClosedDelivery>true</IsClosedDelivery>
          <IsCompanyWide>true</IsCompanyWide>
          <Name>sample string 185</Name>
          <OpeningTime>2024-03-29T05:07:27.1033165</OpeningTime>
          <SpecialEventEndDate>2024-03-29T05:07:27.1033165</SpecialEventEndDate>
          <SpecialEventId>183</SpecialEventId>
          <SpecialEventPurpose>sample string 196</SpecialEventPurpose>
          <SpecialEventStartDate>2024-03-29T05:07:27.1033165</SpecialEventStartDate>
        </SiteSpecialEvent>
        <SiteSpecialEvent>
          <ClosingTime>2024-03-29T05:07:27.1033165</ClosingTime>
          <Delivery1End>2024-03-29T05:07:27.1033165</Delivery1End>
          <Delivery1Start>2024-03-29T05:07:27.1033165</Delivery1Start>
          <Delivery2End>2024-03-29T05:07:27.1033165</Delivery2End>
          <Delivery2Start>2024-03-29T05:07:27.1033165</Delivery2Start>
          <IsClosed>true</IsClosed>
          <IsClosedDelivery>true</IsClosedDelivery>
          <IsCompanyWide>true</IsCompanyWide>
          <Name>sample string 199</Name>
          <OpeningTime>2024-03-29T05:07:27.1033165</OpeningTime>
          <SpecialEventEndDate>2024-03-29T05:07:27.1033165</SpecialEventEndDate>
          <SpecialEventId>197</SpecialEventId>
          <SpecialEventPurpose>sample string 210</SpecialEventPurpose>
          <SpecialEventStartDate>2024-03-29T05:07:27.1033165</SpecialEventStartDate>
        </SiteSpecialEvent>
      </SpecialEvents>
      <StartTabEnabled>true</StartTabEnabled>
      <State>sample string 150</State>
      <StoreIdentifier>211</StoreIdentifier>
      <SupportedDeliveryModes>None</SupportedDeliveryModes>
      <SupportedOrderModes>Pickup</SupportedOrderModes>
      <TimeOffsetHours>158</TimeOffsetHours>
      <TimeOffsetMinutes>159</TimeOffsetMinutes>
      <VoicePhone>sample string 152</VoicePhone>
      <WebDesignId>154</WebDesignId>
    </Site>
    <SiteSettings>
      <Setting>
        <Name>sample string 231</Name>
        <Value>sample string 232</Value>
      </Setting>
      <Setting>
        <Name>sample string 233</Name>
        <Value>sample string 234</Value>
      </Setting>
    </SiteSettings>
    <SpecialEventReasons>sample string 218</SpecialEventReasons>
  </NearbySite>
</ArrayOfNearbySite>