GET v1/Delivery/Sites/{latitude}/{longitude}

Retrieves nearby sites available for delivery within a given radius (a Company Setting)

URI template

v1/Delivery/Sites/{latitude}/{longitude}?offset={offset}&limit={limit}&includeAllSites={includeAllSites}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
latitude

The latitude of the customer

decimal number

Required

longitude

The longitude of the customer

decimal number

Required

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.

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

List of sites. List may be empty if no site found.

AvailabilityResponse
NameDescriptionTypeAdditional information
NearbySitesWithEstimates

List of sites available for delivery.

Collection of NearbySiteWithEstimates

None.

Response Formats

application/json, text/json

Sample:
{
  "NearbySitesWithEstimates": [
    {
      "Estimates": [
        {
          "$id": "1",
          "Fee": 1.0,
          "CurrencyCode": "sample string 2",
          "PickupTime": "2024-04-19T09:38:38.3051335",
          "DropoffTime": "2024-04-19T09:38:38.3051335",
          "DeliveryWindowStart": "2024-04-19T09:38:38.3051335",
          "DeliveryWindowEnd": "2024-04-19T09:38:38.3051335",
          "ApplicationId": {
            "$id": "2",
            "Name": "sample string 7",
            "Version": "sample string 8"
          }
        },
        {
          "$id": "3",
          "Fee": 9.0,
          "CurrencyCode": "sample string 10",
          "PickupTime": "2024-04-19T09:38:38.3051335",
          "DropoffTime": "2024-04-19T09:38:38.3051335",
          "DeliveryWindowStart": "2024-04-19T09:38:38.3051335",
          "DeliveryWindowEnd": "2024-04-19T09:38:38.3051335",
          "ApplicationId": {
            "$id": "4",
            "Name": "sample string 15",
            "Version": "sample string 16"
          }
        }
      ],
      "Site": {
        "$id": "5",
        "SiteId": 17,
        "ExternalId": "sample string 18",
        "EnterpriseUnitId": "sample string 19",
        "SiteName": "sample string 20",
        "Description": "sample string 21",
        "AddressLine1": "sample string 22",
        "AddressLine2": "sample string 23",
        "City": "sample string 24",
        "State": "sample string 25",
        "Postal": "sample string 26",
        "VoicePhone": "sample string 27",
        "FAXPhone": "sample string 28",
        "WebDesignId": 29,
        "IsEnabled": true,
        "IsLoyaltyEnabled": true,
        "IsStoredValueCardEnabled": true,
        "TimeOffsetHours": 33,
        "TimeOffsetMinutes": 34,
        "Latitude": 35.1,
        "Longitude": 36.1,
        "LastModifiedTimestamp": "2024-04-19T09:38:38.3051335",
        "CateringBCCEmailList": "sample string 38",
        "RetailBCCEmailList": "sample string 39",
        "IsMobileEnabled": true,
        "CreditProcessingMode": 0,
        "SiteStatus": 0,
        "SupportedOrderModes": 1,
        "SupportedDeliveryModes": 0,
        "DeliveryRange": 41.1,
        "Hours": [
          {
            "$id": "6",
            "DayOfWeek": 0,
            "OpeningTime": "00:00:00.1234567",
            "ClosingTime": "00:00:00.1234567",
            "IsClosed": true,
            "IsClosedForDelivery": true,
            "Delivery1Start": "2024-04-19T09:38:38.3051335",
            "Delivery1End": "2024-04-19T09:38:38.3051335",
            "Delivery2Start": "2024-04-19T09:38:38.3051335",
            "Delivery2End": "2024-04-19T09:38:38.3051335"
          },
          {
            "$id": "7",
            "DayOfWeek": 0,
            "OpeningTime": "00:00:00.1234567",
            "ClosingTime": "00:00:00.1234567",
            "IsClosed": true,
            "IsClosedForDelivery": true,
            "Delivery1Start": "2024-04-19T09:38:38.3051335",
            "Delivery1End": "2024-04-19T09:38:38.3051335",
            "Delivery2Start": "2024-04-19T09:38:38.3051335",
            "Delivery2End": "2024-04-19T09:38:38.3051335"
          }
        ],
        "SpecialEvents": [
          {
            "$id": "8",
            "SpecialEventId": 58,
            "SpecialEventStartDate": "2024-04-19T09:38:38.3051335",
            "Name": "sample string 60",
            "OpeningTime": "2024-04-19T09:38:38.3051335",
            "ClosingTime": "2024-04-19T09:38:38.3051335",
            "IsClosed": true,
            "IsClosedDelivery": true,
            "SpecialEventEndDate": "2024-04-19T09:38:38.3051335",
            "IsCompanyWide": true,
            "Delivery1Start": "2024-04-19T09:38:38.3051335",
            "Delivery1End": "2024-04-19T09:38:38.3051335",
            "Delivery2Start": "2024-04-19T09:38:38.3051335",
            "Delivery2End": "2024-04-19T09:38:38.3051335",
            "SpecialEventPurpose": "sample string 71"
          },
          {
            "$id": "9",
            "SpecialEventId": 72,
            "SpecialEventStartDate": "2024-04-19T09:38:38.3051335",
            "Name": "sample string 74",
            "OpeningTime": "2024-04-19T09:38:38.3051335",
            "ClosingTime": "2024-04-19T09:38:38.3051335",
            "IsClosed": true,
            "IsClosedDelivery": true,
            "SpecialEventEndDate": "2024-04-19T09:38:38.3051335",
            "IsCompanyWide": true,
            "Delivery1Start": "2024-04-19T09:38:38.3051335",
            "Delivery1End": "2024-04-19T09:38:38.3051335",
            "Delivery2Start": "2024-04-19T09:38:38.3051335",
            "Delivery2End": "2024-04-19T09:38:38.3051335",
            "SpecialEventPurpose": "sample string 85"
          }
        ],
        "StoreIdentifier": 86,
        "AvailableProducts": [
          0,
          0
        ],
        "OrderingState": 0,
        "Locator": 0,
        "RequireTableNumber": true,
        "OpenCheckEnabled": true,
        "StartTabEnabled": true,
        "OpenCheckAutoCloseEnabled": true
      },
      "Distance": 91.1,
      "InDeliveryZone": true,
      "SpecialEventReasons": "sample string 93",
      "Attributes": [
        {
          "$id": "10",
          "AttributeId": "sample string 94",
          "Name": "sample string 95",
          "Description": "sample string 96",
          "IsVisibleOnSiteLocator": true,
          "Ranking": 98,
          "ImageId": 99
        },
        {
          "$id": "11",
          "AttributeId": "sample string 100",
          "Name": "sample string 101",
          "Description": "sample string 102",
          "IsVisibleOnSiteLocator": true,
          "Ranking": 104,
          "ImageId": 105
        }
      ],
      "SiteSettings": [
        {
          "$id": "12",
          "Name": "sample string 106",
          "Value": "sample string 107"
        },
        {
          "$id": "13",
          "Name": "sample string 108",
          "Value": "sample string 109"
        }
      ],
      "Dayparts": [
        {
          "$id": "14",
          "DaypartPosId": 110,
          "DesignId": 111,
          "Name": "sample string 113",
          "StartTime": "00:00:00.1234567",
          "EndTime": "00:00:00.1234567"
        },
        {
          "$id": "15",
          "DaypartPosId": 116,
          "DesignId": 117,
          "Name": "sample string 119",
          "StartTime": "00:00:00.1234567",
          "EndTime": "00:00:00.1234567"
        }
      ],
      "ManualDayparts": [
        {
          "$id": "16",
          "DesignId": 123,
          "DaypartId": 64,
          "Name": "sample string 125",
          "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": "17",
          "DesignId": 141,
          "DaypartId": 64,
          "Name": "sample string 143",
          "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"
        }
      ]
    },
    {
      "Estimates": [
        {
          "$id": "18",
          "Fee": 158.0,
          "CurrencyCode": "sample string 159",
          "PickupTime": "2024-04-19T09:38:38.3051335",
          "DropoffTime": "2024-04-19T09:38:38.3051335",
          "DeliveryWindowStart": "2024-04-19T09:38:38.3051335",
          "DeliveryWindowEnd": "2024-04-19T09:38:38.3051335",
          "ApplicationId": {
            "$id": "19",
            "Name": "sample string 164",
            "Version": "sample string 165"
          }
        },
        {
          "$id": "20",
          "Fee": 166.0,
          "CurrencyCode": "sample string 167",
          "PickupTime": "2024-04-19T09:38:38.3051335",
          "DropoffTime": "2024-04-19T09:38:38.3051335",
          "DeliveryWindowStart": "2024-04-19T09:38:38.3051335",
          "DeliveryWindowEnd": "2024-04-19T09:38:38.3051335",
          "ApplicationId": {
            "$id": "21",
            "Name": "sample string 172",
            "Version": "sample string 173"
          }
        }
      ],
      "Site": {
        "$id": "22",
        "SiteId": 174,
        "ExternalId": "sample string 175",
        "EnterpriseUnitId": "sample string 176",
        "SiteName": "sample string 177",
        "Description": "sample string 178",
        "AddressLine1": "sample string 179",
        "AddressLine2": "sample string 180",
        "City": "sample string 181",
        "State": "sample string 182",
        "Postal": "sample string 183",
        "VoicePhone": "sample string 184",
        "FAXPhone": "sample string 185",
        "WebDesignId": 186,
        "IsEnabled": true,
        "IsLoyaltyEnabled": true,
        "IsStoredValueCardEnabled": true,
        "TimeOffsetHours": 190,
        "TimeOffsetMinutes": 191,
        "Latitude": 192.1,
        "Longitude": 193.1,
        "LastModifiedTimestamp": "2024-04-19T09:38:38.3051335",
        "CateringBCCEmailList": "sample string 195",
        "RetailBCCEmailList": "sample string 196",
        "IsMobileEnabled": true,
        "CreditProcessingMode": 0,
        "SiteStatus": 0,
        "SupportedOrderModes": 1,
        "SupportedDeliveryModes": 0,
        "DeliveryRange": 198.1,
        "Hours": [
          {
            "$id": "23",
            "DayOfWeek": 0,
            "OpeningTime": "00:00:00.1234567",
            "ClosingTime": "00:00:00.1234567",
            "IsClosed": true,
            "IsClosedForDelivery": true,
            "Delivery1Start": "2024-04-19T09:38:38.3051335",
            "Delivery1End": "2024-04-19T09:38:38.3051335",
            "Delivery2Start": "2024-04-19T09:38:38.3051335",
            "Delivery2End": "2024-04-19T09:38:38.3051335"
          },
          {
            "$id": "24",
            "DayOfWeek": 0,
            "OpeningTime": "00:00:00.1234567",
            "ClosingTime": "00:00:00.1234567",
            "IsClosed": true,
            "IsClosedForDelivery": true,
            "Delivery1Start": "2024-04-19T09:38:38.3051335",
            "Delivery1End": "2024-04-19T09:38:38.3051335",
            "Delivery2Start": "2024-04-19T09:38:38.3051335",
            "Delivery2End": "2024-04-19T09:38:38.3051335"
          }
        ],
        "SpecialEvents": [
          {
            "$id": "25",
            "SpecialEventId": 215,
            "SpecialEventStartDate": "2024-04-19T09:38:38.3051335",
            "Name": "sample string 217",
            "OpeningTime": "2024-04-19T09:38:38.3051335",
            "ClosingTime": "2024-04-19T09:38:38.3051335",
            "IsClosed": true,
            "IsClosedDelivery": true,
            "SpecialEventEndDate": "2024-04-19T09:38:38.3051335",
            "IsCompanyWide": true,
            "Delivery1Start": "2024-04-19T09:38:38.3051335",
            "Delivery1End": "2024-04-19T09:38:38.3051335",
            "Delivery2Start": "2024-04-19T09:38:38.3051335",
            "Delivery2End": "2024-04-19T09:38:38.3051335",
            "SpecialEventPurpose": "sample string 228"
          },
          {
            "$id": "26",
            "SpecialEventId": 229,
            "SpecialEventStartDate": "2024-04-19T09:38:38.3051335",
            "Name": "sample string 231",
            "OpeningTime": "2024-04-19T09:38:38.3051335",
            "ClosingTime": "2024-04-19T09:38:38.3051335",
            "IsClosed": true,
            "IsClosedDelivery": true,
            "SpecialEventEndDate": "2024-04-19T09:38:38.3051335",
            "IsCompanyWide": true,
            "Delivery1Start": "2024-04-19T09:38:38.3051335",
            "Delivery1End": "2024-04-19T09:38:38.3051335",
            "Delivery2Start": "2024-04-19T09:38:38.3051335",
            "Delivery2End": "2024-04-19T09:38:38.3051335",
            "SpecialEventPurpose": "sample string 242"
          }
        ],
        "StoreIdentifier": 243,
        "AvailableProducts": [
          0,
          0
        ],
        "OrderingState": 0,
        "Locator": 0,
        "RequireTableNumber": true,
        "OpenCheckEnabled": true,
        "StartTabEnabled": true,
        "OpenCheckAutoCloseEnabled": true
      },
      "Distance": 248.1,
      "InDeliveryZone": true,
      "SpecialEventReasons": "sample string 250",
      "Attributes": [
        {
          "$id": "27",
          "AttributeId": "sample string 251",
          "Name": "sample string 252",
          "Description": "sample string 253",
          "IsVisibleOnSiteLocator": true,
          "Ranking": 255,
          "ImageId": 256
        },
        {
          "$id": "28",
          "AttributeId": "sample string 257",
          "Name": "sample string 258",
          "Description": "sample string 259",
          "IsVisibleOnSiteLocator": true,
          "Ranking": 261,
          "ImageId": 262
        }
      ],
      "SiteSettings": [
        {
          "$id": "29",
          "Name": "sample string 263",
          "Value": "sample string 264"
        },
        {
          "$id": "30",
          "Name": "sample string 265",
          "Value": "sample string 266"
        }
      ],
      "Dayparts": [
        {
          "$id": "31",
          "DaypartPosId": 267,
          "DesignId": 268,
          "Name": "sample string 270",
          "StartTime": "00:00:00.1234567",
          "EndTime": "00:00:00.1234567"
        },
        {
          "$id": "32",
          "DaypartPosId": 273,
          "DesignId": 274,
          "Name": "sample string 276",
          "StartTime": "00:00:00.1234567",
          "EndTime": "00:00:00.1234567"
        }
      ],
      "ManualDayparts": [
        {
          "$id": "33",
          "DesignId": 280,
          "DaypartId": 64,
          "Name": "sample string 282",
          "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": "34",
          "DesignId": 298,
          "DaypartId": 64,
          "Name": "sample string 300",
          "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:
<AvailabilityResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineOrderingAPI.Models.v1.Response.Delivery.Custom">
  <NearbySitesWithEstimates>
    <NearbySiteWithEstimates>
      <Attributes xmlns="http://schemas.datacontract.org/2004/07/OnlineOrderingAPI.Models.v1">
        <SiteAttribute>
          <AttributeId>sample string 94</AttributeId>
          <Description>sample string 96</Description>
          <ImageId>99</ImageId>
          <IsVisibleOnSiteLocator>true</IsVisibleOnSiteLocator>
          <Name>sample string 95</Name>
          <Ranking>98</Ranking>
        </SiteAttribute>
        <SiteAttribute>
          <AttributeId>sample string 100</AttributeId>
          <Description>sample string 102</Description>
          <ImageId>105</ImageId>
          <IsVisibleOnSiteLocator>true</IsVisibleOnSiteLocator>
          <Name>sample string 101</Name>
          <Ranking>104</Ranking>
        </SiteAttribute>
      </Attributes>
      <Dayparts xmlns="http://schemas.datacontract.org/2004/07/OnlineOrderingAPI.Models.v1">
        <Daypart>
          <DaypartPosId>110</DaypartPosId>
          <DesignId>111</DesignId>
          <EndTime>PT0.1234567S</EndTime>
          <Name>sample string 113</Name>
          <SiteId>112</SiteId>
          <StartTime>PT0.1234567S</StartTime>
        </Daypart>
        <Daypart>
          <DaypartPosId>116</DaypartPosId>
          <DesignId>117</DesignId>
          <EndTime>PT0.1234567S</EndTime>
          <Name>sample string 119</Name>
          <SiteId>118</SiteId>
          <StartTime>PT0.1234567S</StartTime>
        </Daypart>
      </Dayparts>
      <Distance xmlns="http://schemas.datacontract.org/2004/07/OnlineOrderingAPI.Models.v1">91.1</Distance>
      <InDeliveryZone xmlns="http://schemas.datacontract.org/2004/07/OnlineOrderingAPI.Models.v1">true</InDeliveryZone>
      <ManualDayparts xmlns="http://schemas.datacontract.org/2004/07/OnlineOrderingAPI.Models.v1">
        <ManualDaypart>
          <DaypartId>64</DaypartId>
          <DesignId>123</DesignId>
          <FriEnd>PT0.1234567S</FriEnd>
          <FriStart>PT0.1234567S</FriStart>
          <MonEnd>PT0.1234567S</MonEnd>
          <MonStart>PT0.1234567S</MonStart>
          <Name>sample string 125</Name>
          <SatEnd>PT0.1234567S</SatEnd>
          <SatStart>PT0.1234567S</SatStart>
          <SiteId>122</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>141</DesignId>
          <FriEnd>PT0.1234567S</FriEnd>
          <FriStart>PT0.1234567S</FriStart>
          <MonEnd>PT0.1234567S</MonEnd>
          <MonStart>PT0.1234567S</MonStart>
          <Name>sample string 143</Name>
          <SatEnd>PT0.1234567S</SatEnd>
          <SatStart>PT0.1234567S</SatStart>
          <SiteId>140</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 xmlns="http://schemas.datacontract.org/2004/07/OnlineOrderingAPI.Models.v1">
        <AddressLine1>sample string 22</AddressLine1>
        <AddressLine2>sample string 23</AddressLine2>
        <AvailableProducts>
          <ProductType>Invalid</ProductType>
          <ProductType>Invalid</ProductType>
        </AvailableProducts>
        <CateringBCCEmailList>sample string 38</CateringBCCEmailList>
        <City>sample string 24</City>
        <CreditProcessingMode>NotSupported</CreditProcessingMode>
        <DeliveryRange>41.1</DeliveryRange>
        <Description>sample string 21</Description>
        <EnterpriseUnitId>sample string 19</EnterpriseUnitId>
        <ExternalId>sample string 18</ExternalId>
        <FAXPhone>sample string 28</FAXPhone>
        <Hours>
          <SiteHours>
            <ClosingTime>PT0.1234567S</ClosingTime>
            <DayOfWeek>Sunday</DayOfWeek>
            <Delivery1End>2024-04-19T09:38:38.3051335</Delivery1End>
            <Delivery1Start>2024-04-19T09:38:38.3051335</Delivery1Start>
            <Delivery2End>2024-04-19T09:38:38.3051335</Delivery2End>
            <Delivery2Start>2024-04-19T09:38:38.3051335</Delivery2Start>
            <IsClosed>true</IsClosed>
            <IsClosedForDelivery>true</IsClosedForDelivery>
            <OpeningTime>PT0.1234567S</OpeningTime>
          </SiteHours>
          <SiteHours>
            <ClosingTime>PT0.1234567S</ClosingTime>
            <DayOfWeek>Sunday</DayOfWeek>
            <Delivery1End>2024-04-19T09:38:38.3051335</Delivery1End>
            <Delivery1Start>2024-04-19T09:38:38.3051335</Delivery1Start>
            <Delivery2End>2024-04-19T09:38:38.3051335</Delivery2End>
            <Delivery2Start>2024-04-19T09:38:38.3051335</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-04-19T09:38:38.3051335</LastModifiedTimestamp>
        <Latitude>35.1</Latitude>
        <Locator>NotBrowsable</Locator>
        <Longitude>36.1</Longitude>
        <OpenCheckAutoCloseEnabled>true</OpenCheckAutoCloseEnabled>
        <OpenCheckEnabled>true</OpenCheckEnabled>
        <OrderingState>NotAcceptingOrders</OrderingState>
        <Postal>sample string 26</Postal>
        <RequireTableNumber>true</RequireTableNumber>
        <RetailBCCEmailList>sample string 39</RetailBCCEmailList>
        <SiteId>17</SiteId>
        <SiteName>sample string 20</SiteName>
        <SiteStatus>SiteIsUp</SiteStatus>
        <SpecialEvents>
          <SiteSpecialEvent>
            <ClosingTime>2024-04-19T09:38:38.3051335</ClosingTime>
            <Delivery1End>2024-04-19T09:38:38.3051335</Delivery1End>
            <Delivery1Start>2024-04-19T09:38:38.3051335</Delivery1Start>
            <Delivery2End>2024-04-19T09:38:38.3051335</Delivery2End>
            <Delivery2Start>2024-04-19T09:38:38.3051335</Delivery2Start>
            <IsClosed>true</IsClosed>
            <IsClosedDelivery>true</IsClosedDelivery>
            <IsCompanyWide>true</IsCompanyWide>
            <Name>sample string 60</Name>
            <OpeningTime>2024-04-19T09:38:38.3051335</OpeningTime>
            <SpecialEventEndDate>2024-04-19T09:38:38.3051335</SpecialEventEndDate>
            <SpecialEventId>58</SpecialEventId>
            <SpecialEventPurpose>sample string 71</SpecialEventPurpose>
            <SpecialEventStartDate>2024-04-19T09:38:38.3051335</SpecialEventStartDate>
          </SiteSpecialEvent>
          <SiteSpecialEvent>
            <ClosingTime>2024-04-19T09:38:38.3051335</ClosingTime>
            <Delivery1End>2024-04-19T09:38:38.3051335</Delivery1End>
            <Delivery1Start>2024-04-19T09:38:38.3051335</Delivery1Start>
            <Delivery2End>2024-04-19T09:38:38.3051335</Delivery2End>
            <Delivery2Start>2024-04-19T09:38:38.3051335</Delivery2Start>
            <IsClosed>true</IsClosed>
            <IsClosedDelivery>true</IsClosedDelivery>
            <IsCompanyWide>true</IsCompanyWide>
            <Name>sample string 74</Name>
            <OpeningTime>2024-04-19T09:38:38.3051335</OpeningTime>
            <SpecialEventEndDate>2024-04-19T09:38:38.3051335</SpecialEventEndDate>
            <SpecialEventId>72</SpecialEventId>
            <SpecialEventPurpose>sample string 85</SpecialEventPurpose>
            <SpecialEventStartDate>2024-04-19T09:38:38.3051335</SpecialEventStartDate>
          </SiteSpecialEvent>
        </SpecialEvents>
        <StartTabEnabled>true</StartTabEnabled>
        <State>sample string 25</State>
        <StoreIdentifier>86</StoreIdentifier>
        <SupportedDeliveryModes>None</SupportedDeliveryModes>
        <SupportedOrderModes>Pickup</SupportedOrderModes>
        <TimeOffsetHours>33</TimeOffsetHours>
        <TimeOffsetMinutes>34</TimeOffsetMinutes>
        <VoicePhone>sample string 27</VoicePhone>
        <WebDesignId>29</WebDesignId>
      </Site>
      <SiteSettings xmlns="http://schemas.datacontract.org/2004/07/OnlineOrderingAPI.Models.v1">
        <Setting>
          <Name>sample string 106</Name>
          <Value>sample string 107</Value>
        </Setting>
        <Setting>
          <Name>sample string 108</Name>
          <Value>sample string 109</Value>
        </Setting>
      </SiteSettings>
      <SpecialEventReasons xmlns="http://schemas.datacontract.org/2004/07/OnlineOrderingAPI.Models.v1">sample string 93</SpecialEventReasons>
      <Estimates xmlns:d4p1="http://schemas.datacontract.org/2004/07/OnlineOrderingAPI.Models.v1.Response.Delivery">
        <d4p1:PartnerDeliveryPromiseData>
          <d4p1:ApplicationId>
            <d4p1:Name>sample string 7</d4p1:Name>
            <d4p1:Version>sample string 8</d4p1:Version>
          </d4p1:ApplicationId>
          <d4p1:CurrencyCode>sample string 2</d4p1:CurrencyCode>
          <d4p1:DeliveryWindowEnd>2024-04-19T09:38:38.3051335</d4p1:DeliveryWindowEnd>
          <d4p1:DeliveryWindowStart>2024-04-19T09:38:38.3051335</d4p1:DeliveryWindowStart>
          <d4p1:DropoffTime>2024-04-19T09:38:38.3051335</d4p1:DropoffTime>
          <d4p1:Fee>1</d4p1:Fee>
          <d4p1:PickupTime>2024-04-19T09:38:38.3051335</d4p1:PickupTime>
        </d4p1:PartnerDeliveryPromiseData>
        <d4p1:PartnerDeliveryPromiseData>
          <d4p1:ApplicationId>
            <d4p1:Name>sample string 15</d4p1:Name>
            <d4p1:Version>sample string 16</d4p1:Version>
          </d4p1:ApplicationId>
          <d4p1:CurrencyCode>sample string 10</d4p1:CurrencyCode>
          <d4p1:DeliveryWindowEnd>2024-04-19T09:38:38.3051335</d4p1:DeliveryWindowEnd>
          <d4p1:DeliveryWindowStart>2024-04-19T09:38:38.3051335</d4p1:DeliveryWindowStart>
          <d4p1:DropoffTime>2024-04-19T09:38:38.3051335</d4p1:DropoffTime>
          <d4p1:Fee>9</d4p1:Fee>
          <d4p1:PickupTime>2024-04-19T09:38:38.3051335</d4p1:PickupTime>
        </d4p1:PartnerDeliveryPromiseData>
      </Estimates>
    </NearbySiteWithEstimates>
    <NearbySiteWithEstimates>
      <Attributes xmlns="http://schemas.datacontract.org/2004/07/OnlineOrderingAPI.Models.v1">
        <SiteAttribute>
          <AttributeId>sample string 251</AttributeId>
          <Description>sample string 253</Description>
          <ImageId>256</ImageId>
          <IsVisibleOnSiteLocator>true</IsVisibleOnSiteLocator>
          <Name>sample string 252</Name>
          <Ranking>255</Ranking>
        </SiteAttribute>
        <SiteAttribute>
          <AttributeId>sample string 257</AttributeId>
          <Description>sample string 259</Description>
          <ImageId>262</ImageId>
          <IsVisibleOnSiteLocator>true</IsVisibleOnSiteLocator>
          <Name>sample string 258</Name>
          <Ranking>261</Ranking>
        </SiteAttribute>
      </Attributes>
      <Dayparts xmlns="http://schemas.datacontract.org/2004/07/OnlineOrderingAPI.Models.v1">
        <Daypart>
          <DaypartPosId>267</DaypartPosId>
          <DesignId>268</DesignId>
          <EndTime>PT0.1234567S</EndTime>
          <Name>sample string 270</Name>
          <SiteId>269</SiteId>
          <StartTime>PT0.1234567S</StartTime>
        </Daypart>
        <Daypart>
          <DaypartPosId>273</DaypartPosId>
          <DesignId>274</DesignId>
          <EndTime>PT0.1234567S</EndTime>
          <Name>sample string 276</Name>
          <SiteId>275</SiteId>
          <StartTime>PT0.1234567S</StartTime>
        </Daypart>
      </Dayparts>
      <Distance xmlns="http://schemas.datacontract.org/2004/07/OnlineOrderingAPI.Models.v1">248.1</Distance>
      <InDeliveryZone xmlns="http://schemas.datacontract.org/2004/07/OnlineOrderingAPI.Models.v1">true</InDeliveryZone>
      <ManualDayparts xmlns="http://schemas.datacontract.org/2004/07/OnlineOrderingAPI.Models.v1">
        <ManualDaypart>
          <DaypartId>64</DaypartId>
          <DesignId>280</DesignId>
          <FriEnd>PT0.1234567S</FriEnd>
          <FriStart>PT0.1234567S</FriStart>
          <MonEnd>PT0.1234567S</MonEnd>
          <MonStart>PT0.1234567S</MonStart>
          <Name>sample string 282</Name>
          <SatEnd>PT0.1234567S</SatEnd>
          <SatStart>PT0.1234567S</SatStart>
          <SiteId>279</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>298</DesignId>
          <FriEnd>PT0.1234567S</FriEnd>
          <FriStart>PT0.1234567S</FriStart>
          <MonEnd>PT0.1234567S</MonEnd>
          <MonStart>PT0.1234567S</MonStart>
          <Name>sample string 300</Name>
          <SatEnd>PT0.1234567S</SatEnd>
          <SatStart>PT0.1234567S</SatStart>
          <SiteId>297</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 xmlns="http://schemas.datacontract.org/2004/07/OnlineOrderingAPI.Models.v1">
        <AddressLine1>sample string 179</AddressLine1>
        <AddressLine2>sample string 180</AddressLine2>
        <AvailableProducts>
          <ProductType>Invalid</ProductType>
          <ProductType>Invalid</ProductType>
        </AvailableProducts>
        <CateringBCCEmailList>sample string 195</CateringBCCEmailList>
        <City>sample string 181</City>
        <CreditProcessingMode>NotSupported</CreditProcessingMode>
        <DeliveryRange>198.1</DeliveryRange>
        <Description>sample string 178</Description>
        <EnterpriseUnitId>sample string 176</EnterpriseUnitId>
        <ExternalId>sample string 175</ExternalId>
        <FAXPhone>sample string 185</FAXPhone>
        <Hours>
          <SiteHours>
            <ClosingTime>PT0.1234567S</ClosingTime>
            <DayOfWeek>Sunday</DayOfWeek>
            <Delivery1End>2024-04-19T09:38:38.3051335</Delivery1End>
            <Delivery1Start>2024-04-19T09:38:38.3051335</Delivery1Start>
            <Delivery2End>2024-04-19T09:38:38.3051335</Delivery2End>
            <Delivery2Start>2024-04-19T09:38:38.3051335</Delivery2Start>
            <IsClosed>true</IsClosed>
            <IsClosedForDelivery>true</IsClosedForDelivery>
            <OpeningTime>PT0.1234567S</OpeningTime>
          </SiteHours>
          <SiteHours>
            <ClosingTime>PT0.1234567S</ClosingTime>
            <DayOfWeek>Sunday</DayOfWeek>
            <Delivery1End>2024-04-19T09:38:38.3051335</Delivery1End>
            <Delivery1Start>2024-04-19T09:38:38.3051335</Delivery1Start>
            <Delivery2End>2024-04-19T09:38:38.3051335</Delivery2End>
            <Delivery2Start>2024-04-19T09:38:38.3051335</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-04-19T09:38:38.3051335</LastModifiedTimestamp>
        <Latitude>192.1</Latitude>
        <Locator>NotBrowsable</Locator>
        <Longitude>193.1</Longitude>
        <OpenCheckAutoCloseEnabled>true</OpenCheckAutoCloseEnabled>
        <OpenCheckEnabled>true</OpenCheckEnabled>
        <OrderingState>NotAcceptingOrders</OrderingState>
        <Postal>sample string 183</Postal>
        <RequireTableNumber>true</RequireTableNumber>
        <RetailBCCEmailList>sample string 196</RetailBCCEmailList>
        <SiteId>174</SiteId>
        <SiteName>sample string 177</SiteName>
        <SiteStatus>SiteIsUp</SiteStatus>
        <SpecialEvents>
          <SiteSpecialEvent>
            <ClosingTime>2024-04-19T09:38:38.3051335</ClosingTime>
            <Delivery1End>2024-04-19T09:38:38.3051335</Delivery1End>
            <Delivery1Start>2024-04-19T09:38:38.3051335</Delivery1Start>
            <Delivery2End>2024-04-19T09:38:38.3051335</Delivery2End>
            <Delivery2Start>2024-04-19T09:38:38.3051335</Delivery2Start>
            <IsClosed>true</IsClosed>
            <IsClosedDelivery>true</IsClosedDelivery>
            <IsCompanyWide>true</IsCompanyWide>
            <Name>sample string 217</Name>
            <OpeningTime>2024-04-19T09:38:38.3051335</OpeningTime>
            <SpecialEventEndDate>2024-04-19T09:38:38.3051335</SpecialEventEndDate>
            <SpecialEventId>215</SpecialEventId>
            <SpecialEventPurpose>sample string 228</SpecialEventPurpose>
            <SpecialEventStartDate>2024-04-19T09:38:38.3051335</SpecialEventStartDate>
          </SiteSpecialEvent>
          <SiteSpecialEvent>
            <ClosingTime>2024-04-19T09:38:38.3051335</ClosingTime>
            <Delivery1End>2024-04-19T09:38:38.3051335</Delivery1End>
            <Delivery1Start>2024-04-19T09:38:38.3051335</Delivery1Start>
            <Delivery2End>2024-04-19T09:38:38.3051335</Delivery2End>
            <Delivery2Start>2024-04-19T09:38:38.3051335</Delivery2Start>
            <IsClosed>true</IsClosed>
            <IsClosedDelivery>true</IsClosedDelivery>
            <IsCompanyWide>true</IsCompanyWide>
            <Name>sample string 231</Name>
            <OpeningTime>2024-04-19T09:38:38.3051335</OpeningTime>
            <SpecialEventEndDate>2024-04-19T09:38:38.3051335</SpecialEventEndDate>
            <SpecialEventId>229</SpecialEventId>
            <SpecialEventPurpose>sample string 242</SpecialEventPurpose>
            <SpecialEventStartDate>2024-04-19T09:38:38.3051335</SpecialEventStartDate>
          </SiteSpecialEvent>
        </SpecialEvents>
        <StartTabEnabled>true</StartTabEnabled>
        <State>sample string 182</State>
        <StoreIdentifier>243</StoreIdentifier>
        <SupportedDeliveryModes>None</SupportedDeliveryModes>
        <SupportedOrderModes>Pickup</SupportedOrderModes>
        <TimeOffsetHours>190</TimeOffsetHours>
        <TimeOffsetMinutes>191</TimeOffsetMinutes>
        <VoicePhone>sample string 184</VoicePhone>
        <WebDesignId>186</WebDesignId>
      </Site>
      <SiteSettings xmlns="http://schemas.datacontract.org/2004/07/OnlineOrderingAPI.Models.v1">
        <Setting>
          <Name>sample string 263</Name>
          <Value>sample string 264</Value>
        </Setting>
        <Setting>
          <Name>sample string 265</Name>
          <Value>sample string 266</Value>
        </Setting>
      </SiteSettings>
      <SpecialEventReasons xmlns="http://schemas.datacontract.org/2004/07/OnlineOrderingAPI.Models.v1">sample string 250</SpecialEventReasons>
      <Estimates xmlns:d4p1="http://schemas.datacontract.org/2004/07/OnlineOrderingAPI.Models.v1.Response.Delivery">
        <d4p1:PartnerDeliveryPromiseData>
          <d4p1:ApplicationId>
            <d4p1:Name>sample string 164</d4p1:Name>
            <d4p1:Version>sample string 165</d4p1:Version>
          </d4p1:ApplicationId>
          <d4p1:CurrencyCode>sample string 159</d4p1:CurrencyCode>
          <d4p1:DeliveryWindowEnd>2024-04-19T09:38:38.3051335</d4p1:DeliveryWindowEnd>
          <d4p1:DeliveryWindowStart>2024-04-19T09:38:38.3051335</d4p1:DeliveryWindowStart>
          <d4p1:DropoffTime>2024-04-19T09:38:38.3051335</d4p1:DropoffTime>
          <d4p1:Fee>158</d4p1:Fee>
          <d4p1:PickupTime>2024-04-19T09:38:38.3051335</d4p1:PickupTime>
        </d4p1:PartnerDeliveryPromiseData>
        <d4p1:PartnerDeliveryPromiseData>
          <d4p1:ApplicationId>
            <d4p1:Name>sample string 172</d4p1:Name>
            <d4p1:Version>sample string 173</d4p1:Version>
          </d4p1:ApplicationId>
          <d4p1:CurrencyCode>sample string 167</d4p1:CurrencyCode>
          <d4p1:DeliveryWindowEnd>2024-04-19T09:38:38.3051335</d4p1:DeliveryWindowEnd>
          <d4p1:DeliveryWindowStart>2024-04-19T09:38:38.3051335</d4p1:DeliveryWindowStart>
          <d4p1:DropoffTime>2024-04-19T09:38:38.3051335</d4p1:DropoffTime>
          <d4p1:Fee>166</d4p1:Fee>
          <d4p1:PickupTime>2024-04-19T09:38:38.3051335</d4p1:PickupTime>
        </d4p1:PartnerDeliveryPromiseData>
      </Estimates>
    </NearbySiteWithEstimates>
  </NearbySitesWithEstimates>
</AvailabilityResponse>