<Audits>System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="90cbd824-2b71-42d0-8571-c8e7735bbe69">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
          <GuestCount PaxCode="8" Age="3" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="39286" DestinationId="0" CityId="0" />
    <StayDateRange Start="2024-09-21T00:00:00" End="2024-09-30T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="SkyWorld" Password="Wasi3266" RequestedCurrency="GBP" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|CoordinatorError|No Supplier Found MGR|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="90cbd824-2b71-42d0-8571-c8e7735bbe69">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
          <GuestCount PaxCode="8" Age="3" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity CountryCode="FR" CountryCode_A3="FRA" CountryName="France" GTCityId="39286" DestinationId="0" CityId="93" CityName="Paris">
      <Latitude>48.856613</Latitude>
      <Longitude>2.352222</Longitude>
    </HotelCity>
    <StayDateRange Start="2024-09-21T00:00:00" End="2024-09-30T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="SkyWorld" Password="Wasi3266" RequestedCurrency="GBP" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|OlympiaSearch|supplier interation failed||Olympia|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|TravellandaSearch|supplier interation failed||Travellanda|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|MikiSearch|supplier interation failed||Miki|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|W2MSearch|supplier interation failed||W2M|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|TotalStaySearch|supplier interation failed||TotalStay|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|TBOSearch|successfull supplier interation||Serhs|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|AbreuSearch|supplier interation failed||Abreu|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|DOTWSearch|supplier interation failed||DOTW|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|TravcoSearch|successfull supplier interation||Travco|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|WHLSearch|supplier interation failed||WHL|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2024-07-24T21:04:10.9413193+01:00" Version="0" EchoToken="Search" TransactionIdentifier="90cbd824-2b71-42d0-8571-c8e7735bbe69" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="913.78" OriginalAmount="854.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88905955" Longitude="2.3494842" StarRating="3" HotelCode="330297|hotel_de_france_20" HotelName="Hôtel de France" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>51 Boulevard Barbes, 18th Arrondissement, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/55804/1855804/31.jpg?f=15668294</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="990.82" OriginalAmount="926.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878204126918" Longitude="2.3698616837682" StarRating="1" HotelCode="311282|generator_paris_hostel" HotelName="Generator Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Place du Colonel Fabien, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/392764/392764a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1004.83" OriginalAmount="939.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86624423" Longitude="2.3508603" StarRating="3" HotelCode="430674|691703" HotelName="Hôtel Du Globe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2024" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>197 Rue Saint Denis 2e arrondissement, Paris 75002</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/40813/1840813/43.jpg?f=15598382</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1027.94" OriginalAmount="960.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885326" Longitude="2.360537" StarRating="2" HotelCode="14807|36080" HotelName="Hipotel Paris Gare du Nord Merryl" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Garden,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Pajol, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/17381/a_17381_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a peaceful side street in the 18th arrondissement, this hotel lies at the heart of Paris close to Montmartre and the Sacré Coeur. La Chapelle-Gare du Nord offers excellent links to all of the French capital's most significant sights including the Champs Elysées, Notre-Dame de Paris, the Quartier Latin and much, much more. Charles de Gaulle airport is 30 km away whilst Orly lies some 50 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1048.05" OriginalAmount="979.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874237" Longitude="2.347804" StarRating="2" HotelCode="36464|131492" HotelName="Hotel Le Faubourg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Bar,Central Heating,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 rue du Faubourg Poissonière, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/131492/131492a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is a few steps away from Montmartre and the Folies Bergere and close to the opera and the Grands Boulevards. The hotel is a small, comfortable hotel that is located in a quiet, residential area of Paris. It is just far enough from the hustle and bustle of the city, yet still just a short walk to the major city attractions. The Gare du Nord railway station is roughly 400 m away and the closest metro stop is some 200 m from the hotel. Charles de Gaulle Airport is approximately 26 km from the property and Orly Airport is about 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1106.38" OriginalAmount="1034.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88389960992" Longitude="2.3449654877186" StarRating="3" HotelCode="56513|hotel_bellevue_paris_montmartre" HotelName="Bellevue Montmartre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue d'Orsel, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/73216/a_73216_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the foot of the famous Montmartre, just a short distance from a cable car, taking guests to the Sacré-Coeur and Place du Tertre. Guests may explore the artists' district of Paris, with its picturesque buildings dating back to the 18th century and which once was home to world-famous artists such as Picasso and Monet. Paris' many other fascinating districts are also easily accessible from here, with Anvers metro station located close by providing direct access to the Gare du Nord. Other metro stations, including Etoile (Champs Élysées), are also situated in the vicinity, as is the opera house. Charles de Gaulle Airport is 32 km away whilst it is some 25 km to Orly airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1121.60" OriginalAmount="1048.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.892176371259" Longitude="2.3148375749588" StarRating="3" HotelCode="317178|8797" HotelName="Hôtel ibis Paris 17 Clichy-Batignolles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 rue Bernard Buffet, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/31940/a_31940_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally situated, close to Montmartre, the Champs Elysées and many more of the French metropolis' top sights. The nearest links to the public transport network are about 300 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1127.78" OriginalAmount="1054.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882335107523" Longitude="2.3710432648659" StarRating="2.5" HotelCode="50293|libertel_canal_saint_martin_2" HotelName="Libertel Canal St Martin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Avenue Secretan, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/36938/a_36938_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the Technical Museum of La Villette (Parc de la Cité des Sciences), Gare de l´Est (1.5 km away) and Buttes Chaumont Park (1 km away). This hotel lies just a few paces from St Martin's Canal. Jaurès Metro station (lines 2, 5 and 7b) is just 3 minutes from the hotel. Restaurants and bars lie around 300 m away, the nearest shops are around 2.5 km away, Charles de Gaulle airport is 25 km from the hotel and Paris Orly airport is around 35 km away (around a 60-minute drive).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1139.55" OriginalAmount="1065.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883557092046" Longitude="2.2941227178577" StarRating="3" HotelCode="54634|etoile_pereire" HotelName="Hotel Etoile Pereire" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>146 boulevard Pereire, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/64427/a_64427_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, the hotel is situated in a quiet residential area on the Boulevard Péreire. In the immediate vicinity (50 m) guests may take advantage of restaurants, bars, links to the public transport network and the typically French markets and in a few minutes walk, guests will arrive at plenty of shops (200 m away). A wonderful lake and park lie within 900 m and the train station is approximately 1 km away. Many more tourist sights including the Arc de Triomphe and the Champs Elysées are located within walking distance. The old Opera house, the Eiffel Tower, Musée d'Orsay and Notre Dame are all easily reached by making use of public transport. Paris Orly Aiport is a 30-minute drive away, whilst Pairs Charles de Gaulle Airport may be reached by car in just 40 minutes (35 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1157.74" OriginalAmount="1082.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8364" Longitude="2.4037" StarRating="3" HotelCode="110505|sport_hotel_paris" HotelName="Hotel L' Interlude" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>258 Avenue Daumesnil, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/153396/a_153396_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1161.14" OriginalAmount="1085.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872821655274" Longitude="2.3613390466271" StarRating="2.5" HotelCode="258817|18716" HotelName="Hotel Kyriad Paris X Canal Saint Martin République" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/09/2024" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Lucien Sampaix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/15028/a_15028_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located hotel is found in a quiet side street only 5 minutes from the Republic Square. Shopping and leisure options, as well as the nearest public transport links, are located with easy walking distance, just 100 metres from the hotel. The nearest train station lies around 1 km away. Charles de Gaulle and Orly airports are 40 and 45 km from the hotel respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1171.09" OriginalAmount="1094.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.894327787388" Longitude="2.3124933242798" StarRating="3" HotelCode="43937|139434" HotelName="Timhotel Paris Berthier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Berthier, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/9533/a_9533_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the 17th arrondissement of Paris, the hotel is very convenient for both business and tourism stays, with a Métro station (number 13) and RER (C) station in front of the hotel which lead directly (no change) to the main points of interest such as the department stores on Boulevard Haussmann, Champs-Élysées and the Tour Eiffel (Champ de Mars).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1183.42" OriginalAmount="1106.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873996" Longitude="2.362457" StarRating="3" HotelCode="100905|belta" HotelName="Belta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue Lucien Sampaix, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/331999/331999a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 3 km from the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1185.13" OriginalAmount="1107.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8498529" Longitude="2.38547114" StarRating="2" HotelCode="328086|784175" HotelName="Hôtel des Pyrénées - Entre Bastille et Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>204 Rue du Faubourg Saint-Antoine, 75012 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/505275/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1185.80" OriginalAmount="1108.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883654546144" Longitude="2.3594285952986" StarRating="3" HotelCode="75476|94474" HotelName="Sure Hotel by Best Western Paris Gare du Nord" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>224 Rue Du Faubourg Saint Denis, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/102759/a_102759_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;An enviable position in the heart of the French capital makes this city hotel an ideal starting point for sightseeing in Paris and discovering its most famous tourist sites. It is only steps away from Montmartre district and Canal Saint-Martin. The nearest bus station is only a 10-minute walk away. Thanks to its proximity to Gare du Nord and Gare de l'Est train stations, guests can easily reach the Eurostar train, the Palais des Expositions de Villepinte exhibition centre or Stade de France stadium. Charles De Gaulle Airport and Orly Airport are both about 22 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1208.03" OriginalAmount="1129.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88207934994" Longitude="2.3334628343582" StarRating="2" HotelCode="35269|hotel_royal_mansart" HotelName="Royal Mansart" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Mansart, 75009 PARIS</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56512/a_56512_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the Sacré Coeur and the opera, around 2 km away from the Seine. Guests may enjoy strolling past the numerous shopping venues in the historical neighbourhood of this hotel. Blanche metro station is only 50 m away and Saint Lazare is roughly 800 m away. In addition, Charles de Gaulle airport is only 45 minutes from the hotel and the transfer time to Orly takes around 35 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1216.59" OriginalAmount="1137.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84904668155" Longitude="2.3856808730186" StarRating="3" HotelCode="263474|adagio_access_paris_reuilly" HotelName="Aparthotel Adagio access Paris Reuilly" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/366888/a_366888_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1225.04" OriginalAmount="1144.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858873168694" Longitude="2.3911061882973" StarRating="3" HotelCode="55392|330341" HotelName="Adagio access Paris Philippe Auguste" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 rue Pierre Bayle, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/71765/a_71765_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1279.83" OriginalAmount="1196.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832071" Longitude="2.387479" StarRating="4" HotelCode="73716|27977" HotelName="Adagio Paris Bercy Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-7 Cour Du Minervois, 12. Arrondissement - Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/99450/a_99450_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a stunning location in the heart of the Village de Bercy and in the cultural quarter of Paris. Well-known sightseeing attractions, such as the Palais Omnisport, the Parc de Bercy or the Grande Bibliothèque de France are only a few steps away. Paris Orly airport is easily reached within 15 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1284.34" OriginalAmount="1200.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84069433" Longitude="2.3978775" StarRating="4" HotelCode="973433|674760" HotelName="Aparthotel Adagio Paris Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>15 Ter Rue Lamblardie, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/952633/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1302.53" OriginalAmount="1217.32" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875389" Longitude="2.357073" StarRating="3" HotelCode="65041|116338" HotelName="Alane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>72 Boulevard Magenta, Paris 75010</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/83845/a_83845_D1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is close to Gare du Nord and a 2-minute walk from the train, bus and metro stations at Gare de l'Est. Guests also have easy access to the Opera, Notre Dame de Paris, the Louvre, Moulin Rouge, Le Marais and the Bastille, while numerous restaurants, bars and pubs can be found in the hotel's immediate vicinity. Nearby airports include Orly (approximately 25 km), Charles de Gaulle (around 30 km) and Beauvais Tillé (roughly 120 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1306.12" OriginalAmount="1220.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835158" Longitude="2.387685" StarRating="3" HotelCode="47501|80053" HotelName="Kyriad Hotel Bercy Village" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue Baron Le Roy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/10457/a_10457_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1322.24" OriginalAmount="1235.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="49.01079528335" Longitude="2.5619088048935" StarRating="3" HotelCode="408476|451123" HotelName="Hôtel ibis Styles Paris Charles de Gaulle Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Bis Rue de la Haye, accès GPS / Tremblay-en-France, Roissypole / CS 20009, 95735 Roissy Charles De Gaulle</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/518866/a_518866_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The new ibis Styles Paris CDG Airport hotel welcomes you in the heart of Charles de Gaulle airport. Start your journey in one of our 305 enhanced-comfort rooms, with breakfast and WIFI included. The journey continues in the musical world of the Foody's Planet restaurant with its fresh produce, runway-style lounge and bar, and its lunar decoration. It is the perfect stopover for all budding cosmonauts with parking, direct access to Terminal 3 and free CDGVAL shuttle.\n\nRestaurant\nFOODY'S PLANET - Foody's Planet welcomes you all year round from midday to 2pm and from 7pm to 11pm. Discover its international menu, starring fresh produce. Go on a cosmic journey to discover burgers, platters and dishes of the day. FOODY'S PLANET - The Foody's Planet bar is open all year round. Go on an adventure and enjoy its selection of international wines and beers. Relax in our galaxy and discover our cocktails. Our shop will delight any hungry cosmonauts.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1323.59" OriginalAmount="1237.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882667590425" Longitude="2.3326447606087" StarRating="3" HotelCode="52673|apollo_opera" HotelName="Apollo Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue De Douai, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56803/a_56803_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated between Montmartre and the Opera. The large department stores and the world famous Moulin Rouge are all found near the hotel. The nearest metro station is only minutes away from the hotel (100 m). Restaurants, bars and nightclubs are all within walking distance of the hotel (within 300 m). Charles de Gaulle airport is only a 45-minute drive away and Orly is around 40 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1332.01" OriginalAmount="1244.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.827848661454" Longitude="2.3796097534439" StarRating="4" HotelCode="899668|112230" HotelName="Appart'City Confort Paris Grande Bibliothèque" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>70 Avenue de France, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/182498/a_182498_B1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern-style hotel is ideally located near the Seine River, on the left bank. Very well served by public transportation (metro, bus and RER all within walking distance), it takes only 10 minutes to reach the centre of Paris. Guests will also find a large selection of restaurants, bars, clubs, shops and entertainment venues in the vicinity. Paris/Orly Airport is approximately 12 km from the city hotel and Roissy/Charles de Gaulle is around 35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1350.52" OriginalAmount="1262.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878866" Longitude="2.339673" StarRating="2" HotelCode="180086|327559" HotelName="Clauzel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue des Martyrs, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/327559/327559a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 37 rooms. Most storeys can be reached by lift. A safe is among the facilities. Wireless internet access is available to travellers in the public areas. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1354.08" OriginalAmount="1265.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886406" Longitude="2.312637" StarRating="3" HotelCode="69951|85775" HotelName="Hotel Romance Malesherbes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 Rue Cardinet, Paris 75017</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/92130/w_92130_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a smart, calm and safe residential area of Paris’s 17th arrondissement. The building dates back to 1850 yet is fully equipped to the standards travellers demand today. The centre of Paris is less than 1 km away while Roissy Charles de Gaulle Airport and Orly Airport are 26 km and 20 km away respectively.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1357.44" OriginalAmount="1268.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84648192943" Longitude="2.410290093254" StarRating="4" HotelCode="34876|18675" HotelName="Best Western Plus 61 Paris Nation Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Rue de la Voute, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56761/a_56761_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a quiet area in the east of Paris, near to the Place de la Nation and the Gare de Lyon. The convenient location of the hotel means that the main tourist sights in the centre can be easily reached. Taking the number 6 métro line, from Pipcus station, guests can easily reach the Palais Omnisport de Paris-Bercy. Charles de Gaulle Airport and Orly Airport are 40 km and 30 km away from the hotel respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1361.11" OriginalAmount="1272.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843031883449" Longitude="2.405099272728" StarRating="4" HotelCode="57105|151138" HotelName="Best Western Allegro Nation" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Avenue du Docteur Arnold Netter, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/74037/w_74037_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 12th arrondissement of Paris, only a short distance (800 m) from the Place de la Nation and close to the Palais Omnisport de Paris-Bercy sports arena, the Bastille opera house and the François Mitterrand national library.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1369.20" OriginalAmount="1279.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839902038905" Longitude="2.3814958333969" StarRating="3" HotelCode="35367|17849" HotelName="Claret" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44 Boulevard de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/57545/a_57545_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel lies close to Bercy Park as well as the gare de Lyon. Plenty of shopping and entertainment opportunities are nearby as well as public transport connections (all within around 10 minutes). Grande Bibliothèque François Mitterrand is a 5-minute drive away and the transfer time to Orly airport and Charles de Gaulle airports takes between 30 and 45 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1373.44" OriginalAmount="1283.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831108222465" Longitude="2.3284692236537" StarRating="1" HotelCode="207340|328774" HotelName="Hotel Aviatic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2024" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Brézin, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/328774/328774a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1373.60" OriginalAmount="1283.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.90042002" Longitude="2.33616917" StarRating="4" HotelCode="639705|623729" HotelName="Hotel The Originals Paris Maison Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>32 Avenue De La Porte De Montmartre, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/758462/a_758462_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1401.70" OriginalAmount="1310.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.834073875664" Longitude="2.3461208515205" StarRating="2" HotelCode="14314|belambra_city_hotel_magendie" HotelName="Belambra City Hotel Magendie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2/4 Rue Magendie, Angle 6 rue Corvisart, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/16655/a_16655_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1415.61" OriginalAmount="1323.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877728" Longitude="2.327507" StarRating="3" HotelCode="74032|hotel_de_geneve" HotelName="de Genève" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue de Londres, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/101054/a_101054_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to Saint Lazare train station, near Opéra Garnier, great department stores, Madeleine Church and the Montmartre district, welcoming guests to an agreeable setting right in the heart of tourist and business Paris. The airports of Orly, Charles de Gaulle and Beauvais are approximately 20 km, 40 km and 70 km away, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1417.75" OriginalAmount="1325.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842701784987" Longitude="2.3262101411819" StarRating="3" HotelCode="34406|renoir" HotelName="Hôtel Renoir St. German" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Rue Montparnasse, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/54808/l_54808_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Montparnasse, the district of the city popular with Paris’ painters. Set conveniently close to the train station, guests of this hotel will be welcomed into an atmosphere of tranquillity and the style which was so dear to Renoir, the famous impressionist painter. Guests may take a walk in the Jardins du Luxembourg and stroll to Notre-Dame along the banks of the Seine, stopping off for a browse through the shops or pausing on their return for a cup of coffee on the terrace of a café in Saint-German-des-Prés. The Eiffel Tower is 10 minutes away on public transport and it is a 20-minute drive to Les Invalides. Orly Airport is around 20 km away and it is some 25 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1453.62" OriginalAmount="1358.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885210085533" Longitude="2.29397803545" StarRating="3" HotelCode="70645|212793" HotelName="Champerret Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>129 avenue de Villiers, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/212793/212793a_hb_a_027.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1456.82" OriginalAmount="1361.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83511" Longitude="2.282514" StarRating="3" HotelCode="81195|332065" HotelName="Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>11 Boulevard Victor, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/332065/332065a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1456.88" OriginalAmount="1361.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876551138832" Longitude="2.3270148038864" StarRating="3" HotelCode="36461|23638" HotelName="Grand Hotel du Havre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue D'amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/59758/a_59758_J2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located just steps away from Saint Lazare train station. Numerous restaurants, pubs, cafés and shops are situated close to the hotel. The Madeleine church as well as the opera house are only around 1 km away, while the Louvre, Montmartre, the Eiffel Tower and the Champs-Élysées are a 5-10 minute drive away. Orly airport is around 15 km away and the Charles de Gaulle is 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1471.25" OriginalAmount="1375.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880594" Longitude="2.33972" StarRating="3" HotelCode="39464|grand_hotel_de_turin" HotelName="Grand Hotel de Turin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/09/2024" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Victor Massé, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/11256/gt_11256_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is surrounded by 3 metro and 3 bus stations. Nearby, guests can walk aroundin the calm and romantic Montmartre neighbourhood, visit the Sacré Cœur Basilica on the top of Montmartre Hill, admire Paris from one of its most beautiful viewpoints and go shopping on the Grand Boulevards in its famous department stores (Galeries Lafayette, Printemps). The hotel also offers direct transportation to the Paris airports.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1487.30" OriginalAmount="1390.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876397548519" Longitude="2.3489555907402" StarRating="3" HotelCode="73729|comfort_hotel_paris_la_fayette" HotelName="Hotel Paris Lafayette" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue des Messageries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/99466/w_99466_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on a quiet street in a business and leisure area in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1488.39" OriginalAmount="1391.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874232" Longitude="2.38782" StarRating="3" HotelCode="148870|329415" HotelName="Hipotel Paris Buttes Chaumont Pyrénées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Jean Batiste Daumay, 75020 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/329415/329415a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1499.26" OriginalAmount="1401.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869125722964" Longitude="2.2890025377274" StarRating="2" HotelCode="74087|212101" HotelName="Angleterre Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Copernic, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/246888/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1517.17" OriginalAmount="1417.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879474075773" Longitude="2.3580425977707" StarRating="3" HotelCode="172227|189981" HotelName="Hotel Albert 1er" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>162 Rue La Fayette, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/7281/a_7281_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1518.20" OriginalAmount="1418.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884433236233" Longitude="2.3471763938485" StarRating="3" HotelCode="47661|6024" HotelName="Best Western Hotel Le Montmartre Saint-Pierre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/2024" HotelFacility="Air Conditioning,Central Heating,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Clignancourt, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/10650/a_10650_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the picturesque quarter of Montmartre in the north of Paris, only a few metres away from the Sacré-Cœur and the Gare du Nord train station as well as Gare de L'Est (Eurostar / Thalys). The hotel can easily be reached using metro lines 2 and 4, with Anvers stop (around 150 m away) or Barbès Rochechouart (around 80 m away). It is ideal for business and leisure guests alike. The location of the hotel enables easy access to the other areas of Paris by bus or metro. Within 5-10 minutes guests will be able to reach the flea market or the Stade de France stadium. Place du Châtelet, Saint-Michel, Notre Dame, the Arc de Triomphe and the Champs-Élysées are around a 10-15 minute drive away. The Louvre, the Orsay Museum, the Eiffel Tower or La Défense are within a 15-20-minute drive. Charles de Gaulle Airport is around 25 km away and Orly Airport is approximately 30 km from the hotel.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1519.97" OriginalAmount="1420.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842927734971" Longitude="2.3212453722954" StarRating="3" HotelCode="326483|6111" HotelName="Timhotel Paris Gare Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 rue de l’Arrivée, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47296/a_47296_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Parisian hotel is located close to Les Rennes shopping street, between the Gare du Nord and the Gare de L'Est. The nearest metro station is Montparnasse Bienvenue.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1540.89" OriginalAmount="1440.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8886" Longitude="2.379" StarRating="2" HotelCode="933602|481215" HotelName="St Christopher's Paris Canal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/09/2024" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>159 Rue De Crimée, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/48/481215/481215a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1554.39" OriginalAmount="1452.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848334784673" Longitude="2.2970987856388" StarRating="3" HotelCode="110530|213237" HotelName="Saphir Grenelle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2024" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue du Commerce, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213237/213237a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1567.60" OriginalAmount="1465.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883739987058" Longitude="2.3287180066109" StarRating="3" HotelCode="336445|17067" HotelName="CONTACT HOTEL Alizé Paris Montmartre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 rue de Douai, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/55605/a_55605_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel enjoys a location near Montmartre and L'Opera. Large department stores such as the Galleries Lafayettes and the renowned Moulin Rouge are just a few steps away. The metro station Place de Clichy is directly adjacent to the hotel, giving easy access to the buzzing metropolis with its incomparable tourist attractions. It is only around 2 km to the Champs Elysees. Charles de Gaulle Airport is some 26 km from the hotel and it is approximately 20 km to Orly Airport.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1568.52" OriginalAmount="1465.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88822913" Longitude="2.34266881" StarRating="4" HotelCode="738463|638615" HotelName="Odalys City Paris Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue Saint-Vincent, 18th Arr, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/952667/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious Hotel is set in Arr17:Triumph arch-Pte Maillot. The 72 welcoming units offer a perfect place to relax at the end of the day. Wi-Fi internet connection is available for further comfort and convenience. The reception desk is not open throughout the day. Cots are not available at Odalys Appart'hotel Paris Montmartre. Travellers will not be bothered during their stay, as this is not a pet-friendly accommodation.  A great hotel to stay and enjoy everything this amazing city has to offer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1579.18" OriginalAmount="1475.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.89991482" Longitude="2.32159811" StarRating="3" HotelCode="766912|638614" HotelName="Appart'hôtel Paris XVII" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Hélène et François Missoffe, 17ème Arrondissement (Batignolles-Monceaux), 75017 Paris, Île-de-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/638614/638614a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1590.97" OriginalAmount="1486.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.884129" Longitude="2.325272" StarRating="3" HotelCode="180060|327549" HotelName="Hôtel Rendez-Vous Batignolles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/09/2024" HotelFacility="Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13-17 Rue Lecluse, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/252999/a_252999_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on a peaceful side street in the Batignolles district of Paris, this hotel lies within a short distance of Montmartre and the Opéra Garnier. The famous Moulin Rouge as well as the Galeries Lafayette are some 2.5 km away. It is a mere 500 m to Place de Clichy metro station and further links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1596.16" OriginalAmount="1491.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8761948005" Longitude="2.3570635914803" StarRating="3" HotelCode="34890|35481" HotelName="Libertel Gare de l’Est Français" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue du 8 Mai 1945, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56776/a_56776_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Parisian hotel lies at the heart of the beautiful French capital a mere 100 m from the nearest train station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1599.65" OriginalAmount="1495.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881412" Longitude="2.323516" StarRating="4" HotelCode="376422|best_western_premier_kapital_opera_2" HotelName="Best Western Premier Kapital Opera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue de Moscou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/488461/a_488461_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1604.69" OriginalAmount="1499.71" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837203" Longitude="2.2971384" StarRating="3" HotelCode="63959|75799" HotelName="Convention Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 rue Alain Chartier, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/82412/l_82412_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the Convention district in Paris' lively 15th arrondissement, only a short walk away from Convention metro stop. Guests can explore the many markets, shops and café terraces which are located in the nearby area of Montparnasse. The Eiffel Tower and the UNESCO building are only a 15-minute walk away, whilst the Parc Des Expositions de Porte de Versailles and the Palais des Sports are a 10-minute walk away. The Porte de Versailles metro stop is also only 10 minutes away and the suburban railway station (RER) is 12 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1606.78" OriginalAmount="1501.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876558195011" Longitude="2.347109913826" StarRating="3" HotelCode="31210|6105" HotelName="Montholon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 09/09/2024" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue de Montholon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/49865/a_49865_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located close to the tourist centre just a short distance from restaurants, bars, pubs and a nightclub (150 m -500 m away). Montmartre, the Louvre and the Galeries Lafayette shopping centre are to be found in the vicinity and Poissonnière métro station lies a short walk away (700 m) and allows easy and convenient access to all parts of this fascinating city. There are many shopping venues in the city centre that can easily be reached by making use of public transport and the tourist centre is also less than 4 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1624.46" OriginalAmount="1518.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857399649075" Longitude="2.3728685081005" StarRating="3" HotelCode="13687|6090" HotelName="ibis Paris Bastille Opera 11th Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 17/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Bréguet, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/14569/a_14569_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies some 20 minutes drive from the centre of the French capital in a suburb, which may easily be reached by making use of the métro train network. A shopping centre lies close to the hotel and links to the public transport network can easily be reached on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1657.84" OriginalAmount="1549.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849600353996" Longitude="2.3723683398812" StarRating="2.5" HotelCode="263473|213738" HotelName="Aparthotel Adagio access Paris Bastille" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Moreau, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/366887/a_366887_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1664.52" OriginalAmount="1555.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877963656687" Longitude="2.3875173926353" StarRating="3" HotelCode="24650|78257" HotelName="Aparthotel Adagio Paris Buttes Chaumont" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Cours du 7ème Art, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/35673/a_35673_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Paris' 19th arrondissement in the Buttes-Chaumont district, close to La Villette. Restaurants and bars can be found within 200 m of the hotel, whereas clubs and the city centre can be reached in 20 minutes on public transport. The nearest public transport connection is just 200 m from the hotel. Parc des Buttes Chaumont is a 5-minute walk from the hotel and the Cité des Sciences is a 5-minute drive. It is 3 km to Gare de l’Est railway station, and 20 km to Charles de Gaulle International Airport (CDG) and Paris-Orly Airport (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1667.06" OriginalAmount="1558.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881676302884" Longitude="2.3229385129532" StarRating="3" HotelCode="10414|hotel_astoria_opera" HotelName="Hôtel Astoria" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 rue de Moscou, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/8138/a_8138_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located on a quiet street between the opera house and Montmartre. Restaurants, bars and stop for public transport (Rome Metro Station is 150 m away) are within a 5-minute walk. The tremendous variety of shops and the train station is about 10 minutes walk away. The Champs-Élysée can be reached in 10 minutes by making use of public transport. The transfer time to both Charles de Gaulle Airport and Orly Airport is approximately 30 minutes with public transport (20 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1672.21" OriginalAmount="1562.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849812098764" Longitude="2.2854853730164" StarRating="4" HotelCode="75641|78256" HotelName="Aparthotel Adagio Paris Centre Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue du Théatre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/102967/a_102967_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the 15th arrondissement, in the centre of Paris, this apartment hotel is ideally situated to benefit from Parisian life with lively squares and many shops in the immediate vicinity. It is built on the banks of the Seine near the Eiffel Tower, with a panoramic view over Paris and its fine monuments, including the Invalides and the Eiffel Tower amongst others. The hotel is 300 m from the nearest bus stop. It is also easily accessible from several railway stations; it is just 7 km from the Gare de l'Est, 6 km from the Gare du Nord, 5 km from the Gare Saint-Lazare, 3 km from the Gare Montparnasse, 7 km from the Gare d'Austerlitz, while Gare de Lyon is 8 km away. It is 20 km from Orly Airport, while Charles de Gaulle Airport is 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1698.03" OriginalAmount="1586.94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837428740837" Longitude="2.2587606310844" StarRating="3" HotelCode="37861|17853" HotelName="Murat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>119 bis boulevard Murat, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/62474/a_62474_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is located in the 16th arrondissement, by the Porte St Cloud, close to the Trocadéro, the Eiffel Tower and the Champs Elysée. The nearest public transport is metro line 9.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1703.01" OriginalAmount="1591.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837676" Longitude="2.306316" StarRating="3.5" HotelCode="906469|49573" HotelName="Holiday Inn Paris - Montparnasse Pasteur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue Gager Gabillot, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/242477/w_242477_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 15 minutes walking distance from Montparnasse train station and tower, Les Invalides, Paris Expo Porte de Versailles exhibition centre and the Institut Pasteur. The hotel also offers easy access to the department stores and St Germain des Prés. Orly Airport is just 20 minutes away and there are direct bus connections with the Thalys and Eurostar train service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1706.77" OriginalAmount="1595.11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87579819325" Longitude="2.3456191690509" StarRating="3" HotelCode="336410|17061" HotelName="Hotel Havane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Bar,Central Heating,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>44 Rue De Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/55587/a_55587_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Paris. A restaurant and Cadet metro station are in the immediate vicinity, Montmartre, the opera, Gare du Nord and Gare de L'Est are all within walking distance (around 15 minutes). Orly airport is around 25 km away and it is approximately 30 km to Charles de Gaulle airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1728.32" OriginalAmount="1615.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.833109444633" Longitude="2.2892117500305" StarRating="3" HotelCode="187861|332797" HotelName="Hotel Paris Vaugirad" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2024" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>403 rue de Vaugirard, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/262133/a_262133_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1762.66" OriginalAmount="1647.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869139" Longitude="2.3641" StarRating="3" HotelCode="110489|227778" HotelName="Ibis Styles Paris République" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/09/2024" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Leon Jouhaux, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/153370/a_153370_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1763.06" OriginalAmount="1647.72" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882112126215" Longitude="2.3345641188998" StarRating="3" HotelCode="50205|35856" HotelName="Libertel Montmartre Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Duperré, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/36632/a_36632_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel with maritime flair lies around 100 m away from the Place Pigalle and at the foot of Montmartre. No other district represents the spirit of Paris as much as this one. Here, visitors will find the world-famous Moulin Rouge and guests are also only steps away from bars, discos, restaurants, shopping opportunities and public transport. The nearest train station is around 1 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1770.98" OriginalAmount="1655.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842984" Longitude="2.324101" StarRating="3" HotelCode="100906|163988" HotelName="Berkeley" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue d'Odessa, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=244091</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the lively Montparnasse district, this hotel is just 200 metres from the Montparnasse Tower. The area offers a pleasant combination of business centres, fashion boutiques, entertainment and top quality restaurants. The Luxembourg Gardens are a 10-minute walk away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1780.75" OriginalAmount="1664.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8700175" Longitude="2.37889685" StarRating="3" HotelCode="549007|766265" HotelName="Les Piaules Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>59 Boulevard De Belleville, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/717931/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1782.91" OriginalAmount="1666.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845827" Longitude="2.298381" StarRating="3" HotelCode="144879|189961" HotelName="Best Western Hotel Eiffel Cambronne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de la Croix Nivert, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/206161/a_206161_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1783.69" OriginalAmount="1667.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871202" Longitude="2.338588" StarRating="3" HotelCode="14111|lautrec_opera" HotelName="Lautrec Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Rue d'Amboise, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/16029/a_16029_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a central location in the heart of Paris surrounded by shops, restaurants, bars, and the famous department store Galeries Lafayette, the Grévin Museum and the Opera Garnier. St. Lazare station offers convenient connections to the public transport network and is only 30 m away from the hotel. Auber (RER) train station lies around 500 m away, the transfer time to Charles de Gaulle airport is around 45 minutes, and Orly is 30 minutes from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1789.35" OriginalAmount="1672.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875388619758" Longitude="2.3261457681656" StarRating="3" HotelCode="18609|6106" HotelName="Timhotel Opéra Madeleine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>113 Rue Saint Lazare, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/23156/a_23156_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located in the heart of the French capital. Scores of shops and other entertainment venues as well as Paris' most interesting tourist attractions are within easy walking distance or may be reached by making use of public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1795.73" OriginalAmount="1678.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877885" Longitude="2.327623" StarRating="3" HotelCode="66402|79854" HotelName="Villathena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23, rue d'Athènes, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/85930/a_85930_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location at the foot of Montmartre, in the heart of one of the trendiest areas of Paris. It is around 1 km from the Opéra Garnier, near the Louvre and the renowned Rue de Rivoli and offers excellent city public transport links with its proximity to the Gare Saint-Lazare and to many bus routes. In fact it is possible to reach any corner of Paris in no time at all. For those who wish to shop, the department stores of boulevard Haussman, such as Le Printemps and Galeries Lafayettes, are a stone's throw away and the nearest club is the VIP Room, a 6-minute drive away. Roissy Charles de Gaulle Airport is some 25 km away and Orly Airport is around 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1846.65" OriginalAmount="1725.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.887353" Longitude="2.248194" StarRating="3" HotelCode="94377|123860" HotelName="Aparthotel Adagio La Defense Esplanade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Cours Michelet, La Defence 10, 92060 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/131118/a_131118_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located at the heart of the La Défense business district, close to the CNIT congress centre and to the Grande Arche de La Défense (1 km). A large shopping centre and a range of services are only a few minutes' walk away and guests will find a public car park in the immediate vicinity. It is ideal for business trips and lies only 10 minutes away from the Champs Elysées by metro. It is 4.5 km from the Arc de Triomphe, 5.5 km from the Eiffel Tower and 9 km from Notre Dame Cathedral. The property lies 23 km from Orly Airport and 25 km from Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1855.79" OriginalAmount="1734.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858335824349" Longitude="2.3816755414009" StarRating="3" HotelCode="337355|17136" HotelName="New Hotel le Voltaire" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Petion, 75011 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56145/a_56145_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated at the heart of the French capital, close to the centre that can easily be reached on foot. Various shopping venues, countless restaurants, diverse bars and entertainment venues are to be found in the vicinity (30 m - 50 m away). Public transport departs from stops located just 50 m away and Paris' airports are about 20 km from this hotel that lies in the 11th arrondissement.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1856.87" OriginalAmount="1735.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878412171545" Longitude="2.3570702970028" StarRating="3" HotelCode="10249|67592" HotelName="Appia La Fayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue des Deux Gares, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/7886/a_7886_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Paris near Gare du Nord (the Eurostrar and Thalys terminal), Gare de l'Est and the exhibition grounds of Villepinte. From the moment of arrival at the hotel, guests will experience the capital from this intimate yet lively quarter of Paris and a hotel focussed on guests' well-being. A few minutes' walk takes visitors to the Grands Boulevards and major department stores, theatres and charming, typically Parisian bistros.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1860.55" OriginalAmount="1738.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88809974" Longitude="2.30681389" StarRating="4" HotelCode="639640|642993" HotelName="Hotel Mercure Paris 17 Batignolles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>118 Rue De Tocqueville, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/758395/a_758395_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1861.23" OriginalAmount="1739.47" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876071316328" Longitude="2.3420915007591" StarRating="3" HotelCode="74034|602012" HotelName="Hotel Touring Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/2024" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/602012/602012a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Le Bourget (LBG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1886.30" OriginalAmount="1762.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83221" Longitude="2.316384" StarRating="3" HotelCode="180044|328400" HotelName="Fred Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Avenue Villemain, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/252980/w_252980_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 36 rooms. Most storeys can be reached by lift. Services and facilities at the hotel include a baggage storage service, a safe, a bar, a babysitting service, a childcare service, a conference room and a business centre. Wireless internet access in public areas allows guests to stay connected. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1894.44" OriginalAmount="1770.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876401194794" Longitude="2.3466485738754" StarRating="3" HotelCode="35142|17206" HotelName="Opera Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/09/2024" HotelFacility="Bar,Conference Hall,Fax,Internet,Nightclub,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>80 Rue La Fayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/57240/l_57240_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Many of Paris' top attractions including the opera house, museums, Sacré Coeur and the famous shopping strips are within easy reach of this central hotel. All of these, as well as many more of the most popular sights, may easily be reached on foot or by making use of the local public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1900.95" OriginalAmount="1776.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876431" Longitude="2.290604" StarRating="2" HotelCode="110538|327614" HotelName="Des Pavillons" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/153438/w_153438_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1910.57" OriginalAmount="1785.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840799704678" Longitude="2.299287468195" StarRating="3" HotelCode="56714|55404" HotelName="Val Girard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14, rue Pétel, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/73517/a_73517_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a privileged location in Paris between the exhibition park of Porte de Versailles, Montparnasse and the Eiffel Tower. Guests are only five minutes away from access to five bus lines, which travel in all directions, as well as Vaugirard metro station and a large public car park. This hotel is located in the 15th arrondisement, which is characterised by its countless green spaces. The Eiffel Tower and the tourist centre are located around 15 minutes away on foot. Orly airport is located around 20 km away and Charles de Gaulle airport is 37 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1913.16" OriginalAmount="1788.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869189" Longitude="2.320504" StarRating="4" HotelCode="47252|hotel_de_castiglione" HotelName="Hotel De Castiglione Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>38-40 Rue Du Faubourg Saint Honore, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/10167/a_10167_G2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is located centrally in the Faubourg St-Honoré and is around 100 m from the Champs Elysée. Directly in front of the hotel guests will find a range of shopping facilities, restaurants and bars. Public transport departs from stops in the immediate vicinity (20 meters away, metro stations Concorde and Madeleine). Just a few minutes' walk away guests will find a beautiful park (200 m), nightclubs (around 500 m) and the train station (around 1 km). Nearby places of interest are, amongst others, the Opera and the Louvre. Paris Orly airport can be reached in 45 minutes by making use of public transport and the Charles de Gaulle airport can be reached within around 1 hour (around 35 km from the hotel).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1924.11" OriginalAmount="1798.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857146" Longitude="2.380669" StarRating="4" HotelCode="166540|170156" HotelName="Mercure Paris Bastille Marais Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 Rue Richard Lenoir, Paris 75011</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/233341/a_233341_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1924.23" OriginalAmount="1798.35" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848805" Longitude="2.288145" StarRating="3" HotelCode="72445|89647" HotelName="Exposition Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 bis, rue du Théâtre, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/97949/a_97949_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the Left Bank near the Eiffel Tower (15-minute walk), between the exhibition centre (15 minutes with public transport), Rolland Garros (15 minutes with public transport), the Parc des Princes and the European Georges Pompidou Hospital. The hotel is 50 m from the Charles Michel metro stop (line 10) and Dupleix station (line 6). The Champs-Élysées and the opera can be reached in 20 minutes by public transport. Restaurants, shops, bars and pubs can all be reached within 5 minutes by foot on the Rue du Commerce. Orly Airport is 20 km from the hotel while Charles de Gaulle airport is 35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1931.35" OriginalAmount="1805.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83829" Longitude="2.322965" StarRating="4" HotelCode="63276|175738" HotelName="Holiday Inn Paris - Gare Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 10/09/2024" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>79-81 Avenue du Maine, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/246182/8.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The Eiffel Tower is reachable in 15 minutes by car and one can walk from the hotel to Luxembourg Gardens in 20 minutes. Gaîté metro station is a convenient 5-minute walk away. The hotel is just a 20-minute drive from Paris Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1944.71" OriginalAmount="1817.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877987" Longitude="2.354781" StarRating="2.5" HotelCode="25351|35386" HotelName="Libertel Gare du Nord Suède" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>106 Boulevard Magenta, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/36939/ba_36939_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated between Gare du Nord and Gare de l'Est and close to the famous Montmartre. In addition, the opera house and the largest shops are within easy reach of the hotel. Guests are also only steps away from the train station, bus stops, bars and restaurants. Charles de Gaulle Airport is located 37 km away and Orly Airport is around 45 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1945.37" OriginalAmount="1818.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876776936065" Longitude="2.292003929615" StarRating="3" HotelCode="65250|213193" HotelName="Astrid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2024" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/250456/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1976.00" OriginalAmount="1846.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879434403659" Longitude="2.3392153753769" StarRating="3" HotelCode="35121|9490" HotelName="Hôtel Sacha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Navarin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/57202/a_57202_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies close to Place Pigalle, the famous Moulin Rouge and an array of theatres. It is just a short distance to the Sacré Coeur basilica and Montmartre hill, one of the most popular, dynamic and culturally diverse districts of Paris. Entertainment options and links to the public transport network may easily be reached on foot. St Lazare railway station, the Louvre and a selection of shops (Galéries Lafayette) are 1 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1982.82" OriginalAmount="1853.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.840872" Longitude="2.287051" StarRating="3" HotelCode="77417|189936" HotelName="Best Western Hôtel Montcalm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Avenue Felix-Faure, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/105079/a_105079_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1984.96" OriginalAmount="1855.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879775708909" Longitude="2.3206874728203" StarRating="4" HotelCode="29499|6018" HotelName="Best Western Premier Le Swann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11-15 Rue de Constantinople, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47280/a_47280_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the Gare Saint-Lazare station, 1 km from the Opéra Garnier and the Grands Magasins, where guests may enjoy shopping. It is just 200 m from the closest metro station.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1993.41" OriginalAmount="1863.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8466113" Longitude="2.3698675" StarRating="3" HotelCode="263479|hotel_elysee_gare_de_lyon" HotelName="Elysee Gare De Lyon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>234 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/366896/a_366896_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1993.84" OriginalAmount="1863.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.832605306295" Longitude="2.2781237753787" StarRating="4" HotelCode="945391|677293" HotelName="OKKO HOTELS Paris Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/08/2024" HotelFacility="Bar,Internet,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue du Colonel Pierre Avia, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/731902/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1995.55" OriginalAmount="1865.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872659063449" Longitude="2.3435895144939" StarRating="3" HotelCode="10830|hotel_bergere_opera" HotelName="Hôtel 34B" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Bergère, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/8824/a_8824_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is located close to the famous shopping areas (Galleries Lafayette), just a few minutes from the opera house. Bars, restaurants and links to the public transport network are to be found close by and it is just a stone's throw to an abundance of shopping venues. Transfer to Paris' Orly and Charles de Gaulle airport takes about 30 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1999.08" OriginalAmount="1868.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882604118084" Longitude="2.333466411045" StarRating="3" HotelCode="11068|174806" HotelName="Timhotel Opéra Blanche Fontaine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34 Rue Pierre Fontaine, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/9087/a_9087_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel enjoys a peaceful location at the foot of Montmartre, just a few minutes on foot from the eminent Moulin Rouge. Montmartre Blanche is the nearest metro station, and the famous Galeries Lafayette are located around 1 km away. Within walking distance, guests will find restaurants, bars and nightclubs. The Gare du Nord railway station is approximately 20 minutes away on foot. The opera is around 15 minutes' walk away, while the Arc de Triomphe is roughly 15 minutes away by public transport. Orly Airport is roughly 30 km from the hotel, while Charles de Gaulle Airport is approximately 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2008.53" OriginalAmount="1877.13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.887187198421" Longitude="2.3143172264099" StarRating="4" HotelCode="316804|6043" HotelName="Villa Eugénie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>167 Rue de Rome, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/006043/006043a_hb_a_018.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is known amongst guests from the fashion and business world and lies to the north of the River Seine, close to Parc Monceau, the Opéra Garnier and various shopping venues such as the Galérie Lafayette and Printemps. Lying on the Champs Elysées, amidst the picturesque hills of Montmartre, the famous Moulin Rouge is just a short walk away. Various métro stations are a few paces away and it is 20 km to the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2018.03" OriginalAmount="1886.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872866274505" Longitude="2.3449504957008" StarRating="3" HotelCode="80562|99057" HotelName="Hôtel Mercure Paris Opéra Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Trevise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/108923/a_108923_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2021.12" OriginalAmount="1888.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83348756" Longitude="2.31899221" StarRating="4" HotelCode="411411|561683" HotelName="Bob Hotel by Elegancia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>30 rue Pernety, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/520993/a_520993_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2024.80" OriginalAmount="1892.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882260144229" Longitude="2.3317817598581" StarRating="4" HotelCode="63986|196853" HotelName="Josephine Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>67 rue Blanche, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/82443/a_82443_AB2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in one of the liveliest areas of Paris, only 100 m from the Moulin Rouge, a 15-minute walk from the Opera and 20 minutes from the Place de la Concorde, with great views of the Eiffel Tower. It is only 1 km to the famous area of Montmartre, a well-known meeting place for painters next to the Sacre Coeur.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2030.66" OriginalAmount="1897.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.830585489745" Longitude="2.3549285531044" StarRating="3" HotelCode="57861|56665" HotelName="Citadines Place d'Italie Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Place d’Italie, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/74972/w_74972_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated right next to the Place d'Italie with countless restaurants and supermarkets. The Butte aux Cailles with small houses, quiet streets and bistros is also very close to the hotel. Thanks to its excellent location, guests are able to quickly reach the shopping centre where a diversity of shops is to be found. The train station is approximately 1 km away, whilst Montsouris Park is about 2 km away. The hotel also lies within 4 km of Notre-Dame Cathedral and 5 km from the tourist centre where the Eiffel Tower is to be found. The Champs-Élysées lie about 6 km away, Sacré-Cœur is 9 km away, Paris/Orly Airport is 15 km away, whilst Roissy/Charles de Gaulle Airport is 60 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2034.07" OriginalAmount="1901.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847603611648" Longitude="2.3517742753029" StarRating="3" HotelCode="64083|quartier_latin" HotelName="Quartier Latin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 10/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9, Rue des Écoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/82558/l_82558_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the renowned Quartier Latin within a few minutes walk of the lively Boulevard St. Germain des Prés, this hotel lies just a short distance from excellent links to the public transport network. The oldest French cabaret, Paradis Latin, is a few paces from the hotel and the city airports, Orly and Charles de Gaulle, are 15 km and 25 km from the hotel respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2041.56" OriginalAmount="1908.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875485" Longitude="2.318303" StarRating="3" HotelCode="23658|hotel_saint_augustin_elysees" HotelName="Hôtel Augustin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue Roy, 75008 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/30591/a_30591_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just 500 m from the centre of Paris where guests will discover an abundance of shopping and entertainment venues as well as bars, restaurants and links to the public transport network are to be found close by whilst the train station is 500 m away. Transfer to Paris' Orly and Charles de Gaulle airports takes about 30 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2056.29" OriginalAmount="1921.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869685" Longitude="2.297497" StarRating="3" HotelCode="78972|145238" HotelName="Chambellan Morgane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Keppler, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/106946/w_106946_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a boutique hotel with a great location in a quiet street near the prestigious Avenue Marceau, just a few minutes’ walk from the Arc de Triomphe, near the Place de l'Étoile, Champs-Élysées, La Concorde and the Eiffel Tower. Saint-Lazare train station is approximately 200 metres away. The nearest airport is Le Bourget, located 16 km away and Paris/Orly Airport is 17 km away.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2056.54" OriginalAmount="1922.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874214" Longitude="2.30453" StarRating="4" HotelCode="337168|17647" HotelName="George Washington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Washington, 75008  Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56040/a_56040_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasing, up-market hotel is quietly situated on Rue Washington, very close to the Champs-Élysées.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2071.12" OriginalAmount="1935.63" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873936756028" Longitude="2.350083142519" StarRating="3" HotelCode="337353|17137" HotelName="Mercure Paris Opera Grands Boulevards Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue de Petites Écuries, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56144/a_56144_G2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located near to Les Grandes Boulevards and the Opera. It is not far from Gare de l'Est and Gare du Nord, which are only around 500 metres away. Scores of shops and other entertainment attractions are easily reached on local public transport or within walking distance.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2078.08" OriginalAmount="1942.13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837356" Longitude="2.372985" StarRating="4" HotelCode="64600|98948" HotelName="Mercure Paris Bercy Bibliothèque Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Boulevard Vincent Auriol, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/83272/a_83272_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the banks of the River Seine in the heart of Paris, and is ideal for either business or pleasure. The National Library of France, Palais Omnisport de Bercy stadium, Gare de Lyon train station, Pitié-Salpêtrière hospital, Institut Français de la Mode, Latin Quarter and Notre Dame are all nearby. The metro, a bus stop and Vélib' bicycles are all opposite the hotel, which is also offers good access to the road network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2081.62" OriginalAmount="1945.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.834893527714" Longitude="2.3296058177948" StarRating="4" HotelCode="25179|86478" HotelName="Villa Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 rue Boulard, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/36635/a_36635_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in very quiet and safe surroundings on the Left Bank, in the heart of the Montparnasse district, near the famous latin quarter. Notre Dame is a 10-minute ride away on public transport and it is 20 minutes by the same means to the Eiffel Tower. It enjoys direct access to the Porte de Versailles and Villepinte exhibition centres and the railway stations (Montparnasse and Gare du Nord and Gare de l'Est). Orly Airport is 18 km away and it is 35 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2081.94" OriginalAmount="1945.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85063" Longitude="2.27519" StarRating="4" HotelCode="32600|7188" HotelName="Auteuil Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8-10 Rue Félicien David, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/51840/k_51840_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the 16th arrondissement of Paris close to the Eiffel Tower. It is located between the Mirabeau Bridge and the bank of the River Seine, which the Maison de la Radio towers over. Links to the public transport network are 100 m away, Gare du Nord is around 7.5 km away and Charles de Gaulle airport is 30 km away from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2094.59" OriginalAmount="1957.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876364" Longitude="2.347271" StarRating="3" HotelCode="14086|212958" HotelName="LE 9Hotel Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Papillon, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/16303/a_16303_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This tasteful hotel enjoys a convenient location at the heart of Paris, within a short distance of Avenue Lafayette, which famous for its many department stores and restaurants. Affording a successful combination of excellent comfort and elegance, the hotel lies within a short distance of the artists' district of Montmartre where a diversity of shopping and entertainment venues are to be found. The opera house is a short, 5-minute walk away whilst Marcadet-Poissonniers metro station is just 2 minutes away. The nearest train stations of the Gare du Nord and the Gare de l'Est are 1 km away and it is 5 km to the exhibition centre. Charles de Gaulle airport is some 20 km away whilst it is around 25 km to Orly airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2096.29" OriginalAmount="1959.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871843563622" Longitude="2.3419238626957" StarRating="3" HotelCode="44215|190036" HotelName="Best Western Hôtel Ronceray Opéra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Boulevard Montmartre, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/17356/w_17356_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2105.76" OriginalAmount="1968.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87430369519" Longitude="2.3426225781441" StarRating="4" HotelCode="336399|de_hollande" HotelName="Monsieur Cadet Hôtel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Cadet, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/55581/a_55581_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in a quarter close to the Les Grandes Boulevards. The Musée Grévin, the opera house and Sacré-Cœur as well as the large department stores are within walking distance. Other tourist attractions are easily reached using the local public transport, and there is a metro station around 100 m away. The nearest train station is around 500 m away. Charles de Gaulle and Orly airport are around 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2106.74" OriginalAmount="1968.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836908" Longitude="2.32383" StarRating="3" HotelCode="308150|585702" HotelName="Hôtel Mistral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Cels, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/422207/a_422207_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2115.26" OriginalAmount="1976.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873239917038" Longitude="2.3024860024452" StarRating="4" HotelCode="32041|9369" HotelName="Hotel Chateaubriand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Chateaubriand, Champs Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/50808/a_50808_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is centrally located at the heart of Paris' business district, just 200 m from the Champs Elysées and 500 m from the Arc de Triomphe. Georges V is the nearest metro station and may easily be reached on foot, lying just 100 m away.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2130.32" OriginalAmount="1990.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.835491863508" Longitude="2.3211735969658" StarRating="4" HotelCode="77028|111604" HotelName="Best Western Bretagne Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Rue Raymond Losserand, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/104624/a_104624_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in Montparnasse. The district has a free-living atmosphere and was the home of painters in the early 20th century. Today it is a modern area with a business quarter and a TGV (high-speed train) train station (800 metres from the hotel). It perhaps embodies the Parisian way of life more than any other district, due to its well known intellectuals, cafés and great variety of restaurants, bookstores, fashion stores, antiques shops and famous art galleries. The hotel vicinity features bars and pubs, as well as public transport links. Paris attractions, such as the Louvre, the Notre Dame cathedral, the Champs Elysées, the Eiffel Tower and the Arc de Triomphe, can be found within 5 km of the establishment. Orly Airport is 15 km away and Charles de Gaulle Airport is 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2141.07" OriginalAmount="2001.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875013" Longitude="2.341613" StarRating="4" HotelCode="13806|eugene_en_ville_hotel" HotelName="Eugène en Ville" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/244236/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2145.22" OriginalAmount="2004.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874218" Longitude="2.332006" StarRating="3" HotelCode="61653|63759" HotelName="Best Western Opera d'Antin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>75 Rue De Provence, Paris 75009</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/79738/a_79738_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Paris' culture, leisure and commerce centre. It is around 200 m to the nearest bus and underground stops. The major sights of the city, including the Opera Garnier, the Louvre museum, the Champs Elysées or the Eiffel Tower, as well as a shopping centre. Charles de Gaulle airport is approximately 25 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2154.01" OriginalAmount="2013.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876279475185" Longitude="2.3421800136566" StarRating="3" HotelCode="337352|17139" HotelName="Newhotel Lafayette" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Rue Buffault, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56143/a_56143_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is splendidly located near the opera and Les Grandes Boulevards. Montmartre and the Sacre Coeur can also both be found close to the hotel. These and further tourist attractions as well as countless shopping and entertainment venues, are within walking distance of the hotel, or may easily be reached by making use of public transport. The Gare de l'Est and Gare du Nord are only minutes from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2155.80" OriginalAmount="2014.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877682" Longitude="2.349189" StarRating="4" HotelCode="284326|216987" HotelName="Best Western Premier Faubourg 88" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/2024" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Rue du Faubourg Poissonniere, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/391526/w_391526_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2160.33" OriginalAmount="2019.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845758" Longitude="2.371773" StarRating="3" HotelCode="110506|hotel_terminus_lyon" HotelName="Terminus Lyon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Boulevard Diderot, Gare de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/328254/328254a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2171.36" OriginalAmount="2029.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850667" Longitude="2.341973" StarRating="2" HotelCode="74020|211990" HotelName="Saint-Pierre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de l'Ecole des Medecine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/101038/a_101038_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2172.29" OriginalAmount="2030.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.882577" Longitude="2.345837" StarRating="2" HotelCode="166726|331282" HotelName="Gerando" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11, rue Gérando, 75009 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/331282/331282a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2173.64" OriginalAmount="2031.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877748910955" Longitude="2.2872832417488" StarRating="4" HotelCode="337166|212846" HotelName="Etoile Saint Ferdinand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 Rue St Ferdinand, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56039/a_56039_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This crowd-pleasing hotel lies in between the Arc de Triomphe and the Congress Centre. Scores of shops and other cultural venues as well as Paris' breathtaking tourist attractions can be explored on foot or on public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2179.39" OriginalAmount="2036.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846258613711" Longitude="2.3838038742542" StarRating="3" HotelCode="36932|18575" HotelName="Citadines Bastille Gare de Lyon Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14-18 Rue de Chaligny, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/60619/a_60619_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located close to a promenade area with a garden, and the Opera Bastille and Gare de Lyon are both nearby. The district is quiet, yet close to lively shops and restaurants. Guests will find the well-known Marché d'Aligre market only a 10-minute walk away, and the hotel is 600 m from the Viaduc des Arts. It is 25 km to Orly Airport, and Charles de Gaulle Airport is just 45 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2184.14" OriginalAmount="2041.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879625774536" Longitude="2.3507349193096" StarRating="3" HotelCode="31202|6060" HotelName="De Rocroy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2024" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 rue de Rocroy, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/49856/w_49856_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated near Montmartre and Galeries Lafayette. The Gare du Nord train station and the Grands Boulevards are also close by. The “Poissonniere” metro station is about 800 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2189.95" OriginalAmount="2046.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876011" Longitude="2.296228" StarRating="3" HotelCode="56961|821447" HotelName="Elysees Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, Rue Brey, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/73852/l_73852_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a peaceful side street, only a few metres from Etoile and the Champs Elysées with its upmarket shops. Within a radius of about 50 m, there are numerous shops, restaurants, bars, nightclubs, a bus stop and an underground/ overground station. The Arc de Triomphe is roughly 20 m, the Parc Monceau some 150 m and the Eiffel Tower around 500 m away. Orly airport is approximately 15 km away and Charles de Gaulle airport is some 25 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2216.44" OriginalAmount="2071.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869038" Longitude="2.289115" StarRating="4" HotelCode="45448|189972" HotelName="Hotel Victor Hugo Paris Kleber" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19, Rue Copernic, 75116 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/23667/a_23667_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2216.59" OriginalAmount="2071.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850379802059" Longitude="2.2927046747096" StarRating="4" HotelCode="74456|134831" HotelName="Hôtel Mercure Paris Tour Eiffel Grenelle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>64 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/101564/a_101564_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is superbly located near to the Champs-Élysées, the Eiffel Tower, Napoléon's grave and the Montparnasse district. The fantastic public transport connection from the underground station Dupleix, which is facing the hotel, makes it easy to uncover the copious shops, entertainment attractions and other high profile sites of this vibrant metropolis.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2219.92" OriginalAmount="2074.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842744" Longitude="2.338567" StarRating="2" HotelCode="11727|142650" HotelName="des Mines" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Nightclub,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>125 Boulevard Saint Michel, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/244115/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Latin quarter, near the Jardin du Luxembourg, a few minutes' walk away from Panthéon, Sorbonne, Saint-Germain-des-Prés, Montparnasse and the Notre Dame cathedral. The bus stop is on the hotel's doorstep. Paris Orly Airport is situated at a distance of approximately 30 kilometres, Paris Charles de Gaulle Airport some 40 kilometres, Beauvais Tillé Airport roughly 60 kilometres and Brussels Airport is about 200 kilometres away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2228.07" OriginalAmount="2082.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874831" Longitude="2.290716" StarRating="4" HotelCode="65591|128803" HotelName="Montfleuri Hotel Arc de Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 13/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Avenue de la Grande Armée, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/84485/a_84485_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an outstanding location in the very heart of Paris, only a few metres away from the Arc de Triomphe and close to the boutiques, the Palais des Congres and Porte Maillot. Links to the public transport network are on the hotel's doorstep. Paris-Charles de Gaulle Airport and Paris-Orly Airport are situated approximately 55 km and 35 km from the hotel, respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2246.57" OriginalAmount="2099.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.847102" Longitude="2.372075" StarRating="2" HotelCode="212002|330949" HotelName="Adriatic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2024" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6bis rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/330949/330949a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2268.98" OriginalAmount="2120.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838582" Longitude="2.315039" StarRating="4" HotelCode="60919|72703" HotelName="Novotel Paris Centre Gare Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue du Cotentin, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/78838/a_78838_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Montparnasse, close to the TGV station Atlantique. In the immediate vicinity guests will also find Saint-Germain-des-Près, the Champs-Élysées and the Eiffel Tower. It is around 18 km from Paris-Orly airport and 35 km from Charles de Gaulle.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2302.01" OriginalAmount="2151.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88044203222" Longitude="2.2855413031343" StarRating="3" HotelCode="333802|803514" HotelName="Hotel Saint Cyr Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/504691/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2304.69" OriginalAmount="2153.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.857561" Longitude="2.303093" StarRating="2" HotelCode="154259|332104" HotelName="Hôtel de la Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>17 Rue de l'Exposition, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/332104/332104a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2313.00" OriginalAmount="2161.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875938" Longitude="2.326965" StarRating="3" HotelCode="12995|164104" HotelName="Grand Hôtel de Normandie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 10/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Amsterdam, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/13433/a_13433_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a magnificent part of town in the centre of Paris. It is well-connected to the Parisian transport network making it very pleasant and easy for guests to move around the vicinity of the hotel. Guests can visit various tourist attractions, such as Opéra Garnier, which is 1km away, Printemps les Grand Magasins, which is 900 metres away, and the Eiffel Tower, which is 4 km from the hotel. Gare St. Lazare station is right outside the hotel. Orly Airport is approximately 22 km from the hotel while Roissy-Charles De Gaulle Airport is roughly 27 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2324.46" OriginalAmount="2172.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85929580494" Longitude="2.3103314638138" StarRating="4" HotelCode="37524|18009" HotelName="Timhotel Invalides" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 Boulevard de la Tour Maubourg, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/61742/l_61742_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Paris just a few minutes walk from the Eiffel Tower and the Champs-Élysées.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2336.99" OriginalAmount="2184.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8632" Longitude="2.33509" StarRating="4" HotelCode="77210|162675" HotelName="Best Western Premier Marais Grands Boulevards" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>112 Boulevard Sébastopol, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/104844/a_104844_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in central Paris, 650 m from the Place de la Republique. It is a 20-minute walk to the Marais district, Opera Garnier and Chatelet. It is 60 m from Strasbourg-Saint-Denis Metro Station, which gives direct access to Saint-Michel, Trocadero and the Bastille. Gare de l'Est RER and metro station is a 5-minute walk away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2356.87" OriginalAmount="2202.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83036301543" Longitude="2.284246981144" StarRating="4" HotelCode="25357|105774" HotelName="Hôtel Oceania Paris Porte de Versailles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52 Rue d'Oradour sur Glane, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/36950/a_36950_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access and is ideally located a few steps from the Parc des Expositions (exhibition ground) of Porte de Versailles and the Paris Palais des Sports. Guests may reach the Eiffel Tower and Champs-Élysées in 10 minutes with public transport and they can walk to the Heliport de Paris in 5 minutes. The city centre and train station are located around 3 km from the hotel and public transport is within walking distance. The Paris-Orly Airport is approximately 13 km away and Charles de Gaulle approximately 30 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2372.48" OriginalAmount="2217.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852548082083" Longitude="2.3307467055225" StarRating="2" HotelCode="78729|332522" HotelName="Hôtel de Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue du Four, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/332522/332522a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2377.04" OriginalAmount="2221.53" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87190109" Longitude="2.37006775" StarRating="3" HotelCode="786384|691699" HotelName="La Planque Hôtel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Arthur Groussier, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/952706/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2392.10" OriginalAmount="2235.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849824014757" Longitude="2.3430275917053" StarRating="3" HotelCode="336620|18496" HotelName="Central Saint-Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 rue Champollion, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/55709/a_55709_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and comfortable hotel is situated at the heart of the Latin Quarter, on the outskirts of the Sorbonns, the well-known French University Quarter and close to Notre Dame. One of the most famous sites in Paris and the Quais makes your stay unforgettable. The transfer time to Orly airport is around 30 minutes.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="2392.70" OriginalAmount="2236.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.879485" Longitude="2.333441" StarRating="4" HotelCode="|UZF" HotelName="Hotel Chamar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue La Bruyere</AddressLine>
          </AddressLines>
          <PostalCode>(0)148744143</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/UZF/uzf_front.jpg</HotelPictures>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;Hotel La Bruyere is an affordable 2-star property offering comfortable accommodation in the heart of Paris. It boasts elegant interiors and an excellent location close to the Moulin Rouge.There are no leisure facilities onsite.Standard rooms are furnished in a comfortable style and feature a private bathroom. Amenities include a work desk, satellite TV and chargeable wired internet.There is no restaurant onsite, but breakfast is provided every morning. There are also plenty of dining opportunities in the vicinity.The hotel has a 24-hour reception.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2395.60" OriginalAmount="2238.88" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84450406079" Longitude="2.3729449510574" StarRating="4" HotelCode="35943|15996" HotelName="Mercure Paris Gare de Lyon TGV Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 place Louis Armand, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/57750/a_57750_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located behind the clock tower of the Gare du Lyon station. Its location guarantees guests proximity to the commercial and financial districts of the city, as well as to the Bercy sports centre, the French national library and the Opéra Bastille (1 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2395.74" OriginalAmount="2239.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873700361104" Longitude="2.3440924286842" StarRating="3" HotelCode="337161|17643" HotelName="Pavillon Opera Grands Boulevards" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue Geoffroy Marie, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56036/a_56036_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at the heart of Paris' theatre district, within a short distance of the renowned department stores, including the Printemps Haussmann, Galeries Lafayette, as well as the opera and the Stock Exchange Palace. Links to the public transport network are all to be found close by.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2399.65" OriginalAmount="2242.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871699780229" Longitude="2.2909659147263" StarRating="3" HotelCode="11928|6088" HotelName="Hotel Du Bois Paris Champs-Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue du Dome, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/11763/a_11763_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel is over 100 years old and is located directly near to the eminent Champs Elysées. The Arc de Triumph is approximately 500 m away. The nearest metro station is Charles de Gaulles - Etoile. Further public transport is to be found in the surrounding area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2407.83" OriginalAmount="2250.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.878288996943" Longitude="2.2949949417371" StarRating="4" HotelCode="74060|77633" HotelName="Mercure Paris Arc de Triomphe Etoile" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 avenue des Ternes, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/101093/a_101093_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2422.29" OriginalAmount="2263.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.881188597804" Longitude="2.3277980089188" StarRating="4" HotelCode="34548|122925" HotelName="Maison Nabis by HappyCulture" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de Parme, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/54800/a_54800_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Halfway between the Liege and Place de Clichy metro stations, this city hotel benefits from a privileged location from which guests can discover the many sights, attractions and monuments of Paris. Nearby airports include Orly (30 km) and Charles de Gaulle (35 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2423.20" OriginalAmount="2264.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883426913115" Longitude="2.2924840450287" StarRating="3" HotelCode="35058|23643" HotelName="Magellan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17-19 Rue Jean Baptiste Dumas, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/57097/a_57097_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated, around 250 m from Péraire metro station and 500 m from the Arc de Triomphe as well as the Champs-Élysées. There is an array of shops, cafés, bars and restaurants to be found in the hotel's immediate vicinity. The Palais des Congrès lies around 400 m away and the Louvre is a short drive, around 25 minutes with public transport. Charles de Gaulle airport is 45 km away and Orly is around 25 km away.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2425.99" OriginalAmount="2267.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85477120311" Longitude="2.2922828793526" StarRating="4" HotelCode="25336|6161" HotelName="Hôtel Mercure Paris Centre Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Jean Rey, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/36916/a_36916_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant city hotel is located close the River Seine just 200 m as the crow flies from the Eiffel Tower. Links to the public transport network can easily be reached on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2434.57" OriginalAmount="2275.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.842813543967" Longitude="2.3678935644874" StarRating="4" HotelCode="451199|490661" HotelName="OFF Paris Seine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>86 Port d'Austerlitz, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/561300/a_561300_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2445.90" OriginalAmount="2285.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.853493356606" Longitude="2.3092123091926" StarRating="3" HotelCode="110465|330649" HotelName="Hôtel de France Invalides" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/09/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Boulevard de La Tour Maubourg, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/330649/330649a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2452.15" OriginalAmount="2291.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85161897455" Longitude="2.2978980839252" StarRating="4" HotelCode="30121|23640" HotelName="Hôtel Le Marquis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Dupleix, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/48513/a_48513_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated in a quiet district, close to the Eiffel Tower and the Dôme des Invalides. Numerous sightseeing attractions and museums, exclusive shops, restaurants, cafés as well as public transport (such as La Motte-Picquet - Grenelle métro station) are all in the hotel's vicinity. In addition, Montparnasse train station is around 2 km away. Charles de Gaulle and Orly airports are less than 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2463.89" OriginalAmount="2302.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.880415610584" Longitude="2.3374109533729" StarRating="3" HotelCode="16038|114031" HotelName="Hotel Villa Margaux" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Bar,Central Heating,Garden,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Rue Henry Monnier, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/18744/w_18744_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly eco hotel is situated halfway between Montmartre (Sacré-Coeur) and the opera house and less than a 3-minute walk to 2 metro stations (Saint Georges and Pigalle). It is also near the Gare du Nord and Eurostar terminal. The Arc de Triomphe is approximately 3.5 km from the city hotel and Notre Dame is 4 km away. The nearest airports are Orly, approximately 10 km away, and Charles de Gaulle, which is around 16 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2466.33" OriginalAmount="2304.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873165822194" Longitude="2.3252552747726" StarRating="3" HotelCode="32566|111291" HotelName="Cordélia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue de Greffuhle, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/51795/a_51795_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A few steps away from the well-known Galeries Lafayette and Le Printemps department stores, the hotel's central location is ideal for both business and leisure. The St. Lazare train station and the Place de la Concorde are both within 5 minutes' walking distance from the hotel. The legendary Champs Elysées can also be easily reached in less than 15 minutes on foot. Orly Airport and Charles De Gaulle Airport are 20 and 25 km from the hotel respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2466.57" OriginalAmount="2305.21" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87212" Longitude="2.308711" StarRating="3" HotelCode="180043|211794" HotelName="Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Rue La Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/252979/a_252979_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2475.46" OriginalAmount="2313.51" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850792926759" Longitude="2.2843327165676" StarRating="3" HotelCode="553206|602018" HotelName="Yooma Urban Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 10/09/2024" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51 Quai De Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/722863/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is set in Arr14/15:Montparnasse-T. Eiffel. The 106 welcoming rooms offer a perfect place to relax at the end of the day. Internet connection (wired and wireless) is provided in common areas for those needing to keep connected. The establishment provides 24-hour reception. This establishment's common areas are disability-friendly. Pets are not permitted on the premises. Parking facilities are available for guests' convenience. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2481.23" OriginalAmount="2318.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852689" Longitude="2.366027" StarRating="3" HotelCode="110431|213595" HotelName="Hotel Castex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 rue Castex, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213595/213595a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2529.22" OriginalAmount="2363.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846868" Longitude="2.37282" StarRating="3" HotelCode="48366|109575" HotelName="Lyon Bastille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue Parrot, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/31279/a_31279_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated 100 m from the public transport links, 150 m from the Gare de Lyon and near to the Place de la Bastille. It is 10 minutes from the Seine and the Jardin des Plantes and its museum, while both Charles de Gaulle and Orly airports are approximately 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2544.70" OriginalAmount="2378.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.886488780318" Longitude="2.3356421291828" StarRating="2" HotelCode="50290|9268" HotelName="Best Western Plus Hôtel Littéraire Marcel Aymé" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Rue Tholoze, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/36932/a_36932_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel, recognisable by its typical Montmartre corner frontage, is located between the Moulin de la Galette and the Moulin Rouge. It is close to the Métro stations Abbesses and Blanche, and just 10 minutes from the Opéra and the Champs-Elysées.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2555.90" OriginalAmount="2388.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858122296752" Longitude="2.3709172010422" StarRating="3" HotelCode="49887|17760" HotelName="Citadines Bastille Marais Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Boulevard Richard Lenoir, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/35456/a_35456_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated in the Parisian district of Marais, on the right bank of the Seine and close to the Bastille as well as the Place de la République. An abundance of shops and other entertainment venues as well as public are just a few steps away. In addition, Paris' most renowned tourist attractions are minutes away by car or can be reached on public transport. Orly airport, Charles de Gaulle airport and Euro Disney are around a 30-minute drive from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2569.05" OriginalAmount="2400.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865028835094" Longitude="2.3417280614376" StarRating="3" HotelCode="34428|15961" HotelName="Hotel Odyssey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Hérold, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/54841/w_54841_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of an exclusive art and fashion district close to the Palais Royal, the Tuileries Gardens and La Louvre museum. The opera house, the fantastic Orsay museum and the famous Notre-Dame cathedral are all only a short stroll from the hotel. The nearest public transport stop is around 100 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2592.85" OriginalAmount="2423.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870441" Longitude="2.307681" StarRating="3" HotelCode="47601|189937" HotelName="Hotel Le Colisée" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue du Colisée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/10579/a_10579_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2598.27" OriginalAmount="2428.29" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849838134652" Longitude="2.2832331061363" StarRating="4" HotelCode="32599|30373" HotelName="Novotel Paris Centre Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Quai de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/51838/a_51838_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegantly appointed hotel enjoys a wonderful location on the Seine, just about 700 m from the main tourist area and the Eiffel Tower. There are a number of restaurants, bars and clubs within easy walking distance. Charles Michels metro station and the nearest bus stop are both very close to the hotel building. The nearest station is about 3 km away, while Orly Airport is approximately 15 km away and Charles de Gaulle Airport is around 25 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2609.48" OriginalAmount="2438.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837809567897" Longitude="2.3184693851854" StarRating="4" HotelCode="28544|180658" HotelName="Hôtel Concorde Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>40 Rue du Commandant Mouchotte, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/180658/180658a_hb_a_007.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2610.80" OriginalAmount="2440.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870243" Longitude="2.299945" StarRating="4" HotelCode="12654|hotel_francois_1er" HotelName="Francois 1er" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Magellan, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/12966/a_12966_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is tucked away in a charming side street off the Champs-Elysées, less than 3 minutes’ walking distance from Arc de Triomphe and just steps away from the Avenue Montaigne, home of the world's most famous fashion houses (Chanel, Christian Dior, Ferragamo...) as well as restaurants, theatres and cinemas. It is only 10 minutes on foot from the Eiffel Tower. St Lazare station is around 3 km from the hotel and the nearest metro station is Georges V, a mere 100 m away. Orly Airport is around 20 km away and it is some 30 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2617.50" OriginalAmount="2446.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870544" Longitude="2.326868" StarRating="3" HotelCode="110484|91287" HotelName="Du Triangle d'Or" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Godot de Mauroy, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/09/091287/091287a_hb_a_035.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2625.83" OriginalAmount="2454.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872199932948" Longitude="2.3250648379326" StarRating="3" HotelCode="74029|189942" HotelName="Best Western Hôtel Folkestone Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Rue de Castellane, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/101049/w_101049_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2630.01" OriginalAmount="2457.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864506554827" Longitude="2.282275557518" StarRating="4" HotelCode="326416|7178" HotelName="Plaza Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 11/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue Greuze, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/46771/a_46771_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the heart of the 16th arrondissement, one of the most elegant quarters of the city, close to the greenery of the Jardins du Trocadéro. The famous tourist attractions, such as the Arc de Triomphe and the Eiffel Tower are to be found in the vicinity, around 1.5 km away. Countless shopping venues, lively bars and nightclubs, restaurants as well as public transport are all located within a few steps of the hotel. The transfer times to Charles de Gaulle as well as Orly airport takes about 40 minutes (roughly 25 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2644.63" OriginalAmount="2471.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872069" Longitude="2.303288" StarRating="4" HotelCode="19321|18559" HotelName="Warwick Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 12/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue De Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/24331/ba_24331_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the heart of Paris on a side street off the famous Champs Elysées. Countless shopping and entertainment venues are to be found in the vicinity. Various other tourist sights of this most magnificent city can easily be reached on foot or on public transport. A bus stop is to be found only 100 m from the hotel and George V Metro station is only 3 km away. Pairs Orly Airport may be reached in just 30 minutes (15 km away), whilst Charles de Gaulle Airport is 25 km away (45 minutes).</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2656.84" OriginalAmount="2483.03" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843765" Longitude="2.29684062" StarRating="4" HotelCode="946972|821438" HotelName="Villa Mademoiselle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue Mademoiselle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/952632/1.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2662.20" OriginalAmount="2488.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875252" Longitude="2.286587" StarRating="4" HotelCode="78980|328323" HotelName="Duret" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Duret, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/328323/328323a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2666.59" OriginalAmount="2492.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875582" Longitude="2.293598" StarRating="3" HotelCode="110537|213344" HotelName="Belfast" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Avenue Carnot, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213344/213344a_hb_a_061.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2669.80" OriginalAmount="2495.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875534" Longitude="2.318752" StarRating="3" HotelCode="34412|70531" HotelName="Maison Malesherbes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 place Saint Augustin, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/54816/a_54816_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Orly (ORY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2675.15" OriginalAmount="2500.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.862847" Longitude="2.338199" StarRating="3" HotelCode="110421|213272" HotelName="Louvre Bons Enfants" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>3-5 Rue des Bons Enfants, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213272/213272a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - La Defense Heliport (JPU).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2708.96" OriginalAmount="2531.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831012030522" Longitude="2.3299178134919" StarRating="4" HotelCode="77340|189471" HotelName="Best Western Nouvel Orléans Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 avenue du Général Leclerc, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/104994/w_104994_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2714.77" OriginalAmount="2537.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86382363" Longitude="2.37502862" StarRating="4" HotelCode="726908|668470" HotelName="Les Deux Girafes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>23 Passage Beslay, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/952656/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2736.05" OriginalAmount="2557.06" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85833847138" Longitude="2.2792594134808" StarRating="4" HotelCode="25690|190008" HotelName="Best Western Premier Hôtel Trocadero La Tour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 bis Rue Massenet, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/36913/a_36913_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2737.17" OriginalAmount="2558.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84748" Longitude="2.302283" StarRating="4" HotelCode="180062|331935" HotelName="First Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 boulevard Garibaldi, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/253001/a_253001_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2739.08" OriginalAmount="2559.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877736013732" Longitude="2.293031657139" StarRating="4" HotelCode="460058|637816" HotelName="Le Tsuba Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>45 Rue des Acacias, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/637816/637816a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of services and facilities to ensure a comfortable stay, making it the perfect choice for business travellers and holidaymakers alike. Most of the storeys can be reached by lift. Room service is among the facilities. The accommodation has a range of facilities for guests with disabilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2753.18" OriginalAmount="2573.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87106554058" Longitude="2.3390391469002" StarRating="3" HotelCode="35323|17262" HotelName="Icône" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue d'Amboise, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/57444/a_57444_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated close to the heart of Paris with the opera and numerous other sightseeing attractions within 500 m. Shopping and entertainment venues are only a few minutes away and public transport, such as Richelieu Drouot metro station, is only 3 minutes away. The transfer times to Orly airport takes around 45 minutes, Charles de Gaulle airport is roughly 60 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2756.07" OriginalAmount="2575.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872467208277" Longitude="2.3375746607781" StarRating="4" HotelCode="14860|154186" HotelName="Millennium Hotel Paris Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>12 Boulevard Haussman, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/1/1/8/1/5/3/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in an elegant Haussman building, this hotel is just 500 m from Opéra Garnier and the famous Galleries Lafayette and the nearest train station is only 2 km away. The Champs-Élysées, Sacré-Cœur and Louvre Muesum are also approximately 2 km from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2764.23" OriginalAmount="2583.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864904441133" Longitude="2.3469530045986" StarRating="4" HotelCode="34439|133022" HotelName="Victoires Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>56 rue Montorgueil, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/54857/a_54857_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located just 2 km from the trade fair grounds and the motorway, and is relatively simple to reach by car or on foot from the train station. Paris-Charles de Gaulle Airport is approximately 20 km from the conference hotel and Paris-Orly Airport is around 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2764.46" OriginalAmount="2583.61" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.83878453" Longitude="2.38076238" StarRating="4" HotelCode="60654|98949" HotelName="Novotel Paris Centre Bercy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>85 Rue de Bercy, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/78506/a_78506_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a 3-star hotel in a new neighbourhood in the east of Paris, 8 minutes from the centre of the city, serviced by metro line 14, 8 minutes' walk from the Gare de Lyon train station and across the street from the Palais Omnisports de Bercy events centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2770.25" OriginalAmount="2589.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849335991702" Longitude="2.390439260965" StarRating="3" HotelCode="13549|121705" HotelName="Le Patio Bastille" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>289 bis Rue du Fauburg Saint Antoine, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/121705/121705a_hb_a_033.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the historical heart of Paris, only a few minutes away from the Marais, the Place des Vosges, the Picasso Museum and the Place de la Bastille. The good public transport connections just beside the hotel make it a good starting point for all the famous excursions through Paris. It is just 15 minutes from the main train stations (Gare du Nord, Gare de l'Est, Gare de Lyon), and 45 minutes from the 2 airports, Paris-Charles de Gaulle and Paris-Orly.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2775.22" OriginalAmount="2593.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860630453827" Longitude="2.3468946687318" StarRating="4" HotelCode="14058|18572" HotelName="Citadines Les Halles Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Innocents, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/16251/l_16251_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the Forum Les Halles and its pedestrian zone, near to the Chatelet, the Centre Pompidou (500 m), Notre Dame Cathedral (500 m), the River Seine, Île Saint Louis and Île de la Cité. The Louvre Museum is also just a 15-minute walk away. Paris Orly Airport is 20 km from the hotel while Charles de Gaulle Airport is 35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2789.24" OriginalAmount="2606.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873103" Longitude="2.325523" StarRating="3" HotelCode="180048|327820" HotelName="Hotel Le Malown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue Greffulhe, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4460000/4456200/4456196/70526b8f_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests attractive accommodation units, as well as a range of facilities for a comfortable stay. Wireless internet access in public areas allows travellers to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2789.35" OriginalAmount="2606.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845355094495" Longitude="2.3213474392195" StarRating="3" HotelCode="76710|212878" HotelName="Louison Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>105 rue de Vaugirard, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/104252/a_104252_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2803.40" OriginalAmount="2620.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873246973684" Longitude="2.3239919543266" StarRating="4" HotelCode="39506|le_mathurin" HotelName="Le Mathurin Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue des Mathurins, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/11412/l_11412_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-class hotel is ideally situated close to the city centre as well as Lafayette department store. Countless shops and entertainment venues as well as public transport are located in the immediate vicinity. Charles de Gaulle airport and Orly airport are between 10 km and 15 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2817.89" OriginalAmount="2633.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839956764319" Longitude="2.3236539959908" StarRating="4" HotelCode="29761|98945" HotelName="Mercure Paris Gare Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue de la Gaite, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47806/a_47806_I2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2827.50" OriginalAmount="2642.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875994" Longitude="2.2939" StarRating="4" HotelCode="26745|211773" HotelName="Balmoral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Du General Lanrezac, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/245007/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2839.39" OriginalAmount="2653.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.850534" Longitude="2.292346" StarRating="2.5" HotelCode="147228|329251" HotelName="De Petit Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1, rue de Lourmel, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/208721/w_208721_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2855.88" OriginalAmount="2669.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85495633443" Longitude="2.3633453249931" StarRating="3" HotelCode="50289|213602" HotelName="Turenne Le Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue de Turenne, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/36930/a_36930_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel is centrally located, lying amidst noble palaces that date back to the 17th and 18th centuries. Countless restaurants and bars are 100 m away whilst links to the public transport network and the Place des Vosges are both also about 100 m from the hotel. The Louvre is approximately 2 km from the hotel and it is about 1.5 km to the cathedral of Notre-Dame de Paris. Paris' Orly airport is 15 km away whilst Charles de Gaulle airport is situated around 25 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2858.99" OriginalAmount="2671.95" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851922441228" Longitude="2.3462699883432" StarRating="3" HotelCode="110442|212830" HotelName="Henri IV Rive Gauche" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/09/2024" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-11 Rue Saint Jacques, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/249074/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2861.22" OriginalAmount="2674.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856363" Longitude="2.309557" StarRating="3" HotelCode="110472|213660" HotelName="Empereur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Chevert, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/153339/a_153339_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2867.85" OriginalAmount="2680.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8348664" Longitude="2.31811332" StarRating="4" HotelCode="613930|624460" HotelName="Niepce Paris Hotel, Curio Collection by Hilton" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue Niepce, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/731957/a_731957_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2883.89" OriginalAmount="2695.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875412434912" Longitude="2.294530570507" StarRating="4.5" HotelCode="58476|163030" HotelName="Maison Albar Hotel Paris Champs-Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 avenue Mac Mahon, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/163030/163030a_hb_a_031.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a fantastic location on the right bank of the Seine in Paris’ 17th district. It is situated a few steps from the Place de l'Etoile (100 m), 5 minutes from Champs Élysées Avenue and is surrounded by beautiful Paris Haussmann buildings from Napoleon III's reign. Its central location and the nearby access to public transportation mainlines are very convenient to get to main sights in Paris. Orly Airport is approximately 25 km from the hotel while Roissy-Charles De Gaulle Airport is roughly 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2888.57" OriginalAmount="2699.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.836327104101" Longitude="2.3601615428925" StarRating="4" HotelCode="31197|6034" HotelName="Villa Lutèce Port Royal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>52-52 bis Rue Jenner, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/49850/a_49850_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located close to the Place d`Italie and the French National Library. Links to the public transport are to be found directly in front of the complex. The city centre with the Louvre can be easily reached by public transport network lie within ten minutes(about 3 km away). Shops, bars and restaurants are to be found in the famous Latin Quarter. An abundance of shopping venues lie within 500 m of the hotel, whilst the nearest park is 700 m away. Orly Airport is 10 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2896.65" OriginalAmount="2707.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875295" Longitude="2.323407" StarRating="4" HotelCode="144894|140492" HotelName="Maison Albar Hotel Opera Diamond, BW Premier Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de la Pepiniere, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/206184/w_206184_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is close to the centre of Paris, next to Gare St Lazare train station (100 m), near to the huge Haussmann department stores (300 m), Madeleine and Opéra metro stations and numerous luxury shops and cultural institutions such as the Opéra Garnier (500 m). It lies 1.5 km from the Champs Elysées and 8 km from the Bois de Boulogne. Charles de Gaulle and Orly airports are both 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2924.74" OriginalAmount="2733.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877283453971" Longitude="2.3543594975532" StarRating="4" HotelCode="16885|17552" HotelName="Mademoiselle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue des Petits Hôtels, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/20089/a_20089_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located between the large boulevards, the stock exchange and Paris' opera house. Many of the French capital's most central sights lie just a short distance from the hotel and can easily be reached by making use of public transport. The hotel is situated in the heart of Paris but in a small and quiet street, only short walk from Gare du Nord.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2943.39" OriginalAmount="2750.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870949100716" Longitude="2.3557063937187" StarRating="3" HotelCode="29170|190024" HotelName="Best Western Hôtel Littéraire Arthur Rimbaud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Gustave Goublier, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/46851/w_46851_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the 10th district of Paris in a peaceful area between Gare de l'Est railway station and the famous Notre Dame cathedral. It is 100 m from Galeries Lafayette and the Theatre Porte St Martin, 150 m from the Grands Boulevards, 200 m from the Seine River, 300 m from the Louvre Museum and 1.5 km from the Eiffel Tower. Orly Airport is 20 km away and it is 35 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2979.83" OriginalAmount="2784.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871538" Longitude="2.307752" StarRating="4" HotelCode="80742|160944" HotelName="Monna Lisa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>97 Rue de la Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/160944/160944a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris's 8th district, just 200 m from the Champs-Élysées, where guests will find restaurants and shops. It lies 250 m from Saint-Philippe-du-Roule metro station and 450 m from Franklin D. Roosevelt metro (lines 1 and 9). The Arc de Triomphe (300 m) and the Tuileries Gardens are within walking distance. It is about 1 km to the Quai Branly Museum and the Grand Palais Museum, roughly 2 km to the Eiffel Tower and about 3 km to the Louvre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2981.06" OriginalAmount="2786.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87272111791" Longitude="2.328173" StarRating="4" HotelCode="75479|95104" HotelName="Aparthotel Adagio Paris Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>43 Rue Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/102762/a_102762_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the area around l’Opéra - a prestigious district known for its dance and lyric arts. This central, animated district is well-regarded for its tourist attractions as well as its proximity to department stores, cafés, restaurants and luxury outlets. Broad avenues leading straight onto the Champs-Élysées or towards the east of Paris make this district a golden triangle of the ‘City of Light’. Also, with its offices, bank headquarters, insurance firms and travel agencies, the district of l’Opéra is one of the main economic hubs of Paris. The nearest links to the public transport network are just 100 m away from this establishment, and the Saint-Lazare railway station is within 10 minutes’ walking distance. It is just 25 km to Orly Airport, and Charles de Gaulle Airport is 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2981.54" OriginalAmount="2786.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8722587" Longitude="2.3258620914016" StarRating="4" HotelCode="285136|140486" HotelName="Best Western Premier Opéra Opal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Golf,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Tronchet, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/392415/w_392415_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the right bank of the River Seine next to the Place de la Madeleine (100 m) in Paris' Golden Triangle. The hotel enjoys a very convenient location for visiting the most prestigious monuments and sights of Paris. A few steps from the Haussmann department stores (100 m) and the Garnier National Opera (500 m), this pleasant boutique hotel is within walking distance of the Place de la Concorde, the Champs Elysees (1.5 km) and the Louvre (1.7 km). It lies 30 km from Paris Charles de Gaulle Airport and Paris Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3013.64" OriginalAmount="2816.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85424306692" Longitude="2.3078078440761" StarRating="4" HotelCode="82854|164871" HotelName="Hôtel Le Tourville" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 16/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Avenue de Tourville, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/16/164871/164871a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel has a very central location between Les Invalides and the Eiffel Tower, right in the centre of Paris. The Eiffel Tower is 1.7 km away and the nearest metro station is 500 m away. Both Paris-Charles de Gaulle airport and Paris-Orly airport are about 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3015.89" OriginalAmount="2818.59" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.852379" Longitude="2.337518" StarRating="3" HotelCode="110448|329120" HotelName="de Fleurie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32-34, rue Grégoire-de-Tours, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/329120/329120a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3019.90" OriginalAmount="2822.34" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.846313332179" Longitude="2.3718908429146" StarRating="3" HotelCode="74067|643844" HotelName="Azur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Lyon, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/643844/643844a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3023.17" OriginalAmount="2825.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861851839952" Longitude="2.3626251518726" StarRating="3" HotelCode="101180|329989" HotelName="Saintonge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>16, rue Saintonge, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/248073/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3029.61" OriginalAmount="2831.41" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871334586197" Longitude="2.3383122682571" StarRating="3" HotelCode="34811|17761" HotelName="Citadines Opéra Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Favart, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56649/a_56649_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located near to the Opéra Comique theatre. A profusion of shops and bars as well as connection to the public transport network are all to be found in the direct vicinity (Richelieu-Drouot metro station). The Opera Garnier as well as Galeries Lafayette and Le Printemps are also just a few minutes' walk away. The Louvre Museum lies around 1.5 km from the hotel and Orly and Charles de Gaulle airports are less than an hour away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3045.16" OriginalAmount="2845.94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870500099009" Longitude="2.3076117038727" StarRating="2" HotelCode="189594|161759" HotelName="Hotel Delarc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 rue du Colisée, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/253715/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of Parisian life, between the Place de la Concorde and the Arc de Triomphe, and a few steps from the Grand Palais. The hotel is situated only 500 m from the Avenue des Champs-Élysées, and approximately 800 m from the Seine. Guests will find the Louvre around 2 km away. Orly Airport is approximately 20 km away from the hotel, while Charles De Gaulle Airport (also known as Roissy Airport) is 25 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3078.59" OriginalAmount="2877.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858437" Longitude="2.283466" StarRating="3" HotelCode="110532|212751" HotelName="Passy Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2024" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Rue de Passy, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/212751/212751a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3088.02" OriginalAmount="2886.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845651411205" Longitude="2.3243191838265" StarRating="4" HotelCode="56520|victoria_palace" HotelName="Victoria Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 16/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Blaise Desgoffe, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/73223/a_73223_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel lies on the left-hand bank of the River Seine and is one of the top Paris addresses during the summer amongst celebrities such as James Joyce and Giorgio de Chirico. The picturesque Parisian district of Saint Germain des Prés lies approximately 700 m from the hotel and the cathedral of Notre-Dame de Paris in addition to the Eiffel Tower lie within 2 km of the hotel. Paris' Orly airport lies some 15 km away whilst it is around 25 km to Charles de Gaulle airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3090.07" OriginalAmount="2887.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860544588477" Longitude="2.368002728836" StarRating="4" HotelCode="13548|121704" HotelName="Les Jardins du Marais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>74 rue Amelot, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/14362/a_14362_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming family-friendly boutique hotel is nestled in the heart of historical Paris, in the famous and trendy district of le Marais. It is just minutes from the Place des Vosges, Picasso Museum, Carnavalet Museum, Place de la Bastille and the Bercy business district. Guests will find a range of bars, restaurants and nightlife venues close by and shopping opportunities can be found at Bastille, a 10-minute walk from the hotel. Links to the public transport network are just 200 metres away and the closest airport is Paris Orly, located approximately 20 km from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3111.56" OriginalAmount="2908.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877141319935" Longitude="2.2936745335214" StarRating="3" HotelCode="82231|best_western_star_champs_elysees" HotelName="Best Western Star Champs Elysees" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue de l’Arc de Triomphe, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/111000/a_111000_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests will really appreciate the peace and quiet of this city business hotel on the Rue de l'Arc de Triomphe, in the heart of the prestigious Champs-Elysées district and 5 minutes from the Palais des Congrès (conference centre). Guests can easily reach restaurants, pubs, discos, the tourist centre, shops and the public transport. The Saint Lazare train station is around 4 km from the hotel. The Bois de Boulogne park is only 1.5 km away. Other sights nearby include the Eiffel Tower around 2 km away, the Louvre Museum around 2.5 km away and Montmartre/Moulin Rouge around 4 km away. Orly International Airport is approximately 35 km away, Charles de Gaulle International Airport approximately 40 km away and Paris Beauvais Tillé Airport approximately 60 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3129.07" OriginalAmount="2924.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87449598435" Longitude="2.3186409473419" StarRating="4" HotelCode="31742|112693" HotelName="Park Lane Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 10/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 rue la Boétie, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/11/112693/112693a_hb_a_061.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel is situated in the centre of Paris, in the 8th district. The establishment lies close to the Champs-Élysées and the department stores of Galeries Lafayette and Printemps, as well as to the fashionable boutiques on Saint-Honoré. The metro station is just 1 minute's walk away. Saint-Lazare train station is around 400 metres from the establishment, and sights such as the Opéra Garnier and Concorde Place can be reached in just 5 minutes via public transport. The Louvre Museum is around 900 metres away. Nearby airports include Orly and Charles de Gaulle, which are approximately 15 and 20 km from the accommodation respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3130.50" OriginalAmount="2925.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.885382" Longitude="2.333508" StarRating="3" HotelCode="110544|328170" HotelName="Le Relais Montmartre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/09/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Constance, 75018 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/328170/328170a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3131.50" OriginalAmount="2926.64" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866614" Longitude="2.285361" StarRating="3" HotelCode="76470|330847" HotelName="Le Singulier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>38 Rue Saint Didier, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/330847/330847a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3152.74" OriginalAmount="2946.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854379" Longitude="2.33274" StarRating="3" HotelCode="78619|213262" HotelName="Crystal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2024" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Rue Saint-Benoît, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/213262/213262a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3156.02" OriginalAmount="2949.55" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877181" Longitude="2.293503" StarRating="4" HotelCode="101777|107058" HotelName="Hidden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28 Rue De L'arc De Triomphe, Paris 75017</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/142262/a_142262_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfectly located a minute's walk from the Arc de Triomphe, which stands in the middle of the Place Charles de Gaulle, formerly the Place de l'Étoile, at the western end of the Champs-Élysées, which is a key player in this historical area of the city. Starting from the courtyard of the Palais du Louvre, with a sequence of monuments and grand thoroughfares leading out of Paris, this avenue is a must-see destination on any visitor's agenda. Likewise not to be missed is the Eiffel Tower, one of the top-10 spots in Paris. The airport is only about a 25-minute ride from the accommodation. The hotel is quite convenient for shopping purposes and for experiencing the lifestyle of the French people.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3172.30" OriginalAmount="2964.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869059" Longitude="2.297245" StarRating="4" HotelCode="78991|151161" HotelName="Bassano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/151161/151161a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, the hotel offers luxury accommodation in the elegant 16th arrondissement of Paris, between the Champs Elysées and Avenue George V. Guests will find city centre shops and the train station just 5 minutes' walk away. The hotel is just 45 minutes' drive from Charles de Gaulle Airport (25 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3178.50" OriginalAmount="2970.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85567445" Longitude="2.36117782" StarRating="3" HotelCode="308149|803475" HotelName="Grand Hôtel Malher" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Malher, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/464791/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3182.78" OriginalAmount="2974.56" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875883" Longitude="2.345638" StarRating="3" HotelCode="15764|17574" HotelName="Pax Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>47 Rue de Trévise, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/18888/a_18888_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located on a quiet side street in Paris' 9th arrondissement, close to the Galeries Lafayette. Shopping venues, bars and cafés as well as Cadet metro station are all just a stone's throw away and it is around 10-minute walk to the Gare du Nord, the Grands Magasins and the opera house. Notre-Dame, the Eiffel Tower and the Champs Elysées can be reached by metro in roughly 15 minutes. Orly and Charles de Gaulle airports are approximately 15 km and 20 km from the hotel respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3188.60" OriginalAmount="2980.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.883586" Longitude="2.32577" StarRating="4" HotelCode="74058|hotel_beausejour_montmartre" HotelName="B Montmartre" Meals="BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Rue Lécluse, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/170131/170131a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to the Place de Clichy metro station in the Montmartre district of Paris. It is a short metro ride from the Sacre-Coeur Cathedral and the Opera Garnier. Champs-Élysées is just 4.5 km from the hotel. Charles de Gaulle Airport is approximately 25 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3223.04" OriginalAmount="3012.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873548" Longitude="2.334656" StarRating="3" HotelCode="78968|329829" HotelName="Excelsior Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Lafayette, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/32/329829/329829a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3231.81" OriginalAmount="3020.38" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860435757978" Longitude="2.3007237911224" StarRating="4" HotelCode="36882|18004" HotelName="Le Derby Alma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>8 Avenue Rapp, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/60550/a_60550_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Paris, this hotel is only 200 m away from the Eiffel Tower and the famous Champs-Élysées is only 1.5 km away. Countless shopping and entertainment venues as well as a bus stop and metro station are only steps away from the hotel. A boat jetty on the Seine lies around 250 m away and Montparnasse train station lies around 3.5 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3259.21" OriginalAmount="3045.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875621552569" Longitude="2.3041749101748" StarRating="4" HotelCode="12218|17645" HotelName="Etoile Saint Honoré" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>214 Rue du Faubourg Saint-Honoré, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/12279/a_12279_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spacious and inviting hotel is situated at the centre of Faubourg Saint Honoré, which is famous for its Haute Couture boutiques. It is only a few paces from the Champs Elysées, the Arc de Triomphe, la Louvre Museum as well as the Défense. With the financial centre of La Défense, the conference centre Palais des Congrès and all the city's significant sights being located in the immediate vicinity, this hotel really does provide the ideal base from which to explore the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3261.45" OriginalAmount="3048.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867270497863" Longitude="2.3655085174771" StarRating="4" HotelCode="13509|175536" HotelName="Crowne Plaza Paris-Republique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 10/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>10 Place de la Republique, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/244190/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 2 km from Gare du Nord railway station and 40 minutes by taxi from Paris-Charles de Gaulle Airport. A 2-minute stroll brings guests to the Bastille or bistros along Canal St-Martin, while they can join Parisians relaxing to live music in the peaceful Jardins de Luxembourg, 10 minutes away. The 5 metro lines converging at Republique station in front of the hotel make it easy for guests to move around the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3294.32" OriginalAmount="3078.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.86923510986" Longitude="2.2978404164314" StarRating="3.5" HotelCode="10798|139375" HotelName="Hotel Le Belmont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue de Bassano, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/139375/139375a_hb_a_119.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet street, 100 m from the Champs-Élysées and close to monuments such as the Arc de Triomphe, Eiffel Tower, Trocadéro and the Louvre Museum. Roissy/Charles de Gaulle Airport is around 27 km away, and Paris/Orly Airport is some 18 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3312.38" OriginalAmount="3095.68" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870006104263" Longitude="2.2908827662468" StarRating="3" HotelCode="32504|154075" HotelName="Mercure Paris Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Rue Lauriston, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/51701/a_51701_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 2 km from the Eiffel Tower and around 200 m from the Arc de Triomphe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3353.18" OriginalAmount="3133.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85555610416" Longitude="2.3409353440297" StarRating="4" HotelCode="47465|17762" HotelName="Citadines Saint-Germain-des-Prés Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>53 ter Quai des Grands Augustins, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/10415/a_10415_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in the legendary district of St. Germain, the area of cultural trends, with its numerous cafés, antique dealers, art galleries and fashion boutiques. It is located directly next to the banks of the Seine with a view of the Pont Neuf and the Île de la Cité. The Louvre and St. Michel underground station are around 5 minutes’ walk away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3361.13" OriginalAmount="3141.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874995227065" Longitude="2.3133516311645" StarRating="4" HotelCode="73717|78252" HotelName="Aparthotel Adagio Paris Haussmann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>129-131 Boulevard Haussmann, 75008 Paris, Ille de France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/99451/a_99451_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Saint-Philippe du Roule area and is a stone's throw from the Grands Boulevards. It enjoys a central, luxurious location which features many famous tourist sights: La Madeleine, the Elysée Palace, the Arc de Triomphe and L'Opéra Garnier. It is a place of relaxation with its museums. It is 1 minute from the Jacquemart André Museum and a 3-minute walk from the great Parc Monceau and many commercial streets. It is a very lively business area, featuring the Chamber of Commerce and Industry as well department stores. The hotel's immediate proximity also includes restaurants, bars, pubs and nightspots. Charles De Gaulle International Airport and Orly International Airport are 30 and 26 km from the hotel respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3418.44" OriginalAmount="3194.80" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849142856841" Longitude="2.3471908316656" StarRating="4" HotelCode="11326|135825" HotelName="Hôtel Les Bulles de Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Garden,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/9488/w_9488_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant and warm establishment is situated in the heart of the Quartier Latin and Saint-Germain-des-Prés, a location evocative of the rich historic past of Paris. With Notre-Dame, Cluny Abbey, the quaysides and their booksellers, Beaubourg, Saint-Michel, Saint-Germain, the Louvre Museum, the Orsay Museum, guests are close to a variety of sites scattered through the history of the city. The Sorbonne is around 200 m from the hotel. The nearest airports are Paris-Orly (around 15 km) and Paris-Charles de Gaulle (around 40 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3454.47" OriginalAmount="3228.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868739338305" Longitude="2.2828763723373" StarRating="4" HotelCode="173022|17372" HotelName="Meliá París Champs Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 10/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Avenue Victor Hugo, Distrito 16, Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/7324/a_7324_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated just off Place Victor Hugo, the fashion district of Paris. The Arc de Triomphe and Champs Elysées are a mere 300 metres away and countless restaurants and bars as well as easy access to the public transport network are to be found close by. Orly airport is around 20 km from the hotel whilst it is 35 km to Charles de Gaulle airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3485.46" OriginalAmount="3257.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872597758083" Longitude="2.3233160376549" StarRating="3" HotelCode="74022|116577" HotelName="Concortel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>21 Rue Pasquier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/11/116577/116577a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3498.92" OriginalAmount="3270.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873172878851" Longitude="2.346671372652" StarRating="5" HotelCode="145754|234700" HotelName="Hôtel de Nell" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-9 Rue du Conservatoire, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/234700/234700a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3511.68" OriginalAmount="3281.94" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87261092" Longitude="2.34421264" StarRating="3" HotelCode="487275|710822" HotelName="Residence Bergère Appartements" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2024" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Bergère, 75009 Paris, Île-De-France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/653423/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3531.54" OriginalAmount="3300.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866260406845" Longitude="2.3372340202331" StarRating="4" HotelCode="19326|110738" HotelName="Golden Tulip Washington Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Rue de Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/24335/a_24335_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the luxurious area of the 1st district and is to be found in amongst the famous Parisian designer boutiques and very close to the Opera House. The Louvre is only a few steps away. Orly Airport is 20 km, Charles De Gaulle Airport is some 35 km and Beauvais-Tille Airport is approximately 55 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3558.89" OriginalAmount="3326.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849541914773" Longitude="2.298241699439" StarRating="3" HotelCode="333719|216136" HotelName="Hôtel Tourisme Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>66 Avenue de La Motte-Picquet, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/447850/a_447850_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3560.55" OriginalAmount="3327.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.843848" Longitude="2.328119" StarRating="4" HotelCode="94372|212994" HotelName="Le Six" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Stanislas, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/131105/a_131105_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this urban hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3585.62" OriginalAmount="3351.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.849556585041" Longitude="2.2955643644181" StarRating="4" HotelCode="65000|79314" HotelName="Hotel Le Parisis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>102 Boulevard de Grenelle, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/83795/ba_83795_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the 15th arrondissement, a typical Parisian quarter, only a 5-minute walk from the Eiffel Tower. This modern hotel lies 5 minutes from Les Invalides and some 50 m from the metro station La Motte Piquet Grenelle from which it is only 10 minutes to the Porte Versailles Convention Centre, the old Opera, the Champs Elysées, the Montparnasse Tower or to the Grand Boulevards to enjoy the wide range of shopping venues on offer there. Furthermore, the business centre La Défense is only 15 minutes away. Orly Airport is some 20 km from the hotel, and it is around 25 km to Charles de Gaulle Airport.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3605.79" OriginalAmount="3369.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838969932346" Longitude="2.3456507921219" StarRating="4" HotelCode="63700|139526" HotelName="Hotel Seven Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Rue Berthollet, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/82086/a_82086_I2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city's 5th district, next to the Barrio Latino and Rue Mouffetard, in an area very famous for its shopping and restaurants. The hotel is 30 km from both Paris Orly and Charles de Gaulle airports.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3621.78" OriginalAmount="3384.84" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.839472" Longitude="2.392728" StarRating="3" HotelCode="16703|211813" HotelName="Le Quartier Bercy-Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Boulevard de Reuilly, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/20290/a_20290_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming tradition-rich hotel is peacefully located close to the Place de la Nation, Bercy sports hall and Bercy's brand-new entertainment district that features restaurants, shopping venues and a cinema multiplex. It is just a few minutes walk to the nearest links to the public transport network and the Gare de Lyon train station. The nearby métro station offers quick and convenient access to the Place de la Bastille, the opera house, the Eiffel Tower, the Arc de Triomphe and the world-famous Champs Elysées.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3644.66" OriginalAmount="3406.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872012045476" Longitude="2.2969928383827" StarRating="4" HotelCode="42190|212067" HotelName="Radisson Blu Champs Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>78bis Avenue Marceau (8º Arr), 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/212067/212067a_hb_a_031.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3652.03" OriginalAmount="3413.11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.831634283921" Longitude="2.3870399594307" StarRating="4" HotelCode="29500|6017" HotelName="Pullman Paris Centre - Bercy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue de Libourne, 75012 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47290/a_47290_F2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location in the heart of Bercy Village. Guests can reach the Place de la Madeleine in only 7 minutes by the automatic subway line. The hotel benefits from its trendy neighbours: it is close to Bastille and the popular Marais area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3653.09" OriginalAmount="3414.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.851893954791" Longitude="2.3837665823316" StarRating="5" HotelCode="415420|451121" HotelName="Hôtel Paris Bastille Boutet - MGallery by Sofitel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>22-24 Rue Faidherbe, 75011 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/525212/a_525212_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the authentic Bastille district and near Marais, this new 5-star hotel lies within a historic building: the Maison Boutet. From wood manufacturing to chocolaterie, it has all of its original charm. Exclusive and one-of-a-kind, the hotel's 80 rooms and suites, including 10 with terraces, showcase its unique character. The spa will pamper you with 2 treatment rooms, a swimming pool, sauna, hammam and fitness room. The bar offers light meals and chocolate treats. The hotel has a car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3668.14" OriginalAmount="3428.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859083163768" Longitude="2.3668174445629" StarRating="4" HotelCode="18996|86776" HotelName="Villa Beaumarchais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue des Arquebusiers, 75003 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/23797/a_23797_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Marais, one of the oldest and now most vibrant neighbourhoods in Paris, this family-friendly city hotel offers easy access to prestigious museums such as the Picasso Museum and the Louvre as well as the most sought-after designer boutiques. Guests can admire the historic mansions that line the Place des Vosges and the cosmopolitan crowds at the Bastille. The nearest public transport is only 100 m from the hotel. It is about 27 km from Charles De Gaulle International Airport and about 18 km from Orly International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3677.23" OriginalAmount="3436.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.890593" Longitude="2.240926" StarRating="4" HotelCode="29320|6073" HotelName="Hilton Paris la Defense" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Place De La Defense Cnit, BP 210, 92053 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47243/a_47243_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel lies in the largest shopping and office centre of Europe, with over 1,500 businesses residing there. Many shopping venues, countless bars and restaurants and nightclubs are to be found in the vicinity. In addition, links to the public transport network can easily be reached on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3761.86" OriginalAmount="3515.76" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.848872677627" Longitude="2.3470522463322" StarRating="4" HotelCode="316723|86439" HotelName="Villa Pantheon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Rue des Ecoles, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/31671/a_31671_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Latin Quarter, 1 km from Notre Dame de Paris and 3 km from the Louvre Museum. Restaurants, bars, nightclubs and shopping venues can all be accessed easily via public transport. Maubert Metro Station and College de France bus station are both in the immediate vicinity. Gare Du Nord is about a 10-minute drive away. Charles De Gaulle Airport is some 30 km away and it is just 15 km from Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3762.12" OriginalAmount="3516.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872151842419" Longitude="2.3281357404363" StarRating="3" HotelCode="34418|hotel_saint_petersbourg_opera" HotelName="Hôtel Saint Pétersbourg Opéra" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 rue Caumartin, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/54826/a_54826_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location in the centre of Paris, in a quiet district with plenty of restaurants and theatres. It lies a short walk from the luxury departments store Galeries Lafayette and Printemps Haussmann (200 m) and a stroll around the vicinity of the hotel will bring guests easily to the Old Opera House (Opéra Garnier, 400 m), La Madeleine Church, the Louvre Museum (1.5 km) and Place de la Concorde. The hotel is conveniently positioned close to many metro stations and bus stops. It is 4 km to the Eiffel Tower and a 25-minute drive to Versailles. Orly Airport is 20 km and it is 25 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3810.36" OriginalAmount="3561.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854991791141" Longitude="2.3045969884737" StarRating="4" HotelCode="25335|6096" HotelName="La Bourdonnais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>111-113 Avenue de la Bourdonnais, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/006096/006096a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies between the Pont de l'Alma and the Pont d'Iéna on the River Seine at the heart of the city of Paris. The capital's famous Eiffel Tower lies just 1 km from the hotel and links to the public transport network may easily be reached on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3822.89" OriginalAmount="3572.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84543429922" Longitude="2.3240724205971" StarRating="4" HotelCode="25007|30343" HotelName="Littre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 rue Littré, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/35458/l_35458_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies on a quiet street between Saint Germain des Prés and Montparnasse, directly in the city and tourist centre. Within around 2 minutes' walk guests will find countless shopping venues and it is about a 5-minute walk to a selection of restaurants, bars, nightclubs, a bus stop and the underground station Montparnasse Bienvenue. It is approximately 10 minutes to the train station and the beautiful park of Jardin du Luxembourg may be reached in around 15 minutes. The Porte de Versailles exhibition and conference centre lies approximately a 10-minute journey away by public transport whilst it is approximately 30 km to Charles de Gaulle Airport and some 16 km to Paris Orly Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3894.53" OriginalAmount="3639.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864510713233" Longitude="2.3404931691009" StarRating="3" HotelCode="303903|430659" HotelName="Crayon Rouge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Rue Croix des Petits Champs, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/417678/a_417678_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3898.12" OriginalAmount="3643.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860602" Longitude="2.346566" StarRating="4" HotelCode="15238|99014" HotelName="Novotel Paris Les Halles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Place Marguerite de Navarre, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/18095/a_18095_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3931.93" OriginalAmount="3674.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864510376527" Longitude="2.2886098396923" StarRating="5" HotelCode="15678|152486" HotelName="La Clef Tour Eiffel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>83 avenue Kléber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/1000000/30000/21000/20955/f455c126_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a prime location in the 16th arrondissement, about 290 m distance from the Trocadero and 1.1 km from the Arc de Triomphe and the famous Champs Elysées. Local attractions include numerous museums, theatres and well-known restaurants as well as the Centre d'affaires Paris Trocadero. Orly Airport is roughly 25 km from the hotel and it is around 30 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3938.95" OriginalAmount="3681.26" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.845255" Longitude="2.342429" StarRating="4" HotelCode="151122|586266" HotelName="Le Petit Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>214, Rue Saint Jacques, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/213007/a_213007_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3982.64" OriginalAmount="3722.09" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866594" Longitude="2.335016" StarRating="3" HotelCode="77462|189975" HotelName="Hotel Paris Louvre Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue des Moulins, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/105128/a_105128_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3985.07" OriginalAmount="3724.36" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868492" Longitude="2.303679" StarRating="4" HotelCode="78123|101978" HotelName="Hôtel Claridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Rue François Premier, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/105908/a_105908_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located near the Avenue des Champs-Élysées, in the centre of a large entertainment area and near the fashion district. The hotel provides luxury services and peaceful accommodation in the heart of a lively part of the city. Within a 30-minute walk guests will find the Louvre and the Eiffel Tower. Orly International Airport lies roughly 20 km from the hotel, and Charles De Gaulle International Airport is about 25 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4008.39" OriginalAmount="3746.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84891671" Longitude="2.34853621" StarRating="4" HotelCode="322837|427458" HotelName="Hotel La Lanterne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de la Montagne Sainte-Geneviève, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/436824/l_436824_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4066.48" OriginalAmount="3800.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.844609971161" Longitude="2.352155148983" StarRating="3" HotelCode="29129|9269" HotelName="Des Nations Saint Germain" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 15/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>54 Rue Monge, 75005 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/46758/a_46758_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the Latin Quarter, near to the Pantheon, the Lutece Arenas and the gothic cathedral Notre-Dame. In addition, guests will find bars, restaurants, shops and museums within a radius of some 100 m. By metro and bus visitors may reach many beautiful districts of Paris. It is only around 2 km to Austerlitz railway station and the airports of Orly and Charles de Gaulle are approximately 14 km and 30 km respectively from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4111.52" OriginalAmount="3842.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874752876977" Longitude="2.3290901398811" StarRating="4" HotelCode="408750|92078" HotelName="Residhome Paris-Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 17/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30 Rue Joubert, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/99912/l_99912_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the vicinity of this apartment hotel are the finest department stores, the Opéra Garnier and the Madeleine district. The nearest bus stop is just a 2-minute walk away. Charles de Gaulle Airport is about 25 km away, and Orly Airport is about 30 km from the hotel.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4160.31" OriginalAmount="3888.14" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87928" Longitude="2.29596" StarRating="4" HotelCode="18989|31122" HotelName="Villa Alessandra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Place Boulnois, 75017 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/23774/a_23774_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel enjoys a peaceful location in an elegant district of the city, only around 500 m from the Arc de Triomphe and the Champs Elysées. A selection of shopping and entertainment, restaurants, and bars lie within a stone's throw of the hotel. Ternes (line 2) is the nearest metro station and lies just 200 m away and the train station is 1 km away, as well as some nightclubs. Charles de Gaulle airport is 30km away and Paris Orly airport is 35km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4165.76" OriginalAmount="3893.23" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.856558752871" Longitude="2.3272588849068" StarRating="4.5" HotelCode="32039|9263" HotelName="Hotel Pont Royal Paris Saint Germain Des Pres" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 -7 Rue De Montalembert, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/50779/a_50779_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable city hotel lies close to the River Seine and Pont Royal Bridge. The immediate vicinity has links to the public transport network and many cultural and historical highlights, for example, the Louvre, the Jardin des Tulieries as well as the Musée D`Orsay. An array of entertainment venues is also situated nearby.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4207.10" OriginalAmount="3931.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.837795947699" Longitude="2.3557788133621" StarRating="3" HotelCode="29321|7199" HotelName="Best Western Plus Hôtel La Demeure" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>51 Boulevard Saint-Marcel, 75013 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47244/a_47244_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel lies in the Quartier Latin, within a short distance of the botanical gardens (300 m), the Jardin du Luxembourg (1.5 km), Notre-Dame de Paris cathedral (1.9 km) and the church of Saint-Germain-des-Prés (2.4 km). Links to the public transport network are a convenient 100 m walk away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4211.50" OriginalAmount="3935.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.860291766117" Longitude="2.3442519705696" StarRating="4" HotelCode="77163|140491" HotelName="Best Western Premier Ducs De Bourgogne" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue du Pont Neuf, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/104787/w_104787_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers a dream location in the very heart of Paris, next to the Pont Neuf, a few steps from Place du Châtelet and the Louvre (1 km). Guests will find the nearest metro station (Châtelet) just 100 m away, and the Rue de Rivoli shopping area is also 100 metres from the hotel. It is 1500 m from Opéra Garnier, 2 km from the Grands Magasins/Galeries Lafayette and the Champs-Élysées is 3 km from the hotel. This cosy hotel is within walking distance of the Marais district, Notre Dame and the most prestigious sights on the left bank of the River Seine, such as the Latin Quarter, the Sorbonne University and the Saint Germain des Près area. Charles de Gaulle and Orly airports are both 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4252.67" OriginalAmount="3974.46" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.855595190221" Longitude="2.2927951812744" StarRating="4" HotelCode="33468|142585" HotelName="Hôtel Pullman Paris Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Avenue de Suffren, Entrée au 22 rue Jean Rey, 75015 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/53255/a_53255_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on the fashionable Avenue de Suffren, this city and business hotel is just a stone’s throw from the Eiffel Tower and Trocadero Gardens; a short walk from the River Seine; and close to the Palais de Chaillot and the Porte de Versailles Exhibition Centre. Located in a refined and peaceful area, this elegant property is an ideal setting for both business and holiday travellers. Champs Elysées, the Notre Dame Cathedral and the Louvre can be reached within a 15-minute drive. Orly International Airport is approximately 18 km away and Charles De Gaulle International Airport lies roughly 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4390.19" OriginalAmount="4102.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87279389" Longitude="2.30522712" StarRating="5" HotelCode="633096|628568" HotelName="Hôtel De Berri A Luxury Collection Hotel Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>18-22 Rue de Berri Paris, 75008 France</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/628568/628568a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Paris.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4519.53" OriginalAmount="4223.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869397" Longitude="2.331158" StarRating="4" HotelCode="19376|9259" HotelName="Westminster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 12/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Rue de la Paix, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/24419/a_24419_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the Rue de la Paix at heart of Paris, between the Rue Vendôme and the opera house. Les Tuileries, the Louvre and Faubourg Saint Honoré are only a short walk away. Opera underground station is a 2-minute walk and the Gare du Nord Eurostar Station is around 2.5 km away. The transfer time to Orly airport takes around 40 minutes and Charles de Gaulle airport is 45 minutes from the hotel.</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4580.96" OriginalAmount="4281.27" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868635243297" Longitude="2.298489511013" StarRating="4" HotelCode="12111|151162" HotelName="Elysees Regencia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 avenue Marceau, 75016 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/244148/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Le Triangle d'Or (Golden Triangle) in Paris, this hotel is just 700 metres from the Champs Elysees. The nearest metro station is George V, which provides direct access to the Jardin des Tuileries and the Louvre. The Arc de Triomphe and a number of shops are just 5 minutes' walk from the hotel, while the Eiffel Tower and the nearest train station are roughly 15 minutes on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4595.30" OriginalAmount="4294.67" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.864013383152" Longitude="2.3341628909111" StarRating="4" HotelCode="33470|132622" HotelName="Normandy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Free CXL until 13/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue de l’Echelle, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/53257/a_53257_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is exceptionally situated, near the Louvre Museum and on the corner of the street St. Honoré, which is celebrated for its luxury shops. It is also very close to the Comédie Francaise (around 150 m), Palais Royal (around 200 m), Place Vendome (around 650 m) and Opéra Granier (around 900 m away). There are excellent public transport connections, with a bus stop and train station within around 250 m of the hotel. Gare du Nord is about 2 km away, and air connections are provided by Paris Orly Airport (around 18 km) and Paris Charles de Gaulle Airport(around 25 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4653.85" OriginalAmount="4349.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866593878795" Longitude="2.3090171813965" StarRating="5" HotelCode="31385|132521" HotelName="La Maison Champs Elysees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8, Rue Jean Goujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/132521/132521a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated between the Champs-Élysées and the Avenue Montaigne in the heart of the Golden Triangle, close to the Place de la Concorde, the hotel offers the utmost comfort in a district dedicated to luxury and business.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4658.41" OriginalAmount="4353.65" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863189" Longitude="2.348921" StarRating="3" HotelCode="224981|331398" HotelName="Hotel Le Relais des Halles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Rue Pierre Lescot, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/254792/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4711.21" OriginalAmount="4403.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854859269991" Longitude="2.3331168293953" StarRating="4.5" HotelCode="26017|hotel_bel_ami" HotelName="Bel Ami" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7/11 rue St-Benoît, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/38060/a_38060_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris, in Saint Germain des Prés, in the historic left bank area and 5 minutes' walk from the Seine, the Louvre museum and Notre Dame de Paris. Guests will find restaurants, bars, nightspots, shops and links to the public transport network all within a couple of minutes' walk of the hotel. It is 15 km to Orly Airport and Paris Charles de Gaulle Airport is just 25 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4732.02" OriginalAmount="4422.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8704708" Longitude="2.29918773" StarRating="5" HotelCode="792061|646068" HotelName="La Clef Champs-Élysées Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Babysitting,Garden,Internet,Laundry,Parking,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>46 Rue de Bassano, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/646068/646068a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The building that houses La Clef Champs-Élysées Paris was built in 1907 by the Hennessy family in a classic Haussmannian style, at the corner of Rue de Bassano and Rue de Magellan. It's no secret that you have to come here, to the centre of the 8th arrondissement, to truly see why Paris is known as the “City of Light”. The Champs-E´lyse´es, which stretches from the Arc de Triomphe to Jardin des Tuileries, is just a few steps away. Many consider the avenue, renowned for its grandeur and elegant architecture, to be the most beautiful in the world. Decide for yourself by taking a stroll down the historic thoroughfare from the Arc de Triomphe to Place de la Concorde. During your stay at La Clef Champs-Élysées Paris, you'll always be a few minutes' walk from the top destinations in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4811.70" OriginalAmount="4496.92" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.874294874569" Longitude="2.2980844974518" StarRating="5" HotelCode="15066|6064" HotelName="Napoléon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>40 Avenue de Friedland, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/17817/w_17817_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies just a few paces from some of Paris' top sights including the Arc de Triomphe and the Champs-Élysées. The Louvre Museum, opera house and Eiffel Tower are all to be found just a short distance away and Charles de Gaulle - Étoile métro station is 200 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4894.08" OriginalAmount="4573.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875597" Longitude="2.325543" StarRating="4" HotelCode="47693|180656" HotelName="Hilton Paris Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>108 Rue Saint Lazare, Paris 75008</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/10691/a_10691_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated is a wonderful, central location, close to the opera and the large department stores. St. Lazare metro station is only 50 metres away and further public transport is located 100 metres away by foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4919.85" OriginalAmount="4597.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.854922360735" Longitude="2.3084690699405" StarRating="5" HotelCode="936633|377502" HotelName="Le Cinq Codet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue Louis Codet, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/37/377502/377502a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4923.63" OriginalAmount="4601.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866138662563" Longitude="2.3261685669422" StarRating="4" HotelCode="64582|211987" HotelName="Mayfair" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3, rue Rouget de Lisle, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211987/211987a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5001.82" OriginalAmount="4674.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.865473474809" Longitude="2.3271596431732" StarRating="4" HotelCode="55608|6065" HotelName="The Westin Paris - Vendôme" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Rue De Castiglione, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/72026/a_72026_E2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated by the beautiful Jardin des Tuileries and close to Place Vendôme. Concorde underground station is approximately 400 m away. Paris' main airports are between 18 and 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5030.12" OriginalAmount="4701.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866383033032" Longitude="2.2893176972866" StarRating="5" HotelCode="10904|87533" HotelName="Sofitel Paris Baltimore Tour Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 01/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>88 Bis Avenue Kleber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/8505/a_8505_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Paris’ most elegant district, near to the Champs-Élysées, the Arc de Triomphe and Trocadéro, and guests will find links to the public transport network in the immediate vicinity. Both Charles de Gaulle Airport and Orly Airport are around 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5071.31" OriginalAmount="4739.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868521495375" Longitude="2.3065079250772" StarRating="5" HotelCode="29150|7117" HotelName="Hotel Marignan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 02/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>12 Rue de Marignan, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/46811/l_46811_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the heart of the business, fashion and shopping district, between the mythic Champs Elysées and Avenue Montaigne. The nearest metro station can be reached in about 2 minutes on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5150.84" OriginalAmount="4813.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873249" Longitude="2.302481" StarRating="4" HotelCode="827370|691690" HotelName="Hôtel du Romancier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Business Centre,Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Limousine Service,Lounge,Parking,Pets allowed,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 bis rue Chateaubriand, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/5d/02/5d0236e6264b27b3cb1684182536022942553aa2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hôtel du Romancier in Paris (Champs Elysees), you'll be minutes from Lido and close to Arc de Triomphe. This hotel is close to Eiffel Tower and Louvre Museum.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 28 air-conditioned rooms featuring minibars and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with bathtubs or showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and desks.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Take advantage of recreation opportunities such as a spa tub, or other amenities including complimentary wireless Internet access and concierge services.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Quench your thirst with your favorite drink at a bar/lounge. Buffet breakfasts are available daily for a fee.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include a business center, limo/town car service, and dry cleaning/laundry services. Self parking (subject to charges) is available onsite.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="5240.61" OriginalAmount="4897.77" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87205556" Longitude="2.32398235" StarRating="5" HotelCode="709308|FRED" HotelName="Hotel Alfred Sommier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>20 rue de l'Arcade</AddressLine>
          </AddressLines>
          <PostalCode />
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/830128/w_830128_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5280.26" OriginalAmount="4934.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.858032" Longitude="2.353068" StarRating="3.5" HotelCode="147111|328080" HotelName="Duo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/08/2024">
        <Address>
          <AddressLines>
            <AddressLine>11, rue du Temple, 75004 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/16/1609028/75qKhDbe_76a3aada5037c470b8386f08329e8e4a.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5316.08" OriginalAmount="4968.30" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871083" Longitude="2.304649" StarRating="5" HotelCode="87703|97104" HotelName="Fraser Suites Le Claridge Champs-Elysées" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Historic Hotel" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>74, avenue des Champs-Elysées, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/122597/a_122597_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic apartment hotel enjoys a wonderful location on the Champs-Élysées and is the perfect hideaway in which to experience true French hospitality. The immediate vicinity features shops, restaurants, bars, pubs and nightlife spots, and tourist attractions such as the Arc de Triomphe, the Eiffel Tower and the Louvre are within 4 km of the accommodation. Saint-Lazare train station is 2.5 km away, Franklin Roosevelt metro station is just 300 metres away, and the airports of Charles de Gaulle and Orly are 34 and 36 km away respectively.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5390.79" OriginalAmount="5038.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872765355309" Longitude="2.3193624615669" StarRating="4" HotelCode="10393|23817" HotelName="Maison Astor Paris, Curio Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Family-friendly Hotel" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Rue d'Astorg, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/8111/a_8111_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This splendid hotel is centrally located near to the opera house and the metro station Madeleine. The area surrounding the hotel is refined and cultivated, ideal for this exquisite hotel, which radiates style and impeccable taste. The hotel is approximately 30 km away, some 30 minutes on public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5411.32" OriginalAmount="5057.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859163" Longitude="2.30744" StarRating="3" HotelCode="14449|104205" HotelName="Les Jardins d'Eiffel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue Amelie, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/16254/a_16254_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Left Bank area of Seine, in the residential quarter of Invalides, just a few steps from the Eiffel Tower, the Champ de Mars and the Champs-Élysées. The nearest metro stations are La Tour Maubourg (line 8) or Invalides (lines 8-13 and RER C). Guests will find restaurants, shops and bars all within 100 m of the hotel. Orly Airport is approximately 20 km away and it is some 30 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5433.72" OriginalAmount="5078.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.861785547597" Longitude="2.3039976134918" StarRating="5" HotelCode="310521|402058" HotelName="Hôtel Juliana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-12 Rue Cognacq Jay, 75007 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/424692/a_424692_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5475.70" OriginalAmount="5117.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869351553712" Longitude="2.3321512341499" StarRating="3" HotelCode="58702|114029" HotelName="Daunou Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/08/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Daunou, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/76044/w_76044_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of a very lively district where guests will find perfect connections to the public transport network as well as the pick-up and drop-off point for the Roissybus to Charles de Gaulle Airport, this city hotel is in the immediate vicinity of all the world famous boutiques (Hermès, Colette, Chanel), the Lafayette galleries, Parisian restaurants, cinemas and theatres as well as historical and cultural attractions such as the Musée de Louvre, Tuileries, and Opera Garnier. Guests will also find it very easy to visit attractions outside Paris such as Euro Disneyland Paris or the Château de Versailles, to name but a few. Charles de Gaulle and Orly airports are both approximately 20 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5580.79" OriginalAmount="5215.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872885" Longitude="2.3215" StarRating="5" HotelCode="26016|6014" HotelName="Hyatt Paris Madeleine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24 Boulevard Malesherbes, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/32155/aa93a1d0-4c27-42fa-b818-2b846bd2cc95.jpg?d=636682625660000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated at the heart of Paris on Boulevard Malesherbes, close to the opera and the Champs-Élysées. The nearest metro stop is called Madeleine and can be reached in just a few minutes walk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5675.32" OriginalAmount="5304.04" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.8748713" Longitude="2.31800588" StarRating="5" HotelCode="726624|630278" HotelName="Hôtel Bowmann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>99 Boulevard Haussmann, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/630278/630278a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel Bowmann offers the décor for 48 beautifully designed rooms and 5 spacious suites. In a luxurious Haussmann-style building the hotel embraces both Paris' heritage and bespoke 5 stars comfort.
On the elegant façade, perfectly fitting the prestigious atmosphere of Boulevard Haussmann, the stylish red portico opens the door to a brand-new luxury experience in Paris.
A perfect mix of tradition and heritage with innovation and avant-gardism, highlighting the beautiful tradition of Parisian luxury hotels while bringing a touch of essential freshness.
The rooms, with surfaces ranging from 25m2 to 100m2, are echoing the characteristic Haussmannian apartments with hardwood floors, ceiling-high moldings and plush beds with leather headboards.
Dressed in “haute couture” Carrara marble, the bathrooms redefine the concept of essential comfort and contemporary luxury.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5738.29" OriginalAmount="5362.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868323" Longitude="2.326862" StarRating="5" HotelCode="47253|7116" HotelName="Castille" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33-37 Rue Cambon, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/10168/a_10168_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel whose interiors combine tasteful French and Venetian styles, is situated at the heart of Paris between the opera house and the Louvre in the quarter featuring the most famous fashion houses in Paris. Public transport departs from stops located just 200 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5834.91" OriginalAmount="5453.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.838346752945" Longitude="2.3207652568817" StarRating="4" HotelCode="14225|6164" HotelName="Pullman Paris Montparnasse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19 Rue Commandant Rene Mouchotte, 75014 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/16104/a_16104_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the Montparnasse are in the south of Paris. It is situated right next to the Montparnasse Tower from where a dreamy view of Paris and the Eiffel Tower is to be enjoyed. An inexhaustible selection of shops, bistros, small theatres, cabarets and bars is to be found in the vicinity. Montparnasse train station may be quickly and easily reached allowing access to all parts of the French capital. The airport is some 29 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="5858.45" OriginalAmount="5475.19" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863986075279" Longitude="2.3362372595245" StarRating="5" HotelCode="36929|18558" HotelName="La Clef Louvre Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Rue de Richelieu, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/60614/a_60614_C2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is situated just a few steps from Paris' opera. The hotel is located directly opposite the Palais Royal and the Louvre Museum, at the bottom of the Opera Avenue. Paris-Orly Airport can be found some 17 km away and Paris-Charles de Gaulle Airport around 27 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6089.58" OriginalAmount="5691.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.859863" Longitude="2.34712" StarRating="4" HotelCode="110419|212663" HotelName="des Ducs d Anjou" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Sainte Opportune, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/212663/212663a_hb_a_025.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6202.14" OriginalAmount="5796.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.862973" Longitude="2.335692" StarRating="5" HotelCode="11933|181188" HotelName="Hôtel du Louvre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Place André Malraux, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/11771/a_11771_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel lies just a few paces from the Louvre at the heart of Paris' business district. Palais Royal - Musée du Louvre métro station is located 200 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6256.93" OriginalAmount="5847.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.876791048358" Longitude="2.3075875639916" StarRating="5" HotelCode="34207|182678" HotelName="L'Hotel du Collectionneur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>51-57 Rue de Courcelles, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/54482/a_54482_G2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of the 8th district and faces the wonderful Parc Monceau. The Champs-Élysées and the Arc de Triomphe are located within a 7-minute walk of the hotel and the Faubourg Saint-Honoré shopping area is 10 minutes away on foot. Guests will find bars, clubs and nightclubs, as well as links to the public transport network, in the immediate vicinity of the hotel. The Eiffel Tower, the Louvre Museum and Notre Dame Cathedral are all situated within a 30-minute journey by public transport. Gare du Nord is close by, Orly Airport is around 20 km away from the hotel and it is approximately 25 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6470.01" OriginalAmount="6046.74" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.85434" Longitude="2.336782" StarRating="3" HotelCode="146717|532218" HotelName="De Seine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>52, rue de Seine, 75006 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/53/532218/532218a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6586.32" OriginalAmount="6155.44" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873684483793" Longitude="2.3063041269779" StarRating="5" HotelCode="34411|17138" HotelName="Champs Elysees Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 13/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>35 Rue de Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/54813/a_54813_H2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Paris, close to the famous Champs-Élysées boulevard, making it the ideal starting point whence to explore the fascinating French capital. Links to the public transport network are some 200 m from the hotel. Just around the corner from the Triangle d'Or, the hotel's Haussmann façade stands proud on Rue de Berri, in Paris's 8th arrondissement. The surroundings of the hotel are easily explored on foot, including the prestigious Rue du Faubourg Saint-Honoré, the Place de l'Étoile, and the Place de la Concorde. The Eiffel Tower and the Jardin des Tuileries are only 15 minutes away by public transport and it is a 20 minute ride to the Louvre Museum. Orly Airport is 20 km away and it is some 25 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6680.10" OriginalAmount="6243.08" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870982" Longitude="2.330421" StarRating="4" HotelCode="258520|99295" HotelName="Intercontinental Le Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Rue Scribe, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/14859/a_14859_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Paris, this urban hotel has the perfect ambience for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6828.42" OriginalAmount="6381.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871804750968" Longitude="2.3235909640789" StarRating="3" HotelCode="15147|9374" HotelName="Vendome Opera Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 bis rue de l’Arcade, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/17956/a_17956_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of the business and tourism district. Guests can take advantage of easy access to numerous sites including Place de Madeleine, Champs Elysees, the Big Palace and the Opera, The Louvre, Place Concorde and department stores. It is located a short walk from Madeleine metro station, and approximately 20 km from Orly airport and roughly 25 km Charles de Gaulle.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7031.50" OriginalAmount="6571.50" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867798946735" Longitude="2.3032115399837" StarRating="4" HotelCode="31207|6100" HotelName="Franklin D Roosevelt" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Rue Clement Marot, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/49862/a_49862_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located between the Champs-Élysées and Avenue Montaigne. There are plenty of shopping opportunities to choose from as well as restaurants and bars around 100 m from the hotel. Links to the public transport network also lie just a couple of minutes away (about 300 m). In addition, there are nightclubs just 300 m from the hotel. Charles de Gaulle Airport is 35 km away and Orly Airport is around 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7119.46" OriginalAmount="6653.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87044504" Longitude="2.32342533" StarRating="5" HotelCode="765229|675783" HotelName="Fauchon L'Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>4 Boulevard Malesherbes, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://www.miki.co.uk/live/hotel/mikiNet/image/v1.0/FR/4166/7753/lr/thumb_1175_gallery_big.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 5 star hotel is located in the city centre of Paris. It is close to the Madeleine and the nearest station is Madeleine.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7179.24" OriginalAmount="6709.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872006752861" Longitude="2.334860265255" StarRating="3" HotelCode="16731|154018" HotelName="Richmond Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 09/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 rue Helder, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/20331/r_20331_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the very heart of Paris just a stone’s throw from the Opera House, the hotel enjoys an outstanding location close to the major department stores, Place Vendôme, the Louvre Museum and Sacré-Coeur. Further nearby attractions include the Madeleine Church and the Champs Élysées, each around 1 km from the hotel. Bars, restaurants, shops and public transport are also in the immediate vicinity. Gare du Nord is around 3 km away, and the nearest airports includes Paris-Orly (around 18 km) and Paris-Charles de Gaulle (around 26 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7257.00" OriginalAmount="6782.24" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873685" Longitude="2.300415" StarRating="5" HotelCode="29711|104174" HotelName="De Vigny" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9/11 Rue Balzac, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47709/a_47709_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the prestigious 8th district, in the heart of Paris. As convenient for business as it is for leisure, this establishment lies just 50 metres away from the Champs Elysées, with its shops, and the Arc de Triomphe. Guests will find restaurants, bars, nightspots and links to the public transport network just a 2-minute walk away and it is 5 minutes on foot from the nearest metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="7634.33" OriginalAmount="7134.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863143" Longitude="2.337801" StarRating="5" HotelCode="94380|84136" HotelName="Grand Hotel du Palais Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 01/08/2024">
        <Address>
          <AddressLines>
            <AddressLine>4 Rue de Valois, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/131122/a_131122_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set between the Louvre Museum and the Palais Royal gardens, the hotel benefits from an exceptional location in the heart of Paris' 1st district, where fashion, shopping, culture, gastronomy and art meet. It is the best starting point from which to discover Paris. The nearest metro station is Palais Royal Musée du Louvre (Line 1), 100 m from the hotel. The Louvre Museum, the Champs-Élysées, Jardin des Tuileries and Notre Dame are all in the close vicinity. Orly Airport is around 20 km away and it is some 25 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8085.38" OriginalAmount="7556.43" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870807520063" Longitude="2.3373232036829" StarRating="4" HotelCode="187834|331323" HotelName="La Maison Favart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Bar,Conference Hall,Fax,Internet,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de Marivaux, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/262077/a_262077_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 39 rooms. Most storeys can be reached by lift. Services and facilities at the hotel include a baggage storage service, a bar, a babysitting service, a conference room and a fireplace. Wireless internet access in public areas allows guests to stay connected. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8363.12" OriginalAmount="7816.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863832522912" Longitude="2.3324784636498" StarRating="5" HotelCode="16548|hotel_regina_4" HotelName="Hotel Regina" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Place des Pyramides, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/006066/006066a_hb_a_003.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of the French capital, directly beside the Louvre and close to the Tuileries métro station. The Gare Du Nord train station lies some 5 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8489.71" OriginalAmount="7934.31" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875053" Longitude="2.301345" StarRating="5" HotelCode="17715|6167" HotelName="Sofitel Paris Arc de Triomphe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Rue Beaujon, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/21789/a_21789_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel lies in a lovely central location close to the Arc de Triomphe and the Champs Élysées, both around 100 m away. It is located in the centre of Paris' shopping and entertainment quarter. The stunning building, from the era of Baron Haussman, lies close to Parc Monceau, the Paris' golden triangle emporia and the Faubourg St. Honoré, museums, the Salle Pleyel concert hall and the Lido. Charles de Gaulle-Étoile underground station is about 100 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="8562.00" OriginalAmount="8001.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871423" Longitude="2.293634" StarRating="5" HotelCode="16489|6084" HotelName="Raphael" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Avenue Kléber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/006084/006084a_hb_a_033.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel has a central location at the heart of Paris just 100 m to links to the public transport network A diverse selection of shops, restaurants, bars, cafés and further entertainment venues are to be found in the vicinity (within 500 m of the hotel) as are many of the city's top cultural and historical sights including the Eiffel Tower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="9774.56" OriginalAmount="9135.10" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.869090436818" Longitude="2.3220285773277" StarRating="5" HotelCode="17721|9061" HotelName="Sofitel Paris Le Faubourg" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 16/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>15 Rue Boissy d'Anglas, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/21800/a_21800_I2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel lies at the heart of Paris, between the Place de la Concorde, the wonderful shopping area of Faubourg Saint Honore and the famous Champs-Elysee. Located only a few minutes away from the metro station Place de la Concorde, this hotel is within easy access to the public transport network (50m). In addition, the hotel lies close to the Louvre as well as the Orsay Museums, the theatre houses and the concert halls. The beautiful Tuileries garden and the wonderful banks of the river Seine, are also just a few steps from the hotel. Furthermore, numerous restaurants, clubs and bars offering plenty of entertainment are within easy reach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10528.68" OriginalAmount="9839.89" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.871690251705" Longitude="2.3010310760574" StarRating="5" HotelCode="400754|331881" HotelName="Hôtel Barrière Le Fouquet's Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>46 Avenue George V, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/33/331881/331881a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="10763.91" OriginalAmount="10059.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.867965" Longitude="2.325791" StarRating="5" HotelCode="25340|128414" HotelName="Burgundy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 14/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6-8 Rue Duphot, 75001 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/36920/w_36920_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Excellently located where the Rue Duphot meets the rue Saint-Honoré, this family-friendly hotel is amidst the Golden Triangle of Champs-Elysées, Madeleine and Opéra. The spa complex is just 400 m from La Place de la Concorde and guests will find shops, as well as bus and metro stations within a 2-minute walk. Auber train station and the Louvre Museum are approximately 10 minutes away on foot. Nearby airports include Orly (17 km away), Charles de Gaulle (25 km away) and Beauvais-Tille (81 km away).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="11515.82" OriginalAmount="10762.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870395125533" Longitude="2.3297211527824" StarRating="5" HotelCode="17368|99009" HotelName="Sofitel Le Scribe Paris Opéra" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 rue Scribe, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/21294/a_21294_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;In the heart of the city, the family-friendly hotel is located just a few metres from Opera Garnier and Vendôme square, a short walk from the Louvre Museum or the Champs Elysées. From the hotel guests will also enjoy the perfect location for shopping, just one block from department stores and 3 blocks from the Rue du Faubourg St Honoré. Access to public transport is around 50 m from the hotel and the nearest train station, Gare du Nord, is roughly 4 km away. Airports in the area include Paris-Charles de Gaulle (approximately 25 km), Paris-Orly (approximately 25 km), Paris Beauvais Tillé (approximately 78 km) and Brussels Airport (approximately 300 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="11637.49" OriginalAmount="10876.16" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.868765803102" Longitude="2.3305231332779" StarRating="5" HotelCode="26015|6035" HotelName="Park Hyatt Paris-Vendome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Rue de la Paix, 75002 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/38058/a_38058_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on the prestigious street Rue de la Paix in Paris, this comfortable hotel is located just a few steps away from Place Vendôme, the Champs Elysees and the exclusive shopping area of the Rue de Faubourg. The Louvre, the Musée d'Órsay and many other sightseeing opportunities in the city are within easy reach of the hotel. The nearest metro station is Opéra.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="11717.47" OriginalAmount="10950.91" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.873293367143" Longitude="2.3003911653817" StarRating="5" HotelCode="29710|6080" HotelName="Hotel Balzac" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 rue Balzac, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/006080/006080a_hb_a_032.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Paris within a few paces of the splendid boulevard of the Champs-Élysées. The nearest métro station (Georges V) lies just 100 m away and many of the French capital's top sights may easily be reached on foot or by making use of the public transport services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="12000.69" OriginalAmount="11215.60" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.872268736634" Longitude="2.3034851253033" StarRating="5" HotelCode="13845|82839" HotelName="Hôtel Lancaster" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 11/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue De Berri, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/15899/l_15899_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a stone’s throw from the most famous avenue in the world, the Champs Elysées, and just around the corner from the Triangle d’Or, the hotel’s sandstone façade stands proud on Rue de Berri, in Paris’ 8th arrondissement. The surroundings of the hotel are easily explored on foot, including the prestigious Rue du Faubourg Saint-Honoré, the Place de l’Etoile, and the Place de la Concorde. The Eiffel Tower and the Jardin des Tuileries are only 15 minutes away by public transport and is a 20 minute ride to the Louvre Museum. Orly Airport is 20 km away and it is some 30 km to Charles de Gaulle Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="13137.64" OriginalAmount="12278.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.875817290786" Longitude="2.300466299057" StarRating="5" HotelCode="16989|18563" HotelName="Le Royal Monceau - Raffles Paris" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37 Avenue Hoche, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/20697/a_20697_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris - Charles de Gaulle (CDG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="16514.99" OriginalAmount="15434.57" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.870731554746" Longitude="2.2933955220901" StarRating="5" HotelCode="300304|427459" HotelName="The Peninsula Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Avenue Kléber, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/42/427459/427459a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris. The nearest airport is Paris (PAR).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="17611.09" OriginalAmount="16458.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.863701" Longitude="2.29339" StarRating="5" HotelCode="165809|332588" HotelName="Shangri-La Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 avenue d'Iéna, 75116 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/232468/a_232468_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Paris, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="21151.40" OriginalAmount="19767.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.866179" Longitude="2.30426" StarRating="5" HotelCode="16062|6063" HotelName="Plaza Athenee" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 16/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 avenue Montaigne, 75008 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/19188/a_19188_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This excellent hotel is situated in the exclusive Avenue Montaigne in the heart of Paris. It is an ideal starting point for visiting the famous sightseeing attractions, such as the Haute Couture shops, the Champs Élysées, the Eiffel Tower or the Arc de Triumph. Links to the public transport system are only 200 m from the hotel. Charles de Gaulle airport is located within 26 km of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="765.12" OriginalAmount="715.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.88232094" Longitude="2.37045471" StarRating="3" HotelCode="549023|756241" HotelName="Hotel De La Comete" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2024" HotelFacility="Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>196 Boulevard De La Villette, 75019 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1497.20" OriginalAmount="1399.25" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.87938" Longitude="2.358098" StarRating="3" HotelCode="404089|844893" HotelName="St Christopher's Budget Paris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>5 rue de Dunkerque, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Paris.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1636.17" OriginalAmount="1529.13" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877995" Longitude="2.35839183" StarRating="4" HotelCode="956702|842640" HotelName="Okko Hotels Paris Gare De L’est" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>30 A Rue D’Alsace, 75010 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="1753.92" OriginalAmount="1639.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.84826059" Longitude="2.39340299" StarRating="4" HotelCode="|HPDQ" HotelName="Hotel Paradiso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>135 Boulevard Diderot</AddressLine>
          </AddressLines>
        </Address>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The friendly staff at the reception desk are happy to answer any questions. The hotel provides a baggage storage service, a safe, room service, a laundry service, a conference room, a business centre and a smoke alarm. Wireless internet access allows guests to stay connected while on holiday. The hotel has wheelchair-accessible facilities and a lift. Film lovers are sure to find just what they're looking for in the cinema's listings. A garden provides extra space for rest and relaxation in the open air. Guests arriving by car can park their vehicles in the car park.This hotel is located in Paris.A sun terrace is a great place to while away the hours. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Rooms are equipped with central heating. Valuables can be securely stored in a safe. A telephone, satellite television and WiFi are provided as well. Bathrooms are equipped with a shower and include a telephone. Wheelchair-accessible rooms can also be booked. The hotel has family rooms and non-smoking rooms.A restaurant, a café and a bar are available to guests. A delicious breakfast provides energy for the rest of the day.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2761.22" OriginalAmount="2580.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="48.877152" Longitude="2.345268" StarRating="3" HotelCode="11613|147290" HotelName="De L'Ocean" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Rue Mayran, 75009 Paris</AddressLine>
          </AddressLines>
          <CityName>Paris</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;This hotel is located in Paris between Gare du Nord train station and Opéra Garnier. The Moulin Rouge is just 1.5 km away and the hotel is a short walk from Cadet metro station, which provides access to the Louvre Museum and Notre Dame within 10 minutes. Paris-Orly Airport is approximately 23 km from the hotel and Paris-Charles de Gaulle Airport is around 35 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access,Nightclub,Shopping Arcade,Lounge,Massage Centre,Sauna,Bicycle Rental,Kitchen,Jacuzzi,Swimming Pool,Golf,Babysitting,Parking,Valet Parking,Diet Meals,Business Centre,Concierge,Dry Cleaning,Elevator,LCD/Projector,Limousine Service,Pets allowed</BasicAmenities>
    <HotelRating>4,3,5,2,3.5,4.5,2.5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,BUSINESS HOTEL,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,SPA HOTEL,ECO HOTEL,HOSTEL,APARTHOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|RateHawkSearch|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="90cbd824-2b71-42d0-8571-c8e7735bbe69">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
          <GuestCount PaxCode="8" Age="3" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="39286" DestinationId="0" CityId="0" />
    <StayDateRange Start="2024-09-21T00:00:00" End="2024-09-30T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="75641|78256" SourceId="8" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="SkyWorld" Password="Wasi3266" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="90cbd824-2b71-42d0-8571-c8e7735bbe69" TimeStamp="0001-01-01T00:00:00" HotelName="Aparthotel Adagio Paris Centre Tour Eiffel" HotelCode="75641|78256" StarRating="4" GTCityId="39286" CountryCode="FR" CityName="Paris" CountryName="France" Address="14 Rue du Théatre, 75015 Paris" PostCode="75015" PhoneNo="+33145718888" FaxNo="+33153950609" Email="h6790@adagio-city.com" CheckInTime="" CheckOutTime="" Latitude="48.849812098764" Longitude="2.2854853730164" SourceId="8" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: STUDIO CAPACITY 2" RoomTypeCode="20240921$20240930$W$197$78256$STU.C2-1$ID_B2B_70$RO$B2B$1~1~1$3$N@06~A-SIC~208719~204694141~N~~~NOR~C2801416E4214B9172185145207105AAUK00002970267001409208719|8|MTgxNy4wOHxFVVJ8MjAyNC0wOS0xOA==" OriginalAmount="1563" TotalPrice="1672.21" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/09/2024"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Kitchenette|Fridge|Air conditioning (centrally regulated)|Safe|Final Cleaning|TV|Double Bed|Air conditioning (individually regulated)|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2024-09-14T00:00:00" End="2024-09-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1562.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: SELF CATERING" FilterMealType="SELF CATERING" RoomType="Room 1: STUDIO STANDARD" RoomTypeCode="20240921$20240930$W$197$78256$STU.ST-9$ID_B2B_87$SC$B2BEUXX$1~1~1$3$N@06~A-SIC~200810~1720938714~N~~~NOR~C2801416E4214B9172185145207105AAUK00002970267001409200810|8|MjA2NC4wMHxFVVJ8MjAyNC0wOS0xOA==" OriginalAmount="1775" TotalPrice="1899.44" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/09/2024"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Kitchenette|Fridge|Air conditioning (centrally regulated)|Safe|Final Cleaning|TV|Double Bed|Air conditioning (individually regulated)|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2024-09-14T00:00:00" End="2024-09-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="603.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STUDIO STANDARD" RoomTypeCode="20240921$20240930$W$197$78256$STU.ST-9$ID_B2B_87$BB$B2CEUXX$1~1~1$3$N@06~A-SIC~256936~-1871475063~N~~~NOR~C2801416E4214B9172185145207105AAUK00002970267001409256936|8|MjM1OC44NnxFVVJ8MjAyNC0wOS0xNw==" OriginalAmount="2029" TotalPrice="2170.79" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/09/2024"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Kitchenette|Fridge|Air conditioning (centrally regulated)|Safe|Final Cleaning|TV|Double Bed|Air conditioning (individually regulated)|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2024-09-13T00:00:00" End="2024-09-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1014.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: ONE BEDROOM APARTMENT CAPACITY 4" RoomTypeCode="20240921$20240930$W$197$78256$APT.ST$FIT RO$RO$$1~1~1$3$N@06~A-SIC~20da9a~1953352304~N~~~NOR~C2801416E4214B9172185145207105AAUK0000297026700140920da9a|8|MjcxNC4xM3xFVVJ8MjAyNC0wOS0xOA==" OriginalAmount="2334" TotalPrice="2497.73" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/09/2024"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Kitchenette|Fridge|Air conditioning (centrally regulated)|Safe|Final Cleaning|TV|Double Bed|Air conditioning (individually regulated)|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2024-09-14T00:00:00" End="2024-09-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="264.13" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: SELF CATERING" FilterMealType="SELF CATERING" RoomType="Room 1: APARTMENT ONE BEDROOM" RoomTypeCode="20240921$20240930$W$197$78256$APT.B1$ID_B2B_87$SC$B2CEUXX$1~1~1$3$N@06~A-SIC~21daaa~-447527894~N~~~NOR~C2801416E4214B9172185145207105AAUK0000297026700140921daaa|8|MjczMC4yOXxFVVJ8MjAyNC0wOS0xNw==" OriginalAmount="2348" TotalPrice="2512.61" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/09/2024"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Kitchenette|Fridge|Air conditioning (centrally regulated)|Safe|Final Cleaning|TV|Double Bed|Air conditioning (individually regulated)|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2024-09-13T00:00:00" End="2024-09-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1174.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: SELF CATERING" FilterMealType="SELF CATERING" RoomType="Room 1: APARTMENT WITH VIEWS" RoomTypeCode="20240921$20240930$W$197$78256$APT.WV$ID_B2B_87$SC$B2BEUXX$1~1~1$3$N@06~A-SIC~20ecf9~-1259146789~N~~~NOR~C2801416E4214B9172185145207105AAUK0000297026700140920ecf9|8|MzMyMS4xNHxFVVJ8MjAyNC0wOS0xOA==" OriginalAmount="2856" TotalPrice="3056.35" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/09/2024"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Kitchenette|Fridge|Air conditioning (centrally regulated)|Safe|Final Cleaning|TV|Double Bed|Air conditioning (individually regulated)|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2024-09-14T00:00:00" End="2024-09-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="971.18" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: APARTMENT WITH VIEWS" RoomTypeCode="20240921$20240930$W$197$78256$APT.WV$ID_B2B_87$BB$B2CEUXX$1~1~1$3$N@06~A-SIC~21de22~-11464598~N~~~NOR~C2801416E4214B9172185145207105AAUK0000297026700140921de22|8|MzYxOC4yOXxFVVJ8MjAyNC0wOS0xNw==" OriginalAmount="3112" TotalPrice="3329.81" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/09/2024"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Kitchenette|Fridge|Air conditioning (centrally regulated)|Safe|Final Cleaning|TV|Double Bed|Air conditioning (individually regulated)|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2024-09-13T00:00:00" End="2024-09-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1555.98" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: SELF CATERING" FilterMealType="SELF CATERING" RoomType="Room 1: APARTMENT STANDARD" RoomTypeCode="20240921$20240930$W$197$78256$APT.ST-1$ID_B2B_87$SC$B2BEUXX$1~1~1$3$N@06~A-SIC~21d14ca~1460367731~N~~~NOR~C2801416E4214B9172185145207105AAUK0000297026700140921d14ca|8|NTMyMi4yOXxFVVJ8MjAyNC0wOS0xOA==" OriginalAmount="4578" TotalPrice="4897.95" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 14/09/2024"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Kitchenette|Fridge|Air conditioning (centrally regulated)|Safe|Final Cleaning|TV|Double Bed|Air conditioning (individually regulated)|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2024-09-14T00:00:00" End="2024-09-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1556.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: APARTMENT STANDARD" RoomTypeCode="20240921$20240930$W$197$78256$APT.ST-1$ID_B2B_87$BB$B2CEUXX$1~1~1$3$N@06~A-SIC~21d15f2~-368941504~N~~~NOR~C2801416E4214B9172185145207105AAUK0000297026700140921d15f2|8|NTYxOC4yOXxFVVJ8MjAyNC0wOS0xNw==" OriginalAmount="4832" TotalPrice="5170.35" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/09/2024"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Bathtub|Hairdryer|Direct dial telephone|Satellite/cable TV|Internet access|Kitchenette|Fridge|Air conditioning (centrally regulated)|Safe|Final Cleaning|TV|Double Bed|Air conditioning (individually regulated)|Microwave|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2024-09-13T00:00:00" End="2024-09-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2416.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/a_102967_A2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_B2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/r_102967_C2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_D2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_E2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_F2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/a_102967_G2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/a_102967_H2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/a_102967_I2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/a_102967_J2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/a_102967_K2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/a_102967_L2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_M2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_N2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_O2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_P2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_Q2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_R2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_S2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_T2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_U2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_V2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_W2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_X2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_Y2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_Z2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_AA2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_AB2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_AC2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_AD2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_AE2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_AF2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_AG2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_AH2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_AI2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_AJ2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_AK2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_AL2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_AM2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_AN2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_AO2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_AP2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_AQ2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_AR2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/w_102967_AS2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/f_102967_AT2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/gt_102967_AU2.jpg" /><Image Url="https://himg.myhubpro.net/StaticData/Images/102967/gt_102967_AV2.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;Located in the 15th arrondissement, in the centre of Paris, this apartment hotel is ideally situated to benefit from Parisian life with lively squares and many shops in the immediate vicinity. It is built on the banks of the Seine near the Eiffel Tower, with a panoramic view over Paris and its fine monuments, including the Invalides and the Eiffel Tower amongst others. The hotel is 300 m from the nearest bus stop. It is also easily accessible from several railway stations; it is just 7 km from the Gare de l'Est, 6 km from the Gare du Nord, 5 km from the Gare Saint-Lazare, 3 km from the Gare Montparnasse, 7 km from the Gare d'Austerlitz, while Gare de Lyon is 8 km away. It is 20 km from Orly Airport, while Charles de Gaulle Airport is 30 km away.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The apartment hotel has a lift and features 375 rooms. The reception desk in the lobby is staffed round the clock. The hotel provides a baggage storage service, a newspaper stand, a laundry service, 2 conference rooms, a business centre and a coin-operated laundry. Wireless internet access is provided in public areas. The hotel has wheelchair-accessible facilities. Children can enjoy the playground. Parking facilities available to guests include a garage (for a fee) and a car park (for a fee).&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Rooms feature a living area, a kitchen and a bathroom, and air conditioning ensures just the right temperature. The rooms have a double bed and a sofa bed. Separate bedrooms can be booked. Extra beds can be requested. A safe provides secure storage for guests' personal property. All kitchenettes come with a refrigerator, a microwave and a tea/coffee station. A direct dial telephone, a television with satellite/cable channels and WiFi (no extra charge) ensure optimal comfort. Cleaning on departure is among the services offered. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer. The apartment hotel has non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;Guests can enjoy a selection of sport and entertainment options. The indoor pool complex is ideal for relaxation and exercise. There are many ways to relax or stay active at the hotel, including a gym and a sauna. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Breakfast can be booked.&lt;br/&gt;&lt;b&gt;Payment&lt;/b&gt; &lt;br/&gt;The following credit cards are accepted at the accommodation: American Express, VISA, Diners Club and MasterCard.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;**Know Before You Go**&lt;br /&gt;&lt;br /&gt;There are work in lobby area.&lt;br /&gt; &lt;br /&gt;Guests can arrange to bring pets by contacting the property directly, using the contact information on the booking confirmation (surcharges apply and can be found in the Fees section).&lt;br /&gt;&lt;br /&gt;**Fees**&lt;br /&gt;&lt;br /&gt;The following fees and deposits are charged by the property at time of service, check-in, or check-out.&lt;br /&gt;&lt;br /&gt;A tax is imposed by the city: EUR 2.88 per person, per night. This tax does not apply to children under 18 years of age.&lt;br /&gt;  &lt;br /&gt;Fee for buffet breakfast: EUR 13.00 for adults and EUR 5.60 for children (approximately)&lt;br /&gt;        &lt;br /&gt;Self parking fee: EUR 20.00 per night&lt;br /&gt;     &lt;br /&gt;Pet fee: EUR 8.00 per night&lt;br /&gt;    &lt;br /&gt;Housekeeping fee: EUR 23.00 per day&lt;br /&gt;               &lt;br /&gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>33-1-53950609</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>33-1-45718888</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>3.5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of renovation</Description><Value>2007</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>375</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>VISA</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Diners Club</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Air conditioning</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Newspaper kiosk</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Garage</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Playground</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry Facilities</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Indoor Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sauna</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>City Centre</Description><Value>0 Meter</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Tourist Centre</Description><Value>0 Meter</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Nightclub</Description><Value>0 Meter</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Public Transport</Description><Value>0 Meter</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Bus Station</Description><Value>300 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Train Station</Description><Value>6000 Meters</Value></HotelFacilities><HotelFacilities><Type>Distances</Type><Description>Underground/Over ground Station</Description><Value>200 Meters</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="90cbd824-2b71-42d0-8571-c8e7735bbe69">
  <Rooms>
    <Room RoomType="Room 1: STUDIO CAPACITY 2" TotalAdult="1" TotalChild="1">
      <Childs>
        <Child Age="3" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="SkyWorld" Password="Wasi3266" RequestedCurrency="GBP" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="75641|78256" SourceId="8" RoomTypeCode="20240921$20240930$W$197$78256$STU.C2-1$ID_B2B_70$RO$B2B$1~1~1$3$N@06~A-SIC~208719~204694141~N~~~NOR~C2801416E4214B9172185145207105AAUK00002970267001409208719|8|MTgxNy4wOHxFVVJ8MjAyNC0wOS0xOA==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2024-09-21T00:00:00" End="2024-09-30T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|RestelBlock|exception while supplier booking interation||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="0001-01-01T00:00:00" Version="0">
  <Error>
    <Error>
      <Error ShortText="There is an error in XML document (0, 0)." RecordID="90cbd824-2b71-42d0-8571-c8e7735bbe69" />
    </Error>
  </Error>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="90cbd824-2b71-42d0-8571-c8e7735bbe69">
  <Rooms>
    <Room RoomType="Room 1: STUDIO STANDARD" TotalAdult="1" TotalChild="1">
      <Childs>
        <Child Age="3" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="SkyWorld" Password="Wasi3266" RequestedCurrency="GBP" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="75641|78256" SourceId="8" RoomTypeCode="20240921$20240930$W$197$78256$STU.ST-9$ID_B2B_87$SC$B2BEUXX$1~1~1$3$N@06~A-SIC~200810~1720938714~N~~~NOR~C2801416E4214B9172185145207105AAUK00002970267001409200810|8|MjA2NC4wMHxFVVJ8MjAyNC0wOS0xOA==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2024-09-21T00:00:00" End="2024-09-30T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|HandlerError|exception while hotel booking|System.InvalidOperationException: There is an error in XML document (0, 0). ---> System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlReader.MoveToContent()
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderCheckRatesRS.Read10_CheckRatesRS()
   --- End of inner exception stack trace ---
   at Core.Common.Deserialize[T](String toDeserialize) in G:\Trivender PC\WorldwideDMCV2\Core\Common\Common\Common.cs:line 25
   at HotelCoordinator.Coordinator.CheckRates(CheckRatesRQ pRequest) in G:\Trivender PC\WorldwideDMCV2\Module\Hotel\HotelCoordinator\HotelCoordinator\HotelCoordinator\HotelCoordinator.cs:line 1205
   at Handler.HotelHandler.CheckRates(CheckRatesRQ checkRequest) in G:\Trivender PC\WorldwideDMCV2\Module\Hotel\HotelHandler\HotelHandler\HotelHandler.cs:line 269 | Request:-<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="90cbd824-2b71-42d0-8571-c8e7735bbe69">
  <Rooms>
    <Room RoomType="Room 1: STUDIO STANDARD" TotalAdult="1" TotalChild="1">
      <Childs>
        <Child Age="3" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="SkyWorld" Password="Wasi3266" RequestedCurrency="GBP" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="75641|78256" SourceId="8" RoomTypeCode="20240921$20240930$W$197$78256$STU.ST-9$ID_B2B_87$SC$B2BEUXX$1~1~1$3$N@06~A-SIC~200810~1720938714~N~~~NOR~C2801416E4214B9172185145207105AAUK00002970267001409200810|8|MjA2NC4wMHxFVVJ8MjAyNC0wOS0xOA==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2024-09-21T00:00:00" End="2024-09-30T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Deserialize:-There is an error in XML document (0, 0).|System.InvalidOperationException: There is an error in XML document (0, 0). ---> System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlReader.MoveToContent()
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderCheckRatesRS.Read10_CheckRatesRS()
   --- End of inner exception stack trace ---
   at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
   at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
   at Core.Common.Deserialize[T](String toDeserialize) in G:\Trivender PC\WorldwideDMCV2\Core\Common\Common\Common.cs:line 20||FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|RestelBlock|exception while supplier booking interation||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|BookRequest|BookRequest|Request:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="90cbd824-2b71-42d0-8571-c8e7735bbe69" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: ONE BEDROOM APARTMENT CAPACITY 4" BoardBasis="Room 1: ROOM ONLY" TotalAdult="1" TotalChild="1">
      <Adults>
        <Adult Title="Mr" FirstName="muhammad talha bin" LastName="yasin" DOB="19990724" Age="25" />
      </Adults>
      <Childs>
        <Child Title="Miss" FirstName="abiha" LastName="fatima" DOB="20270724" Age="3" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="SkyWorld" Password="Wasi3266" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="75641|78256" SourceId="8" RoomTypeCode="20240921$20240930$W$197$78256$APT.ST$FIT RO$RO$$1~1~1$3$N@06~A-SIC~20da9a~1953352304~N~~~NOR~C2801416E4214B9172185145207105AAUK0000297026700140920da9a|8|MjcxNC4xM3xFVVJ8MjAyNC0wOS0xOA==" TotalPrice="2497.73" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2024-09-21T00:00:00" End="2024-09-30T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>2506</AgencyBookingRef>
  <MHLInfo>
    <Address> 933 Stockport  Road</Address>
    <AgencyId>1724</AgencyId>
    <AgentId>3125</AgentId>
    <CityCode>11</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId> admin@worldwideflight.co.uk </EmailId>
    <FileBookingId />
    <FirstName> muhammad talha bin </FirstName>
    <LastName> yasin </LastName>
    <PaymentResponse> No-Payment-Getway </PaymentResponse>
    <PaymentStatusId>0</PaymentStatusId>
    <PhoneNo />
    <PostCode />
    <SalesPersonId>24</SalesPersonId>
    <SalesSourceId>24</SalesSourceId>
    <SupportNo> +44 (0) 20 8569 8080 </SupportNo>
    <Title> Mr </Title>
  </MHLInfo>
</HotelBookRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|BookResponse|MyhubService Response|UserName:-SkyWorld Password:-Wasi3266 MhlInfo:-<?xml version="1.0" encoding="utf-16"?>
<MHLInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Address> 933 Stockport  Road</Address>
  <AgencyId>1724</AgencyId>
  <AgentId>3125</AgentId>
  <CityCode>11</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId> admin@worldwideflight.co.uk </EmailId>
  <EndDate xsi:nil="true" />
  <FirstName> muhammad talha bin </FirstName>
  <LastName> yasin </LastName>
  <NationalityOfPax />
  <PaymentResponse> No-Payment-Getway </PaymentResponse>
  <PaymentStatusId>0</PaymentStatusId>
  <PhoneNo />
  <PostCode />
  <SalesPersonId>24</SalesPersonId>
  <SalesSourceId>24</SalesSourceId>
  <SourceId>0</SourceId>
  <StartDate xsi:nil="true" />
  <SupportNo> +44 (0) 20 8569 8080 </SupportNo>
  <Title> Mr </Title>
</MHLInfo> Hotel:-<?xml version="1.0" encoding="utf-16"?>
<Hotel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AgencyReference>2506</AgencyReference>
  <AgentMinCnxDate>2024-09-14T00:00:00</AgentMinCnxDate>
  <CancelPolicyRemark>&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;CancelPenaltiesType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
  &lt;CancelPenalties&gt;
    &lt;CancelPenalty Start="2024-09-14T00:00:00" End="2024-09-17T00:00:00"&gt;
      &lt;AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="264.13" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2024-09-21T00:00:00</CheckIn>
  <CheckInTime />
  <CheckOut>2024-09-30T00:00:00</CheckOut>
  <CheckOutTime />
  <CostAmountInSalesCurrency>2334.33</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>france</CountryName>
  <PostCode>75015</PostCode>
  <Rooms>
    <Rooms>
      <Adults>1</Adults>
      <BoardBasis>Room 1: ROOM ONLY</BoardBasis>
      <Children>1</Children>
      <GuestName>Mr muhammad talha bin yasin</GuestName>
      <RoomType>Room 1: ONE BEDROOM APARTMENT CAPACITY 4</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>2497.73</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>2714.13</SupplierAmount>
  <SupplierCurrency>EUR</SupplierCurrency>
  <SupplierId>240</SupplierId>
  <SupplierMinCnxDate>2024-09-18T00:00:00</SupplierMinCnxDate>
  <SupplierName>HotelBeds</SupplierName>
  <_address>14 Rue du Théatre, 75015 Paris</_address>
  <_cityName>Paris</_cityName>
  <_fax>+33153950609</_fax>
  <_hotelName>Aparthotel Adagio Paris Centre Tour Eiffel</_hotelName>
  <_phoneNo1>+33145718888</_phoneNo1>
</Hotel> Response:-<Root><FileBookingId>240728844</FileBookingId><BookingId>39148</BookingId></Root>||FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|HotelbedsBook|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.FindSync[TProjection](FilterDefinition`1 filter, FindOptions`2 options, CancellationToken cancellationToken)
   at MongoDB.Driver.FindFluent`2.ToCursor(CancellationToken cancellationToken)
   at MongoDB.Driver.IAsyncCursorSourceExtensions.ToList[TDocument](IAsyncCursorSource`1 source, CancellationToken cancellationToken)
   at Core.Audit.InsertBookingLog(String BookingId, String TraceId, String Supplier, String ClientName, String Status, String BookingRQ, String BookingRS, String GTBookingRQ, String GTBookingRS, String FileName) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 211System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
90cbd824-2b71-42d0-8571-c8e7735bbe69|BookResponse|BookResponse|Response:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <FileBookingId>240728844</FileBookingId>
  <Status>Success</Status>
  <ImportantInfo>Estimated total amount of taxes &amp; fees for this booking: 73.17 Euro   payable on arrival. Car park YES (with additional debit notes) 30.00 EUR Per unit/night. Check-in hour 15:00 - . Single-Use Plastic Free.&lt;br/&gt;</ImportantInfo>
  <SupplierRef>197-11461793</SupplierRef>
</HotelBookRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9ef704ea-20c1-4363-8eac-2f9eaf2e6446|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="9ef704ea-20c1-4363-8eac-2f9eaf2e6446">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
          <GuestCount PaxCode="8" Age="3,3" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2024-10-06T00:00:00" End="2024-10-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="SkyWorld" Password="Wasi3266" RequestedCurrency="GBP" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9ef704ea-20c1-4363-8eac-2f9eaf2e6446|CoordinatorError|No Supplier Found MGR|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="9ef704ea-20c1-4363-8eac-2f9eaf2e6446">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
          <GuestCount PaxCode="8" Age="3,3" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity CountryCode="NL" CountryCode_A3="NET" CountryName="Netherlands" GTCityId="63219" DestinationId="0" CityId="2811" CityName="Amsterdam">
      <Latitude>52.40076</Latitude>
      <Longitude>4.889177</Longitude>
    </HotelCity>
    <StayDateRange Start="2024-10-06T00:00:00" End="2024-10-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="SkyWorld" Password="Wasi3266" RequestedCurrency="GBP" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9ef704ea-20c1-4363-8eac-2f9eaf2e6446|OlympiaSearch|supplier interation failed||Olympia|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9ef704ea-20c1-4363-8eac-2f9eaf2e6446|TravellandaSearch|supplier interation failed||Travellanda|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9ef704ea-20c1-4363-8eac-2f9eaf2e6446|W2MSearch|supplier interation failed||W2M|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9ef704ea-20c1-4363-8eac-2f9eaf2e6446|TotalStaySearch|supplier interation failed||TotalStay|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9ef704ea-20c1-4363-8eac-2f9eaf2e6446|DOTWSearch|supplier interation failed||DOTW|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9ef704ea-20c1-4363-8eac-2f9eaf2e6446|AbreuSearch|successfull supplier interation||Abreu|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9ef704ea-20c1-4363-8eac-2f9eaf2e6446|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9ef704ea-20c1-4363-8eac-2f9eaf2e6446|TravcoSearch|successfull supplier interation||Travco|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9ef704ea-20c1-4363-8eac-2f9eaf2e6446|RateHawkSearch|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9ef704ea-20c1-4363-8eac-2f9eaf2e6446|WHLSearch|supplier interation failed||WHL|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9ef704ea-20c1-4363-8eac-2f9eaf2e6446|ASASearch|supplier interation failed||ASA|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9ef704ea-20c1-4363-8eac-2f9eaf2e6446|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2024-07-24T21:22:06.0570965+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9ef704ea-20c1-4363-8eac-2f9eaf2e6446" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="272.85" OriginalAmount="255.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.316861995871" Longitude="4.8720575973144" StarRating="2" HotelCode="462113|ibis_budget_amsterdam_city_south_opening_december_2016" HotelName="ibis budget Amsterdam Zuid" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Professor J.H. Bavincklaan 1, 1183 AT Amstelveen</AddressLine>
          </AddressLines>
          <CityName>Amstelveen</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/572647/a_572647_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amstelveen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="314.60" OriginalAmount="294.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.29104472" Longitude="4.7208838" StarRating="3" HotelCode="|NYNA" HotelName="NinetyNine Hotel Amsterdam Airport (20km from Amsterdam)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Kruisweg 601, Hoofddorp</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1279470/13470926.jpg</HotelPictures>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The friendly staff at the reception desk are happy to answer any questions. A baggage storage service, a safe, a playroom, a library, a fax machine and a smoke alarm are available. Wireless internet access allows guests to stay connected while on holiday. A lift and wheelchair-accessible facilities are available. Everyday necessities can be purchased at the supermarket. Guests arriving by car can park their vehicles in the garage or in the car park. Bicycle storage is available to guests. There is a bike hire service as well.This hotel is located right in the heart of Hoofddorp.Fine weather can be enjoyed on the terrace. For those who wish to stay active while on holiday, the hotel offers cycling/mountain biking. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Rooms include air conditioning and central heating. Guests are sure to get a good night's sleep in the double bed. A safe and a desk are also available. A telephone, a TV and WiFi (no extra charge) are provided as well. Bathrooms are equipped with a shower and include a hairdryer. The hotel has non-smoking rooms.The dining area includes a restaurant and a bar. Breakfast and lunch are served every day.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.65" OriginalAmount="295.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36245" Longitude="4.794706" StarRating="3" HotelCode="20235|new_west_inn_amsterdam" HotelName="New West Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Reimerswaalstraat 5, 1069 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/01/017528/017528a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Osdorp district of the city and offers excellent connections to the tram network. The city centre with its numerous shopping and entertainment venues is just a few minutes' away by making use of the trams that depart from a stop approximately 7 minutes' walk from the hotel. Countless shops, theatres, restaurants, bars and the congress centre are in the hotel's immediate surrounds.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="321.85" OriginalAmount="300.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.316675865822" Longitude="4.871996800229" StarRating="0" HotelCode="|IBUA" HotelName="ibis Budget Amsterdam City South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Professor J.H Bavincklaan 1</AddressLine>
          </AddressLines>
          <PostalCode>(0)0207154331</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/572647/12585096.jpg</HotelPictures>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The friendly staff at the reception desk are happy to answer any questions. Amenities include a baggage storage service, safe, currency exchange service and drinks machine. Wireless internet access allows guests to stay connected while on holiday. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. A lift and wheelchair-accessible facilities are available. Additional amenities include a TV room and a playroom. Guests arriving by car can park their vehicles in the car park for a fee. Further services and facilities include a 24-hour security service, medical assistance, a laundry service and a coin-operated laundry. Active guests who wish to explore the surrounding area by bike will appreciate the bicycle hire service. Bicycle storage is also available. A fax machine is available for guests' business needs.This hotel is located in Amstelveen.The outdoor pool complex provides invigorating refreshment. Fine weather can be enjoyed on the terrace. There are many ways to relax or stay active at the hotel, including cycling/mountain biking, a gym, table tennis and billiards. Activity coordinators organise an entertainment programme for adults and children. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Air conditioning and central heating ensure that rooms maintain comfortable temperatures. Rooms have a double bed or a sofa bed. Extra beds can be requested. A desk is provided. A telephone, a television with satellite/cable channels and WiFi (no extra charge) provide all the essentials for a comfortable holiday. Bathrooms are equipped with a shower and a bathtub. As a special feature, guests are provided with a selection of towels. Wheelchair-friendly rooms with wheelchair-accessible bathrooms are also available. The hotel has family rooms and non-smoking rooms.There is a café on the premises. A continental breakfast buffet and lunch are served every day.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.42" OriginalAmount="306.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.325180238754" Longitude="4.7936027687459" StarRating="3" HotelCode="326454|ibis_amsterdam_airport" HotelName="Hotel ibis Schiphol Amsterdam Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schipholweg 181, 1171 PK Badhoevedorp</AddressLine>
          </AddressLines>
          <CityName>Badhoevedorp</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47140/a_47140_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This splendid hotel is centrally located close to the most important motorway to Amsterdam (A4/A9) and not far from Amsterdam's Schiphol airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.54" OriginalAmount="322.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.43891745" Longitude="4.81704825" StarRating="0" HotelCode="590496|easyhotel_amsterdam_zaandam" HotelName="EasyHotel Zaandam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Bicycle Rental,Designated Smoking Area,Golf,Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ankersmidplein 2, 1506 CK Zaandam</AddressLine>
          </AddressLines>
          <CityName>Zaandam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/586074/586074a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;easyHotel is located in the Saentower, in the city centre of Zaandam. From the 30 meter high located rooms you have a fantastic view over the city and the typical cultural buildings of Zaandam. Please be advised that all the hotel rooms are located on floors 9 through 11. The floors can only be reached by elevator, the fire stairs are only accessible in case of an emergency and not for regular use. Since the hotel is in the center, it is also located next to the train station. Hereby the hotel offers the perfect place to stay for you as a leisure or business traveler. Zaandam is an historical city. The Zaanse Schans and the Zaans Museum are located in a 5 km distance. Within 100 metres by walking you reach the shopping center and the cinema of Zaandam.  In the summer season the recreational park Het Twiske is a really nice spot to go for some picknick and relaxing. Looking for something to do with the younger kids? The farm called Darwinpark has many farm animals and is visited by 75.000 people on a yearly basis.
The city tax for Zaandam is 7 EUR per person per night which is payable on arrival.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="354.17" OriginalAmount="331.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.32561" Longitude="4.7920194" StarRating="2" HotelCode="213340|ibis_budget_amsterdam_airport" HotelName="ibis budget Amsterdam Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Schipholweg 185, 1171 PK Badhoevedorp</AddressLine>
          </AddressLines>
          <CityName>Badhoevedorp</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/302032/a_302032_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Badhoevedorp.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="383.06" OriginalAmount="358.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.348792673836" Longitude="4.8427069187164" StarRating="3" HotelCode="34772|west_side_inn_amsterdam" HotelName="Best Western Amsterdam" Meals="ROOM ONLY,BREAKFAST-FOR-1,BED &amp; BREAKFAST,HALF-BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Voorburgstraat 250, 1059 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56581/a_56581_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous, refined hotel is situated in the western part of Amsterdam's city centre, directly beside the main approach roads (the ring roads A10, A4,A2). Schiphol Airport, the RAI Congress Centre, the World Fashion Centre, the World Trade Centre and three leading museums (the Van Gogh Museum, the Rijksmuseum, the Stederijk Museum) are all within easy reach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.69" OriginalAmount="367.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.378550819858" Longitude="4.8206619714649" StarRating="4" HotelCode="81841|best_western_blue_square_hotel" HotelName="XO Hotels Blue Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slotermeerlaan 80, 1064 HD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/110506/r_110506_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to a shopping centre and a local market which is open every day for business. Just five minutes' walk from the hotel, guests will find restaurants and bars, while the city centre and Dam Square are 5 kilometres away. Guests can also find the lake Sloterplas nearby where they can enjoy fishing and sailing. Amsterdam’s Schiphol Airport is 15 kilomentres away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="401.25" OriginalAmount="375.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.341815665073" Longitude="4.8251974582672" StarRating="4" HotelCode="337172|dutch_design_hotel_artemis" HotelName="Dutch Design Hotel Artemis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>John M. Keynesplein 2, 1066 EP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56042/a_56042_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the business centre of Amsterdam and offers excellent links to the public transport network, which can be found about 300 m away. Various shopping venues are situated approx. 1 km away, and bars, pubs and nightclubs are also located close by (within about 8 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="403.39" OriginalAmount="377.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.317436880647" Longitude="4.8566736521149" StarRating="3" HotelCode="404528|amsterdam_forest_hotel" HotelName="Amsterdam Forest Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amsterdamseweg 465A, 1181 BR Amstelveen</AddressLine>
          </AddressLines>
          <CityName>Amstelveen</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/575531/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amstelveen. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="422.65" OriginalAmount="395.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.391998291015625" Longitude="4.9029998779296875" StarRating="4" HotelCode="0|yotel_amsterdam" HotelName="YOTEL Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asterweg 27-37, Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/13/69/1369d1272e2f19783cc42957450c0a8dc7f3213a.jpeg</HotelPictures>
        <HotelDescription>&lt;br /&gt;&lt;b&gt;Location: &lt;/b&gt;A great place to have a rest after an exciting day! Hotel «YOTEL Amsterdam» is located in Amsterdam. This hotel is located in walking distance from the city center. You can take a walk and explore the neighbourhood area of the hotel — EYE Film Institute Netherlands, Amsterdam Centraal and Basilica of Saint Nicholas.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Breakfast for children costs: 14.50 EUR.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Deposit is required. Cost: 50.00 EUR per room per stay.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Tourists are required to provide a negative PCR test carried out no more than 12 hours before departure.&lt;br /&gt;&lt;ul&gt;  &lt;li&gt;Only registered guests are allowed in the guestrooms. &lt;/li&gt;  &lt;/ul&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="423.72" OriginalAmount="396.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.333371" Longitude="4.772057" StarRating="4" HotelCode="32470|novotel_amsterdam_airport" HotelName="Ramada Amsterdam Airport Schiphol" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 01/10/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sloterweg 299, 1171 VB Badhoevedorp, North Holland Province</AddressLine>
          </AddressLines>
          <CityName>Badhoevedorp</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/51649/a_51649_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Amsterdam, this airport hotel is ideal for business travellers arriving or departing from Amsterdam (AMS) Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="430.14" OriginalAmount="402.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.309748128975" Longitude="4.9424807362457" StarRating="3" HotelCode="284372|holiday_inn_express_amsterdam_arena_towers_2" HotelName="Holiday Inn Express Amsterdam - Arena Towers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoogoorddreef 66b, 1101 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388815/1.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="439.77" OriginalAmount="411.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.32619413" Longitude="4.95364688" StarRating="2" HotelCode="591384|via_amsterdam" HotelName="Via Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Diemerhof 20, 1112XN Diemen</AddressLine>
          </AddressLines>
          <CityName>Diemen</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/09965/3609965/1.jpg?f=15099927</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Via Amsterdam in Diemen, you'll be in the entertainment district and convenient to Amsterdam ArenA and Heineken Music Hall.  This hostel is within close proximity of Ziggo Dome and Oosterpark. #  Rooms : # Make yourself at home in one of the 170 guestrooms. Complimentary wireless Internet access is available to keep you connected. Bathrooms have showers and hair dryers. Conveniences include desks, and housekeeping is provided daily. #  Amenities : # Enjoy recreation amenities such as bicycles to rent or take in the view from a terrace. This hostel also features complimentary wireless Internet access and tour/ticket assistance. #  Dining : # Enjoy a satisfying meal at a restaurant serving guests of Via Amsterdam. Quench your thirst with your favorite drink at a bar/lounge. #  Business &amp; Other Amenities : # Featured amenities include a 24-hour front desk, luggage storage, and laundry facilities. Self parking (subject to charges) is available onsite.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="442.98" OriginalAmount="414.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.392313810778" Longitude="4.8500056922592" StarRating="3" HotelCode="38826|ibis_amsterdam_city_west" HotelName="Hotel ibis Amsterdam City West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Transformatorweg 36, 1014 AK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/64082/a_64082_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the harbour, between the heart of Amsterdam and the main business districts. The RAI Convention and Exhibition Centre and Amsterdam Schipol Airport are both easily accessible thanks to the hotel’s proximity to the A10 motorway. Dam square and the city centre, where guests will find shopping amenities, are 3 km away from the hotel while there is a link to the public transport network 1 km from the hotel. The nearest train station is 2 km away. Amsterdam Schipol Airport is some 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="444.57" OriginalAmount="415.49" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.38118" Longitude="4.820975" StarRating="3" HotelCode="410183|128407" HotelName="Hotel Nieuw Slotania" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/09/2024" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slotermeerlaan 133, 1063 JN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/100778/w_100778_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the A10 motorway. The centre of Amsterdam is only 15 minutes away by bus or car. Facing the hotel the guests will find one of Amsterdam's newest shopping centres. Amsterdam Airport Schiphol is situated at a distance of approximately 10 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="445.12" OriginalAmount="416.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.38521055" Longitude="4.92228119" StarRating="1" HotelCode="614136|guest_house_amsterdam" HotelName="Guest House Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels,Hotel" CnxPolicy="Free CXL until 04/09/2024" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Hamerstraat 26, 1021 JW Amsterdam, Noord Holland</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5468032</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="457.96" OriginalAmount="428.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.30576514" Longitude="4.80638131" StarRating="3" HotelCode="522534|tulip_inn_amsterdam_airport" HotelName="Hotel ibis Styles Amsterdam Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Piet Guilonardweg 3, 1117 EE Schiphol</AddressLine>
          </AddressLines>
          <CityName>Schiphol</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/637802/a_637802_G2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Schiphol.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="463.31" OriginalAmount="433.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.439793" Longitude="4.811426" StarRating="3" HotelCode="188961|zaan_inn_hotel" HotelName="Best Western Zaan Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grenehout 22, 1507 EB Zaandam</AddressLine>
          </AddressLines>
          <CityName>Zaandam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/265179/a_265179_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zaandam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="464.38" OriginalAmount="434.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.379293548586" Longitude="4.8456695401975" StarRating="4" HotelCode="87983|best_western_blue_tower_hotel" HotelName="XO Hotels Blue Tower" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leeuwendalersweg 21, 1055 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/122945/a_122945_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is situated at the edge of Amsterdam city centre. The historical centre of Amsterdam, the Rai Congress Centre, the train station and the Sloterdijk, Zuid-As and WTC business parks are all just 10 minutes away by car or 15 minutes by direct bus, tram or train. Guests will find restaurants and shopping venues 3 km away and it is 5 km to the city centre. Schiphol Airport is a 10-minute drive from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="469.73" OriginalAmount="439.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.348917" Longitude="4.908607" StarRating="2" HotelCode="71422|flipper" HotelName="Flipper" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Borssenburgstraat 5, 1078 VA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/96760/w_96760_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the southern part of the centre of Amsterdam, just a 5-minute trip on public transport from the RAI congress centre, the hotel is a great place to stay. It is located within walking distance of the famous Albert Cuyp Market, the Amstel Metro station, Heineken Brewery and many shopping streets. Although situated some 5 km outside of the noisy city centre, the hotel still offers easy access, just a 10-minute journey with public transport, which runs 24-hours.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="471.87" OriginalAmount="441.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.375785844622" Longitude="4.8962062597275" StarRating="1" HotelCode="193848|hotel_continental_amsterdam" HotelName="Continental" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 40-41, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/214882/214882a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="471.87" OriginalAmount="441.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.385659392449" Longitude="4.8344540601204" StarRating="3.5" HotelCode="376492|urban_lodge_hotel" HotelName="Urban Lodge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arlandaweg 10, 1043 EW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/488535/w_488535_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="471.87" OriginalAmount="441.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36899185180664" Longitude="4.946420192718506" StarRating="3" HotelCode="0|the_niu_fender" HotelName="the niu Fender" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cruquiusweg 61, Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/83/52/8352e775131a620ea24399369aa1cca36e270319.jpeg</HotelPictures>
        <HotelDescription>With a stay at the niu Fender in Amsterdam (Amsterdam East), you'll be a 5-minute drive from Passenger Terminal Amsterdam (PTA) and 6 minutes from Artis.  This hotel is 2.8 mi (4.4 km) from Heineken Experience and 3.4 mi (5.5 km) from Vondelpark.&lt;br /&gt;Make use of convenient amenities, which include complimentary wireless Internet access and tour/ticket assistance.&lt;br /&gt;Featured amenities include complimentary newspapers in the lobby, a 24-hour front desk, and luggage storage. Self parking (subject to charges) is available onsite.&lt;br /&gt;You can enjoy a meal at the restaurant serving the guests of the niu Fender, or stop in at the snack bar/deli. Mingle with other guests at the complimentary reception, held daily. Quench your thirst with your favorite drink at the bar/lounge. To-go breakfasts are served on weekdays from 6:30 AM to 10:30 AM and on weekends from 6:30 AM to 11:00 AM for a fee.&lt;br /&gt;Make yourself at home in one of the 245 air-conditioned rooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include laptop-compatible safes, and housekeeping is provided daily.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Early check-in and/or late check-out is available for an additional fee. Cost: 50.00 EUR.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Tourists are required to provide a negative PCR test carried out no more than 12 hours before departure.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="472.94" OriginalAmount="442.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.374824107265" Longitude="4.8966812349402" StarRating="2" HotelCode="45368|travel" HotelName="Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Beurstraat 23, 1012 JV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/29/299972/299972a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is in Amsterdam. Travel features a total of 32 guests rooms. This establishment does not accept pets. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="475.08" OriginalAmount="444.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.357985" Longitude="4.890528" StarRating="2" HotelCode="81840|hotel_vivaldi_4" HotelName="Blossoms City Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 76, 1072 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/29/298389/298389a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="477.22" OriginalAmount="446.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.30192656" Longitude="4.86877444" StarRating="0" HotelCode="864654|cityden_the_garden_amsterdam_south" HotelName="Cityden The Garden Amsterdam South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Van Heuven Goedhartlaan 17</AddressLine>
          </AddressLines>
          <CityName>Amstelveen</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/26000000/25840000/25830100/25830046/cb7a601b_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="478.29" OriginalAmount="447.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.381062908444" Longitude="4.8918658393809" StarRating="1" HotelCode="153310|quentin_arrive" HotelName="Quentin Arrive" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerstraat 65, 1013 EL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/ef/22/ef22d7828403e1d9956d12b1796b4899d396eee7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="482.76" OriginalAmount="451.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.32901562" Longitude="4.78571856" StarRating="4" HotelCode="731457|REND" HotelName="Corendon Village Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 26/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Schipholweg 275, Badhoevedorp</AddressLine>
          </AddressLines>
          <PostalCode>(0)208207841</PostalCode>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/852386/a_852386_AB2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Badhoevedorp.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="484.71" OriginalAmount="453.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.359308320439" Longitude="4.8043221662947" StarRating="3" HotelCode="497023|citiez_hotel_amsterdam" HotelName="Citiez Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Osdorpplein 372A, 1068 EV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/664229/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="486.85" OriginalAmount="455.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.43808033" Longitude="4.81183" StarRating="0" HotelCode="730803|zaan_hotel_amsterdam_zaandam" HotelName="Zaan Hotel Amsterdam Zaandam" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Internet,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ebbehout 22, 1507 EA Zaandam</AddressLine>
          </AddressLines>
          <CityName>Zaandam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/649971/649971a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sustainably enjoy breathtaking luxury
 
Experience space and peace in the Zaan Hotel Amsterdam Zaandam


Enjoy lasting peace and luxury in the Zaanse style! The Zaan Hotel in Zaandam is only a 12-minute train ride away from the center of Amsterdam. This is ideal for travelers who want to combine a visit to Amsterdam with the Zaanse Schans. We also offer optimal arrangements for business travelers as well. The architecture is an ode to the “Zaanse” building style and the luxurious rooms have a contemporary design, offering every comfort and modern convenience that a traveler could wish for. Our organic (fair trade) and extensive breakfast buffet is dearly beloved by our guests and ensures a great start to your day! Moreover, the Zaan Hotel has a super-fast fiberoptic Internet connection free of charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="494.34" OriginalAmount="462.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.304613281626" Longitude="4.950649561925" StarRating="0" HotelCode="677840|hotel_levell" HotelName="Hotel Levell" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hullenbergweg 353, 1101 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11038190</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="494.77" OriginalAmount="462.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.318454748845" Longitude="4.870821528777" StarRating="4" HotelCode="|AAAS" HotelName="Aparthotel Adagio Amsterdam City South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Professor J.H. Bavincklaan 5, Amstelveen</AddressLine>
          </AddressLines>
          <PostalCode>(0)202156121</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/835815/5423360.jpg</HotelPictures>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;This apartment hotel has a lift and a reception desk. Amenities available at the hotel include a baggage storage service, a safe and a drinks machine. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. There are a number of shops, including a supermarket. Additional amenities include a TV room and a playroom. Guests arriving by car can park their vehicles in the garage or in the car park. Other services include a 24-hour security service, medical assistance, room service, a laundry service and a coin-operated laundry. Active guests can make use of the bicycle hire service to explore the surrounding area. To assist guests with their business and communication needs, the business centre offers a fax machine.This apartment hotel is located in Amstelveen, approximately 15 km from the beach.The sports and entertainment facilities at the hotel ensure that guests have plenty of activities to choose from during their stay. There are many ways to relax or stay active at the hotel, including cycling/mountain biking, a gym, table tennis and aerobics. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Rooms are equipped with air conditioning and central heating. Children's beds can be requested for younger guests. A safe, a minibar and a desk are also available. A kitchenette with a microwave and a tea/coffee station is also provided as standard. A telephone, a TV and WiFi ensure optimal comfort. A hairdryer and a telephone are available in the bathrooms, which are equipped with a shower and a bathtub. The apartment hotel has family rooms and non-smoking rooms.There is a bar on the premises. Breakfast and lunch are served every day. Special meals, including diet meals, are also available. The apartment hotel also offers special catering options.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="508.25" OriginalAmount="475.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.364274841549" Longitude="4.879916900629" StarRating="3" HotelCode="153312|quentin_hotel" HotelName="Quentin Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 89, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/389264/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="509.32" OriginalAmount="476.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.385593" Longitude="4.847073" StarRating="4" HotelCode="209260|golden_tulip_amsterdam_west" HotelName="XO Hotels Park West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molenwerf 1, 1014 AG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/297694/a_297694_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam. Public transport stops are just outside the door.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="512.53" OriginalAmount="479.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.353797" Longitude="4.8656559999999" StarRating="2" HotelCode="55141|apple_inn_hotel" HotelName="Apple Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Garden,Internet,Lounge,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Koninginneweg 93, 1075 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/71481/a_71481_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This tasteful hotel is centrally located in the cultural area of Amsterdam, opposite the renowned Vondelpark in the peaceful Oud Zuid residential area of the city. The historical centre is about 15 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="518.95" OriginalAmount="485.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.351217967483" Longitude="4.8412875867042" StarRating="4" HotelCode="299589|best_western_premier_hotel_couture" HotelName="XO Hotels Couture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Delflandlaan 15, 1062 EA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-sr/63386.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam. A number of public transport stops are just outside the door.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="522.16" OriginalAmount="488.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.367908839051" Longitude="4.8439871607131" StarRating="4" HotelCode="185782|ramada_apollo_amsterdam_centre" HotelName="Leonardo Hotel Amsterdam Rembrandtpark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Staalmeesterslaan 410, 1057 PH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/259780/a_259780_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located about 3.5 km from the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="522.99" OriginalAmount="488.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.346660577724" Longitude="4.83115472209" StarRating="4" HotelCode="|CCAH" HotelName="Corendon Amsterdam New-West, a Tribute Portfolio Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Aletta Jacobslaan 7</AddressLine>
          </AddressLines>
          <PostalCode>(0)203084980</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/407908/18395018.jpg</HotelPictures>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;Guests have a choice of 263 non-smoking rooms. The multilingual staff at the reception desk in the lobby are ready to assist you with check-in and check-out. Amenities include a baggage storage service and a cash machine. Wireless internet access is provided in public areas (no extra charge). The tour desk offers assistance with booking excursions. Wheelchair-accessible facilities are available. Souvenirs can be purchased at the gift shop. A garden provides extra space for rest and relaxation in the open air. Additional facilities include a newspaper stand. Guests arriving by car can park their vehicles in the garage or in the car park (for a fee). Further services and facilities include a babysitting service, room service and a coin-operated laundry. Travellers with bicycles can make use of the on-site bicycle storage area. Complimentary newspapers are available. Lectures, presentations and meetings can be held in one of the 3 conference rooms.This hotel is located in Amsterdam. Its setting is especially ideal for business travellers as well as families. The nearest public transport stop is about 400 m away.The sun loungers are perfect for soaking up some sun. The hot tub in the pool area promises pure relaxation. There are many ways to relax or stay active at the hotel, including callisthenics, a spa and a beauty salon. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Rooms are equipped with air conditioning and central heating. All rooms are carpeted and include a double bed or a king-size bed. An extra bed is available for a fee. A safe and a desk are also available. An ironing set is provided for guests' convenience. A flatscreen television and WiFi (no extra charge) are provided as well. A hairdryer is provided in the bathrooms. For extra comfort in the bathrooms, guests are offered cosmetic products. Wheelchair-friendly rooms with wheelchair-accessible bathrooms are also available.Dining facilities include a café, a bar and a lobby bar. Warm hospitality and a cosy atmosphere await guests in 2 non-smoking restaurants. Breakfast, lunch and dinner offer many delicious options. The hotel also offers snacks. The hotel offers a selection of alcoholic and non-alcoholic beverages.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="525.37" OriginalAmount="491.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37660598754883" Longitude="4.844573020935059" StarRating="4" HotelCode="0|cityden_amsterdam_west" HotelName="Cityden Amsterdam West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bos en Lommerplantsoen 45a, Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/3e/62/3e629830ddf8c04ec40ac4f657f105fc8212b18e.jpeg</HotelPictures>
        <HotelDescription>Located in Amsterdam (Amsterdam West), Cityden Amsterdam West is within a 15-minute drive of Anne Frank House and Leidseplein.  This 4-star hotel is 2.8 mi (4.5 km) from Van Gogh Museum and 3.2 mi (5.1 km) from Rembrandt Square.&lt;br /&gt;Enjoy the recreation opportunities such as a 24-hour fitness center or make use of other amenities including complimentary wireless Internet access.&lt;br /&gt;Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and an elevator. Self parking (subject to charges) is available onsite.&lt;br /&gt;Enjoy a satisfying meal at Lucy's Kitchen serving guests of Cityden Amsterdam West. Wrap up your day with a drink at the bar/lounge. To-go breakfasts are served on weekdays from 6:30 AM to 10:30 AM and on weekends from 7:00 AM to 11:00 AM for a fee.&lt;br /&gt;Make yourself at home in one of the 120 guestrooms, featuring kitchens with refrigerators and ovens. Flat-screen televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include laptop-compatible safes and microwaves, and housekeeping is provided daily.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Parking Space: &lt;/b&gt;Chargeable parking available on the premises. Cost: 12.50 EUR per day.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Tourists are required to provide a negative PCR test carried out no more than 12 hours before departure.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="535.00" OriginalAmount="500.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3414421" Longitude="4.85315607" StarRating="3" HotelCode="951173|olympic_hotel_25" HotelName="Olympic Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ijsbaanpad 12, 1076 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/31021/3831021/1.jpg?f=15682984</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="539.28" OriginalAmount="504.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.385501902765" Longitude="4.8326808884399" StarRating="3" HotelCode="333982|amsterdam_teleport_hotel" HotelName="Amsterdam Teleport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Heathrowstraat 3-5, 1043 CE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/63414/82d38fe8-e91d-4a38-8d32-f7757dcaeb71.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="539.28" OriginalAmount="504.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36125467" Longitude="4.881606" StarRating="3" HotelCode="211216|hotel_vossius_vondelpark" HotelName="Vossius Vondelpark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 8/9, 1071 AB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/214938/214938a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 39 rooms. Most of the storeys can be reached by lift. Services and facilities at the hotel include a baggage storage service, a safe and a business centre. Wireless internet access is available to travellers in the public areas. There is also a garden. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="542.49" OriginalAmount="507.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.359299522552" Longitude="4.9881581314811" StarRating="4" HotelCode="317864|amadi_panorama_hotel" HotelName="Amadi Panorama Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-BUFFET" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IJburglaan 539, 1087 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/431810/a_431810_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="544.63" OriginalAmount="509.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.361513245972" Longitude="4.8773110753262" StarRating="2" HotelCode="153311|quentin_england" HotelName="Quentin England" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 30, 1054 EZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388197/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="546.77" OriginalAmount="511.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.358182" Longitude="4.889771" StarRating="2" HotelCode="400757|symphony_budget_hotel_paganini" HotelName="Aston City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 68, 1072 AD Amsterdam, Oud-Zuid</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/95148/w_95148_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a convenient location in the heart of Amsterdam, overlooking one of characteristic canals of the city. The property is within walking distance of the famous Leidseplein square, boasting many restaurants, bars, nightclubs and the Holland Casino, where hotel guests have free entrance. Anne Frank House and other museums are 2 km and 1.5 km from the hotel, respectively and Schiphol Airport is approximately 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="547.84" OriginalAmount="512.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.392188" Longitude="4.91095" StarRating="4" HotelCode="336624|nh_galaxy" HotelName="NH Amsterdam Noord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 01/10/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Distelkade 21, 1031 XP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/55712/a_55712_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated just north of the centre of Amsterdam within walking distance of all the city's famous sights. The hotel is easily accessible both by car as well as by public transport. It is just 10 minutes drive from the city centre and the railway station is 1.5 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="548.91" OriginalAmount="513.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.352203764873" Longitude="4.8916585743427" StarRating="2" HotelCode="193889|easyhotel_amsterdam_ferdinand_bolstraat" HotelName="easyHotel Amsterdam City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Van Ostadestraat 97, 1072 ST Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/389476/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="553.19" OriginalAmount="517.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.353691" Longitude="4.897563" StarRating="3" HotelCode="337197|aalborg_hotel_amsterdam" HotelName="The Arcade Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatipark 106 b, 1073 EC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56058/a_56058_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family run hotel is centrally located next to a wonderful park near to Amsterdam's city and tourist centre. It is 15 km to the North Sea and public transport leaves from directly by the hotel. It is also just 15 km to the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="559.61" OriginalAmount="523.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.356398" Longitude="4.8783989999999" StarRating="2" HotelCode="38371|trianon_hotel_2" HotelName="Trianon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jan Willem Brouwersstr 3-7, 1071 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/63423/a_63423_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This captivating hotel is on a peaceful side street off the van Baerlestraat shopping street. From the hotel visitors can comfortably discover Amsterdam's city centre with its copious shops and other entertainment options, as well as the scores of tourist attractions on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="559.61" OriginalAmount="523.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.359179134284" Longitude="4.8763337731361" StarRating="3" HotelCode="26716|city_garden" HotelName="Hotel City Garden Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 162, 1071 CH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/39183/a_39183_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is housed in a beautiful building located in the expansive Vondel Park. There are many historical monuments nearby, and it is also close to the three most important museums of Amsterdam: the National Museum (Rembrandt), the Van Gogh Museum and the Municipal Museum (modern art). The hotel is also but a stone's throw from the Concert Hall, home to the world famous Concert Hall Orchestra. The bus station is a 2-minute walk away, while the train station is 20 minutes away. There is a wide range of bars, restaurants and clubs in the immediate area. The airport is 18 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="560.68" OriginalAmount="524.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.31746284" Longitude="4.87174519" StarRating="4" HotelCode="523893|cityden_amsterdam_south_hotel_apartments" HotelName="Cityden Up" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Professor J.H. Bavincklaan, 1183AT Amstelveen</AddressLine>
          </AddressLines>
          <CityName>Amstelveen</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/694117/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Amstelveen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="564.96" OriginalAmount="528.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.32609939575195" Longitude="4.953660011291504" StarRating="3" HotelCode="0|via_suites" HotelName="Via Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Diemerhof 20, Diemen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/9d/e8/9de8d37579e4cd5a2838aba18aac1a66745c8120.jpeg</HotelPictures>
        <HotelDescription>When you stay at Via Suites in Diemen, you'll be in the business district, a 4-minute drive from AFAS Live and 6 minutes from Ziggo Dome.  This hotel is 2.1 mi (3.4 km) from Johan Cruyff Arena and 4.6 mi (7.4 km) from Artis.&lt;br /&gt;Featured amenities include a business center, a 24-hour front desk, and luggage storage. This hotel has 6 meeting rooms available for events. Self parking (subject to charges) is available onsite.&lt;br /&gt;Enjoy a satisfying meal at Via Amsterdam / The Dude serving guests of Via Suites. Wrap up your day with a drink at the bar/lounge.&lt;br /&gt;Make yourself at home in one of the 26 guestrooms, featuring kitchenettes with full-sized refrigerators/freezers and microwaves. Flat-screen televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include phones and separate sitting areas, and housekeeping is provided daily.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Tourists are required to provide a negative PCR test carried out no more than 12 hours before departure.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="566.03" OriginalAmount="529.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365186" Longitude="4.8806286666667" StarRating="2" HotelCode="146671|hotel_amsterdam_inn_city_centre" HotelName="Hotel Amsterdam Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Leidsegracht 111, 1017 ND Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/201583/201583a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This enchanting hotel features a privileged situation just 200 metres from Amsterdam's lively Leidseplein and just a few steps from a host of cafés and restaurants. Guests will find themselves close to some of the most important attractions in the area, such as Museumplein, situated just a 9-minute walk away. This hotel offers a choice of guest rooms featuring a functional décor and modern services such as complimentary Wi-Fi internet connection. Some accommodation units include a television and desk. They are all equipped with a private bathroom which is fitted with a shower. A delicious breakfast is served daily at this charming property, including a wide choice of specialities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="568.17" OriginalAmount="531.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.363173339847" Longitude="4.8774307966232" StarRating="3" HotelCode="193868|hotel_iron_horse" HotelName="Hotel Iron Horse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 33, 1054 HB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/236916/236916a_hb_a_004.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="571.27" OriginalAmount="533.90" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.326672" Longitude="4.87997" StarRating="4" HotelCode="101716|NS9" HotelName="NH Amsterdam Zuid" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Van Leijenberglaan 221</AddressLine>
          </AddressLines>
          <PostalCode>(0)205414140</PostalCode>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/142185/a_142185_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located in the heart of Amsterdam's vibrant Zuidas business district within a stone's throw of the World Trade Centre. The trendy area offers a wide range of shopping facilities, fine restaurants and cafés. It is also within easy reach of the Amsterdam city centre by public transport or car. Guests can visit the Amsterdamsche Bos Park within walking distance of the hotel. It is also located near the main Amsterdam ring road, which gives it easy access to and from Amsterdam Schiphol Airport, located about 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="574.59" OriginalAmount="537.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.355548355683" Longitude="4.8690546228625" StarRating="3" HotelCode="116330|the_neighbours_magnolia_3" HotelName="The Neighbour's Magnolia" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Willemsparkweg 205, 1071 HB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/225551/225551a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="575.30" OriginalAmount="537.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.438052351254" Longitude="4.8160049619713" StarRating="4" HotelCode="102283|ZAAN" HotelName="Inntel Hotel Amsterdam Zaandam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 26/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Provincialeweg 102, Zaandam</AddressLine>
          </AddressLines>
          <PostalCode>(0)756701379</PostalCode>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/142986/a_142986_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the pretty, outskirts Amsterdam, directly adjacent to the main train station Zaandam, with direct trainlinks to the centre of Amsterdam (12 minutes) and Schiphol Airport (16 minutes). You can reach the RAI convention centre by car or public transport within 25 minutes. The motorway is 5 minutes away by car and the hotel offers free parking. This is the ideal stopover point for both business and leisure travellers. Well worth a visit in the city are the canals, the warehouses and the museums as well as the Zaanse marshlands that feature historical windmills, the cheese market in Alkmaar and picturesque Volendam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="575.66" OriginalAmount="538.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.376182102068" Longitude="4.8922996222973" StarRating="1" HotelCode="193886|hotel_tourist_inn" HotelName="Budget Hotel Tourist-Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 52, 1012 TV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388576/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="575.66" OriginalAmount="538.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3345518" Longitude="4.7737949" StarRating="3" HotelCode="155985|herbergh_hotel_amsterdam_airport" HotelName="Hotel Herbergh Amsterdam Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sloterweg 259, 1171 CP Badhoevedorp</AddressLine>
          </AddressLines>
          <CityName>Badhoevedorp</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/221680/a_221680_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Badhoevedorp. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="577.80" OriginalAmount="540.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.346660577724" Longitude="4.8311547220901" StarRating="4" HotelCode="299591|corendon_vitality_hotel_amsterdam" HotelName="Corendon City Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aletta Jacobslaan 7, 1066 BP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/407908/a_407908_AX2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="578.87" OriginalAmount="541.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.333667" Longitude="4.9278389999999" StarRating="3" HotelCode="29488|bastion_deluxe_hotel_amsterdamamstel" HotelName="Bastion Hotel Amsterdam/Amstel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Verlengde Van Marwijk Kooystraat 30, 1114 AC Amsterdam, Duivendrecht</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47144/a_47144_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to the RAI and the Amsterdam Arena. With public transportation guests can reach the historical centre of Amsterdam within 10 minutes. From there guests have all the famous attractions within reach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="579.94" OriginalAmount="542.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.392798910412" Longitude="4.8687832711639" StarRating="3" HotelCode="18782|westcord_art_hotel_amsterdam" HotelName="WestCord Art Hotel Amsterdam 3-stars" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spaarndammerdijk 302, 1013 ZX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/23432/a_23432_G2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated 10 minutes from the city centre. A bus stop to the city centre and the central station can be found right in front of the hotel. The hotel has excellent access for cars.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="583.15" OriginalAmount="545.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.387374221332" Longitude="4.8355350150634" StarRating="4" HotelCode="317279|mercure_hotel_amsterdam_sloterdijk_station" HotelName="Mercure Hotel Amsterdam Sloterdijk Station" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 1, 1043 BP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/431478/a_431478_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="591.71" OriginalAmount="553.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3047669" Longitude="4.9476867999999" StarRating="4" HotelCode="310523|ozo_hotel" HotelName="Ozo Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karspeldreef 2, Zuid-Oost, 1101 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/400742/400742a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="598.13" OriginalAmount="559.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.353535" Longitude="4.871992" StarRating="3" HotelCode="337317|memphis_hotel_2" HotelName="The Alfred Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cornelis Schuytstraat 58-60, 1071 JL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56125/a_56125_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in an ivy-covered building located just a short distance from the lively centre of Amsterdam. Scores of shopping venues, restaurants, bars as well as links to the public transport network are located in the hotel's vicinity. This hotel is situated approximately 1.5 km from the nearest nightclub and roughly 15 km from Schiphol airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="601.34" OriginalAmount="562.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37887577" Longitude="4.83802553" StarRating="3" HotelCode="847565|hotel_new_kit" HotelName="Hotel New Kit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bos En Lommerweg 390, 1061 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11031403</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="602.41" OriginalAmount="563.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.337327" Longitude="4.817107" StarRating="4" HotelCode="29267|mercure_hotel_amsterdam_airport" HotelName="Mercure Hotel Amsterdam West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oude Haagseweg 20, 1066 BW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47136/a_47136_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies approximately 5 km from Schiphol International Airport. Guests may make use of the free shuttle service that runs between the airport and the hotel. The town centre and other attractions are to be found within 8 km of the hotel. Links to the public transport network lie some 100 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="603.46" OriginalAmount="563.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3414421" Longitude="4.85315607" StarRating="0" HotelCode="|OLYA" HotelName="Olympic Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Ijsbaanpad 12</AddressLine>
          </AddressLines>
          <PostalCode>(0)202405050</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/OLYA/OLYA_MAP.jpg</HotelPictures>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The friendly staff at the reception desk are happy to answer any questions. Amenities available at the hotel include a baggage storage service, a safe and a drinks machine. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities and a lift. A number of shops, including a supermarket, are great for shopping or just browsing. A garden provides extra space for rest and relaxation in the open air. Additional facilities include a TV room. Guests arriving by car can park their vehicles in the garage or in the car park. Further services and facilities include a 24-hour security service, room service, a laundry service and a coin-operated laundry. Cyclists can make use of the bicycle storage area and hire service. Complimentary newspapers are available. The business centre is on hand for guests' business requirements and provides a fax machine.This hotel is located in the centre of Amsterdam.A sun terrace is a great place to while away the hours. The hot tub in the pool area promises pure relaxation. Active guests can enjoy cycling/mountain biking. Sport and leisure facilities at the hotel include a gym, callisthenics and aerobics. Various wellness options are available at the hotel, including a spa, a sauna, a steam bath and hydrotherapy treatments. Entertainment options and leisure facilities include a dance club and a nightclub. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Rooms are equipped with air conditioning and central heating. Extra beds can be requested. A safe and a minibar are also available. Additional features include a mini fridge and a tea/coffee station. An ironing set is provided for guests' convenience. A telephone, satellite television and WiFi are provided as well. A hairdryer and a vanity mirror are available in the bathrooms, which are equipped with a shower. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms. The hotel has family rooms, non-smoking rooms and smoking rooms.Various dining options are available, including a restaurant, a dining room, a café and a bar. In addition to breakfast, the hotel also offers lunch and dinner à la carte. Diet meals, gluten-free meals, vegetarian dishes and children's meals can be prepared on request. In addition, special catering options and snacks are available.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="613.11" OriginalAmount="573.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3622316" Longitude="4.86415375" StarRating="2.5" HotelCode="590491|hotel_heye_130" HotelName="Hotel Heye 130" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/09/2024" HotelFacility="Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jan Pieter Heijestraat 130, 1054 MJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5352206</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="614.18" OriginalAmount="574.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.361117278711" Longitude="4.9006848427564" StarRating="2" HotelCode="116282|hotel_de_munck_2" HotelName="De Munck" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Achtergracht 3, 1017 WL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/214125/214125a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="615.25" OriginalAmount="575.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3647606" Longitude="4.9042788" StarRating="2" HotelCode="148799|hotel_hermitage_amsterdam" HotelName="Hermitage Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Keizersgracht 16, 1018 DR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388089/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="620.60" OriginalAmount="580.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.386452" Longitude="4.923327" StarRating="3" HotelCode="623354|i_hotel_13" HotelName="i Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Meeuwenlaan 120, 1021 JN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/92693/3692693/1.jpg?f=15235021</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="624.88" OriginalAmount="584.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.348652" Longitude="4.765684" StarRating="4" HotelCode="69636|park_plaza_amsterdam_airport_2" HotelName="Park Plaza Amsterdam Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Melbournestraat 1, 1175 RM  Lijnden, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/91736/ba_91736_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located in the west of Amsterdam, only 5 km from Schiphol International Airport. The centre of Amsterdam is just a 15-minute drive away, whilst line 1 of the city’s tram service offers a direct connection to Amsterdam Central Station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="627.02" OriginalAmount="586.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.313328082589" Longitude="4.944456887486" StarRating="2" HotelCode="522039|easyhotel_amsterdam_arena_boulevard" HotelName="easyHotel Amsterdam Arena Boulevard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>ArenA Boulevard 129, Zuidoost, 1101 DM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/543643/543643a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;easyHotel Amsterdam Arena Boulevard is located in the South-east area between all the mayor event centers such as the Ziggo Dome, AFAS live (before Heineken Music Hall) and the Amsterdam Arena. The hotel is centered in the most prominent business and entertainment area of Amsterdam with many restaurants, bars and shops.

The hotel is located 100 meters from the Amsterdam Bijlmer Arena train station, which has direct connections with Amsterdam Schiphol Airport, Amsterdam RAI and the center of Amsterdam on a 15 minutes travelling distance. The hotel is also easily accessible by car and there is a large parking lot next to the Arena which is open 24 hours a day, with a maximum tariff of 24 euros a day.

If you would like to go for a delicious breakfast, lunch or dinner the following places are at walking distance from the hotel: Subway, Simit Sarayi, Bakerstreet, Ichi-E and Burger Bitch. 
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="633.44" OriginalAmount="592.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.375061" Longitude="4.895358" StarRating="2" HotelCode="61173|budget_hotel_damrak_inn" HotelName="Damrak Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Laundry,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 58-59, 1012LL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/79158/a_79158_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historic heart of Amsterdam, a perfect base for as pleasant a holiday as possible. Dam Square with the King's Palace, Rembrandt Square and the city's main railway station are all around 5 minutes away by foot. The Van Gogh Museum, Waterloo Square and the main shopping area are also only a short walk away. The historic Beurs van Berlage and the department store De Bijenkorf can be found directly opposite the hotel. Schiphol international airport is approximately 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="638.79" OriginalAmount="597.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.309557082282" Longitude="4.942098521461" StarRating="4" HotelCode="284373|holiday_inn_amsterdam__arena_towers" HotelName="Holiday Inn Amsterdam - Arena Towers" Meals="BREAKFAST-FOR-2,ROOM ONLY" BedType="BREAKFAST-FOR-2" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoogoorddreef 66a, 1101 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/362012/362012a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="642.00" OriginalAmount="600.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.368977424626" Longitude="4.8986283343586" StarRating="2" HotelCode="36036|rembrandtplein_hotel" HotelName="Rembrandtplein Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/08/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Groenburgwal 27, 1011 HR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/55/93/5593658214af22242221b22fe04f40cdec2d1b90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="643.07" OriginalAmount="601.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365453" Longitude="4.880277" StarRating="2" HotelCode="55142|backstage_hotel_amsterdam" HotelName="BackStage Hotel Amstersdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsegracht 114, 1016 CT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/71482/a_71482_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Amsterdam, this hotel lies within walking distance of all of the city's famous museums such as the Rijksmuseum and the Van Gogh Museum. Leidseplein, the main nightlife and entertainment area, is a mere 200 m away and a diversity of bars, restaurants, a casino, a theatre and countless shopping venues are to be found in the near vicinity. For a completely different scene, guests may go around the corner to the famous Prinsengracht, which is one of the most beautiful canals in the city. Links to the public transport network can be found directly in front of the hotel. Amsterdam-Schiphol Airport is 25 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="643.07" OriginalAmount="601.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.305294255835" Longitude="4.9503850736218" StarRating="3" HotelCode="590645|joy_hotel_6" HotelName="Hotel Joy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Hullenbergweg 385, Zuidoost, 1101 CS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/618909/618909a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="649.49" OriginalAmount="607.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.359133" Longitude="4.880093" StarRating="3" HotelCode="35193|hotel_van_gogh" HotelName="XO Hotels Van Gogh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van de Veldestraat 5, 1071 CM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/57349/a_57349_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of the museum district just a few paces from the famous “P.C. Hooftstraat” shopping mile. Links to Amsterdam's nightlife are located in Leidseplein, just a 5-minute walk from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="651.63" OriginalAmount="609.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36126637088" Longitude="4.8841032711639" StarRating="3" HotelCode="116174|leonardo_boutique_museum_hotel_amsterdam_city_center" HotelName="Apollo Museumhotel Amsterdam City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 2, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/159890/a_159890_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the point where the elegant P.C. Hofstraat meets charming Stadhouderskade. There couldn't be a more central place to stay in the heart of Amsterdam. The national museum, the 'Rijksmuseum', the Van Gogh Museum, Leidseplein, the historic city centre and the canals are all just a few minutes by foot from the hotel. Boat trips, the museum boat, pedal boats and the water taxi all depart from right in front of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="651.63" OriginalAmount="609.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.357531" Longitude="4.844213" StarRating="4" HotelCode="899394|westcord_fashion_hotel_amsterdam" HotelName="WestCord Fashion Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 1, 1058 GC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/182160/a_182160_E1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located opposite the World Fashion Centre, inside the A10 ring road. The hotel enjoys a favourable location, as the Leidseplein square can be reached within 10 minutes by tram and guests will also find Schiphol Airport and the RAI Convention Centre approximately 10 minutes from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="652.70" OriginalAmount="610.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.335183372878" Longitude="4.9137425422669" StarRating="4" HotelCode="318143|mercure_hotel_amsterdam_city" HotelName="Mercure Hotel Amsterdam City" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 10, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/32638/a_32638_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern upmarket hotel lies in the south of the city, close to Amsterdam Arena and the A2 Utrecht-Amsterdam motorway. The hotel enjoys excellent links to the transport system meaning that the city centre with its world-famous canals may easily be reached in just a few minutes. Amsterdam-Schiphol airport may be reached by car in just 15 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="653.77" OriginalAmount="611.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3649572" Longitude="4.880067" StarRating="2" HotelCode="154214|hotel_titus" HotelName="Titus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2024" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 74, 1017 PM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/389296/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="659.12" OriginalAmount="616.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.38424267" Longitude="4.90393048" StarRating="2" HotelCode="388540|clinknoord__hostel" HotelName="Clink Noord Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Badhuiskade 3, 1031 KV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/507875/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="660.19" OriginalAmount="617.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.356965" Longitude="4.877437" StarRating="3" HotelCode="95617|inner_hotel__hostel" HotelName="XO Hotel Inner" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wanningstraat 1, 1071 LA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/132784/w_132784_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The budget hotel is located in the centre of Amsterdam, close to Museum Square and Leidse Square as well as Vondelpark. The hotel is located just behind the Concert Hall, within a short walk of the Van Gogh Museum and the Rijksmuseum. Leidseplein is a vibrant square with lots of bars, clubs and restaurants to enjoy the evenings or to enjoy a nice drink during a sunny day on one of its terraces. Schiphol Airport is about 20 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="663.40" OriginalAmount="620.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.354544" Longitude="5.005468" StarRating="0" HotelCode="975299|hotel_breeze_amsterdam" HotelName="Hotel Breeze Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bert Haanstrakade 1074, 1087 HJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10794828</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="665.54" OriginalAmount="622.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.352758" Longitude="4.8617340000001" StarRating="2" HotelCode="408681|aadam_wilhelmina" HotelName="Aadam Wilhelmina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Koninginneweg 169, 1075 CN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/99870/a_99870_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam near to the main museums, the concert hall, Vondel Park, the World Trade Centre and the Fashion Centre. It is in the heart of the fashion district of Amsterdam and guests will also find restaurants, bars, links to the public transport network and shops all in the immediate vicinity and the nearest nightclubs are nearby. Amsterdam Schiphol airport is only 8 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="669.82" OriginalAmount="626.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365307" Longitude="4.8857390000001" StarRating="2" HotelCode="142210|acostar" HotelName="Acostar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kerkstraat 45-49, 1017 GB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/203196/a_203196_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam's city centre. Leidseplein square is around the corner and Rembrandtplein square is about 5 minutes away. Guests will find restaurants, bars, links to the public transport network and shops all within 100 m of the property. The Flower Market is 400 m, the Heineken Experience is 600 m and the Kalverstraat shopping street is 800 m away. Further attractions of interest to visitors include Dam Square (1.2 km) and the Anne Frank house (1.3 km). Amsterdam Schipol Airport is 18 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="674.10" OriginalAmount="630.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.357867" Longitude="4.900296" StarRating="3" HotelCode="89082|ibis_styles_amsterdam_amstel" HotelName="Ibis Styles Amsterdam Amstel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 131, 1074 AW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/124824/a_124824_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Stadhouderskade in a quiet but central part of Amsterdam, close to the Heineken Brewery and within walking distance of the Museumplein, where the world-famous museums may be found. The Rembrandtsplein, one of the main places to go out in the evenings, and the Ferdinand Bolstraat with its busy bars and restaurants are also nearby.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="675.17" OriginalAmount="631.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36006846106" Longitude="4.8819680779143" StarRating="2" HotelCode="168159|the_poet_hotel_amsterdam" HotelName="Max Brown Hotel Museum Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jan Luijkenstraat 40-46, 1071CR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/7080/a_7080_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a delightful, peaceful residential area close to Amsterdam's buzzing city centre. Being near to all the eminent museums and the Vondelpark and with a tram station just stone's throw away, this hotel is the perfect starting point for exploring the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="676.24" OriginalAmount="632.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365943952643" Longitude="4.8955864404754" StarRating="3" HotelCode="337222|hotel_atlanta_2" HotelName="Hotel Atlanta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtsplein 8-10, 1017 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56072/a_56072_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam and over looks the eminent Rembrandtplein. Scores of museums, galleries, theatres, cinemas, shops, restaurants, canals, bars, nightclubs and casinos are all easily reached on foot. It is just 4.5 km to the airport. The Kalverstraat shopping street is a 2-minute walk away. Guests can reach Dam Square in a 10-minute walk or catch one of the trams at Rembrandt Square: From here they will have direct access to Amsterdam Central Train Station. The painter Piet Mondriaan lived and painted in this hotel between 1904 and 1907.Examples of Mondriaan's paintings can be seen on the walls throughout the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="677.31" OriginalAmount="633.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36210501" Longitude="4.8785510433333" StarRating="3" HotelCode="75861|owl_hotel" HotelName="Owl" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Bicycle Rental,Concierge,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 1, 1054 EV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/387595/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Owl Hotel in Amsterdam (Museum Quarter), you'll be minutes from Holland Casino and Leidseplein. This hotel is within close proximity of P.C. Hooftstraat and DeLaMar Theater.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Stay in one of 34 guestrooms featuring LCD televisions. Complimentary wireless Internet access is available to keep you connected. Conveniences include phones, and cribs/infant beds (complimentary) can be requested.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless Internet access.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Quench your thirst with your favorite drink at a bar/lounge. Breakfast is available for a fee.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. A roundtrip airport shuttle is provided for a surcharge (available on request).&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="678.38" OriginalAmount="634.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.314264" Longitude="4.947596" StarRating="3" HotelCode="260147|hampton_by_hilton_amsterdam_arena_boulevard" HotelName="Hampton Amsterdam Arena Boulevard" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoekenrode 1, Amsterdam 1102 BR</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/363264/a_363264_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="679.45" OriginalAmount="635.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37950125046" Longitude="4.8971813294721" StarRating="3" HotelCode="33664|ibis_amsterdam_centre" HotelName="Hotel ibis Amsterdam Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stationsplein 49, 1012 AB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/53244/a_53244_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the heart of Amsterdam. Its setting is especially ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="680.52" OriginalAmount="636.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.376066" Longitude="4.8966350000001" StarRating="2" HotelCode="116415|amsterdam_orange_tulip_hotel" HotelName="Orange Tulip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 32, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/160167/w_160167_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on one of the main streets of central Amsterdam, the Damrak. The location is ideal, right in between Central Station and Dam Square. Amsterdam's Red Light District is located nearby and the famous shopping streets Kalverstraat and Nieuwendijk are parallel to Damrak. Access to public transport is within easy walking distance. Schiphol Airport is situated approximately 18 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="680.65" OriginalAmount="636.12" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.376005" Longitude="4.901172" StarRating="3" HotelCode="12650|17209" HotelName="France Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/10/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Kolk 11, 1012 AL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/12959/a_12959_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in a modern building in the centre of Amsterdam. Some of the rooms offer a marvellous view of Amsterdam's canals. The hotel has a perfect location very close to Dam Square, central railway station, and the red light district. The central location means that most tourist attractions are easily reached on foot. It is approximately 15 km to the beach. Shops, restaurants, bars and public transport links are 10 m away.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="683.73" OriginalAmount="639.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365459593784" Longitude="4.9355818802194" StarRating="2" HotelCode="92778|stayokay_amsterdam_zeeburg_hostel" HotelName="Stayokay Amsterdam Oost" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Timorplein 21, 1094 CC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/47364/47364/1.jpg?f=15584073</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="684.80" OriginalAmount="640.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.362872" Longitude="4.876461" StarRating="3" HotelCode="186137|espresso_city_centre" HotelName="Hotel Espresso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 57, 1054 HC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/29/296443/296443a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="690.15" OriginalAmount="645.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.375011331165" Longitude="4.8969814181328" StarRating="3" HotelCode="18211|tulip_inn_amsterdam_centre" HotelName="XO Hotels City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beursstraat 11-19, 1012 JT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/22619/a_22619_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in close proximity to all major sights such as the Central Station, Dam Square and the canalboats on the Damrak and De Bijenkorf, all of which are within 3 minutes’ walking distance. Furthermore, there are direct public transport links to Schiphol International Airport (15 kilometres away), the RAI and the World Trade Center, to name just a few.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="691.96" OriginalAmount="646.69" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.392715" Longitude="4.86885" StarRating="4" HotelCode="207323|K3A" HotelName="WestCord Art Hotel Amsterdam 4****" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spaarndammerdijk 302</AddressLine>
          </AddressLines>
          <PostalCode>(0)206810802</PostalCode>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/121213/121213a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 60 rooms. Services and facilities at the hotel include a baggage storage service, a dining area, room service, a conference room and a business centre. Wireless internet access is available to travellers in the public areas. Guests arriving by car can leave their vehicles in the garage or in the car park. A bicycle hire service gives guests the opportunity to explore the surrounding area independently.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="693.36" OriginalAmount="648.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.33261308" Longitude="4.91762544" StarRating="4" HotelCode="820919|leonardo_royal_hotel_amsterdam" HotelName="Leonardo Royal Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Paul van Vlissingenstraat 24, 1096 BK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/644931/644931a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="695.50" OriginalAmount="650.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.390146801362" Longitude="4.8425118764399" StarRating="3" HotelCode="505805|park_inn_by_radisson_amsterdam_city_west" HotelName="Park Inn by Radisson Amsterdam City West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>La Guardiaweg 59, 1043 DE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/620256/a_620256_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="695.50" OriginalAmount="650.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.362245458387" Longitude="4.8984680324793" StarRating="2" HotelCode="193876|itc_hotel" HotelName="ITC Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/09/2024" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 1051, 1017 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/11/111068/111068a_hb_a_031.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="695.50" OriginalAmount="650.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.362056459457" Longitude="4.8995587755128" StarRating="1" HotelCode="154080|townhouse_hotel_3" HotelName="The Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 816, 1017 JL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388266/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="696.57" OriginalAmount="651.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365709" Longitude="4.87816" StarRating="3" HotelCode="408686|nl_hotel_district_leidseplein" HotelName="NL Hotel District Leidseplein" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nassaukade 368, 1054 AB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/99873/r_99873_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Amsterdam, on the Singel Gracht. It is surrounded by museums, shops, cafés, restaurants, galleries and all the unique attractions Amsterdam has to offer. Amsterdam Schiphol Airport is about 26 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="699.78" OriginalAmount="654.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36245" Longitude="4.8775860000001" StarRating="3" HotelCode="61812|prinsen_hotel" HotelName="Prinsen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Garden,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vondelstraat 36-38, 1054 GE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/79925/a_79925_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is charmingly decorated and centrally located in the vicinity of the city centre and within walking distance of the Rijksmuseum, the Stedelijk Museum of modern art, the Van Gogh Museum, Leidse Square and the popular Vondelpark. The Anne Frank House museum is about a 22-minute walk from the hotel and the station is around 3 km away. The city centre and restaurants, shops, the bus station and public transport links can all be found just some 100 m from the hotel. Bars, pubs and a disco or club can also be accessed in around 5 minutes on foot. Guests can reach the beach in around 30 minutes by car and Amsterdam's Schiphol Airport is approximately 15 km from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="700.02" OriginalAmount="654.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.376627" Longitude="4.89467" StarRating="3" HotelCode="26717|AVA" HotelName="Avenue Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 26/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 33</AddressLine>
          </AddressLines>
          <PostalCode>(0)205309577</PostalCode>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/39184/w_39184_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical heart of the city on the Nieuwezijds Voorburgwal. This is one of the broad streets that go from the central station to the Damplein in the centre of the city. All the well-known attractions of Amsterdam are nearby. From Schiphol Airport the hotel is reachable by train or taxi within an average time of around 30 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="701.92" OriginalAmount="656.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.362107406324" Longitude="4.8783124703484" StarRating="3" HotelCode="200950|best_western_leidse_square_hotel" HotelName="Leonardo Hotel Amsterdam City Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesselschadestraat 23, 1054 ET Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/7683/a_7683_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the city centre and near to the Van Gogh Museum, the Rijksmuseum and the Leidseplein. Public transport is located in the surrounding area (approximately 150 m away). Scores of shops as well as countless restaurants, bars and nightclubs lie 200 m to 300 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="702.99" OriginalAmount="657.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3759113" Longitude="4.8988722" StarRating="2" HotelCode="901508|hotel_old_quarter" HotelName="Old Quarter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 22, 1012 JD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388173/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="713.69" OriginalAmount="667.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.360758226607" Longitude="4.9188441638237" StarRating="1.5" HotelCode="429373|generator_amsterdam" HotelName="Generator Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Banquet Hall,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Diet Meals,Meeting Room,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mauritskade 57, 1092 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/477281/477281a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Generator Amsterdam is located in the up-and-coming eastern side of the city overlooking Oosterpark. This former zoological university building can accommodate 564 guests in 168 twin and quadruple rooms with incredible views on the surrounding and en-suite bathrooms. There is also one luxury apartment for six people with views of the park and a self-catered kitchen. It has flexible and spacious social areas, filled with creative design touches like glass-fronted elevators, a raised café and an outdoor terrace. We've turned the former lecture hall into an impressive chill-out lounge and bar, while the old library is now a relaxation and private events room. The basement and café are now dining destinations and the original boiler room has become a secret late night bar. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="717.97" OriginalAmount="671.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37075866" Longitude="4.86998054" StarRating="2" HotelCode="143288|alp_hotel_amsterdam" HotelName="Alp" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>De Clercqstraat 52, 1052 NH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/389109/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="720.11" OriginalAmount="673.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3548484" Longitude="4.8835874" StarRating="2" HotelCode="155048|hotel_washington_2" HotelName="Washington" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frans van Mierisstraat 10, 1071 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388286/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="720.11" OriginalAmount="673.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36965073" Longitude="4.88005577" StarRating="3" HotelCode="711127|melrose_hotel_3" HotelName="Melrose Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elandsgracht 92, 1016 TZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/27254/3827254/1.jpg?f=15646421</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="724.39" OriginalAmount="677.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.377859" Longitude="4.9140640000001" StarRating="4" HotelCode="58830|movenpick_hotel_amsterdam_city_centre" HotelName="Mövenpick Amsterdam City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piet Heinkade 11, 1019 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/76215/a_76215_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the water's edge, and yet within walking distance of the old centre of Amsterdam and the Central Station. Restaurants and bars can be found within around 1 km of the hotel. Dam Square is around 2 km away and the museum district is about 6 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="732.66" OriginalAmount="684.73" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.278940208244" Longitude="4.7499668598175" StarRating="4" HotelCode="29266|5791" HotelName="Radisson Blu Amsterdam Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 30/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Boeing Avenue 2, 1119 PB, Schiphol-Rijk</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47135/a_47135_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is perfectly located in the green business park of Schiphol-Rijk. Surrounded by the greenery of the business park, the hotel can easily be reached by car via nearby motorways. The hotel's close proximity to Amsterdam Airport Schiphol, Amsterdam RAI Exhibition and Convention Centre, Amsterdam's World Trade Center and the city centre of Amsterdam makes it ideal for business meetings and conferences.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="732.95" OriginalAmount="685.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.374509195063" Longitude="4.9047789061821" StarRating="3" HotelCode="345610|fine_seasons_hotel" HotelName="Hotel Fine Seasons" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 120, 1011 AM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/501875/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="737.23" OriginalAmount="689.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.372305" Longitude="4.897554" StarRating="2" HotelCode="337195|heart_of_amsterdam__hostel_2" HotelName="Heart of Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Achterburgwal 118-120, 1012 DT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56057/a_56057_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the in the famous red light district "De Wallen" close to the city centre, roughly 3 minutes walk from the royal palace on Dam Square. A profusion of shops, restaurants, bars and nightclubs as well as links to the public transport network are all to be found in the hotel's direct vicinity. Amsterdam airport is located approximately 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="737.23" OriginalAmount="689.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.325932" Longitude="4.867066" StarRating="3" HotelCode="187062|holiday_inn_express_amsterdam__south" HotelName="Holiday Inn Express Amsterdam - South" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel,City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Zwaansvliet, 20, Amsterdam 1081AP</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/80/809545/vr9jSNPJ_3ee9fe15c6983a6df8c66d2162c78e37.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located near the financial district of Amsterdam, the South Axis. If using the tram or bus which stops in front of the hotel, guests are in close reach of all main financial institutes, the VU University Medical Centre and the RAI Exhibition and Conference Centre (all within 5-10 minutes travel time door-to-door). The hotel is located in the Jewish community of Amsterdam and Amstelveen and therefore guests will also find many Orthodox Synagogues within walking distance and special Shabbat amenities are available in the hotel. Amsterdam Schipol International Airport is approximately 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="740.44" OriginalAmount="692.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.357985" Longitude="4.900697" StarRating="3" HotelCode="89083|all_seasons_4" HotelName="Ibis Styles Amsterdam City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 135, 1074 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/124825/a_124825_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is located in the city centre, within walking distance of one of the major entertainment areas, Rembrandt Square, as well as the city’s flea market, the Heineken Brewery and the famous Albert Cuyp Market. It is a great base from which to explore the city. In addition to this, the city's major museums are all to be found in the immediate vicinity of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="743.65" OriginalAmount="695.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.376152308064" Longitude="4.899447319428" StarRating="2" HotelCode="53681|de_koopermoolen" HotelName="De Koopermoolen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/09/2024" HotelFacility="Fax,Meeting Room,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 5, 1012 HT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/01/015462/015462a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel De Koopermoolen is a monumental building dating from 1725 that was completely renovated in 1999. This three-star hotel is situated in the heart of Amsterdam and has 23 rooms on four floors.

Guests can use the safe, luggage depository and the Internet facilities in the lounge

Nice twin rooms that can accommodate two guests. Each room has a colour television with video films (pay movies), telephone, hairdryer, bath/shower and toilet. All the floors have lift access.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="749.00" OriginalAmount="700.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3549500625" Longitude="4.8770424" StarRating="3" HotelCode="78507|concert_inn" HotelName="The Concert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>De Lairessestraat 11, 1071 NR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/387637/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="751.30" OriginalAmount="702.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.374698" Longitude="4.903854" StarRating="5" HotelCode="387464|GH9" HotelName="Grand Hotel Amrâth Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 25/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 108</AddressLine>
          </AddressLines>
          <PostalCode>(0)205520900</PostalCode>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/90177/a_90177_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a perfect location in Prins Hendrikkade in the city centre, only around 500 m from the Central Station and just 1 km from Dam Square. This unique setting in the historic heart of Amsterdam borders on beautiful canals and means the hotel is within walking distance of the best sights. The valet parking service will take care of guests’ cars - one worry less. Schiphol Airport is just 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="760.77" OriginalAmount="711.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.355379" Longitude="4.902432" StarRating="3" HotelCode="193847|atlantis_amsterdam" HotelName="Hotel Atlantis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ceintuurbaan 215-217, 1074 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/215043/215043a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Amsterdam, this hotel is ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="770.40" OriginalAmount="720.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.349952700903" Longitude="4.9186385803566" StarRating="3" HotelCode="337392|hotel_casa_400_amsterdam" HotelName="Hotel Casa Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eerste Ringdijkstraat 4, 1097 BC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56169/a_56169_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated near the Middenweg in the southern part of Amsterdam near Frankendael Park. Copious shops, delightful restaurants, lively bars and an excellent connection to the public transport network are close at hand. It is not far to the nearest nightclub.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="775.75" OriginalAmount="725.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.373968254581" Longitude="4.8961633443832" StarRating="2" HotelCode="909545|st_christophers_inn_at_the_winston" HotelName="St. Christopher's at the Winston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 129, 1012 JA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/29/293481/293481a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Amsterdam. The 69 welcoming bedrooms offer a perfect place to relax at the end of the day. This property does not accept pets. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="780.03" OriginalAmount="729.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.374128" Longitude="4.9050130000001" StarRating="3" HotelCode="296732|hotel_mansion" HotelName="Hotel Mansion" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 123, 1011 AM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/209293/209293a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="784.31" OriginalAmount="733.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.35728372" Longitude="4.85546399" StarRating="0" HotelCode="581987|conscious_hotel_the_tire_station" HotelName="Conscious Hotel The Tire Station" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstelveenseweg 1-7, 1054 MB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11194382</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="784.31" OriginalAmount="733.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37304372" Longitude="4.91683465" StarRating="3" HotelCode="385311|pension_homeland" HotelName="Pension Homeland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Kattenburgerstraat 5, 1018 JA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/65173/2465173/1.jpg?f=15668380</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="787.52" OriginalAmount="736.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37606271" Longitude="4.89668846" StarRating="2" HotelCode="934444|budget_dam_hotel" HotelName="Damhotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 32, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/471571/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is only a 2-minute walk from Amsterdam central station and the bus station, and just 1 minute from the famous red light district as well as many shops, restaurants and bars. Dam Square can be reached in 4 minutes and nightlife is just 1 km from the hotel. Many of Amsterdam's attractions can also be found in the hotel's vicinity with the Anne Frank House around 1.7 km away, the museum area approximately 2.8 km away and Madame Tussauds just 500 m away. Schiphol Airport is roughly 15 km from the city hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="788.59" OriginalAmount="737.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.35132" Longitude="4.874097" StarRating="5" HotelCode="318243|bilderberg_garden_hotel" HotelName="Bilderberg Garden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dijsselhofplantsoen 7, 1077 BJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/32751/l_32751_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies in the south of Amsterdam within walking distance of the city's most exclusive shopping streets, famous museums and concert hall. The World Trade Centre and RAI exhibition centre may be reached by car in 5 minutes. Links to the public transport network are to be found 200 m away and allow access to the city centre within 15 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="789.66" OriginalAmount="738.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.372127663755" Longitude="4.8939210176468" StarRating="3" HotelCode="16717|rho_hotel_2" HotelName="Rho" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/10/2024" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nes 05-23, 1012  KC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/20311/a_20311_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Old Town on a quiet side street, a few steps from the historic Dam Square, Amsterdam's central square, where the Royal Palace and the New Church are located. The central station is about 5 minutes' walk and there are shops and nightlife options all around the hotel, despite its quiet location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="797.15" OriginalAmount="745.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.30453762" Longitude="4.80957385" StarRating="4" HotelCode="783710|renaissance_amsterdam_schiphol_airport_hotel" HotelName="Renaissance Amsterdam Schiphol Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/10/2024">
        <Address>
          <AddressLines>
            <AddressLine>Meester Jacob Takkade 35, 1432CB Aalsmeer, North Holland</AddressLine>
          </AddressLines>
          <CityName>Aalsmeer</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1061917/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="800.36" OriginalAmount="748.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.333733" Longitude="4.888883" StarRating="4" HotelCode="29268|novotel_amsterdam_city" HotelName="Novotel Amsterdam City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Europaboulevard 10, 1083 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47137/a_47137_AA2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Affording excellent transport links to the city centre, this hotel lies within 500 m of links to the public transport network, and is located next door to the World Trade Centre and the RAI complex. The city centre may be reached by tram in just 15 minutes; there are many restaurants and bars to be found in the near vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="800.60" OriginalAmount="748.22" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.400812" Longitude="4.893883" StarRating="4" HotelCode="293284|7J8" HotelName="DoubleTree by Hilton Hotel Amsterdam - NDSM Wharf" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>NDSM-Plein 28</AddressLine>
          </AddressLines>
          <PostalCode>(0)207220668</PostalCode>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/400982/a_400982_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="807.85" OriginalAmount="755.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36571447236" Longitude="4.8967024683952" StarRating="4" HotelCode="17621|nh_schiller" HotelName="NH Amsterdam Schiller" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtplein 26, 1017 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/21219/a_21219_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the very heart of Amsterdam. That means that guests can embark on a roundtrip boat for a guided tour on the well-known canals in less than 2 minutes' walk. The Anne Frank House is a 15-minute walk away and so is the Dam, whereas the Van Gogh Museum and the Heineken Brewery are only 20 minutes away by foot. The Rembrandt House and the Red Light District are only 10 minutes' walk away from the hotel. The RAI Congress Centre can be reached by tram in 20 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="807.85" OriginalAmount="755.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37131906" Longitude="4.93467879" StarRating="3" HotelCode="430547|hampton_by_hilton_amsterdam_centre_east" HotelName="Hampton by Hilton Amsterdam Centre East" Meals="BED &amp; BREAKFAST,BREAKFAST-FOR-1,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Panamalaan 188-196, 1019 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/541038/a_541038_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located approximately 3.5 km from the centre of Amsterdam. There are public transport stops in the immediate vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="808.92" OriginalAmount="756.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36830127" Longitude="4.92356095" StarRating="4" HotelCode="428729|yays_concierged_boutique_apartments_oostenburgergracht" HotelName="YAYS Oostenburgergracht - Concierged Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Oostenburgergracht 73, 1018 NC Amsterdam-Oost, Niederlande</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/575805/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at YAYS Concierged Boutique Apartments Oostenburgergracht in Amsterdam (Plantage - Eastern Docklands), you'll be minutes from Oosterkerk and close to Artis. This aparthotel is within close proximity of Tropenmuseum and National Maritime Museum.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 43 guestrooms, featuring kitchens with refrigerators and microwaves. 32-inch flat-screen televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include safes and coffee/tea makers, and housekeeping is provided on a limited basis.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include multilingual staff, luggage storage, and laundry facilities.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="816.41" OriginalAmount="763.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.361753" Longitude="4.87806" StarRating="4" HotelCode="97121|hotel_roemer" HotelName="Hotel Roemer" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 10, 1054 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/134939/a_134939_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location close to the lively Leidseplein square where guests can find restaurants, shops and bars. Amsterdam Airport Schiphol is located around 12 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="816.41" OriginalAmount="763.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36859893798828" Longitude="4.9480390548706055" StarRating="4" HotelCode="0|yays_entrepothaven_concierged_boutique_apartments" HotelName="Yays Entrepothaven Concierged Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Boutique_and_Design" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Cruquiusweg, Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/fd/3c/fd3cb8e509422183492375208716f31e5c848c80.jpeg</HotelPictures>
        <HotelDescription>Offering air-conditioned rooms in the Zeeburg district of Amsterdam, Yays Entrepothaven is 3 km from Artis Zoo. The property is around 3.9 km from Dutch National Opera &amp;amp; Ballet, 4.3 km from Royal Theater Carré and 5 km from Museum of Bags and Purses Hendrikje. The property is non-smoking and is set 3.9 km from Rembrandt House.&lt;br /&gt;Speaking English and Dutch, staff will be happy to provide guests with practical information on the area at the 24-hour front desk.&lt;br /&gt;Basilica of St. Nicholas is 5 km from the hotel, while Museum Ons' Lieve Heer op Solder is 5 km from the property. The nearest airport is Schiphol, 24 km from Yays Entrepothaven,&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Tourists are required to provide a negative PCR test carried out no more than 12 hours before departure.&lt;br /&gt;&lt;ul&gt;  &lt;li&gt;Parking height restrictions apply. &lt;/li&gt; &lt;/ul&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="818.55" OriginalAmount="765.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.376499963133" Longitude="4.8997892967617" StarRating="3" HotelCode="116316|hotel_prins_hendrik" HotelName="Prins Hendrik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/09/2024" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 53, 1012 AC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/29/297433/297433a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="818.55" OriginalAmount="765.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.372133" Longitude="4.894852" StarRating="2" HotelCode="101717|hotel_de_gerstekorrel" HotelName="De Gerstekorrel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Golf,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damstraat 22, 1012 JM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/142186/w_142186_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the famous Dam Square, major shopping streets such as De Kalverstraat, the canals, wonderful restaurants and unforgettable nightlife. The fabulous Amsterdam museums, art galleries or even the Ajax football stadium are easily reached either on foot or by public transport, while Centraal Station is approximately 10 minutes' walking distance. Amsterdam-Schiphol Airport is roughly 20 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="822.83" OriginalAmount="769.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.362593" Longitude="4.878114" StarRating="4" HotelCode="36039|hotel_vondel" HotelName="Catalonia Vondel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vondelstraat 26, Oud-West, 1054 GD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/58846/a_58846_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated in an charmingly attractive residential area. Amsterdam city centre's copious shops and other entertainment venues as well as its diverse tourist attractions are easily reached on the tram.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="822.83" OriginalAmount="769.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36964692" Longitude="4.86153295" StarRating="4" HotelCode="614590|chasse_hotel" HotelName="Chasse Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Chasséstraat 64, 1057 JJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/788213/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="824.20" OriginalAmount="770.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.362475" Longitude="4.875603" StarRating="3" HotelCode="35005|17823" HotelName="Hotel Europa 92" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>1e Constantijn Huygensstraat 103-107, 1054 BV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56997/a_56997_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel's central location, near to Leidseplein and the Hooftstraat, is splendid. The surrounding area is littered with diverse shops, restaurants, bars, night clubs and there is even a golf course in the immediate vicinity. It is just a stone's throw to the public transport network.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="824.73" OriginalAmount="770.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365864" Longitude="4.912884" StarRating="3" HotelCode="13844|18196" HotelName="The Lancaster Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/10/2024" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Middenlaan 48, 1018 DH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10788705</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located opposite Amsterdam’s Artis Zoo in a green area of the old city centre. Countless shops, delightful restaurants, vibrant bars and clubs are just a few minutes away, along with local public transport networks. Two famous quarters, the Rembrandt and Waterloo districts, are only a short distance from the hotel and, using the convenient transport links, the rest of the city is easy to reach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="825.39" OriginalAmount="771.39" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.359127" Longitude="4.92629" StarRating="4" HotelCode="166962|145159" HotelName="The Manor Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 01/10/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Linneausstraat 89, 1093 EK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/145159/145159a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the eastern part of the city centre known for all its museums and cosy restaurants where all locals reside after a hard day of work. This part of the centre, which is known as the Green Museum Quarter, is the perfect place to have as a base for exploring the city of Amsterdam. The hotel is also close to the Amstel Business Park or the RAI convention centre. Guests will find shops, nightlife, a bus station and other links to the public transport network in the immediate vicinity, Amsterdam Muiderpoort train station is around 800 metres away and Dam Square is around 10 minutes on foot. Rembrandt Square, Museum Square, Leidse Square and Hermitage Museum are all approximately 5 minutes from the hotel using public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="828.18" OriginalAmount="774.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.364891631283" Longitude="4.8779150202049" StarRating="3" HotelCode="150171|jupiter_hotel_3" HotelName="Hotel Jupiter" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tweede Helmersstraat 14, 1054 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/82210/2282210/38.jpg?f=15533616</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="829.25" OriginalAmount="775.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.368308377123" Longitude="4.8796666822091" StarRating="3" HotelCode="11621|hotel_de_looier" HotelName="De Looier" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3e Looiersdwarsstraat 75, 1016 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/11237/a_11237_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a nice part of the city centre known as the Jordaan (garden). The hotel is situated on a quiet side street, in the antique district of Amsterdam. Due to its central location close to Leidseplein Square, Museum Square and the Vondelpark, most of the important attractions are within comfortable walking distance of the establishment. Amsterdam Centraal railway station is 2 km away, and Amsterdam Airport Schiphol is some 15 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="834.60" OriginalAmount="780.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.38656901" Longitude="4.87523979" StarRating="0" HotelCode="630800|conscious_hotel_westerpark" HotelName="Conscious Hotel Westerpark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerweg 10, 1014 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11195307</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="834.60" OriginalAmount="780.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.32066596" Longitude="4.8811632" StarRating="0" HotelCode="730785|ammonite_hotel_amsterdam" HotelName="Ammonite Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Professor W.H. Keesomlaan 14, 1183 DJ Amstelveen</AddressLine>
          </AddressLines>
          <CityName>Amstelveen</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/83454/3783454/1.jpg?f=15568362</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="837.81" OriginalAmount="783.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36680781" Longitude="4.91142408" StarRating="3.5" HotelCode="635847|quentin_zoo_hotel" HotelName="Quentin Zoo hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Middenlaan 33, 1018 DB Amsterdam, Kesklinn</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/649609/649609a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="837.81" OriginalAmount="783.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.355839" Longitude="4.886094" StarRating="4" HotelCode="59360|nh_museum_quarter" HotelName="NH Amsterdam Museum Quarter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hobbemakade 50, 1071 XL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/76871/a_76871_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the Museumplein and is surrounded by art. The beautiful contrast with the classical buildings and the direct proximity of the historic centre of Amsterdam make it a magnificent location. The shopping district is a short walk away and the hotel may easily be reached by car or public transport. A shuttle bus service (every 30 minutes) conveys guests to Amsterdam's Schiphol airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="839.95" OriginalAmount="785.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36507" Longitude="4.883935" StarRating="4" HotelCode="78772|dikker_and_thijs_fenice_hotel" HotelName="Dikker &amp; Thijs Fenice" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 444, 1017 KE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/106715/a_106715_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="842.09" OriginalAmount="787.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36483819536" Longitude="4.8805391678549" StarRating="2" HotelCode="147859|hotel_freeland" HotelName="Freeland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marnixstraat 386, 1017 PL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/389195/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="843.16" OriginalAmount="788.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3643076" Longitude="4.8741398" StarRating="4" HotelCode="930975|amadi_park_hotel" HotelName="Amadi Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eerste Constantijn Huygensstraat 26, 1054 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-sr/63324.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="848.51" OriginalAmount="793.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37121531" Longitude="4.89017679" StarRating="3" HotelCode="284247|nova" HotelName="Nova Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 276, 1012 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/04/048623/048623a_hb_a_025.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="853.86" OriginalAmount="798.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.369761" Longitude="4.888699" StarRating="3" HotelCode="316800|nh_city_centre_amsterdam" HotelName="NH City Centre Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 288-292, 1012VX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/31715/a_31715_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in a central location, close to Damplatz and the main train station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="856.00" OriginalAmount="800.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.350519" Longitude="4.876996" StarRating="4" HotelCode="11793|best_western_delphi_hotel" HotelName="The Delphi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Apollolaan 101-105, 1077 AN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/11336/a_11336_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in an upscale residential area of Amsterdam in Oud-Zuid. It is conveniently situated near the downtown Museum Quarter, the World Trade Centre and the RAI exhibition centre and the major shopping streets are within a journey of less than 10 minutes by nearby public transport or on foot. The shopping street Beethovenstraat is only 5 minutes’ walk and has a variety of shops and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="863.49" OriginalAmount="807.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365794" Longitude="4.87978" StarRating="3" HotelCode="27518|krisotel" HotelName="De Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/09/2024" HotelFacility="Bar,Fax,Garden,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marnixstraat 372, 1016 XX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/40530/w_40530_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre, 50 m from restaurants, bars, pubs and the bus station and just 3 minutes from the nightlife of Leidseplein. It lies 500 m from the Anne Frank House and within walking distance of the Van Gogh Museum and the Rijksmuseum (both 1 km). The railway station is 2 km and Amsterdam Schiphol Airport is 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="863.49" OriginalAmount="807.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.378899" Longitude="4.892097" StarRating="2" HotelCode="64191|chic__basic_amsterdam" HotelName="Max Brown Hotel Canal District" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 13-19, 1015BA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/82692/a_82692_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new, concept hotel is located in one of Amsterdam's most attractive districts, Jordaan, on one of Amsterdam's most beautiful canals, the Herengracht. It lies a 5-minute walk from the city centre and 5 minutes on foot from a range of restaurants, bars and shops, as well as links to the public transport network. It is a 30-minute drive to the sea and Amsterdam Schipol Airport is 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="868.84" OriginalAmount="812.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.384729" Longitude="4.894064" StarRating="4" HotelCode="260447|room_mate_aitana_hotel" HotelName="Room Mate Aitana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IJDok 6, 1013 MM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/363606/a_363606_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="873.12" OriginalAmount="816.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365757055353" Longitude="4.8932102322578" StarRating="4" HotelCode="24556|albus_hotel_amsterdam_city_centre" HotelName="The Albus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vijzelstraat 49, 1017 HE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/35478/a_35478_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design boutique hotel is well located within the famous Canal Belt and a short walk from Dam square, Leidse square, Rembrandt square and many well-known museums. For business or leisure, this hotel is an excellent choice to explore this lively and vibrant city. It is the first hotel in Europe that operates without any CO2 emissions. The hotel is easily accessible by public transport, taxi or with own car.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="883.46" OriginalAmount="825.66" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.374071316625" Longitude="4.8905707235803" StarRating="4" HotelCode="11983|DPA" HotelName="Die Port van Cleve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 25/09/2024" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>N.Z Voorburgwal 176-180</AddressLine>
          </AddressLines>
          <PostalCode>(0)207141001</PostalCode>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/11471/a_11471_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Amsterdam's wonderful old town. Countless shopping venues such as the Magna Plaza shopping centre, as well as entertainment venues, bars, pubs and nightclubs are located in the immediate vicinity. Public transport departs from stops within metres of the hotel entrance.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="891.31" OriginalAmount="833.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.38852428" Longitude="4.88860918" StarRating="3.5" HotelCode="602469|yays_concierged_boutique_apartments_zoutkeetsgracht_2" HotelName="Yays Zoutkeetsgracht Concierged Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Housekeeping,Internet,Kitchen,LCD/Projector,Luggage Storage,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Zoutkeetsgracht 114-118, 1013 LC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/86841/2286841/59.jpg?f=15502315</HotelPictures>
        <HotelDescription>&lt;br/&gt;YAYS Concierged Boutique Apartments - Zoutkeetsgra is a popular choice amongst travelers in Amsterdam, whether exploring or just passing through. The hotel offers guests a range of services and amenities designed to provide comfort and convenience. Service-minded staff will welcome and guide you at the YAYS Concierged Boutique Apartments - Zoutkeetsgra. Guestrooms are designed to provide an optimal level of comfort with welcoming decor and some offering convenient amenities like internet access – wireless (complimentary), non smoking rooms, air conditioning, heating, television LCD/plasma screen. The hotel offers various recreational opportunities. Discover all Amsterdam has to offer by making YAYS Concierged Boutique Apartments - Zoutkeetsgra your base.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="901.15" OriginalAmount="842.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37651041" Longitude="4.90020874" StarRating="5" HotelCode="10661|GPA" HotelName="NH Collection Amsterdam Barbizon Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 24/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 59-72</AddressLine>
          </AddressLines>
          <PostalCode />
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/8549/a_8549_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within about 10 minutes guests can reach the Anne Frank House from the hotel. Dam Platz is just around 5 minutes away. The Van Gogh Museum and the Heineken Brewery are accessible by tram within 15 minutes. one of the oldest districts of Amsterdam is situated right behind the hotel, along with the red light district and China Town. The RAI congress centre is just some 25 minutes away by tram.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="905.19" OriginalAmount="845.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36338356" Longitude="4.87815281" StarRating="4" HotelCode="|VIJS" HotelName="Van de Vijsel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom13</AddressLine>
          </AddressLines>
          <PostalCode>(0)205150471</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/VIJS/VIJS_MAP.jpg</HotelPictures>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;This hotel has a lift and a reception desk. Amenities include a cloakroom, a baggage storage service and a safe. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. A fireplace creates a cosy atmosphere. Guests arriving by car can park their vehicles in the garage or in the car park (for a fee). Further services include a 24-hour security service, a babysitting service, a childcare service, a transfer service, room service, a laundry service, a coin-operated laundry and a hotel shuttle bus. Active guests can make use of the bicycle hire service to explore the surrounding area. Daily newspapers are available for purchase.This hotel is located right in the heart of Amsterdam.Fine weather can be enjoyed on the terrace. For those who wish to stay active while on holiday, the hotel offers cycling/mountain biking. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Rooms include air conditioning and central heating. Rooms have a double bed or a king-size bed. Separate bedrooms are available. Children's beds and extra beds can be requested for younger guests. A safe, a minibar and a desk are also available. Guests will also find a tea/coffee station included among the standard features. An ironing set is provided for guests' convenience. A telephone, a television with pay-per-view channels, a radio and WiFi are provided as well. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer. For extra comfort in the bathrooms, guests are offered cosmetic products. Wheelchair-friendly rooms can be booked. The hotel has non-smoking rooms and smoking rooms.Dining facilities include a restaurant, a café and a bar. A continental breakfast buffet, lunch and dinner offer plenty of delicious variety. Vegetarian dishes and children's meals can be prepared on request. The hotel also offers snacks.To be advised&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="906.29" OriginalAmount="847.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.354301" Longitude="4.86646" StarRating="4" HotelCode="316802|park_plaza_vondelpark" HotelName="Park Plaza Vondelpark, Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Koningslaan 3, 1075 AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/31716/a_31716_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Amsterdam next to the beautiful Vondelpark. All of the popular museums, famous shopping streets and lively bars as well as the public transport network can be reached on foot. The nearest night club is about 2.5 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="913.77" OriginalAmount="853.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.293983" Longitude="4.94596" StarRating="4" HotelCode="213778|591741" HotelName="Fletcher Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/10/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schepenbergweg 50, 1105 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/300775/300775a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="918.06" OriginalAmount="858.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.359292275042" Longitude="4.897736187055" StarRating="3" HotelCode="116327|hotel_v_frederiksplein" HotelName="Hotel V Frederiksplein" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 136, 1017 XV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/153513/153513a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the tram stop Frederiksplein. Restaurants, bars and shopping opportunities are all just a short walk away. Nightclubs, the centre and the river are each around 10 minutes away on foot. The Heineken Experience is located 650 m from the hotel, while the Sarphatipark and the famous Albert Cuyp Market are a 10-minute walk away. It is about 20 minutes by car from the hotel to the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="920.20" OriginalAmount="860.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.370633" Longitude="4.893014" StarRating="3" HotelCode="901948|rokin" HotelName="Rokin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 73, 1012 KL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/217394/gt_217394_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the old city on a main street. It lies just a few steps from the historic Dam square, the central square in Amsterdam, where visitors will find the Royal Palace and the New Church. The central train station is about a 10-minute walk away and shopping and night life centres are close to the hotel. Guests will find the best department stores, the unique Magna Plaza shopping centre, and the long Kalverstraat pedestrian shopping street close by. Excursions by bus leave from outside the hotel and boat trips leave from just down the street. Surrounding the hotel are the canals with their historical buildings.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="922.34" OriginalAmount="862.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.360179971793" Longitude="4.9266788363457" StarRating="4" HotelCode="193932|eastern_park_apartments" HotelName="Eastern Quarter Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wijttenbachstraat 30, 1093 JC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388613/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="923.41" OriginalAmount="863.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.35508858" Longitude="4.87749742" StarRating="3" HotelCode="200949|conscious_hotel_museum_square" HotelName="Conscious Museum Square" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>De Lairessestraat 7, 1071 NR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/7681/a_7681_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel lies right at the heart of Amsterdam, only metres from the famous concert building of the city. From the hotel's central location, it is a perfect starting point to explore the city. In addition, the 3 most important museums in Amsterdam are easily reached on foot, as well as the various shopping and entertainment venues. There is a bus stop located just 200 m the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="928.27" OriginalAmount="867.54" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.35836753277" Longitude="4.8987780932541" StarRating="4" HotelCode="906311|143930" HotelName="Notting Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Westeinde 26, 1017 ZP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/143930/143930a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant boutique-style hotel is located in the city centre, alongside one of the most beautiful canals in Amsterdam. It is only a stone's throw away from the famous Heineken Experience, and all other major sights are within walking distance of the hotel. Further nearby places of interest include the Rijksmuseum and the Van Gogh Museum (each around 500 m), as well as the Anne Frank Museum, Dam Square, Madame Tussauds, the Royal Palace and Amsterdam RAIRai Exhibition and Convention Centre, which are all around 1 km away. Amsterdam Central Station is around 1 km and Amsterdam Schiphol Airport is around 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="936.25" OriginalAmount="875.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.363522" Longitude="4.886314" StarRating="3" HotelCode="68534|mozart" HotelName="Mozart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 518-520, 1017 KJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/29/295919/295919a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="939.46" OriginalAmount="878.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.366905291358" Longitude="4.8951508106875" StarRating="3" HotelCode="345875|hotel_the_bird" HotelName="Hotel The Bird" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/2024" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Bicycle Rental,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Amstel 30, 1017 AB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/82545/2282545/1.jpg?f=14918994</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel The Bird in Amsterdam (Canal Ring), you'll be minutes from Rembrandt Square and Flower Market. This hotel is within close proximity of Munttoren and Muntplein.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the guestrooms featuring minibars and flat-screen televisions. Complimentary wired and wireless Internet access keeps you connected, and cable programming provides entertainment. Private bathrooms with shower/tub combinations feature complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and desks.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Make use of convenient amenities such as complimentary wireless Internet access, concierge services, and tour/ticket assistance.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Take advantage of the hotel's room service (during limited hours).&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include high-speed (wired) Internet access (surcharge), a computer station, and dry cleaning/laundry services. Self parking (subject to charges) is available onsite.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="944.81" OriginalAmount="883.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.360991118708" Longitude="4.8829782431889" StarRating="3" HotelCode="337174|robertramon" HotelName="Hotel Cornelisz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 24, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56043/a_56043_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the most exclusive shopping street in the city, close to Amsterdam's most important museums and the casino. Numerous shops, restaurants, bars and nightclubs as well as links to the public transport network are to be found in the hotel's immediate vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="945.88" OriginalAmount="884.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.359016638355" Longitude="4.8962118515467" StarRating="3" HotelCode="901321|nicolaas_witsen" HotelName="Nicolaas Witsen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nicolaas Witsenstraat 4, 1017 ZH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/199488/199488a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="951.23" OriginalAmount="889.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.367184944995" Longitude="4.896133244884" StarRating="2" HotelCode="129861|hotel_monopole" HotelName="Monopole Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/09/2024" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amstel 60, 1017 AC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/214262/214262a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 25 rooms. Services and facilities at the hotel include a baggage storage service, a safe, a bar and room service. Wireless internet access in public areas (for a fee) allows travellers to stay connected. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="954.44" OriginalAmount="892.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36508093" Longitude="4.89623628" StarRating="3.5" HotelCode="620380|hotel_frank_since_1666" HotelName="Hotel Rudolph" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 563, 1017 CD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/792004/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="955.51" OriginalAmount="893.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.35901047" Longitude="4.89787533" StarRating="3" HotelCode="466447|golden_mansion_apartment_amsterdam" HotelName="Golden Mansion City Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Huidekoperstraat 21-23, 1017 ZL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/631288/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Golden Mansion Apartment Amsterdam places you in the heart of Amsterdam, walking distance from De Duif and Heineken Experience. This apartment is within close proximity of Sarphatipark and Royal Theater Carre.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 20 individually furnished guestrooms, featuring kitchenettes with full-sized refrigerators/freezers and microwaves. Wired and wireless Internet access is complimentary, and flat-screen televisions with cable programming provide entertainment. Conveniences include safes and desks, and housekeeping is provided daily.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Make use of convenient amenities, which include complimentary wireless Internet access and tour/ticket assistance.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include complimentary high-speed (wired) Internet access, express check-in, and express check-out.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="956.58" OriginalAmount="894.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.33328575" Longitude="4.91453469" StarRating="4" HotelCode="757211|van_der_valk_hotel_amsterdamamstel" HotelName="Hotel Amsterdam Amstel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 20, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/878514/w_878514_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely Hotel is situated in Amsterdam. Situated within 6. 0 kilometre(s) from the town centre, the accommodation is easily accessible on foot to a host of places of interest. Within 500 metres visitors will find links of transport that will allow them to explore the area. Guests will find the airport within 14. 0 kilometre(s). Van der Valk Hotel Amsterdam - Amstel features a total of 206 bedrooms. Van der Valk Hotel Amsterdam - Amstel was built in 2018. This establishment is ideal for a productive stay, thanks to the Internet access available throughout. The front desk offers 24-hour reception. If patrons ask for it, they can have a cot in their accommodation units. Van der Valk Hotel Amsterdam - Amstel has been designed to make guests' stay as easy as possible and features some disability-friendly bathrooms. Travellers will not be bothered during their stay, as this is not a pet-friendly Hotel. Moreover, those travelling with their own vehicle may make good use of the parking facilities at Van der Valk Hotel Amsterdam - Amstel. If pampering is needed, visitors can take advantage of the health facilities offered. This establishment is provided with all the necessary services and amenities for a successful business event. Travellers don't need to leave the premises to enjoy a delicious meal, as the property includes a choice of delicious culinary options. Van der Valk Hotel Amsterdam - Amstel may charge a fee for some services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="964.07" OriginalAmount="901.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3714234" Longitude="4.8873212" StarRating="2" HotelCode="149526|hotel_hegra_amsterdam" HotelName="Hegra Amsterdam Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 269, 1016 BJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388112/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="966.21" OriginalAmount="903.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37527569" Longitude="4.89349716" StarRating="0" HotelCode="571768|the_highland_house_3" HotelName="The Highland House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Nieuwstraat 17, 1012 NG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/carsolize/03/88/0388d7fe4ee45b848f7333a97c13bd7df6565e98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="969.42" OriginalAmount="906.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.377157993675" Longitude="4.8979738354683" StarRating="4" HotelCode="18933|park_plaza_victoria_amsterdam" HotelName="Park Plaza Victoria Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 1-5, 1012 LG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/23680/a_23680_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This extremely sophisticated hotel is centrally located opposite the main railway station. Public transport links are easily reached.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="974.77" OriginalAmount="911.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365784" Longitude="4.897434" StarRating="2" HotelCode="146048|city_hotel_27" HotelName="City Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Utrechtsestraat 2, 1017 VN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388023/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="975.84" OriginalAmount="912.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3760433" Longitude="4.89638567" StarRating="0" HotelCode="974552|hotel_van_gelder" HotelName="Hotel Van Gelder" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 34, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/39000000/38520000/38513400/38513326/2a131a6c_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="985.65" OriginalAmount="921.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.361753" Longitude="4.87806" StarRating="4" HotelCode="|KNV" HotelName="Roemer Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 10</AddressLine>
          </AddressLines>
          <PostalCode>(0)205150451</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/134939/1054399.jpg</HotelPictures>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;4 junior suites, 4 suites and 19 double rooms are located on 4 storeys and can be reached by lift. English- and German-speaking staff at the reception are happy to assist guests at the reception desk round the clock. Check-in and check-out are available 24 hours a day. Amenities include a baggage storage service and a safe. Wireless internet access is provided in public areas. The tour desk offers assistance with booking excursions. There are a number of shops as well. A garden provides extra space for rest and relaxation in the open air. Additional amenities include a TV room and a library. Guests arriving by car can park their vehicles in the car park. Further services and facilities include a 24-hour security service, a babysitting service, a childcare service, a car hire service, a transfer service, room service, a laundry service, a coin-operated laundry and a hotel shuttle bus. Active guests can make use of the bicycle hire service to explore the surrounding area. Complimentary newspapers are available. The business centre is on hand for guests' business requirements and provides a fax machine.This hotel enjoys a central location close to the lively Leidseplein square where guests can find restaurants, shops and bars. Amsterdam Airport Schiphol is located around 12 km away.The sports and entertainment facilities at the hotel ensure that guests have plenty of activities to choose from during their stay. A sun terrace is a great place to while away the hours. Leisure activities and facilities at the hotel include tennis, a gym and a sauna or, for a fee, cycling/mountain biking. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Air conditioning and central heating ensure that rooms maintain comfortable temperatures. Guests can enjoy the view of the city from a balcony or terrace. All rooms are carpeted and include a double bed, a queen-size bed or a king-size bed. Separate bedrooms are available. Extra beds can be requested. A safe, a minibar and a desk are also available. Guests will also find a tea/coffee station included among the standard features. A direct dial telephone, a television with satellite/cable channels, a radio and WiFi provide all the essentials for a comfortable holiday. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer. For extra comfort in the bathrooms, guests are offered cosmetic products. The hotel has family rooms and non-smoking rooms.Dining facilities include a restaurant, a dining room, a breakfast room and a bar. Breakfast, lunch and a dinner à la carte delight guests with culinary treats and a wide variety of dishes. Staff are also happy to provide children's meals.The hotel has a 24-hour reception. Chargeable parking is possible nearby.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1005.80" OriginalAmount="940.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.387521" Longitude="4.834466" StarRating="3" HotelCode="263298|amsterdam_identity_apartments_2" HotelName="Amsterdam ID Aparthotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Designated Smoking Area,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 51, 1043 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/189635/189635a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1006.87" OriginalAmount="941.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37603145916" Longitude="4.8992586135864" StarRating="3" HotelCode="67212|luxer" HotelName="Luxer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 11, 1012 HT Amsterdam, Nordholland</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/86937/a_86937_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the centre of Amsterdam's old historical centre. The central station, various shopping venues, restaurants, the Nieuwmarkt and the Damsquare are just a 5-minute walk from the hotel. The airport is some 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1025.06" OriginalAmount="958.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37351173" Longitude="4.90605828" StarRating="4" HotelCode="572286|the_hendricks_hotel" HotelName="The Hendrick's Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 139, 1011AS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/92708/3692708/1.jpg?f=15234789</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1029.34" OriginalAmount="962.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.400642" Longitude="4.889403" StarRating="3" HotelCode="200951|amstel_botel" HotelName="Botel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>NDSM-Pier 3, 1033 RG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/7685/a_7685_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the NDSM-shipyard, just a 5-minute drive from the Amsterdam ring road (A10). There is also a free ferry connection to and from Amsterdam central station, and a free shuttle bus to and from the hotel. The northern part of the city (where the hotel is located) is known for being a colourful and vibrant area and for the houses, workshops and artists' studios, hip cafes, restaurants, exhibitions and performances. The media wharf is home to MTV, Robodock, and the IJ-festival, among others.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1031.48" OriginalAmount="964.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.363108" Longitude="4.879466" StarRating="4" HotelCode="25125|nh_amsterdam_centre" HotelName="NH Amsterdam Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 7, 1054 ES Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/36548/l_36548_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel enjoys a central location near to the Leidesplein, directly near to the Singelgracht. Public transport links are easily reached. The shopping streets, the flower markets and the Royal Palace are all close by.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1033.62" OriginalAmount="966.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.377231" Longitude="4.895498" StarRating="4" HotelCode="24557|kimpton_de_witt_amsterdam" HotelName="Kimpton De Witt Amsterdam" Meals="ROOM ONLY,BREAKFAST-FOR-2,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 5, 1012 RC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/35479/a_35479_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This well known luxury hotel behind a protected art-nouveau façade is located directly on Leidseplein, not to Amsterdam's most important museums. There are scores of churches, theatres, shops, connection to public transport as well as access to the city's dynamic and varied nightlife in the surrounding area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1038.79" OriginalAmount="970.83" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.353356632137" Longitude="4.9072498306884" StarRating="5" HotelCode="573623|619508" HotelName="Pestana Amsterdam Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Amsteldijk 67, 1074 HZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/104889/2b1ecb34-3340-443d-8826-62e87e792ed1.jpg?d=636669166740000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
        <Offer>Child discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1045.39" OriginalAmount="977.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.366959" Longitude="4.89453" StarRating="0" HotelCode="163960|house_of_amstel" HotelName="House of Amstel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstel 16, 1017 AA Amsterdam, Noord-Holland</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/be/c4/bec47d90de0c034494c27632807311fbaba8c555.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1046.46" OriginalAmount="978.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.366357" Longitude="4.893003" StarRating="4" HotelCode="258926|nh_carlton_amsterdam" HotelName="NH Collection Amsterdam Flower Market" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vijzelstraat 4, 1017 HK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/1/2/1/0/6/8/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a deluxe hotel ideally located in the centre of Amsterdam. Nearby is the famous Floating Flower Market, Munt Tower and the main shopping streets. There is a public transport connection about 1.5 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1059.30" OriginalAmount="990.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.33179294" Longitude="4.87748091" StarRating="4" HotelCode="439598|element_amsterdam" HotelName="Element Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>A.J. Ernststraat 577, 1082 LD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/49/498321/498321a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1061.44" OriginalAmount="992.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.361645892007" Longitude="4.9001088752207" StarRating="3" HotelCode="343138|hotel_dwars" HotelName="Hotel Dwars" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Utrechtsedwarsstraat 79, 1017 WD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/33499/2133499/1.jpg?f=14994084</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Dwars in Amsterdam (Canal Ring), you'll be minutes from De Duif and Skinny Bridge. This hotel is within close proximity of Royal Theater Carre and Hermitage Amsterdam.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 9 individually decorated guestrooms, featuring espresso makers and LED televisions. Complimentary wireless Internet access keeps you connected, and digital programming is available for your entertainment. Private bathrooms with showers feature rainfall showerheads and hair dryers. Conveniences include coffee/tea makers, housekeeping is provided daily, and irons/ironing boards can be requested.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1063.58" OriginalAmount="994.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37566375732422" Longitude="4.901614189147949" StarRating="4" HotelCode="0|mai_amsterdam" HotelName="Hotel Mai Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Geldersekade, Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/06/2b/062bade88feaee2879bbbd1f6d0c9efbaa5a302f.jpeg</HotelPictures>
        <HotelDescription>A stay at Hotel Mai Amsterdam places you in the heart of Amsterdam, within a 10-minute walk of Body Worlds and Rembrandt House Museum.  This 4-star hotel is 0.6 mi (0.9 km) from Dam Square and 0.6 mi (0.9 km) from Madame Tussauds.&lt;br /&gt;Make use of convenient amenities such as complimentary wireless Internet access, concierge services, and wedding services.&lt;br /&gt;Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff.&lt;br /&gt;Buffet breakfasts are served on weekdays from 7:30 AM to 10:30 AM and on weekends from 7:00 AM to 11:00 AM for a fee.&lt;br /&gt;Make yourself at home in one of the 81 air-conditioned rooms featuring plasma televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms feature showers with rainfall showerheads and designer toiletries. Conveniences include phones, as well as safes and coffee/tea makers.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Price of an additional breakfast: 20.95 EUR per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Breakfast for children costs: 9.95 EUR.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Deposit is required. Cost: 50.00 EUR per room per stay.&lt;br /&gt;&lt;b&gt;Parking Space: &lt;/b&gt;Chargeable public parking available in the nearby area. Cost: 20.00 EUR per day.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Tourists are required to provide a negative PCR test carried out no more than 12 hours before departure.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1067.86" OriginalAmount="998.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.379155556893" Longitude="4.8898601531982" StarRating="3" HotelCode="193853|hotel_sebastians" HotelName="Sebastians" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 15, 1015 CC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388544/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1071.07" OriginalAmount="1001.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.377764" Longitude="4.893301" StarRating="3" HotelCode="45091|singel" HotelName="Singel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Singel 13-17, 1012 VC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/21686/a_21686_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located beside the Singel Canal, only steps from the train station, the Royal Palace, the Koepel Church and Anne Frank's House. Shops and entertainment options lie within walking distance of the hotel. The hotel is 100 m from the nearest links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1076.42" OriginalAmount="1006.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3698584" Longitude="4.90738452" StarRating="4" HotelCode="591631|monet_garden_hotel_amsterdam" HotelName="Monet Garden Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 76, 1011LZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/612821/612821a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1078.56" OriginalAmount="1008.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.361297799065" Longitude="4.8767800127193" StarRating="2" HotelCode="902561|hotel_sipermann" HotelName="Sipermann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 35, 1054 EV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/74975/2474975/1.jpg?f=15092426</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1087.12" OriginalAmount="1016.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.375617" Longitude="4.898474" StarRating="3" HotelCode="142211|cc_hotel" HotelName="Hotel CC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 42, 1012 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/203197/w_203197_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location 300 m from the city centre (Dam Square) and offers guests convenient access to the major tourist attractions. Guests will find shopping streets and numerous restaurants and cafés in the near vicinity, as well as the entertainment area with its many bars and clubs. The central train station is 500 m from the hotel, as is the central bus station and it is 1200 m to the Anne Frank House and 2500 m to PC Hooftstraat. Amsterdam Schiphol Airport is 10 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1091.40" OriginalAmount="1020.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365730732327" Longitude="4.8972797055226" StarRating="4" HotelCode="303787|royal_amsterdam_hotel_2" HotelName="Royal Amsterdam Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtplein 44, 1017 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/38/388056/388056a_hb_a_030.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 23 rooms. Most of the storeys can be reached by lift. Services such as a baggage storage service and a safe ensure a comfortable stay. Wireless internet access in public areas allows guests to stay connected. Among the culinary options available at the hotel are a restaurant, a dining area and a bar. Those arriving in their own vehicles can leave them in the car park of the establishment. Facilities include room service. Active guests can make use of the bicycle hire service to explore the surrounding area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1094.61" OriginalAmount="1023.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.353746928084" Longitude="4.9119412772336" StarRating="3" HotelCode="313022|volkshotel" HotelName="Volkshotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wibautstraat 150, 1091 GR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/63384/2163384/102.jpg?f=15691234</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of services and facilities to ensure a comfortable stay, making it the perfect choice for business travellers and holidaymakers alike. The accommodation comprises a total of 172 rooms. A dining area is among the facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1105.31" OriginalAmount="1033.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36681365966797" Longitude="4.898727893829346" StarRating="0" HotelCode="0|eden_studios_and_apartments" HotelName="Eden Studios and Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstel 144A, Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/af/d1/afd18b33f705b560978d9030d5623644b9c4081c.jpeg</HotelPictures>
        <HotelDescription>Location : A stay at Eden Studios and Apartments places you in the heart of Amsterdam, a 1-minute drive from Dam Square and 14 minutes from Artis.  This aparthotel is 2.6 mi (4.2 km) from Anne Frank House and 3.4 mi (5.5 km) from Heineken Experience.&lt;br /&gt;Amenities : Make use of convenient amenities, which include complimentary wireless Internet access and concierge services.&lt;br /&gt;Attractions : Distances are displayed to the nearest 0.1 mile and kilometer.&lt;br /&gt;Rembrandt Square - 0.3 km / 0.2 mi&lt;br /&gt;Hermitage Amsterdam - 0.4 km / 0.3 mi&lt;br /&gt;Muntplein - 0.4 km / 0.3 mi&lt;br /&gt;Skinny Bridge (Magere Brug) - 0.5 km / 0.3 mi&lt;br /&gt;Jewish Historical Museum - 0.5 km / 0.3 mi&lt;br /&gt;Flower Market - 0.5 km / 0.3 mi&lt;br /&gt;Waterlooplein Flea Market - 0.6 km / 0.3 mi&lt;br /&gt;Reguliersdwarsstraat - 0.6 km / 0.4 mi&lt;br /&gt;Nes - 0.7 km / 0.4 mi&lt;br /&gt;Rembrandt House Museum - 0.7 km / 0.4 mi&lt;br /&gt;Royal Theater Carre - 0.7 km / 0.5 mi&lt;br /&gt;Amsterdam Dungeon - 0.8 km / 0.5 mi&lt;br /&gt;University of Amsterdam - 0.8 km / 0.5 mi&lt;br /&gt;Foam - 0.8 km / 0.5 mi&lt;br /&gt;Spui - 0.8 km / 0.5 mi&lt;br /&gt;The preferred airport for Eden Studios and Apartments is Schiphol Airport (AMS) - 22.2 km / 13.8 mi&lt;br /&gt;business_amenities : Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff.&lt;br /&gt;Dining : Buffet breakfasts are served on weekdays from 6:30 AM to 10:30 AM and on weekends from 7:00 AM to 11:00 AM for a fee.&lt;br /&gt;HeadLine : Near Rembrandt Square&lt;br /&gt;National ratings : This property does not have a Netherlands Tourist Board rating. For the benefit of our customers, we have provided a rating based on our rating system.&lt;br /&gt;Rooms : Make yourself at home in one of the 14 air-conditioned rooms featuring microwaves and espresso makers. Complimentary wireless Internet access keeps you connected, and flat-screen televisions are provided for your entertainment. Private bathrooms have complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and electric kettles.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Price of an additional breakfast: 19.50 EUR per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Tourists are required to provide a negative PCR test carried out no more than 12 hours before departure.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1106.38" OriginalAmount="1034.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.350465" Longitude="4.875595" StarRating="4" HotelCode="58217|apollofirst_2" HotelName="Apollofirst Boutique Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Apollolaan 123-127, 1077 AP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/75443/a_75443_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on one of the most stunning streets in Amsterdam. From here, the outskirts of the centre in the cultural heart of Amsterdam, guests are within easy reach of the Van Gogh Museum, the Stedelijk Museum and the Rijksmuseum. The World Trade Centre, the Concertgebouw and Rai Conference Centre lies just a few minutes away. It is the ideal location for business guests and is around 20 m from the Schiphol airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1114.94" OriginalAmount="1042.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.378419" Longitude="4.89642" StarRating="3" HotelCode="95615|atrain" HotelName="A-train" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 23, 1012 TM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/29/295062/295062a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1122.43" OriginalAmount="1049.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.380951649286" Longitude="4.8904140293598" StarRating="4" HotelCode="193908|art_hotel_dulac" HotelName="The Bank Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerstraat 120, 1013 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/214344/214344a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1123.50" OriginalAmount="1050.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.351458" Longitude="4.872039" StarRating="5" HotelCode="29272|hilton_amsterdam" HotelName="Hilton Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Apollolaan 138, Amsterdam 1077 BG</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47143/a_47143_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideal for both business and leisure travellers, affording a location in one of the city's most exclusive districts within a short distance of elegant shopping venues and the financial district. Amsterdam's casino can be reached in around 5 minutes by car. Exclusive shops, museums, galleries, bars, nightlife venues and restaurants are all to be found nearby. It is just a 15-minute drive to Schiphol airport and the city centre may be reached by car in 5 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1124.57" OriginalAmount="1051.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.361544769493" Longitude="4.8830907572413" StarRating="4" HotelCode="15715|park_hotel_amsterdam" HotelName="Park Centraal Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 25, 1071 ZD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/18808/a_18808_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1129.92" OriginalAmount="1056.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.367966" Longitude="4.8926300000001" StarRating="2" HotelCode="337231|hotel_des_arts_6" HotelName="Des Arts" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 154 - 156, 1012 LE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56077/a_56077_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a 17th century building, this hotel is centrally located between Dam Square and Munt Tower. Bars and plenty of shopping venues are to be found in the hotel's vicinity. Schiphol airport is located approximately 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1129.92" OriginalAmount="1056.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36173969" Longitude="4.91160577" StarRating="5" HotelCode="533996|hyatt_regency_amsterdam" HotelName="Hyatt Regency Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatiestraat 104, 1018 GV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/649663/a_649663_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1135.27" OriginalAmount="1061.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365075009324" Longitude="4.8736257606747" StarRating="4" HotelCode="930977|grand_hotel_downtown" HotelName="Grand Hotel Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eerste Constantijn Huygensstraat 10A, 1054 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/27284/1827284/47.jpg?f=15533286</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1157.74" OriginalAmount="1082.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37765533" Longitude="4.90695658" StarRating="3.5" HotelCode="439634|eric_vokel_boutique_apartments_amsterdam_suites" HotelName="Eric Vökel Amsterdam Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>De Ruijterkade 127, 1011AC  Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/604192/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="1169.63" OriginalAmount="1093.11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.361544769493" Longitude="4.883090757241" StarRating="4" HotelCode="|PAA" HotelName="Park Centraal Amsterdam, part of Sircle Collection" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 25</AddressLine>
          </AddressLines>
          <PostalCode>(0)206649455</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/18808/818032.jpg</HotelPictures>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The hotel was built in 1895. 187 non-smoking rooms are located on 7 storeys and can be reached by lift. The multilingual staff at the reception desk in the lobby are ready to assist you with check-in and check-out. Amenities include a baggage storage service, a safe and a currency exchange service. Wireless internet access allows guests to stay connected while on holiday. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. Wheelchair-accessible facilities are available. A fireplace creates a cosy atmosphere. There are also a number of shops that make for great strolling and browsing. Additional amenities include a TV room, a playroom and a library. Guests arriving by car can park their vehicles in the garage or in the car park. Further services and facilities include a 24-hour security service, a babysitting service, a childcare service, a car hire service, medical assistance, a transfer service, room service, a laundry service and a hairdresser. Active guests can make use of the bicycle hire service to explore the surrounding area. A business centre with fax machine and projector is available.The hotel is located in Amsterdam.There are many ways to relax or stay active at the hotel, including cycling/mountain biking, a gym, callisthenics, aerobics, a spa and a beauty salon. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Air conditioning and central heating ensure that rooms maintain comfortable temperatures. Guests can relax on the balcony or terrace. Rooms include a double bed. Extra beds can be requested. A safe, a minibar and a desk are also available. Additional features include a mini fridge and a tea/coffee station. An ironing set is provided for guests' convenience. A direct dial telephone, a television with satellite/cable channels, a radio and WiFi are provided as well. A turndown service provides guests with additional comfort in the evening hours. Bathrooms are equipped with a shower and a bathtub. A hairdryer, a vanity mirror and a telephone are available for daily use. For extra comfort in the bathrooms, guests are offered cosmetic products. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms. Family rooms are available for parents with children.Various dining options are available, including a non-smoking restaurant, a dining room and a bar. A generous breakfast buffet guarantees a great start to the day. Lunch is served as à la carte, and guests can choose between à la carte and a set menu for dinner. Special meals, including diet meals, are also available. The hotel also offers special catering options.The hotel provides 24-hour reception and room service. Chargeable parking is possible onsite.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1173.79" OriginalAmount="1097.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37593578" Longitude="4.90181824" StarRating="3" HotelCode="943845|mauro_mansion_2" HotelName="Mauro Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Geldersekade 16, 1012 BH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/75038/2475038/1.jpg?f=15069179</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1193.05" OriginalAmount="1115.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3690558" Longitude="4.882252" StarRating="2" HotelCode="143437|amsterdam_wiechmann_hotel" HotelName="Amsterdam Wiechmann" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 328, 1016 HX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/387957/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are welcomed at the hotel, which has a total of 37 rooms. The accommodation offers a bar. Wireless internet access in public areas allows travellers to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1198.40" OriginalAmount="1120.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36697607" Longitude="4.93295619" StarRating="3.5" HotelCode="623280|short_stay_group_eastern_docklands_apartments" HotelName="Short Stay Group Eastern Docklands Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Zeeburgerpad 28-29, 1019AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10140043</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1218.73" OriginalAmount="1139.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37179457" Longitude="4.90989205" StarRating="4" HotelCode="470160|ph_apartments" HotelName="Harbour Loft Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade, 1011 TC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/636796/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1225.15" OriginalAmount="1145.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.377527" Longitude="4.895101" StarRating="3" HotelCode="142414|sint_nicolaas" HotelName="Sint Nicolaas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 1a, 1012 SP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/09/091760/091760a_hb_a_003.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1246.55" OriginalAmount="1165.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.378158" Longitude="4.894374" StarRating="5" HotelCode="29270|renaissance_amsterdam_hotel" HotelName="Renaissance Amsterdam" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kattengat 1, 1012 SZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47139/a_47139_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel is situated in a strategic and central location. Links to the public transport system can be reached within 500 m from the hotel and, in the immediate vicinity, a diverse range of shopping facilities, numerous restaurants, bars aplenty and extensive entertainment venues are available. Furthermore, Anne Frank's House, the royal palace and the diamond factories are all to be found nearby.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1250.83" OriginalAmount="1169.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.354070372492" Longitude="4.8767194538027" StarRating="3" HotelCode="95613|de_ware_jacob_boutique_hotel" HotelName="Sander" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jacob Obrechtstraat 69, 1071 KJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/132777/gt_132777_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a very convenient location and lies within walking distance of many of Amsterdam's most attractive sites. Guests will find shopping venues only some 5 minutes' walk away and it is around 10 minutes on foot to the city centre, nightspots, the tourist centre and museums. The Anne Frank House and Museum is about 3 km from the hotel and it is a 10-minute drive to the railway station. Amsterdam-Schipol Airport lies approximately 20 km from the property.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1260.46" OriginalAmount="1178.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.335701778541" Longitude="4.8742559299553" StarRating="4" HotelCode="169696|crowne_plaza_amsterdam_south" HotelName="Crowne Plaza Amsterdam South" Meals="ROOM ONLY,BREAKFAST-FOR-2,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Gershwinlaan 101, Amsterdam 1082 MT</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/2/5/4/1/0/8/0/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in a major new development area in Amsterdam: the Zuidas close to the RAI Convention Centre. This area is rapidly becoming a new urban centre devoted to international commerce and knowledge development. Amsterdam Schiphol International Airport and the city centre are only minutes away (15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1261.53" OriginalAmount="1179.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.367003152497" Longitude="4.8969672649513" StarRating="3" HotelCode="143431|amstelzicht" HotelName="Amstelzicht" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amstel 104, 1017 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/389111/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1311.82" OriginalAmount="1226.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.38407035" Longitude="4.88840731" StarRating="4" HotelCode="486682|yays_bickersgracht" HotelName="YAYS Concierged Boutique Apartments Bickersgracht" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Bickersgracht 1, 1013 LE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/656986/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="1355.76" OriginalAmount="1267.07" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.376174" Longitude="4.894492" StarRating="4" HotelCode="258441|INA" HotelName="Inntel Hotel Amsterdam Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Zijdskolk 19</AddressLine>
          </AddressLines>
          <PostalCode>(0)204221919</PostalCode>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/14814/a_14814_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly in the city centre in the Dam pedestrian area. It is just a few minutes to the main railway station on foot as well as the Royal Palace and Madame Tussaud's. The surrounding area is littered with an abundance of shops, restaurants and bars and public transport and a nightclub are also within easy reach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1385.65" OriginalAmount="1295.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.362595951237" Longitude="4.880042345074" StarRating="5" HotelCode="336273|amsterdam_marriott_hotel" HotelName="Marriott Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 12, 1054 ES Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/55500/w_55500_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel enjoys an ideal location across the street from Leidseplein's fine shopping, dining and entertainment venues. It lies in the heart of Amsterdam’s museum quarter, with tourist attractions, shops, bars, pubs, nightlife spots, public transport links and restaurants all in the immediate vicinity. Schiphol Airport is 20 km from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1386.72" OriginalAmount="1296.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.373095457284" Longitude="4.8823727667332" StarRating="4" HotelCode="652950|hotel_mercier" HotelName="Hotel Mercier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Golf,Housekeeping,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rozenstraat 12, 1016 NX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/639918/639918a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Classic, retro and elegant. Step inside Hotel Mercier and feel at home. History relives at the straight friendly hotel with 40 rooms and 6 suites. De authentic Berlage style is showed throughout the interior. Think Art Nouveau, robust wooden furniture with a touch of velvet and rich prints. The lobby is built in style of the old library and feels like a second home. The monumental building on the Rozenstraat 12 at a unique location at the Jordaan in Amsterdam is the place to be for sleeping, dining, working or meeting up with locals. The philosophy of Helena Mercier, founder of ‘Ons Huis' was to bring the neighbourhood together, learn from each other and enjoy time together. Hotel Mercier will capture this in its heart.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1391.00" OriginalAmount="1300.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3779604" Longitude="4.896211575" StarRating="3" HotelCode="95614|ph_hotel_de_entree" HotelName="Season Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Martelaarsgracht 18, 1012 AS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/carsolize/52/b2/52b21b45d45f2a86b8ac56a7b51ec64744d38a94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1408.12" OriginalAmount="1316.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.370557" Longitude="4.888567" StarRating="4" HotelCode="337181|hotel_estherea" HotelName="Estherea" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 29/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Singel 303-309, 1012 WJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56047/a_56047_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on one of Amsterdam's most magnificent canals just 400 m from Dam Square and the Royal Palace. The main railway station as well as leading shopping areas, museums, theatres, bars, pubs, night clubs and connection to the public transport network are all easily reached on foot. It is 20 km to the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="1428.18" OriginalAmount="1334.75" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.372699275099" Longitude="4.8943267987767" StarRating="5" HotelCode="13020|KRA" HotelName="NH Collection Amsterdam Grand Hotel Krasnapolsky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 25/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dam 9</AddressLine>
          </AddressLines>
          <PostalCode>(0)206228607</PostalCode>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/13463/a_13463_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern first-class hotel lies at the heart of Amsterdam, directly on Dam Square and opposite the royal palace. Scores of shopping and entertainment venues are located in the vicinity and it is just a few minutes walk to the historic old town that offers various museums and theatres.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1443.43" OriginalAmount="1349.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.38333999" Longitude="4.84639468" StarRating="0" HotelCode="497987|dutchies_hostel" HotelName="Dutchies Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sara Burgerthartstraat 21A, 1055 KV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/65159/2465159/1.jpg?f=15396481</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1447.71" OriginalAmount="1353.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.343606" Longitude="4.858172" StarRating="4" HotelCode="547331|hotel_twenty_eight" HotelName="Twenty Eight" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Stadionplein 260, 1076 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/716612/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1464.83" OriginalAmount="1369.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37775" Longitude="4.897062" StarRating="5" HotelCode="213842|artotel_amsterdam" HotelName="art'otel amsterdam, by park plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 33, 1012 TM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/229596/229596a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1466.97" OriginalAmount="1371.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.370154347291" Longitude="4.8966461420059" StarRating="4" HotelCode="16407|radisson_blu_hotel_amsterdam" HotelName="Radisson Blu Hotel, Amsterdam City Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rusland 17, 1012 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/19783/a_19783_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, with all of Amsterdam's fantastic tourist attractions within easy walking distance. Links to the public transport network are to be found within 1.5 km of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1479.81" OriginalAmount="1383.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.348835" Longitude="4.891855" StarRating="5" HotelCode="15376|hotel_okura_amsterdam" HotelName="Okura Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferdinand Bolstraat 333, 1072 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/005880/005880a_hb_a_226.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is situated directly beside one of the most famous canals in Amsterdam. The RAI Convention Centre, shopping areas and sights of interest are all just a short walk away. Travel to the Schiphol Airport takes only 15 minutes by car. Various stations can be reached by tram in just 20 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1553.64" OriginalAmount="1452.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3765711" Longitude="4.9071006" StarRating="4" HotelCode="904494|doubletree_by_hilton_hotel_amsterdam_centraal_station" HotelName="DoubleTree by Hilton Amsterdam Centraal Station" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Oosterdoksstraat, 1011 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/238218/w_238218_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the riverfront and next to the central train station, the hotel is within easy reach of a host of local attractions, including the Rijksmuseum, Leidseplein, and the Anne Frank and Van Gogh museums. It is a perfect base from which to enjoy all that Amsterdam has to offer. Amsterdam Schiphol Airport is about 20 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1581.46" OriginalAmount="1478.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.367148" Longitude="4.882733" StarRating="5" HotelCode="178573|andaz_amsterdam_prinsengracht__a_hyatt_hotel" HotelName="Andaz Amsterdam Prinsengracht" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 587, 1016 HT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/250095/a_250095_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="1649.93" OriginalAmount="1541.99" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.372803699074" Longitude="4.8832981072054" StarRating="5" HotelCode="16257|PUL" HotelName="Pulitzer Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 323</AddressLine>
          </AddressLines>
          <PostalCode>(0)206276753</PostalCode>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/19519/a_19519_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies between two canals, close to the Royal Palace. 25 traditional buildings, right by the canal, have been tastefully restored and harmoniously combined into a single hotel. From here one is able to enjoy a picturesque view of the famous Princes canal. This hotel is located right next to the old centre of Amsterdam. It is around 500 m from links to public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1676.69" OriginalAmount="1567.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.383861590867" Longitude="4.9022975533035" StarRating="4" HotelCode="495429|sir_adam" HotelName="Sir Adam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Overhoeksplein 7, A’DAM Toren, 1031 KS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/52/527941/527941a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1702.37" OriginalAmount="1591.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.361733242928" Longitude="4.9105657774473" StarRating="3" HotelCode="143266|hotel_allure" HotelName="Allure" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatistraat 117-119, 1018 GB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211015/211015a_hb_a_004.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1751.59" OriginalAmount="1637.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36938900262" Longitude="4.8871547661846" StarRating="4" HotelCode="76501|ambassade_hotel" HotelName="Ambassade" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 341, 1016 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/192482/192482a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1775.13" OriginalAmount="1659.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.364799809415" Longitude="4.885157001532" StarRating="4" HotelCode="145100|hotel_seven_one_seven" HotelName="Boutique Seven One Seven" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 717, 1017 JW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388007/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1826.49" OriginalAmount="1707.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37035908808" Longitude="4.9031505185112" StarRating="5" HotelCode="387787|luxury_suites_amsterdam_2" HotelName="Luxury Suites Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Oudeschans 75, 1011 KW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/64635/2264635/1.jpg?f=15049499</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1895.15" OriginalAmount="1771.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3545004" Longitude="4.8875268" StarRating="4" HotelCode="255579|188725" HotelName="Sir Albert" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/09/2024" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Albert Cuypstraat 2, De Pijp District (Latin Quarter), 1072 CT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/188725/188725a_hb_a_046.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Amsterdam, this urban hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2020.16" OriginalAmount="1888.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.371164761838" Longitude="4.8954606056213" StarRating="5" HotelCode="18321|sofitel_legend_the_grand_amsterdam_2" HotelName="Sofitel Legend The Grand Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Voorburgwal 197, 1012 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/22774/a_22774_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the heart of Amsterdam's historical centre, this city hotel is set between 2 picturesque canals, just a stone's throw away from the key financial institutions and famous Dam Square. There is a bus station and links to the public transport network just 50 metres from the hotel and Schiphol International Airport is 20 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2039.42" OriginalAmount="1906.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.367620839981" Longitude="4.8943018913269" StarRating="5" HotelCode="11634|de_leurope_amsterdam" HotelName="De L'Europe" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 29/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 2-14, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/11218/a_11218_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Amsterdam's old town on the banks of the River Amstel. Links to the public transport network lie about 1 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2086.50" OriginalAmount="1950.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.361287254963" Longitude="4.8935642838478" StarRating="4" HotelCode="14737|mercure_hotel_amsterdam_arthur_frommer" HotelName="Mercure Amsterdam Centre Canal District" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Noorderstraat 46, 1017 TV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/17279/a_17279_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is set in a quiet street in the centre of Amsterdam, lying very close to the main attraction areas. Shops, restaurants and museums are within walking distance. The RAI congress centre and the Zuidoost Business Park are nearby. Public transport connections can be found 500 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2114.32" OriginalAmount="1976.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.360042" Longitude="4.905384" StarRating="5" HotelCode="200952|intercontinental_amstel_amsterdam" HotelName="InterContinental Amstel" Meals="BREAKFAST-FOR-2,ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD,BREAKFAST-FOR-1" BedType="BREAKFAST-FOR-2" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Professor Tulpplein 1, 1018 GX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/7686/a_7686_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This very luxurious hotel is situated on the banks of the River Amstel. It is within walking distance of the Rembrandtplein and Theater Carré. Amsterdam Schiphol Airport is approximately 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2154.98" OriginalAmount="2014.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.368238724571" Longitude="4.8957100846558" StarRating="4" HotelCode="24558|nh_doelen" HotelName="NH Collection Amsterdam Doelen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 26, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/35480/a_35480_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located directly beside the Amstel River. It is located in the centre of Amsterdam, between Rembrandtplein and Dam. The theatre and museum quarter is located in the neighbourhood and around 2 minutes away guests will arrive at the flower market. Links to the public transport network lie in front of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2176.38" OriginalAmount="2034.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3749808" Longitude="4.8993238" StarRating="1.5" HotelCode="154588|vijaya_hotel_amsterdam" HotelName="Vijaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Voorburgwal 44, 1012 GE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/214109/214109a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is situated in Amsterdam. The total number of rooms is 30. Wi-Fi internet connection is available on public areas. Hotel Vijaya offers 24-hour reception for guests' convenience. Those who dislike animals may enjoy their stay, as this hotel does not allow pets. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2236.30" OriginalAmount="2090.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.358617" Longitude="4.878541" StarRating="5" HotelCode="904540|conservatorium_hotel_amsterdam" HotelName="Conservatorium" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/10/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van Baerlestraat 27, Amsterdam 1070 LP</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/184320/184320a_hb_a_114.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2287.66" OriginalAmount="2138.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.370616477286" Longitude="4.8843494809856" StarRating="4" HotelCode="193854|canal_boutique_apartments" HotelName="Canal Boutique Rooms &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 302-304, 1016 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/29/294290/294290a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in Amsterdam. Guests will enjoy a peaceful and calm stay at Canal Boutique Apartments as it counts with a total of 6 accommodation units. Pets are not allowed at this establishment. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2444.95" OriginalAmount="2285.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.372774004203" Longitude="4.8897762444687" StarRating="5" HotelCode="317464|w_amsterdam" HotelName="W Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 175, 1012 VN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/431583/a_431583_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2568.00" OriginalAmount="2400.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365826506694" Longitude="4.8847546596803" StarRating="2" HotelCode="143433|amsterdam_downtown_hotel" HotelName="Amsterdam Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kerkstraat 25, 1017 GA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/387954/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2582.98" OriginalAmount="2414.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3657" Longitude="4.88807" StarRating="0" HotelCode="825324|plantage_garden_apartments_3" HotelName="Allure Garden Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Muidergracht 31, 1018 TL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/e9/37/e937dfd676d58647ae3d702ce2dd8e6bd89a6901.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2744.55" OriginalAmount="2565.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37586757" Longitude="4.88601871" StarRating="4" HotelCode="336266|the_toren" HotelName="The Toren" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 164, 1015 CZ Amsterdam, Noord-Holland</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0006/71776/671776/13.jpg?f=15661873</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3325.56" OriginalAmount="3108.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.379447" Longitude="4.880503" StarRating="3" HotelCode="296731|linden_hotel" HotelName="Linden Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/09/2024" HotelFacility="Business Centre,Elevator,Internet,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Lindengracht 251, 1015 KH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388827/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Linden Hotel is in the heart of Amsterdam, walking distance from Noordermarkt and Noorderkerk. This hotel is within close proximity of Anne Frank House and Westerkerk.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Stay in one of 25 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access is available to keep you connected. Conveniences include safes and coffee/tea makers, and you can also request cribs/infant beds.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Continental breakfasts are available for a fee.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include luggage storage and an elevator (lift).&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3399.39" OriginalAmount="3177.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36592" Longitude="4.90978" StarRating="0" HotelCode="0|plantage_apartment_suites" HotelName="Plantage Hortus Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Muidergracht, Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/de/80/de80d4adedd32ffc3d12a64b3dd71eeff619f5b2.jpeg</HotelPictures>
        <HotelDescription>&lt;/br&gt;&lt;b&gt;Property Location: &lt;/b&gt;A stay at Plantage Hortus Apartments places you in the heart of Amsterdam, within a 10-minute walk of Artis and Hermitage Amsterdam.  This 4-star apartment is 0.7 mi (1.1 km) from Rembrandt Square and 0.5 mi (0.8 km) from Royal Theater Carre.&lt;/br&gt;&lt;b&gt;Rooms: &lt;/b&gt;Make yourself at home in one of the 15 guestrooms, featuring kitchens with refrigerators and microwaves. Flat-screen televisions with satellite programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include coffee/tea makers and irons/ironing boards, and housekeeping is provided weekly.&lt;/br&gt;&lt;b&gt;Business, Other Amenities: &lt;/b&gt;Featured amenities include express check-out and multilingual staff.&lt;/br&gt;&lt;/br&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;/br&gt;&lt;/br&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4328.15" OriginalAmount="4045.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37246248" Longitude="4.89327047" StarRating="5" HotelCode="615095|hotel_twentyseven" HotelName="Hotel TwentySeven" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Jacuzzi,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dam 27, 1012 JS Amsterdam, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/24/2483605/7MLpjfVy_d2b5ca33bd970f64a6301fa75ae2eb22.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="5102.83" OriginalAmount="4769.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.364630806722" Longitude="4.8967426714726" StarRating="5" HotelCode="930981|waldorf_astoria_amsterdam" HotelName="Waldorf Astoria Amsterdam" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 542-556, 1017 CG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/367911/a_367911_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="442.53" OriginalAmount="413.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.2973" Longitude="4.70416" StarRating="4" HotelCode="|MASA" HotelName="Moxy Amsterdam Schiphol Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Hoeksteen 74-84, MS Hoofddorp</AddressLine>
          </AddressLines>
        </Address>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The friendly staff at the reception desk are happy to answer any questions. Valuables can be stored securely and conveniently in the safe. Wireless internet access in public areas allows guests to stay connected. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities and a lift. Everyday necessities can be purchased at the supermarket. Additional amenities include a playroom and a library. Guests arriving by car can park their vehicles in the car park. Further services and facilities include a 24-hour security service, a transfer service, a laundry service and a hotel shuttle bus. Active guests can make use of the bicycle hire service to explore the surrounding area.This hotel welcomes guests in Hoofddorp.There are many ways to relax or stay active at the hotel, including cycling/mountain biking, a gym, callisthenics, aerobics and a spa. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567A queen-size bed ensures a good night's sleep. A telephone, a TV and WiFi (no extra charge) are provided as well. Bathrooms are equipped with a shower and a hairdryer. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms. The hotel has non-smoking rooms.The dining area includes a restaurant and a bar. A delicious breakfast provides energy for the rest of the day.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="648.72" OriginalAmount="606.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.30459666267" Longitude="4.809536299074" StarRating="4" HotelCode="|RASA" HotelName="Renaissance Amsterdam Schiphol Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Meester Jacob, Takkade 35, Hoofddorp</AddressLine>
          </AddressLines>
        </Address>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The friendly staff at the reception desk are happy to answer any questions. Amenities available at the hotel include a baggage storage service and a safe. Wireless internet access allows guests to stay connected while on holiday. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities and a lift. There are a number of shops as well. A garden provides extra space for rest and relaxation in the open air. Additional facilities include a TV room. Guests arriving by car can park their vehicles in the car park. Further services and facilities include a 24-hour security service, a transfer service, room service, a laundry service and a hotel shuttle bus. Active guests can make use of the bicycle hire service to explore the surrounding area. Complimentary newspapers are available. The business centre is on hand for guests' business requirements and provides a fax machine.This hotel is located in Aalsmeer.Fine weather can be enjoyed on the terrace. There are many ways to relax or stay active at the hotel, including cycling/mountain biking, horse riding, a gym, callisthenics, aerobics, a spa and hiking. Evening entertainment includes live music. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Air conditioning and central heating ensure that rooms maintain comfortable temperatures. A desk is provided. Guests will also find a mini fridge included among the standard features. An ironing set is provided for guests' convenience. Other features include a telephone, a flatscreen television with satellite channels, a radio, an alarm clock and WiFi (no extra charge). Bathrooms are equipped with a shower and include a hairdryer. Wheelchair-friendly rooms with wheelchair-accessible bathrooms are also available. The hotel has family rooms and non-smoking rooms.The dining area includes a restaurant and a bar. A delicious breakfast provides energy for the rest of the day. Special meals, including diet meals, are also available. The hotel also offers special catering options.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="763.57" OriginalAmount="713.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37331655" Longitude="4.92853587" StarRating="4" HotelCode="|NTEL" HotelName="Inntel hotels Amsterdam Landmark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>VOC Quay 600</AddressLine>
          </AddressLines>
          <PostalCode>(0)202272551</PostalCode>
        </Address>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The friendly staff at the reception desk are happy to answer any questions. A baggage storage service, a safe and a drinks machine are available. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel has wheelchair-accessible facilities and a lift. Guests arriving by car can park their vehicles in the garage or in the car park. Other services include a 24-hour security service, medical assistance, room service, a laundry service and a coin-operated laundry. Active guests can make use of the bicycle hire service to explore the surrounding area. A fax machine is available for guests' business needs.This hotel is located in the centre of Amsterdam.The pleasantly heated water of the indoor pool area guarantees comfortable swimming. Comfortable sun loungers are available on the terrace. The hot tub in the pool area promises pure relaxation. There are many ways to relax or stay active at the hotel, including cycling/mountain biking, a gym, a spa, a sauna, a hammam and massage treatments. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Rooms are equipped with air conditioning and central heating. Separate bedrooms are available. Children's beds can be requested for younger guests. A safe and a desk are also available. Guests will also find a tea/coffee station included among the standard features. A telephone, a TV, a radio and WiFi (no extra charge) ensure optimal comfort. A hairdryer and a vanity mirror are available in the bathrooms, which are equipped with a shower. The hotel has non-smoking rooms.The hotel includes a restaurant and a bar. Half board can be booked. Breakfast, lunch and dinner are available. Special meals, including diet meals, are also available. In addition, special catering options and snacks are available.This hotel does not accept pets (except service animals).&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="1106.34" OriginalAmount="1033.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37552827" Longitude="4.90154931" StarRating="0" HotelCode="|HMAI" HotelName="Hotel Mai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Gelderse Kade 30</AddressLine>
          </AddressLines>
          <PostalCode>(0)205150454</PostalCode>
        </Address>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The friendly staff at the reception desk are happy to answer any questions. To ensure guests a comfortable and relaxing stay, the hotel provides various services and facilities, including a baggage storage service, a safe, a 24-hour security service, room service, a laundry service, a coin-operated laundry and a smoke alarm. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel offers various facilities for guests with disabilities. A lift and wheelchair-accessible facilities are available. Guests arriving by car can park their vehicles in the car park. Active guests can make use of the bicycle hire service to explore the surrounding area.This hotel is located in the centre of Amsterdam.For those who wish to stay active while on holiday, the hotel offers cycling/mountain biking. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Rooms are equipped with air conditioning and central heating. All rooms are carpeted and include a double bed. Separate bedrooms are available. A safe provides secure storage for guests' personal property. Guests will also find a tea/coffee station included among the standard features. An ironing set is provided for guests' convenience. A telephone, satellite television, a radio and WiFi are provided as well. A hairdryer and a telephone are available in the bathrooms, which are equipped with a shower. As a special feature, bathrooms are also stocked with cosmetic products and a selection of towels. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms. The hotel has family rooms and non-smoking rooms.There is a bar on the premises. A fortifying breakfast is served daily.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1363.18" OriginalAmount="1274.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.39399019" Longitude="4.88209812" StarRating="0" HotelCode="972964|hotel_boat_co" HotelName="Hotel Boat&amp;Co" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Revaleiland 500, 1014 ZG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service,Lounge,Designated Smoking Area,Laundry,Nightclub,Currency Exchange,Spa,Shopping Arcade,Jacuzzi,Massage Centre,Room Service,Swimming Pool,Wheelchair Access,Garden,Diet Meals,Golf,24 Hour Security,ATM/Cash Machine,Housekeeping,Meeting Room,Parking,Printer,Wake-up Call Service,24 Hour Power Supply,Banquet Hall,Kitchen,24 Hour Front Desk,Concierge,Dry Cleaning,Elevator,LCD/Projector,Luggage Storage,Business Centre,Vending Machine,Pets allowed,24 Hour Room Service,Coffee Shop,Valet Parking</BasicAmenities>
    <HotelRating>4,3,5,2,3.5,1,2.5,1.5</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,CONFERENCE HOTEL,SPA HOTEL,ECO HOTEL,AIRPORT HOTEL,HOSTEL,VILLAGE,APARTHOTEL,APARTMENT,HOSTELS</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9ef704ea-20c1-4363-8eac-2f9eaf2e6446|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="9ef704ea-20c1-4363-8eac-2f9eaf2e6446">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
          <GuestCount PaxCode="8" Age="3,3" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2024-10-06T00:00:00" End="2024-10-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|NYNA" SourceId="7" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="SkyWorld" Password="Wasi3266" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9ef704ea-20c1-4363-8eac-2f9eaf2e6446|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="9ef704ea-20c1-4363-8eac-2f9eaf2e6446" TimeStamp="0001-01-01T00:00:00" HotelName="NinetyNine Hotel Amsterdam Airport (20km from Amsterdam)" HotelCode="|NYNA" GTCityId="63219" CountryCode="NL" CityName="Amsterdam" CountryName="Netherlands" Latitude="52.40076" Longitude="4.889177" SourceId="7" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Single Room - With Breakfast" RoomTypeCode="N/A|N/A|SWB|NYNA|1|0|7|MzQxLjg2fEVVUnwyMDI0LTA5LTIx" OriginalAmount="294" TotalPrice="314.60" Status="CheckRates" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 17/09/2024"><AdditionalDetails>Standard-Bed &amp; Breakfast-Refundable Rate&lt;br/&gt;Cnx Fee - 1 Nt x 100.00%</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2024-09-17T00:00:00" End="2024-10-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="314.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><HotelDescription>The friendly staff at the reception desk are happy to answer any questions. A baggage storage service, a safe, a playroom, a library, a fax machine and a smoke alarm are available. Wireless internet access allows guests to stay connected while on holiday. A lift and wheelchair-accessible facilities are available. Everyday necessities can be purchased at the supermarket. Guests arriving by car can park their vehicles in the garage or in the car park. Bicycle storage is available to guests. There is a bike hire service as well.This hotel is located right in the heart of Hoofddorp.Fine weather can be enjoyed on the terrace. For those who wish to stay active while on holiday, the hotel offers cycling/mountain biking. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Rooms include air conditioning and central heating. Guests are sure to get a good night's sleep in the double bed. A safe and a desk are also available. A telephone, a TV and WiFi (no extra charge) are provided as well. Bathrooms are equipped with a shower and include a hairdryer. The hotel has non-smoking rooms.The dining area includes a restaurant and a bar. Breakfast and lunch are served every day.</HotelDescription></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9ef704ea-20c1-4363-8eac-2f9eaf2e6446|BookRequest|BookRequest|Request:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="9ef704ea-20c1-4363-8eac-2f9eaf2e6446" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: Single Room - With Breakfast" BoardBasis="Room 1: Bed &amp; Breakfast" TotalAdult="1" TotalChild="2">
      <Adults>
        <Adult Title="Mrs" FirstName="maimoona" LastName="javaid" DOB="19990724" Age="25" />
      </Adults>
      <Childs>
        <Child Title="Master" FirstName="muhammad ehaan" LastName="talha" DOB="20270724" Age="3" />
        <Child Title="Miss" FirstName="irha" LastName="talha" DOB="20270724" Age="3" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="SkyWorld" Password="Wasi3266" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|NYNA" SourceId="7" RoomTypeCode="N/A|N/A|SWB|NYNA|1|0|7|MzQxLjg2fEVVUnwyMDI0LTA5LTIx" TotalPrice="314.6" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2024-10-06T00:00:00" End="2024-10-10T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>2507</AgencyBookingRef>
  <MHLInfo>
    <Address> 933 Stockport  Road</Address>
    <AgencyId>1724</AgencyId>
    <AgentId>3125</AgentId>
    <CityCode>11</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId> admin@worldwideflight.co.uk </EmailId>
    <FileBookingId />
    <FirstName> maimoona </FirstName>
    <LastName> javaid </LastName>
    <PaymentResponse> No-Payment-Getway </PaymentResponse>
    <PaymentStatusId>0</PaymentStatusId>
    <PhoneNo />
    <PostCode />
    <SalesPersonId>24</SalesPersonId>
    <SalesSourceId>24</SalesSourceId>
    <SupportNo> +44 (0) 20 8569 8080 </SupportNo>
    <Title> Mrs </Title>
  </MHLInfo>
</HotelBookRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9ef704ea-20c1-4363-8eac-2f9eaf2e6446|BookResponse|MyhubService Response|UserName:-SkyWorld Password:-Wasi3266 MhlInfo:-<?xml version="1.0" encoding="utf-16"?>
<MHLInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Address> 933 Stockport  Road</Address>
  <AgencyId>1724</AgencyId>
  <AgentId>3125</AgentId>
  <CityCode>11</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId> admin@worldwideflight.co.uk </EmailId>
  <EndDate xsi:nil="true" />
  <FirstName> maimoona </FirstName>
  <LastName> javaid </LastName>
  <NationalityOfPax />
  <PaymentResponse> No-Payment-Getway </PaymentResponse>
  <PaymentStatusId>0</PaymentStatusId>
  <PhoneNo />
  <PostCode />
  <SalesPersonId>24</SalesPersonId>
  <SalesSourceId>24</SalesSourceId>
  <SourceId>0</SourceId>
  <StartDate xsi:nil="true" />
  <SupportNo> +44 (0) 20 8569 8080 </SupportNo>
  <Title> Mrs </Title>
</MHLInfo> Hotel:-<?xml version="1.0" encoding="utf-16"?>
<Hotel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AgencyReference>2507</AgencyReference>
  <AgentMinCnxDate>2024-09-17T00:00:00</AgentMinCnxDate>
  <CancelPolicyRemark>&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;CancelPenaltiesType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
  &lt;CancelPenalties&gt;
    &lt;CancelPenalty Start="2024-09-17T00:00:00" End="2024-10-02T00:00:00"&gt;
      &lt;AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="314.60" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2024-10-06T00:00:00</CheckIn>
  <CheckInTime>02:00PM</CheckInTime>
  <CheckOut>2024-10-10T00:00:00</CheckOut>
  <CheckOutTime>10:00AM</CheckOutTime>
  <CostAmountInSalesCurrency>294.02</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>netherlands</CountryName>
  <Rooms>
    <Rooms>
      <Adults>1</Adults>
      <BoardBasis>Room 1: Bed &amp; Breakfast</BoardBasis>
      <Children>2</Children>
      <GuestName>Mrs maimoona javaid</GuestName>
      <RoomType>Room 1: Single Room - With Breakfast</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>314.6</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>341.86</SupplierAmount>
  <SupplierCurrency>EUR</SupplierCurrency>
  <SupplierId>653</SupplierId>
  <SupplierMinCnxDate>2024-09-21T00:00:00</SupplierMinCnxDate>
  <SupplierName>TravCo</SupplierName>
  <_cityName>Amsterdam</_cityName>
  <_hotelName>NinetyNine Hotel Amsterdam Airport (20km from Amsterdam)</_hotelName>
</Hotel> Response:-<Root><FileBookingId>240728845</FileBookingId><BookingId>39149</BookingId></Root>||FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9ef704ea-20c1-4363-8eac-2f9eaf2e6446|BooingConfirmation|Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at Handler.HotelHandler.BookingConfirmation(HotelBookRQ BookingRQ, HotelBookRS BookingRS) in G:\Trivender PC\WorldwideDMCV2\Module\Hotel\HotelHandler\HotelHandler\HotelHandler.cs:line 996||FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9ef704ea-20c1-4363-8eac-2f9eaf2e6446|TravcoBook|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9ef704ea-20c1-4363-8eac-2f9eaf2e6446|BookResponse|BookResponse|Response:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <FileBookingId>240728845</FileBookingId>
  <Status>Fail</Status>
</HotelBookRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="ec5104ec-93e1-4dbc-b21c-15fe5855598b">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
          <GuestCount PaxCode="8" Age="3" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2024-10-06T00:00:00" End="2024-10-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="SkyWorld" Password="Wasi3266" RequestedCurrency="GBP" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|CoordinatorError|No Supplier Found MGR|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="ec5104ec-93e1-4dbc-b21c-15fe5855598b">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
          <GuestCount PaxCode="8" Age="3" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity CountryCode="NL" CountryCode_A3="NET" CountryName="Netherlands" GTCityId="63219" DestinationId="0" CityId="2811" CityName="Amsterdam">
      <Latitude>52.40076</Latitude>
      <Longitude>4.889177</Longitude>
    </HotelCity>
    <StayDateRange Start="2024-10-06T00:00:00" End="2024-10-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="SkyWorld" Password="Wasi3266" RequestedCurrency="GBP" ClientNationality="GB" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|OlympiaSearch|supplier interation failed||Olympia|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|MikiSearch|supplier interation failed||Miki|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|TravellandaSearch|supplier interation failed||Travellanda|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|W2MSearch|supplier interation failed||W2M|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|TotalStaySearch|supplier interation failed||TotalStay|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|AbreuSearch|successfull supplier interation||Abreu|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|DOTWSearch|supplier interation failed||DOTW|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|TravcoSearch|successfull supplier interation||Travco|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|RateHawkSearch|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|WHLSearch|supplier interation failed||WHL|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|ASASearch|supplier interation failed||ASA|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2024-07-24T21:26:24.7137126+01:00" Version="0" EchoToken="Search" TransactionIdentifier="ec5104ec-93e1-4dbc-b21c-15fe5855598b" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="189.39" OriginalAmount="177.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.38521055" Longitude="4.92228119" StarRating="1" HotelCode="614136|guest_house_amsterdam" HotelName="Guest House Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels,Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Hamerstraat 26, 1021 JW Amsterdam, Noord Holland</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5468032</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.89" OriginalAmount="227.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36245" Longitude="4.794706" StarRating="3" HotelCode="20235|new_west_inn_amsterdam" HotelName="New West Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Reimerswaalstraat 5, 1069 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/01/017528/017528a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Osdorp district of the city and offers excellent connections to the tram network. The city centre with its numerous shopping and entertainment venues is just a few minutes' away by making use of the trams that depart from a stop approximately 7 minutes' walk from the hotel. Countless shops, theatres, restaurants, bars and the congress centre are in the hotel's immediate surrounds.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.10" OriginalAmount="230.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.316861995871" Longitude="4.8720575973144" StarRating="2" HotelCode="462113|ibis_budget_amsterdam_city_south_opening_december_2016" HotelName="ibis budget Amsterdam Zuid" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/10/2024" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Professor J.H. Bavincklaan 1, 1183 AT Amstelveen</AddressLine>
          </AddressLines>
          <CityName>Amstelveen</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/572647/a_572647_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amstelveen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.64" OriginalAmount="252.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.30192656" Longitude="4.86877444" StarRating="0" HotelCode="864654|cityden_the_garden_amsterdam_south" HotelName="Cityden The Garden Amsterdam South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Van Heuven Goedhartlaan 17</AddressLine>
          </AddressLines>
          <CityName>Amstelveen</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/26000000/25840000/25830100/25830046/cb7a601b_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.13" OriginalAmount="259.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.359308320439" Longitude="4.8043221662947" StarRating="3" HotelCode="497023|citiez_hotel_amsterdam" HotelName="Citiez Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Osdorpplein 372A, 1068 EV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/664229/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.27" OriginalAmount="261.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.325180238754" Longitude="4.7936027687459" StarRating="3" HotelCode="326454|ibis_amsterdam_airport" HotelName="Hotel ibis Schiphol Amsterdam Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schipholweg 181, 1171 PK Badhoevedorp</AddressLine>
          </AddressLines>
          <CityName>Badhoevedorp</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47140/a_47140_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This splendid hotel is centrally located close to the most important motorway to Amsterdam (A4/A9) and not far from Amsterdam's Schiphol airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.34" OriginalAmount="262.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.366209585491" Longitude="4.8595166082628" StarRating="3" HotelCode="345068|hotel_not_hotel" HotelName="Hotel Not Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD-DINNER" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piri Reisplein 34, 1057 KH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/31356/2131356/1.jpg?f=15175710</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service, a restaurant, a bar, room service and a theatre hall. Wireless internet access is available to guests in the public areas. Those arriving in their own vehicles can leave them in the car park of the accommodation. A bicycle hire service gives guests the opportunity to explore the surrounding area independently.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.34" OriginalAmount="262.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.378550819858" Longitude="4.8206619714649" StarRating="4" HotelCode="81841|best_western_blue_square_hotel" HotelName="XO Hotels Blue Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slotermeerlaan 80, 1064 HD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/110506/r_110506_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to a shopping centre and a local market which is open every day for business. Just five minutes' walk from the hotel, guests will find restaurants and bars, while the city centre and Dam Square are 5 kilometres away. Guests can also find the lake Sloterplas nearby where they can enjoy fishing and sailing. Amsterdam’s Schiphol Airport is 15 kilomentres away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.83" OriginalAmount="269.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.317436880647" Longitude="4.8566736521149" StarRating="3" HotelCode="404528|amsterdam_forest_hotel" HotelName="Amsterdam Forest Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amsterdamseweg 465A, 1181 BR Amstelveen</AddressLine>
          </AddressLines>
          <CityName>Amstelveen</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/575531/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amstelveen. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.32" OriginalAmount="276.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.43891745" Longitude="4.81704825" StarRating="0" HotelCode="590496|easyhotel_amsterdam_zaandam" HotelName="EasyHotel Zaandam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Bicycle Rental,Designated Smoking Area,Golf,Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ankersmidplein 2, 1506 CK Zaandam</AddressLine>
          </AddressLines>
          <CityName>Zaandam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/58/586074/586074a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;easyHotel is located in the Saentower, in the city centre of Zaandam. From the 30 meter high located rooms you have a fantastic view over the city and the typical cultural buildings of Zaandam. Please be advised that all the hotel rooms are located on floors 9 through 11. The floors can only be reached by elevator, the fire stairs are only accessible in case of an emergency and not for regular use. Since the hotel is in the center, it is also located next to the train station. Hereby the hotel offers the perfect place to stay for you as a leisure or business traveler. Zaandam is an historical city. The Zaanse Schans and the Zaans Museum are located in a 5 km distance. Within 100 metres by walking you reach the shopping center and the cinema of Zaandam.  In the summer season the recreational park Het Twiske is a really nice spot to go for some picknick and relaxing. Looking for something to do with the younger kids? The farm called Darwinpark has many farm animals and is visited by 75.000 people on a yearly basis.
The city tax for Zaandam is 7 EUR per person per night which is payable on arrival.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.46" OriginalAmount="278.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.428955334838" Longitude="4.8398291693115" StarRating="2" HotelCode="298509|hotel_ibis_budget_amsterdam_zaandam" HotelName="ibis budget Amsterdam Zaandam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Lieftinckweg 10, 1505 HX Zaandam</AddressLine>
          </AddressLines>
          <CityName>Zaandam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/406732/a_406732_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zaandam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="302.81" OriginalAmount="283.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.348917" Longitude="4.908607" StarRating="2" HotelCode="71422|flipper" HotelName="Flipper" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Borssenburgstraat 5, 1078 VA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/96760/w_96760_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the southern part of the centre of Amsterdam, just a 5-minute trip on public transport from the RAI congress centre, the hotel is a great place to stay. It is located within walking distance of the famous Albert Cuyp Market, the Amstel Metro station, Heineken Brewery and many shopping streets. Although situated some 5 km outside of the noisy city centre, the hotel still offers easy access, just a 10-minute journey with public transport, which runs 24-hours.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="308.16" OriginalAmount="288.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.362988" Longitude="4.8754655" StarRating="1" HotelCode="153216|hotel_princess_3" HotelName="Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 80, 1054 HL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/09/091758/091758a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is a small friendly hotel, situated on just 3 minutes walking distance from the very famous Leidse square. Here you can enjoy a variety of restaurants, bars, night clubs etc. Within walking distance you will also find the world famous Rijksmuseum and Van Gogh museum.Nearby are all sorts of public transport and you can even take a ride with a canal boat for a nice special city tour through our famous Amsterdam canals.

This charming small hotel has warm 20 rooms.

All rooms are sharing shower and toilet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="310.30" OriginalAmount="290.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.358182" Longitude="4.889771" StarRating="2" HotelCode="400757|symphony_budget_hotel_paganini" HotelName="Aston City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 68, 1072 AD Amsterdam, Oud-Zuid</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/95148/w_95148_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a convenient location in the heart of Amsterdam, overlooking one of characteristic canals of the city. The property is within walking distance of the famous Leidseplein square, boasting many restaurants, bars, nightclubs and the Holland Casino, where hotel guests have free entrance. Anne Frank House and other museums are 2 km and 1.5 km from the hotel, respectively and Schiphol Airport is approximately 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="314.60" OriginalAmount="294.02" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.29104472" Longitude="4.7208838" StarRating="3" HotelCode="|NYNA" HotelName="NinetyNine Hotel Amsterdam Airport (20km from Amsterdam)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Kruisweg 601, Hoofddorp</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/1279470/13470926.jpg</HotelPictures>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The friendly staff at the reception desk are happy to answer any questions. A baggage storage service, a safe, a playroom, a library, a fax machine and a smoke alarm are available. Wireless internet access allows guests to stay connected while on holiday. A lift and wheelchair-accessible facilities are available. Everyday necessities can be purchased at the supermarket. Guests arriving by car can park their vehicles in the garage or in the car park. Bicycle storage is available to guests. There is a bike hire service as well.This hotel is located right in the heart of Hoofddorp.Fine weather can be enjoyed on the terrace. For those who wish to stay active while on holiday, the hotel offers cycling/mountain biking. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Rooms include air conditioning and central heating. Guests are sure to get a good night's sleep in the double bed. A safe and a desk are also available. A telephone, a TV and WiFi (no extra charge) are provided as well. Bathrooms are equipped with a shower and include a hairdryer. The hotel has non-smoking rooms.The dining area includes a restaurant and a bar. Breakfast and lunch are served every day.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.65" OriginalAmount="295.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.353746928084" Longitude="4.9119412772336" StarRating="3" HotelCode="313022|volkshotel" HotelName="Volkshotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wibautstraat 150, 1091 GR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/63384/2163384/102.jpg?f=15691234</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of services and facilities to ensure a comfortable stay, making it the perfect choice for business travellers and holidaymakers alike. The accommodation comprises a total of 172 rooms. A dining area is among the facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="316.72" OriginalAmount="296.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.356398" Longitude="4.8783989999999" StarRating="2" HotelCode="38371|trianon_hotel_2" HotelName="Trianon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jan Willem Brouwersstr 3-7, 1071 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/63423/a_63423_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This captivating hotel is on a peaceful side street off the van Baerlestraat shopping street. From the hotel visitors can comfortably discover Amsterdam's city centre with its copious shops and other entertainment options, as well as the scores of tourist attractions on foot.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="317.55" OriginalAmount="296.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.38118" Longitude="4.820975" StarRating="3" HotelCode="410183|128407" HotelName="Hotel Nieuw Slotania" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/09/2024" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slotermeerlaan 133, 1063 JN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/100778/w_100778_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the A10 motorway. The centre of Amsterdam is only 15 minutes away by bus or car. Facing the hotel the guests will find one of Amsterdam's newest shopping centres. Amsterdam Airport Schiphol is situated at a distance of approximately 10 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="318.86" OriginalAmount="298.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.32561" Longitude="4.7920194" StarRating="2" HotelCode="213340|ibis_budget_amsterdam_airport" HotelName="ibis budget Amsterdam Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Schipholweg 185, 1171 PK Badhoevedorp</AddressLine>
          </AddressLines>
          <CityName>Badhoevedorp</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/302032/a_302032_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Badhoevedorp.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="321.85" OriginalAmount="300.79" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.316675865822" Longitude="4.871996800229" StarRating="0" HotelCode="|IBUA" HotelName="ibis Budget Amsterdam City South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Professor J.H Bavincklaan 1</AddressLine>
          </AddressLines>
          <PostalCode>(0)0207154331</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/572647/12585096.jpg</HotelPictures>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The friendly staff at the reception desk are happy to answer any questions. Amenities include a baggage storage service, safe, currency exchange service and drinks machine. Wireless internet access allows guests to stay connected while on holiday. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. A lift and wheelchair-accessible facilities are available. Additional amenities include a TV room and a playroom. Guests arriving by car can park their vehicles in the car park for a fee. Further services and facilities include a 24-hour security service, medical assistance, a laundry service and a coin-operated laundry. Active guests who wish to explore the surrounding area by bike will appreciate the bicycle hire service. Bicycle storage is also available. A fax machine is available for guests' business needs.This hotel is located in Amstelveen.The outdoor pool complex provides invigorating refreshment. Fine weather can be enjoyed on the terrace. There are many ways to relax or stay active at the hotel, including cycling/mountain biking, a gym, table tennis and billiards. Activity coordinators organise an entertainment programme for adults and children. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Air conditioning and central heating ensure that rooms maintain comfortable temperatures. Rooms have a double bed or a sofa bed. Extra beds can be requested. A desk is provided. A telephone, a television with satellite/cable channels and WiFi (no extra charge) provide all the essentials for a comfortable holiday. Bathrooms are equipped with a shower and a bathtub. As a special feature, guests are provided with a selection of towels. Wheelchair-friendly rooms with wheelchair-accessible bathrooms are also available. The hotel has family rooms and non-smoking rooms.There is a café on the premises. A continental breakfast buffet and lunch are served every day.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="323.14" OriginalAmount="302.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.348792673836" Longitude="4.8427069187164" StarRating="3" HotelCode="34772|west_side_inn_amsterdam" HotelName="Best Western Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Voorburgstraat 250, 1059 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56581/a_56581_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous, refined hotel is situated in the western part of Amsterdam's city centre, directly beside the main approach roads (the ring roads A10, A4,A2). Schiphol Airport, the RAI Congress Centre, the World Fashion Centre, the World Trade Centre and three leading museums (the Van Gogh Museum, the Rijksmuseum, the Stederijk Museum) are all within easy reach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.21" OriginalAmount="303.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.361513245972" Longitude="4.8773110753262" StarRating="2" HotelCode="153311|quentin_england" HotelName="Quentin England" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 30, 1054 EZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388197/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.42" OriginalAmount="306.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.333371" Longitude="4.772057" StarRating="4" HotelCode="32470|novotel_amsterdam_airport" HotelName="Ramada Amsterdam Airport Schiphol" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 01/10/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sloterweg 299, 1171 VB Badhoevedorp, North Holland Province</AddressLine>
          </AddressLines>
          <CityName>Badhoevedorp</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/51649/a_51649_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Amsterdam, this airport hotel is ideal for business travellers arriving or departing from Amsterdam (AMS) Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.42" OriginalAmount="306.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.357947" Longitude="4.90219" StarRating="2" HotelCode="89080|max_hotel" HotelName="Max Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hemonystraat 7S, 1074 BK, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/124820/a_124820_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the centre, not far from Rembrandtplein in the De Pijp area of Amsterdam. All the sights such as Dam Square, Rembrandtplein and Leidseplein are close by. Museums such as the famous Rijksmuseum, the Van Gogh Museum, Anne Frank House and others are also in the vicinity. There are theatres and concert halls a short distance from the hotel, which can be reached using public transportation. Restaurants and bars can be found within around 100 m of the hotel, and there are shops within about 1 km.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="330.63" OriginalAmount="309.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.385501902765" Longitude="4.8326808884399" StarRating="3" HotelCode="333982|amsterdam_teleport_hotel" HotelName="Amsterdam Teleport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Heathrowstraat 3-5, 1043 CE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/63414/82d38fe8-e91d-4a38-8d32-f7757dcaeb71.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.98" OriginalAmount="314.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.379293548586" Longitude="4.8456695401975" StarRating="4" HotelCode="87983|best_western_blue_tower_hotel" HotelName="XO Hotels Blue Tower" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leeuwendalersweg 21, 1055 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/122945/a_122945_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is situated at the edge of Amsterdam city centre. The historical centre of Amsterdam, the Rai Congress Centre, the train station and the Sloterdijk, Zuid-As and WTC business parks are all just 10 minutes away by car or 15 minutes by direct bus, tram or train. Guests will find restaurants and shopping venues 3 km away and it is 5 km to the city centre. Schiphol Airport is a 10-minute drive from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.98" OriginalAmount="314.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.311194" Longitude="4.985915" StarRating="3" HotelCode="337436|hotel_campanile_amsterdam_zuidoost" HotelName="Campanile Amsterdam - Zuidoost" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/09/2024" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Losdrechtdreef 3, 1108 AX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56196/a_56196_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superb hotel is located near to the A9 motorway as well as the Gaasperpark. It is some 12 minutes from the Arena Boulevard and is dreamily situated directly on a lake. The direct connection to the public transport network means that guests are able to easily reach an abundance of shops, a golf course and Shiphol airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="338.12" OriginalAmount="316.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.341815665073" Longitude="4.8251974582672" StarRating="4" HotelCode="337172|dutch_design_hotel_artemis" HotelName="Dutch Design Hotel Artemis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>John M. Keynesplein 2, 1066 EP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56042/a_56042_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the business centre of Amsterdam and offers excellent links to the public transport network, which can be found about 300 m away. Various shopping venues are situated approx. 1 km away, and bars, pubs and nightclubs are also located close by (within about 8 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="340.26" OriginalAmount="318.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.357985" Longitude="4.890528" StarRating="2" HotelCode="81840|hotel_vivaldi_4" HotelName="Blossoms City Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 76, 1072 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/29/298389/298389a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="343.47" OriginalAmount="321.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.32619413" Longitude="4.95364688" StarRating="2" HotelCode="591384|via_amsterdam" HotelName="Via Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Diemerhof 20, 1112XN Diemen</AddressLine>
          </AddressLines>
          <CityName>Diemen</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/09965/3609965/1.jpg?f=15099927</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Via Amsterdam in Diemen, you'll be in the entertainment district and convenient to Amsterdam ArenA and Heineken Music Hall.  This hostel is within close proximity of Ziggo Dome and Oosterpark. #  Rooms : # Make yourself at home in one of the 170 guestrooms. Complimentary wireless Internet access is available to keep you connected. Bathrooms have showers and hair dryers. Conveniences include desks, and housekeeping is provided daily. #  Amenities : # Enjoy recreation amenities such as bicycles to rent or take in the view from a terrace. This hostel also features complimentary wireless Internet access and tour/ticket assistance. #  Dining : # Enjoy a satisfying meal at a restaurant serving guests of Via Amsterdam. Quench your thirst with your favorite drink at a bar/lounge. #  Business &amp; Other Amenities : # Featured amenities include a 24-hour front desk, luggage storage, and laundry facilities. Self parking (subject to charges) is available onsite.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="346.68" OriginalAmount="324.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.304613281626" Longitude="4.950649561925" StarRating="0" HotelCode="677840|hotel_levell" HotelName="Hotel Levell" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hullenbergweg 353, 1101 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11038190</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="347.75" OriginalAmount="325.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.31746284" Longitude="4.87174519" StarRating="4" HotelCode="523893|cityden_amsterdam_south_hotel_apartments" HotelName="Cityden Up" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Professor J.H. Bavincklaan, 1183AT Amstelveen</AddressLine>
          </AddressLines>
          <CityName>Amstelveen</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/694117/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Amstelveen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="348.82" OriginalAmount="326.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.439793" Longitude="4.811426" StarRating="3" HotelCode="188961|zaan_inn_hotel" HotelName="Best Western Zaan Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Grenehout 22, 1507 EB Zaandam</AddressLine>
          </AddressLines>
          <CityName>Zaandam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/265179/a_265179_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Zaandam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.89" OriginalAmount="327.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.348652" Longitude="4.765684" StarRating="4" HotelCode="69636|park_plaza_amsterdam_airport_2" HotelName="Park Plaza Amsterdam Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Melbournestraat 1, 1175 RM  Lijnden, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/91736/ba_91736_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located in the west of Amsterdam, only 5 km from Schiphol International Airport. The centre of Amsterdam is just a 15-minute drive away, whilst line 1 of the city’s tram service offers a direct connection to Amsterdam Central Station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="352.03" OriginalAmount="329.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.35750367" Longitude="4.93049137" StarRating="4" HotelCode="590607|qfactory_hotel" HotelName="Q-Factory Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Atlantisplein 1, 1093 NE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/24/2485545/nXxN6yOk_d2b5ca33bd970f64a6301fa75ae2eb22.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.45" OriginalAmount="335.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.30576514" Longitude="4.80638131" StarRating="3" HotelCode="522534|tulip_inn_amsterdam_airport" HotelName="Hotel ibis Styles Amsterdam Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Piet Guilonardweg 3, 1117 EE Schiphol</AddressLine>
          </AddressLines>
          <CityName>Schiphol</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/637802/a_637802_G2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Schiphol.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.59" OriginalAmount="337.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.38686005" Longitude="4.83960316" StarRating="3" HotelCode="509192|hotel2stay" HotelName="Hotel2Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Tempelhofstraat 2, 1043 EC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/55/559361/559361a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="362.73" OriginalAmount="339.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.375785844622" Longitude="4.8962062597275" StarRating="1" HotelCode="193848|hotel_continental_amsterdam" HotelName="Continental" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 40-41, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/214882/214882a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="362.73" OriginalAmount="339.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.364274841549" Longitude="4.879916900629" StarRating="3" HotelCode="153312|quentin_hotel" HotelName="Quentin Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 89, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/389264/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="362.73" OriginalAmount="339.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.385593" Longitude="4.847073" StarRating="4" HotelCode="209260|golden_tulip_amsterdam_west" HotelName="XO Hotels Park West" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molenwerf 1, 1014 AG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/297694/a_297694_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam. Public transport stops are just outside the door.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.80" OriginalAmount="340.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.392313810778" Longitude="4.8500056922592" StarRating="3" HotelCode="38826|ibis_amsterdam_city_west" HotelName="Hotel ibis Amsterdam City West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Transformatorweg 36, 1014 AK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/64082/a_64082_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the harbour, between the heart of Amsterdam and the main business districts. The RAI Convention and Exhibition Centre and Amsterdam Schipol Airport are both easily accessible thanks to the hotel’s proximity to the A10 motorway. Dam square and the city centre, where guests will find shopping amenities, are 3 km away from the hotel while there is a link to the public transport network 1 km from the hotel. The nearest train station is 2 km away. Amsterdam Schipol Airport is some 30 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="364.87" OriginalAmount="341.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3656443" Longitude="4.8852139" StarRating="2" HotelCode="148144|quentin_hotel_golden_bear" HotelName="Quentin Golden Bear Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kerkstraat 37, 1017 GB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11193654</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="368.08" OriginalAmount="344.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.355803" Longitude="4.877774" StarRating="4" HotelCode="337229|heemskerk_suites" HotelName="Heemskenk" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jan Willem Brouwersstraat 25, 1071 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56076/a_56076_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a historic Amsterdam style building, this hotel is quietly located yet is still just a short distant from Amsterdam's lively city centre. Many of the most famous museums including the Van Gogh Museum, Rijksmuseum and the Museum of Modern Art are just a stone's throw away, as is the Vondelpark and Leidseplein that has an exciting nightlife scene. Links to the public transport are to be found within 100 m of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="371.29" OriginalAmount="347.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.351217967483" Longitude="4.8412875867042" StarRating="4" HotelCode="299589|best_western_premier_hotel_couture" HotelName="XO Hotels Couture" Meals="ROOM ONLY,BREAKFAST-FOR-2,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Delflandlaan 15, 1062 EA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-sr/63386.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam. A number of public transport stops are just outside the door.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="371.29" OriginalAmount="347.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.388233506793" Longitude="4.8376402258873" StarRating="3" HotelCode="176245|holiday_inn_express_amsterdam__sloterdijk_station" HotelName="Holiday Inn Express Amsterdam - Sloterdijk Station" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Zaventemweg 3, 1043EH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388516/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located on top of one of the main train stations of Amsterdam, Sloterdijk, offering great connections from the airport terminal building by train (every few minutes, 8-minute journey, door to door) and excellent onward connections within 5 minutes to Amsterdam Central Station. The train on the doorstep will bring guests into the hustle and bustle of Amsterdam city centre within 5 minutes where guests can enjoy famous sights like the Dam Square and Anne Frank House, shopping opportunities, and a range of venues for clubbing. Amsterdam Schipol International Airport is approximately 14 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="372.36" OriginalAmount="348.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.386452" Longitude="4.923327" StarRating="3" HotelCode="623354|i_hotel_13" HotelName="i Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Meeuwenlaan 120, 1021 JN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/92693/3692693/1.jpg?f=15235021</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="373.43" OriginalAmount="349.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.368977424626" Longitude="4.8986283343586" StarRating="2" HotelCode="36036|rembrandtplein_hotel" HotelName="Rembrandtplein Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/08/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Groenburgwal 27, 1011 HR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/55/93/5593658214af22242221b22fe04f40cdec2d1b90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="374.50" OriginalAmount="350.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.43808033" Longitude="4.81183" StarRating="0" HotelCode="730803|zaan_hotel_amsterdam_zaandam" HotelName="Zaan Hotel Amsterdam Zaandam" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Internet,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ebbehout 22, 1507 EA Zaandam</AddressLine>
          </AddressLines>
          <CityName>Zaandam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/649971/649971a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sustainably enjoy breathtaking luxury
 
Experience space and peace in the Zaan Hotel Amsterdam Zaandam


Enjoy lasting peace and luxury in the Zaanse style! The Zaan Hotel in Zaandam is only a 12-minute train ride away from the center of Amsterdam. This is ideal for travelers who want to combine a visit to Amsterdam with the Zaanse Schans. We also offer optimal arrangements for business travelers as well. The architecture is an ode to the “Zaanse” building style and the luxurious rooms have a contemporary design, offering every comfort and modern convenience that a traveler could wish for. Our organic (fair trade) and extensive breakfast buffet is dearly beloved by our guests and ensures a great start to your day! Moreover, the Zaan Hotel has a super-fast fiberoptic Internet connection free of charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="374.50" OriginalAmount="350.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.359299522552" Longitude="4.9881581314811" StarRating="4" HotelCode="317864|amadi_panorama_hotel" HotelName="Amadi Panorama Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-BUFFET" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IJburglaan 539, 1087 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/431810/a_431810_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.64" OriginalAmount="352.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.429423" Longitude="4.842253" StarRating="3" HotelCode="387458|bastion_hotel_deluxe_zaandam_zuid" HotelName="Bastion Hotel Zaandam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wibautstraat 278, 1505 HR Zaandam</AddressLine>
          </AddressLines>
          <CityName>Zaandam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/90174/a_90174_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near exit 1 on the A8 and is an excellent alternative for Amsterdam; the bustling centre of the capital city can be reached by car in around 20 minutes. It is also well-connected by public bus and the journey time to Amsterdam Central Station is only about 25 minutes. Zaandam city centre is about a 20-minute walk from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="377.71" OriginalAmount="353.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365307" Longitude="4.8857390000001" StarRating="2" HotelCode="142210|acostar" HotelName="Acostar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kerkstraat 45-49, 1017 GB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/203196/a_203196_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam's city centre. Leidseplein square is around the corner and Rembrandtplein square is about 5 minutes away. Guests will find restaurants, bars, links to the public transport network and shops all within 100 m of the property. The Flower Market is 400 m, the Heineken Experience is 600 m and the Kalverstraat shopping street is 800 m away. Further attractions of interest to visitors include Dam Square (1.2 km) and the Anne Frank house (1.3 km). Amsterdam Schipol Airport is 18 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="378.78" OriginalAmount="354.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.30858" Longitude="4.81061" StarRating="4" HotelCode="29487|steigenberger_airport_hotel_amsterdam_3" HotelName="Steigenberger Airport Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stationplein ZW 951, 1117 CE Schiphol-Oost, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Schiphol</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47130/a_47130_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located next to the Amsterdam Forest, only 15 minutes from the city centre. Links to the local public transport network can be found in the immediate vicinity, and shops can be found some 5 km away. The hotel offers easy access to the motorway, the rail system and, of course, the airport. Amsterdam Airport Schiphol is approximately 5 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="379.85" OriginalAmount="355.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.357525" Longitude="4.843613" StarRating="3" HotelCode="29271|bastion_hotel_amsterdamcentrumzuidwest" HotelName="Bastion Hotel Amsterdam/Zuidwest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 60, 1058 EV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/01/017707/017707a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located between Rembrandt Park and Vondelpark, 2 km away from the museum quarter. It is close to several shops. Schiphol Airport lies about 5 minutes' drive away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="380.92" OriginalAmount="356.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.366232080053" Longitude="4.9121173066735" StarRating="3" HotelCode="377616|plantage" HotelName="Hotel Park Plantage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Housekeeping,Internet,LCD/Projector,Luggage Storage,Off-Site Parking,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Middenlaan 26, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/48840/2448840/1.jpg?f=15183190</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Park Plantage in Amsterdam (Amsterdam City Centre), you'll be minutes from Hortus Botanicus and Artis.  This hotel is within close proximity of Amsterdam Tattoo Museum and Jewish Historical Museum.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 21 air-conditioned rooms featuring LED televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with bathtubs or showers feature complimentary toiletries and hair dryers. Conveniences include desks, housekeeping is provided daily, and cribs/infant beds (complimentary) can be requested.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;/b&gt; &lt;br /&gt;Make use of convenient amenities, which include complimentary wireless Internet access and tour/ticket assistance.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="381.99" OriginalAmount="357.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36125467" Longitude="4.881606" StarRating="3" HotelCode="211216|hotel_vossius_vondelpark" HotelName="Vossius Vondelpark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 8/9, 1071 AB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/214938/214938a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 39 rooms. Most of the storeys can be reached by lift. Services and facilities at the hotel include a baggage storage service, a safe and a business centre. Wireless internet access is available to travellers in the public areas. There is also a garden. Those arriving in their own vehicles can leave them in the car park of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="381.99" OriginalAmount="357.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.305294255835" Longitude="4.9503850736218" StarRating="3" HotelCode="590645|joy_hotel_6" HotelName="Hotel Joy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Hullenbergweg 385, Zuidoost, 1101 CS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/618909/618909a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="384.13" OriginalAmount="359.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.353691" Longitude="4.897563" StarRating="3" HotelCode="337197|aalborg_hotel_amsterdam" HotelName="The Arcade Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatipark 106 b, 1073 EC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56058/a_56058_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family run hotel is centrally located next to a wonderful park near to Amsterdam's city and tourist centre. It is 15 km to the North Sea and public transport leaves from directly by the hotel. It is also just 15 km to the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="384.13" OriginalAmount="359.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.39592" Longitude="4.9288750000001" StarRating="3" HotelCode="31790|bastion_deluxe_hotel_amsterdamcentrumnoord" HotelName="Bastion Hotel Amsterdam/Noord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rode Kruisstraat 28, 1025 KN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/50728/gt_50728_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying just 200 m from links to the transport network, this comfortable city hotel is located about 1 km from a diverse selection of shopping venues, bars, restaurants and cafés.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.20" OriginalAmount="360.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365186" Longitude="4.8806286666667" StarRating="2" HotelCode="146671|hotel_amsterdam_inn_city_centre" HotelName="Hotel Amsterdam Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Leidsegracht 111, 1017 ND Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/201583/201583a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This enchanting hotel features a privileged situation just 200 metres from Amsterdam's lively Leidseplein and just a few steps from a host of cafés and restaurants. Guests will find themselves close to some of the most important attractions in the area, such as Museumplein, situated just a 9-minute walk away. This hotel offers a choice of guest rooms featuring a functional décor and modern services such as complimentary Wi-Fi internet connection. Some accommodation units include a television and desk. They are all equipped with a private bathroom which is fitted with a shower. A delicious breakfast is served daily at this charming property, including a wide choice of specialities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="386.27" OriginalAmount="361.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.385659392449" Longitude="4.8344540601204" StarRating="3.5" HotelCode="376492|urban_lodge_hotel" HotelName="Urban Lodge Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arlandaweg 10, 1043 EW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/488535/w_488535_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="386.27" OriginalAmount="361.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.32066596" Longitude="4.8811632" StarRating="0" HotelCode="730785|ammonite_hotel_amsterdam" HotelName="Ammonite Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Professor W.H. Keesomlaan 14, 1183 DJ Amstelveen</AddressLine>
          </AddressLines>
          <CityName>Amstelveen</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/83454/3783454/1.jpg?f=15568362</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.55" OriginalAmount="365.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.340116578117" Longitude="4.8736996141946" StarRating="3" HotelCode="116378|qbic_hotel_amsterdam_wtc" HotelName="Qbic Hotel Amsterdam WTC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mathijs Vermeulenpad 1, 1077 XX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/160122/a_160122_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="394.83" OriginalAmount="369.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36899185180664" Longitude="4.946420192718506" StarRating="3" HotelCode="0|the_niu_fender" HotelName="the niu Fender" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cruquiusweg 61, Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/83/52/8352e775131a620ea24399369aa1cca36e270319.jpeg</HotelPictures>
        <HotelDescription>With a stay at the niu Fender in Amsterdam (Amsterdam East), you'll be a 5-minute drive from Passenger Terminal Amsterdam (PTA) and 6 minutes from Artis.  This hotel is 2.8 mi (4.4 km) from Heineken Experience and 3.4 mi (5.5 km) from Vondelpark.&lt;br /&gt;Make use of convenient amenities, which include complimentary wireless Internet access and tour/ticket assistance.&lt;br /&gt;Featured amenities include complimentary newspapers in the lobby, a 24-hour front desk, and luggage storage. Self parking (subject to charges) is available onsite.&lt;br /&gt;You can enjoy a meal at the restaurant serving the guests of the niu Fender, or stop in at the snack bar/deli. Mingle with other guests at the complimentary reception, held daily. Quench your thirst with your favorite drink at the bar/lounge. To-go breakfasts are served on weekdays from 6:30 AM to 10:30 AM and on weekends from 6:30 AM to 11:00 AM for a fee.&lt;br /&gt;Make yourself at home in one of the 245 air-conditioned rooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include laptop-compatible safes, and housekeeping is provided daily.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Early check-in and/or late check-out is available for an additional fee. Cost: 50.00 EUR.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Tourists are required to provide a negative PCR test carried out no more than 12 hours before departure.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="395.90" OriginalAmount="370.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.387374221332" Longitude="4.8355350150634" StarRating="4" HotelCode="317279|mercure_hotel_amsterdam_sloterdijk_station" HotelName="Mercure Hotel Amsterdam Sloterdijk Station" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 1, 1043 BP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/431478/a_431478_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="395.90" OriginalAmount="370.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.39237722" Longitude="4.88559111" StarRating="4" HotelCode="847675|hotel_pontsteiger" HotelName="Hotel Pontsteiger" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Pontsteiger 343, 1014 ZP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1061265/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam, approximately 7.1 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="396.97" OriginalAmount="371.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.372574601563" Longitude="4.8365385214959" StarRating="3" HotelCode="293602|tsh_amsterdam_west" HotelName="The Student Hotel Amsterdam West" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jan van Galenstraat 335, 1061 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388822/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 800 m from the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="400.18" OriginalAmount="374.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.352758" Longitude="4.8617340000001" StarRating="2" HotelCode="408681|aadam_wilhelmina" HotelName="Aadam Wilhelmina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Golf,Internet,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Koninginneweg 169, 1075 CN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/99870/a_99870_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam near to the main museums, the concert hall, Vondel Park, the World Trade Centre and the Fashion Centre. It is in the heart of the fashion district of Amsterdam and guests will also find restaurants, bars, links to the public transport network and shops all in the immediate vicinity and the nearest nightclubs are nearby. Amsterdam Schiphol airport is only 8 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="400.18" OriginalAmount="374.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.392798910412" Longitude="4.8687832711639" StarRating="3" HotelCode="18782|westcord_art_hotel_amsterdam" HotelName="WestCord Art Hotel Amsterdam 3-stars" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spaarndammerdijk 302, 1013 ZX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/23432/a_23432_G2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated 10 minutes from the city centre. A bus stop to the city centre and the central station can be found right in front of the hotel. The hotel has excellent access for cars.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="404.46" OriginalAmount="378.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.364993263359" Longitude="4.8782058119267" StarRating="2" HotelCode="146475|hotel_crystal_2" HotelName="Sara's Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tweede Helmersstraat 6, 1054 CH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/09/091759/091759a_hb_a_004.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Amsterdam. For guests who appreciate a stylish ambience, it provides everything needed for a pleasant stay.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.53" OriginalAmount="379.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3345518" Longitude="4.7737949" StarRating="3" HotelCode="155985|herbergh_hotel_amsterdam_airport" HotelName="Hotel Herbergh Amsterdam Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sloterweg 259, 1171 CP Badhoevedorp</AddressLine>
          </AddressLines>
          <CityName>Badhoevedorp</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/221680/a_221680_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Badhoevedorp. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.53" OriginalAmount="379.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.381062908444" Longitude="4.8918658393809" StarRating="1" HotelCode="153310|quentin_arrive" HotelName="Quentin Arrive" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerstraat 65, 1013 EL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/ef/22/ef22d7828403e1d9956d12b1796b4899d396eee7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="410.88" OriginalAmount="384.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.352203764873" Longitude="4.8916585743427" StarRating="2" HotelCode="193889|easyhotel_amsterdam_ferdinand_bolstraat" HotelName="easyHotel Amsterdam City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Van Ostadestraat 97, 1072 ST Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/389476/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="411.95" OriginalAmount="385.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3047669" Longitude="4.9476867999999" StarRating="4" HotelCode="310523|ozo_hotel" HotelName="Ozo Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karspeldreef 2, Zuid-Oost, 1101 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/400742/400742a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="413.02" OriginalAmount="386.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.333667" Longitude="4.9278389999999" StarRating="3" HotelCode="29488|bastion_deluxe_hotel_amsterdamamstel" HotelName="Bastion Hotel Amsterdam/Amstel" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/10/2024">
        <Address>
          <AddressLines>
            <AddressLine>Verlengde Van Marwijk Kooystraat 30, 1114 AC Amsterdam, Duivendrecht</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47144/a_47144_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to the RAI and the Amsterdam Arena. With public transportation guests can reach the historical centre of Amsterdam within 10 minutes. From there guests have all the famous attractions within reach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="417.30" OriginalAmount="390.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.367908839051" Longitude="4.8439871607131" StarRating="4" HotelCode="185782|ramada_apollo_amsterdam_centre" HotelName="Leonardo Hotel Amsterdam Rembrandtpark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Staalmeesterslaan 410, 1057 PH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/259780/a_259780_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located about 3.5 km from the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="417.30" OriginalAmount="390.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.391998291015625" Longitude="4.9029998779296875" StarRating="4" HotelCode="0|yotel_amsterdam" HotelName="YOTEL Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Asterweg 27-37, Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/13/69/1369d1272e2f19783cc42957450c0a8dc7f3213a.jpeg</HotelPictures>
        <HotelDescription>&lt;br /&gt;&lt;b&gt;Location: &lt;/b&gt;A great place to have a rest after an exciting day! Hotel «YOTEL Amsterdam» is located in Amsterdam. This hotel is located in walking distance from the city center. You can take a walk and explore the neighbourhood area of the hotel — EYE Film Institute Netherlands, Amsterdam Centraal and Basilica of Saint Nicholas.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Breakfast for children costs: 14.50 EUR.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Deposit is required. Cost: 50.00 EUR per room per stay.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Tourists are required to provide a negative PCR test carried out no more than 12 hours before departure.&lt;br /&gt;&lt;ul&gt;  &lt;li&gt;Only registered guests are allowed in the guestrooms. &lt;/li&gt;  &lt;/ul&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="417.30" OriginalAmount="390.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.361117278711" Longitude="4.9006848427564" StarRating="2" HotelCode="116282|hotel_de_munck_2" HotelName="De Munck" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Achtergracht 3, 1017 WL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/214125/214125a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="418.37" OriginalAmount="391.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365943952643" Longitude="4.8955864404754" StarRating="3" HotelCode="337222|hotel_atlanta_2" HotelName="Hotel Atlanta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtsplein 8-10, 1017 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56072/a_56072_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam and over looks the eminent Rembrandtplein. Scores of museums, galleries, theatres, cinemas, shops, restaurants, canals, bars, nightclubs and casinos are all easily reached on foot. It is just 4.5 km to the airport. The Kalverstraat shopping street is a 2-minute walk away. Guests can reach Dam Square in a 10-minute walk or catch one of the trams at Rembrandt Square: From here they will have direct access to Amsterdam Central Train Station. The painter Piet Mondriaan lived and painted in this hotel between 1904 and 1907.Examples of Mondriaan's paintings can be seen on the walls throughout the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="419.44" OriginalAmount="392.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37660598754883" Longitude="4.844573020935059" StarRating="4" HotelCode="0|cityden_amsterdam_west" HotelName="Cityden Amsterdam West" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bos en Lommerplantsoen 45a, Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/3e/62/3e629830ddf8c04ec40ac4f657f105fc8212b18e.jpeg</HotelPictures>
        <HotelDescription>Located in Amsterdam (Amsterdam West), Cityden Amsterdam West is within a 15-minute drive of Anne Frank House and Leidseplein.  This 4-star hotel is 2.8 mi (4.5 km) from Van Gogh Museum and 3.2 mi (5.1 km) from Rembrandt Square.&lt;br /&gt;Enjoy the recreation opportunities such as a 24-hour fitness center or make use of other amenities including complimentary wireless Internet access.&lt;br /&gt;Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and an elevator. Self parking (subject to charges) is available onsite.&lt;br /&gt;Enjoy a satisfying meal at Lucy's Kitchen serving guests of Cityden Amsterdam West. Wrap up your day with a drink at the bar/lounge. To-go breakfasts are served on weekdays from 6:30 AM to 10:30 AM and on weekends from 7:00 AM to 11:00 AM for a fee.&lt;br /&gt;Make yourself at home in one of the 120 guestrooms, featuring kitchens with refrigerators and ovens. Flat-screen televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include laptop-compatible safes and microwaves, and housekeeping is provided daily.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Parking Space: &lt;/b&gt;Chargeable parking available on the premises. Cost: 12.50 EUR per day.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Tourists are required to provide a negative PCR test carried out no more than 12 hours before departure.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="419.44" OriginalAmount="392.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.353535" Longitude="4.871992" StarRating="3" HotelCode="337317|memphis_hotel_2" HotelName="The Alfred Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Cornelis Schuytstraat 58-60, 1071 JL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56125/a_56125_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is housed in an ivy-covered building located just a short distance from the lively centre of Amsterdam. Scores of shopping venues, restaurants, bars as well as links to the public transport network are located in the hotel's vicinity. This hotel is situated approximately 1.5 km from the nearest nightclub and roughly 15 km from Schiphol airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="423.72" OriginalAmount="396.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.363173339847" Longitude="4.8774307966232" StarRating="3" HotelCode="193868|hotel_iron_horse" HotelName="Hotel Iron Horse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 33, 1054 HB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/23/236916/236916a_hb_a_004.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="426.93" OriginalAmount="399.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.372127663755" Longitude="4.8939210176468" StarRating="3" HotelCode="16717|rho_hotel_2" HotelName="Rho" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/10/2024" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nes 05-23, 1012  KC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/20311/a_20311_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Old Town on a quiet side street, a few steps from the historic Dam Square, Amsterdam's central square, where the Royal Palace and the New Church are located. The central station is about 5 minutes' walk and there are shops and nightlife options all around the hotel, despite its quiet location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="428.00" OriginalAmount="400.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3414421" Longitude="4.85315607" StarRating="3" HotelCode="951173|olympic_hotel_25" HotelName="Olympic Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ijsbaanpad 12, 1076 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/31021/3831021/1.jpg?f=15682984</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="430.14" OriginalAmount="402.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.309748128975" Longitude="4.9424807362457" StarRating="3" HotelCode="284372|holiday_inn_express_amsterdam_arena_towers_2" HotelName="Holiday Inn Express Amsterdam - Arena Towers" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoogoorddreef 66b, 1101 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388815/1.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="430.14" OriginalAmount="402.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.354544" Longitude="5.005468" StarRating="0" HotelCode="975299|hotel_breeze_amsterdam" HotelName="Hotel Breeze Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bert Haanstrakade 1074, 1087 HJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10794828</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="432.28" OriginalAmount="404.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.390146801362" Longitude="4.8425118764399" StarRating="3" HotelCode="505805|park_inn_by_radisson_amsterdam_city_west" HotelName="Park Inn by Radisson Amsterdam City West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>La Guardiaweg 59, 1043 DE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/620256/a_620256_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="436.56" OriginalAmount="408.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.362872" Longitude="4.876461" StarRating="3" HotelCode="186137|espresso_city_centre" HotelName="Hotel Espresso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 57, 1054 HC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/29/296443/296443a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="436.56" OriginalAmount="408.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.376182102068" Longitude="4.8922996222973" StarRating="1" HotelCode="193886|hotel_tourist_inn" HotelName="Budget Hotel Tourist-Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 52, 1012 TV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388576/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="436.56" OriginalAmount="408.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36245" Longitude="4.8775860000001" StarRating="3" HotelCode="61812|prinsen_hotel" HotelName="Prinsen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Garden,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vondelstraat 36-38, 1054 GE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/79925/a_79925_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is charmingly decorated and centrally located in the vicinity of the city centre and within walking distance of the Rijksmuseum, the Stedelijk Museum of modern art, the Van Gogh Museum, Leidse Square and the popular Vondelpark. The Anne Frank House museum is about a 22-minute walk from the hotel and the station is around 3 km away. The city centre and restaurants, shops, the bus station and public transport links can all be found just some 100 m from the hotel. Bars, pubs and a disco or club can also be accessed in around 5 minutes on foot. Guests can reach the beach in around 30 minutes by car and Amsterdam's Schiphol Airport is approximately 15 km from the establishment.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="439.77" OriginalAmount="411.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.337327" Longitude="4.817107" StarRating="4" HotelCode="29267|mercure_hotel_amsterdam_airport" HotelName="Mercure Hotel Amsterdam West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oude Haagseweg 20, 1066 BW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47136/a_47136_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies approximately 5 km from Schiphol International Airport. Guests may make use of the free shuttle service that runs between the airport and the hotel. The town centre and other attractions are to be found within 8 km of the hotel. Links to the public transport network lie some 100 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="444.05" OriginalAmount="415.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.362245458387" Longitude="4.8984680324793" StarRating="2" HotelCode="193876|itc_hotel" HotelName="ITC Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/09/2024" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 1051, 1017 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/11/111068/111068a_hb_a_031.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="444.05" OriginalAmount="415.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.362056459457" Longitude="4.8995587755128" StarRating="1" HotelCode="154080|townhouse_hotel_3" HotelName="The Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 816, 1017 JL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388266/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="445.12" OriginalAmount="416.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.355548355683" Longitude="4.8690546228625" StarRating="3" HotelCode="116330|the_neighbours_magnolia_3" HotelName="The Neighbour's Magnolia" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Willemsparkweg 205, 1071 HB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/225551/225551a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="449.40" OriginalAmount="420.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3759113" Longitude="4.8988722" StarRating="2" HotelCode="901508|hotel_old_quarter" HotelName="Old Quarter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 22, 1012 JD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388173/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="452.46" OriginalAmount="422.86" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.314324214174" Longitude="4.9385480748824" StarRating="4" HotelCode="376564|690401" HotelName="Jaz Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/09/2024" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>De Passage 90, Zuidoost, 1101 AX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/488612/a_488612_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The air-conditioned hotel comprises a total of 258 rooms. Individual storeys are accessible via the lift or stairs. Services and facilities at the hotel include a baggage storage service, a safe, a restaurant, a dining area, a bar, a conference room and a business centre. Wireless internet access is available to guests. Travellers arriving by car can leave their vehicles in the garage (for a fee) or in the car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="452.61" OriginalAmount="423.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.357867" Longitude="4.900296" StarRating="3" HotelCode="89082|ibis_styles_amsterdam_amstel" HotelName="Ibis Styles Amsterdam Amstel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 131, 1074 AW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/124824/a_124824_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Stadhouderskade in a quiet but central part of Amsterdam, close to the Heineken Brewery and within walking distance of the Museumplein, where the world-famous museums may be found. The Rembrandtsplein, one of the main places to go out in the evenings, and the Ferdinand Bolstraat with its busy bars and restaurants are also nearby.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="453.68" OriginalAmount="424.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.345384988263" Longitude="4.9259640264587" StarRating="4" HotelCode="464532|hotel_v_fizeaustraat" HotelName="Hotel V Fizeaustraat" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fizeau straat 2, 1097 SC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/49/498202/498202a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="453.68" OriginalAmount="424.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.375061" Longitude="4.895358" StarRating="2" HotelCode="61173|budget_hotel_damrak_inn" HotelName="Damrak Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Laundry,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 58-59, 1012LL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/79158/a_79158_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historic heart of Amsterdam, a perfect base for as pleasant a holiday as possible. Dam Square with the King's Palace, Rembrandt Square and the city's main railway station are all around 5 minutes away by foot. The Van Gogh Museum, Waterloo Square and the main shopping area are also only a short walk away. The historic Beurs van Berlage and the department store De Bijenkorf can be found directly opposite the hotel. Schiphol international airport is approximately 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="454.75" OriginalAmount="425.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.357531" Longitude="4.844213" StarRating="4" HotelCode="899394|westcord_fashion_hotel_amsterdam" HotelName="WestCord Fashion Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 1, 1058 GC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/182160/a_182160_E1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located opposite the World Fashion Centre, inside the A10 ring road. The hotel enjoys a favourable location, as the Leidseplein square can be reached within 10 minutes by tram and guests will also find Schiphol Airport and the RAI Convention Centre approximately 10 minutes from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="455.82" OriginalAmount="426.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.359179134284" Longitude="4.8763337731361" StarRating="3" HotelCode="26716|city_garden" HotelName="Hotel City Garden Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 162, 1071 CH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/39183/a_39183_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is housed in a beautiful building located in the expansive Vondel Park. There are many historical monuments nearby, and it is also close to the three most important museums of Amsterdam: the National Museum (Rembrandt), the Van Gogh Museum and the Municipal Museum (modern art). The hotel is also but a stone's throw from the Concert Hall, home to the world famous Concert Hall Orchestra. The bus station is a 2-minute walk away, while the train station is 20 minutes away. There is a wide range of bars, restaurants and clubs in the immediate area. The airport is 18 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="456.89" OriginalAmount="427.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36338356" Longitude="4.87815281" StarRating="3" HotelCode="649208|hotel_van_de_vijsel" HotelName="Hotel van de Vijsel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 13-17, 1054 HA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5505697</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="457.96" OriginalAmount="428.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3647606" Longitude="4.9042788" StarRating="2" HotelCode="148799|hotel_hermitage_amsterdam" HotelName="Hermitage Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Keizersgracht 16, 1018 DR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388089/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="457.96" OriginalAmount="428.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.368308377123" Longitude="4.8796666822091" StarRating="3" HotelCode="11621|hotel_de_looier" HotelName="De Looier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3e Looiersdwarsstraat 75, 1016 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/11237/a_11237_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a nice part of the city centre known as the Jordaan (garden). The hotel is situated on a quiet side street, in the antique district of Amsterdam. Due to its central location close to Leidseplein Square, Museum Square and the Vondelpark, most of the important attractions are within comfortable walking distance of the establishment. Amsterdam Centraal railway station is 2 km away, and Amsterdam Airport Schiphol is some 15 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="457.96" OriginalAmount="428.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365453" Longitude="4.880277" StarRating="2" HotelCode="55142|backstage_hotel_amsterdam" HotelName="BackStage Hotel Amstersdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsegracht 114, 1016 CT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/71482/a_71482_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Amsterdam, this hotel lies within walking distance of all of the city's famous museums such as the Rijksmuseum and the Van Gogh Museum. Leidseplein, the main nightlife and entertainment area, is a mere 200 m away and a diversity of bars, restaurants, a casino, a theatre and countless shopping venues are to be found in the near vicinity. For a completely different scene, guests may go around the corner to the famous Prinsengracht, which is one of the most beautiful canals in the city. Links to the public transport network can be found directly in front of the hotel. Amsterdam-Schiphol Airport is 25 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="457.96" OriginalAmount="428.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3622316" Longitude="4.86415375" StarRating="2.5" HotelCode="590491|hotel_heye_130" HotelName="Hotel Heye 130" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jan Pieter Heijestraat 130, 1054 MJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5352206</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="461.17" OriginalAmount="431.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.355379" Longitude="4.902432" StarRating="3" HotelCode="193847|atlantis_amsterdam" HotelName="Hotel Atlantis" Meals="BED &amp; BREAKFAST,ROOM ONLY,BREAKFAST-FOR-2" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ceintuurbaan 215-217, 1074 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/215043/215043a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Amsterdam, this hotel is ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="461.17" OriginalAmount="431.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.43912982" Longitude="4.82434637" StarRating="4" HotelCode="496861|manzos_suites" HotelName="Manzo Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dam 7, 1506 BC Zaandam, Noord Holland</AddressLine>
          </AddressLines>
          <CityName>Zaandam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/664245/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="462.24" OriginalAmount="432.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37887577" Longitude="4.83802553" StarRating="3" HotelCode="847565|hotel_new_kit" HotelName="Hotel New Kit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bos En Lommerweg 390, 1061 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11031403</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="462.24" OriginalAmount="432.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36965073" Longitude="4.88005577" StarRating="3" HotelCode="711127|melrose_hotel_3" HotelName="Melrose Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elandsgracht 92, 1016 TZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/27254/3827254/1.jpg?f=15646421</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="462.24" OriginalAmount="432.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.293983" Longitude="4.94596" StarRating="4" HotelCode="213778|fletcher_hotel_amsterdam" HotelName="Fletcher Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schepenbergweg 50, 1105 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/30/300775/300775a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="463.31" OriginalAmount="433.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.392188" Longitude="4.91095" StarRating="4" HotelCode="336624|nh_galaxy" HotelName="NH Amsterdam Noord" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 01/10/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Distelkade 21, 1031 XP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/55712/a_55712_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated just north of the centre of Amsterdam within walking distance of all the city's famous sights. The hotel is easily accessible both by car as well as by public transport. It is just 10 minutes drive from the city centre and the railway station is 1.5 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="464.38" OriginalAmount="434.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365709" Longitude="4.87816" StarRating="3" HotelCode="408686|nl_hotel_district_leidseplein" HotelName="NL Hotel District Leidseplein" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nassaukade 368, 1054 AB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/99873/r_99873_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Amsterdam, on the Singel Gracht. It is surrounded by museums, shops, cafés, restaurants, galleries and all the unique attractions Amsterdam has to offer. Amsterdam Schiphol Airport is about 26 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="469.73" OriginalAmount="439.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.346660577724" Longitude="4.8311547220901" StarRating="4" HotelCode="299591|corendon_vitality_hotel_amsterdam" HotelName="Corendon City Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aletta Jacobslaan 7, 1066 BP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/407908/a_407908_AX2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="470.80" OriginalAmount="440.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.38424267" Longitude="4.90393048" StarRating="2" HotelCode="388540|clinknoord__hostel" HotelName="Clink Noord Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Badhuiskade 3, 1031 KV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/507875/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="470.80" OriginalAmount="440.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.309557082282" Longitude="4.942098521461" StarRating="4" HotelCode="284373|holiday_inn_amsterdam__arena_towers" HotelName="Holiday Inn Amsterdam - Arena Towers" Meals="BREAKFAST-FOR-2,BED &amp; BREAKFAST,ROOM ONLY" BedType="BREAKFAST-FOR-2" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hoogoorddreef 66a, 1101 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/362012/362012a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="472.94" OriginalAmount="442.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.364066" Longitude="4.89842" StarRating="2" HotelCode="888366|armada" HotelName="Armada Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 713-715, 1017 Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/136755/a_136755_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on one of Amsterdam’s most beautiful canals, which is lined with centuries-old houses. Utrechtsestraat, shops and restaurants, and the Rembrandsquare flower and flea market all are within 5 minutes’ walk of the establishment. There are also good tram connections to RAI centre, museums, Dam Square and shopping centres (10 minutes).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="472.94" OriginalAmount="442.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.374824107265" Longitude="4.8966812349402" StarRating="2" HotelCode="45368|travel" HotelName="Travel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Beurstraat 23, 1012 JV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/29/299972/299972a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is in Amsterdam. Travel features a total of 32 guests rooms. This establishment does not accept pets. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="475.08" OriginalAmount="444.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3649572" Longitude="4.880067" StarRating="2" HotelCode="154214|hotel_titus" HotelName="Titus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2024" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 74, 1017 PM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/389296/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="477.22" OriginalAmount="446.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.356965" Longitude="4.877437" StarRating="3" HotelCode="95617|inner_hotel__hostel" HotelName="XO Hotel Inner" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wanningstraat 1, 1071 LA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/132784/w_132784_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The budget hotel is located in the centre of Amsterdam, close to Museum Square and Leidse Square as well as Vondelpark. The hotel is located just behind the Concert Hall, within a short walk of the Van Gogh Museum and the Rijksmuseum. Leidseplein is a vibrant square with lots of bars, clubs and restaurants to enjoy the evenings or to enjoy a nice drink during a sunny day on one of its terraces. Schiphol Airport is about 20 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="479.36" OriginalAmount="448.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.32609939575195" Longitude="4.953660011291504" StarRating="3" HotelCode="0|via_suites" HotelName="Via Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Diemerhof 20, Diemen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/9d/e8/9de8d37579e4cd5a2838aba18aac1a66745c8120.jpeg</HotelPictures>
        <HotelDescription>When you stay at Via Suites in Diemen, you'll be in the business district, a 4-minute drive from AFAS Live and 6 minutes from Ziggo Dome.  This hotel is 2.1 mi (3.4 km) from Johan Cruyff Arena and 4.6 mi (7.4 km) from Artis.&lt;br /&gt;Featured amenities include a business center, a 24-hour front desk, and luggage storage. This hotel has 6 meeting rooms available for events. Self parking (subject to charges) is available onsite.&lt;br /&gt;Enjoy a satisfying meal at Via Amsterdam / The Dude serving guests of Via Suites. Wrap up your day with a drink at the bar/lounge.&lt;br /&gt;Make yourself at home in one of the 26 guestrooms, featuring kitchenettes with full-sized refrigerators/freezers and microwaves. Flat-screen televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include phones and separate sitting areas, and housekeeping is provided daily.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Tourists are required to provide a negative PCR test carried out no more than 12 hours before departure.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="479.36" OriginalAmount="448.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365459593784" Longitude="4.9355818802194" StarRating="2" HotelCode="92778|stayokay_amsterdam_zeeburg_hostel" HotelName="Stayokay Amsterdam Oost" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Timorplein 21, 1094 CC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/47364/47364/1.jpg?f=15584073</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="480.43" OriginalAmount="449.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.387521" Longitude="4.834466" StarRating="3" HotelCode="263298|amsterdam_identity_apartments_2" HotelName="Amsterdam ID Aparthotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Designated Smoking Area,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 51, 1043 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/189635/189635a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="481.05" OriginalAmount="449.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.278940208244" Longitude="4.7499668598175" StarRating="4" HotelCode="29266|5791" HotelName="Radisson Blu Amsterdam Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 30/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Boeing Avenue 2, 1119 PB, Schiphol-Rijk</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47135/a_47135_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is perfectly located in the green business park of Schiphol-Rijk. Surrounded by the greenery of the business park, the hotel can easily be reached by car via nearby motorways. The hotel's close proximity to Amsterdam Airport Schiphol, Amsterdam RAI Exhibition and Convention Centre, Amsterdam's World Trade Center and the city centre of Amsterdam makes it ideal for business meetings and conferences.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="482.76" OriginalAmount="451.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.32901562" Longitude="4.78571856" StarRating="4" HotelCode="731457|REND" HotelName="Corendon Village Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 26/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Schipholweg 275, Badhoevedorp</AddressLine>
          </AddressLines>
          <PostalCode>(0)208207841</PostalCode>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/852386/a_852386_AB2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Badhoevedorp.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="483.64" OriginalAmount="452.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.325932" Longitude="4.867066" StarRating="3" HotelCode="187062|holiday_inn_express_amsterdam__south" HotelName="Holiday Inn Express Amsterdam - South" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel,City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Zwaansvliet, 20, Amsterdam 1081AP</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/80/809545/vr9jSNPJ_3ee9fe15c6983a6df8c66d2162c78e37.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located near the financial district of Amsterdam, the South Axis. If using the tram or bus which stops in front of the hotel, guests are in close reach of all main financial institutes, the VU University Medical Centre and the RAI Exhibition and Conference Centre (all within 5-10 minutes travel time door-to-door). The hotel is located in the Jewish community of Amsterdam and Amstelveen and therefore guests will also find many Orthodox Synagogues within walking distance and special Shabbat amenities are available in the hotel. Amsterdam Schipol International Airport is approximately 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="485.78" OriginalAmount="454.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.357985" Longitude="4.900697" StarRating="3" HotelCode="89083|all_seasons_4" HotelName="Ibis Styles Amsterdam City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 135, 1074 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/124825/a_124825_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is located in the city centre, within walking distance of one of the major entertainment areas, Rembrandt Square, as well as the city’s flea market, the Heineken Brewery and the famous Albert Cuyp Market. It is a great base from which to explore the city. In addition to this, the city's major museums are all to be found in the immediate vicinity of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="485.78" OriginalAmount="454.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37075866" Longitude="4.86998054" StarRating="2" HotelCode="143288|alp_hotel_amsterdam" HotelName="Alp" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>De Clercqstraat 52, 1052 NH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/389109/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="485.78" OriginalAmount="454.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.30453762" Longitude="4.80957385" StarRating="4" HotelCode="783710|renaissance_amsterdam_schiphol_airport_hotel" HotelName="Renaissance Amsterdam Schiphol Airport Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Meester Jacob Takkade 35, 1432CB Aalsmeer, North Holland</AddressLine>
          </AddressLines>
          <CityName>Aalsmeer</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1061917/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="486.85" OriginalAmount="455.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3548484" Longitude="4.8835874" StarRating="2" HotelCode="155048|hotel_washington_2" HotelName="Washington" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frans van Mierisstraat 10, 1071 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388286/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="487.92" OriginalAmount="456.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36210501" Longitude="4.8785510433333" StarRating="3" HotelCode="75861|owl_hotel" HotelName="Owl" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Bicycle Rental,Concierge,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 1, 1054 EV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/387595/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Owl Hotel in Amsterdam (Museum Quarter), you'll be minutes from Holland Casino and Leidseplein. This hotel is within close proximity of P.C. Hooftstraat and DeLaMar Theater.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Stay in one of 34 guestrooms featuring LCD televisions. Complimentary wireless Internet access is available to keep you connected. Conveniences include phones, and cribs/infant beds (complimentary) can be requested.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless Internet access.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Quench your thirst with your favorite drink at a bar/lounge. Breakfast is available for a fee.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. A roundtrip airport shuttle is provided for a surcharge (available on request).&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="491.13" OriginalAmount="459.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.366104683424" Longitude="4.8819896949569" StarRating="1" HotelCode="397181|international_budget_hostel_city_center_" HotelName="International Budget Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Concierge,Designated Smoking Area,Elevator,Internet,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Leidsegracht 76, 1016 CR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/575712/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at International Budget Hostel in Amsterdam (Amsterdam City Centre), you'll be minutes from Melkweg and Leidseplein.  This hostel is within close proximity of DeLaMar Theater and Amsterdam American Hotel.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 14 air-conditioned guestrooms. Complimentary wireless Internet access is available to keep you connected. Bathrooms have showers and complimentary toiletries. Conveniences include laptop-compatible safes and desks.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;/b&gt; &lt;br /&gt;Make use of convenient amenities, which include complimentary wireless Internet access and concierge services.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include luggage storage and a safe deposit box at the front desk.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="492.20" OriginalAmount="460.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.38480758666992" Longitude="4.919335842132568" StarRating="2" HotelCode="0|holiday_inn_express_amsterdam_north_riverside" HotelName="Holiday Inn Express Amsterdam - North Riverside, an IHG Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF-BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Motorkade 1, Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/d2/03/d20332450d79a3ffc72201d3f7227a3aa07baa5e.jpeg</HotelPictures>
        <HotelDescription>On the northern shore of the IJ-lake, the 45 meter high rise will contain the largest Holiday Inn Express hotel of Europe. With its 438 rooms and a great view over the city of Amsterdam, it will be loved by both business travelers and tourists. Small ferry boats take you to Amsterdam's central station and the city centre in just a few minutes. Come enjoy the view and have a drink!&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Fee for an extra bed: 15.00 EUR per night.&lt;br /&gt;The number of extra beds depends on the room category. You must take a look at the information about the size of the selected room.&lt;br /&gt;&lt;b&gt;Pets: &lt;/b&gt;Pets are allowed for an additional fee. Price of accommodation: 15.00 EUR per stay.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Tourists are required to provide a negative PCR test carried out no more than 12 hours before departure.&lt;br /&gt;The hotel does not accept children under 18 years of age staying alone.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="493.27" OriginalAmount="461.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.375011331165" Longitude="4.8969814181328" StarRating="3" HotelCode="18211|tulip_inn_amsterdam_centre" HotelName="XO Hotels City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beursstraat 11-19, 1012 JT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/22619/a_22619_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in close proximity to all major sights such as the Central Station, Dam Square and the canalboats on the Damrak and De Bijenkorf, all of which are within 3 minutes’ walking distance. Furthermore, there are direct public transport links to Schiphol International Airport (15 kilometres away), the RAI and the World Trade Center, to name just a few.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="494.77" OriginalAmount="462.40" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.318454748845" Longitude="4.870821528777" StarRating="4" HotelCode="|AAAS" HotelName="Aparthotel Adagio Amsterdam City South" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Professor J.H. Bavincklaan 5, Amstelveen</AddressLine>
          </AddressLines>
          <PostalCode>(0)202156121</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/835815/5423360.jpg</HotelPictures>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;This apartment hotel has a lift and a reception desk. Amenities available at the hotel include a baggage storage service, a safe and a drinks machine. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. There are a number of shops, including a supermarket. Additional amenities include a TV room and a playroom. Guests arriving by car can park their vehicles in the garage or in the car park. Other services include a 24-hour security service, medical assistance, room service, a laundry service and a coin-operated laundry. Active guests can make use of the bicycle hire service to explore the surrounding area. To assist guests with their business and communication needs, the business centre offers a fax machine.This apartment hotel is located in Amstelveen, approximately 15 km from the beach.The sports and entertainment facilities at the hotel ensure that guests have plenty of activities to choose from during their stay. There are many ways to relax or stay active at the hotel, including cycling/mountain biking, a gym, table tennis and aerobics. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Rooms are equipped with air conditioning and central heating. Children's beds can be requested for younger guests. A safe, a minibar and a desk are also available. A kitchenette with a microwave and a tea/coffee station is also provided as standard. A telephone, a TV and WiFi ensure optimal comfort. A hairdryer and a telephone are available in the bathrooms, which are equipped with a shower and a bathtub. The apartment hotel has family rooms and non-smoking rooms.There is a bar on the premises. Breakfast and lunch are served every day. Special meals, including diet meals, are also available. The apartment hotel also offers special catering options.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="496.48" OriginalAmount="464.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.361753" Longitude="4.87806" StarRating="4" HotelCode="97121|hotel_roemer" HotelName="Hotel Roemer" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 10, 1054 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/134939/a_134939_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a central location close to the lively Leidseplein square where guests can find restaurants, shops and bars. Amsterdam Airport Schiphol is located around 12 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="496.48" OriginalAmount="464.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37559" Longitude="4.89615" StarRating="3" HotelCode="11801|delta_hotel_city_center" HotelName="Delta Hotel" Meals="BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/09/2024" HotelFacility="Bar,Central Heating,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 42-43, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/11341/a_11341_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of Amsterdam, only a few minutes from Amsterdam central station, close to the bustling Rembrandtplein, the main shopping area and tourist attractions. Tram rail, bus and the KLM Airport Shuttle stops are near the hotel. The international airport can be reached within 25 minutes by car or public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="498.62" OriginalAmount="466.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.359133" Longitude="4.880093" StarRating="3" HotelCode="35193|hotel_van_gogh" HotelName="XO Hotels Van Gogh" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van de Veldestraat 5, 1071 CM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/57349/a_57349_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of the museum district just a few paces from the famous “P.C. Hooftstraat” shopping mile. Links to Amsterdam's nightlife are located in Leidseplein, just a 5-minute walk from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="498.62" OriginalAmount="466.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.372133" Longitude="4.894852" StarRating="2" HotelCode="101717|hotel_de_gerstekorrel" HotelName="De Gerstekorrel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Golf,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damstraat 22, 1012 JM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/142186/w_142186_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the famous Dam Square, major shopping streets such as De Kalverstraat, the canals, wonderful restaurants and unforgettable nightlife. The fabulous Amsterdam museums, art galleries or even the Ajax football stadium are easily reached either on foot or by public transport, while Centraal Station is approximately 10 minutes' walking distance. Amsterdam-Schiphol Airport is roughly 20 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="499.69" OriginalAmount="467.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.353869" Longitude="4.857512" StarRating="3" HotelCode="142000|hotel_central_park" HotelName="Central Park Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Waldeck Pyrmontlaan 9, 1075 SP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/126997/126997a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="500.76" OriginalAmount="468.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.376066" Longitude="4.8966350000001" StarRating="2" HotelCode="116415|amsterdam_orange_tulip_hotel" HotelName="Orange Tulip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 32, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/160167/w_160167_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on one of the main streets of central Amsterdam, the Damrak. The location is ideal, right in between Central Station and Dam Square. Amsterdam's Red Light District is located nearby and the famous shopping streets Kalverstraat and Nieuwendijk are parallel to Damrak. Access to public transport is within easy walking distance. Schiphol Airport is situated approximately 18 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="503.97" OriginalAmount="471.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.359292275042" Longitude="4.897736187055" StarRating="3" HotelCode="116327|hotel_v_frederiksplein" HotelName="Hotel V Frederiksplein" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 136, 1017 XV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/153513/153513a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the tram stop Frederiksplein. Restaurants, bars and shopping opportunities are all just a short walk away. Nightclubs, the centre and the river are each around 10 minutes away on foot. The Heineken Experience is located 650 m from the hotel, while the Sarphatipark and the famous Albert Cuyp Market are a 10-minute walk away. It is about 20 minutes by car from the hotel to the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="506.08" OriginalAmount="472.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.392715" Longitude="4.86885" StarRating="4" HotelCode="207323|121213" HotelName="WestCord Art Hotel Amsterdam 4****" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spaarndammerdijk 302, 1013 ZX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/121213/121213a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 60 rooms. Services and facilities at the hotel include a baggage storage service, a dining area, room service, a conference room and a business centre. Wireless internet access is available to travellers in the public areas. Guests arriving by car can leave their vehicles in the garage or in the car park. A bicycle hire service gives guests the opportunity to explore the surrounding area independently.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="509.32" OriginalAmount="476.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3657" Longitude="4.88807" StarRating="0" HotelCode="974475|cityview_hotel" HotelName="Cityview Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Binnen Wieringerstraat, Amsterdam City Centre, 1013 EA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/38000000/37950000/37950000/37949958/38026160_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="510.39" OriginalAmount="477.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3549500625" Longitude="4.8770424" StarRating="3" HotelCode="78507|concert_inn" HotelName="The Concert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>De Lairessestraat 11, 1071 NR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/387637/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="512.53" OriginalAmount="479.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.353797" Longitude="4.8656559999999" StarRating="2" HotelCode="55141|apple_inn_hotel" HotelName="Apple Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Garden,Internet,Lounge,Nightclub,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Koninginneweg 93, 1075 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/71481/a_71481_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This tasteful hotel is centrally located in the cultural area of Amsterdam, opposite the renowned Vondelpark in the peaceful Oud Zuid residential area of the city. The historical centre is about 15 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="516.81" OriginalAmount="483.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.326672" Longitude="4.87997" StarRating="4" HotelCode="101716|nh_musica" HotelName="NH Amsterdam Zuid" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Van Leijenberglaan 221, 1082 GG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/142185/a_142185_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located in the heart of Amsterdam's vibrant Zuidas business district within a stone's throw of the World Trade Centre. The trendy area offers a wide range of shopping facilities, fine restaurants and cafés. It is also within easy reach of the Amsterdam city centre by public transport or car. Guests can visit the Amsterdamsche Bos Park within walking distance of the hotel. It is also located near the main Amsterdam ring road, which gives it easy access to and from Amsterdam Schiphol Airport, located about 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="518.95" OriginalAmount="485.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.357844" Longitude="4.856532" StarRating="3" HotelCode="165668|conscious_vondelpark" HotelName="Conscious Vondelpark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 519, 1054 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/138861/138861a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located conveniently in the city centre of Amsterdam. Behind the hotel starts the famous Vondelpark. The Rai Congress Center is 10 minutes by bike or taxi and Leidse Square can be reached in 5 minutes by tram or bike. David Lloyd fitness, the largest fitness and spa centre in the Netherlands, is next door. The hotel has day tickets available exclusively for guests.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="522.16" OriginalAmount="488.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.374128" Longitude="4.9050130000001" StarRating="3" HotelCode="296732|hotel_mansion" HotelName="Hotel Mansion" Meals="ROOM ONLY,BREAKFAST-FOR-2,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 123, 1011 AM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/20/209293/209293a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="522.99" OriginalAmount="488.78" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.346660577724" Longitude="4.83115472209" StarRating="4" HotelCode="|CCAH" HotelName="Corendon Amsterdam New-West, a Tribute Portfolio Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Aletta Jacobslaan 7</AddressLine>
          </AddressLines>
          <PostalCode>(0)203084980</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/407908/18395018.jpg</HotelPictures>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;Guests have a choice of 263 non-smoking rooms. The multilingual staff at the reception desk in the lobby are ready to assist you with check-in and check-out. Amenities include a baggage storage service and a cash machine. Wireless internet access is provided in public areas (no extra charge). The tour desk offers assistance with booking excursions. Wheelchair-accessible facilities are available. Souvenirs can be purchased at the gift shop. A garden provides extra space for rest and relaxation in the open air. Additional facilities include a newspaper stand. Guests arriving by car can park their vehicles in the garage or in the car park (for a fee). Further services and facilities include a babysitting service, room service and a coin-operated laundry. Travellers with bicycles can make use of the on-site bicycle storage area. Complimentary newspapers are available. Lectures, presentations and meetings can be held in one of the 3 conference rooms.This hotel is located in Amsterdam. Its setting is especially ideal for business travellers as well as families. The nearest public transport stop is about 400 m away.The sun loungers are perfect for soaking up some sun. The hot tub in the pool area promises pure relaxation. There are many ways to relax or stay active at the hotel, including callisthenics, a spa and a beauty salon. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Rooms are equipped with air conditioning and central heating. All rooms are carpeted and include a double bed or a king-size bed. An extra bed is available for a fee. A safe and a desk are also available. An ironing set is provided for guests' convenience. A flatscreen television and WiFi (no extra charge) are provided as well. A hairdryer is provided in the bathrooms. For extra comfort in the bathrooms, guests are offered cosmetic products. Wheelchair-friendly rooms with wheelchair-accessible bathrooms are also available.Dining facilities include a café, a bar and a lobby bar. Warm hospitality and a cosy atmosphere await guests in 2 non-smoking restaurants. Breakfast, lunch and dinner offer many delicious options. The hotel also offers snacks. The hotel offers a selection of alcoholic and non-alcoholic beverages.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="523.23" OriginalAmount="489.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.40178316" Longitude="4.87470257" StarRating="3.5" HotelCode="612886|moxy_amsterdam_houthavens" HotelName="Moxy Amsterdam Houthavens" Meals="BREAKFAST-FOR-2,BED &amp; BREAKFAST,ROOM ONLY" BedType="BREAKFAST-FOR-2" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Danzigerkade 175, 1013 AP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/649553/649553a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="525.37" OriginalAmount="491.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.349952700903" Longitude="4.9186385803566" StarRating="3" HotelCode="337392|hotel_casa_400_amsterdam" HotelName="Hotel Casa Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eerste Ringdijkstraat 4, 1097 BC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56169/a_56169_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated near the Middenweg in the southern part of Amsterdam near Frankendael Park. Copious shops, delightful restaurants, lively bars and an excellent connection to the public transport network are close at hand. It is not far to the nearest nightclub.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="526.44" OriginalAmount="492.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.370086054175" Longitude="4.9076270612616" StarRating="3" HotelCode="337091|ibis_amsterdam_centre_stopera" HotelName="Hotel Ibis Amsterdam Centre Stopera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 68, 1011 LZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/55993/a_55993_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Amsterdam within walking distance of the squares of Rembrandt and Waterloo, and 12 km from Schiphol International Airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="526.44" OriginalAmount="492.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36978965" Longitude="4.9071412" StarRating="0" HotelCode="439622|ecomama" HotelName="ECOMAMA Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 124, 1011 NA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0034/82529/3482529/1.jpg?f=15362770</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location A stay at Ecomama places you in the heart of Amsterdam, walking distance from Waterlooplein and Hortus Botanicus.  This boutique hostel is within close proximity of Jewish Historical Museum and Rembrandt House Museum.Rooms Make yourself at home in one of the 19 guestrooms. Complimentary wireless Internet access is available to keep you connected. Housekeeping is provided daily, and irons/ironing boards can be requested.Amenities Enjoy recreation amenities such as bicycles to rent or take in the view from a garden. This hostel also features complimentary wireless Internet access and concierge services.Dining Satisfy your appetite at a coffee shop/café serving guests of Ecomama.Business, Other Amenities Featured amenities include dry cleaning/laundry services, luggage storage, and a safe deposit box at the front desk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="528.58" OriginalAmount="494.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36126637088" Longitude="4.8841032711639" StarRating="3" HotelCode="116174|leonardo_boutique_museum_hotel_amsterdam_city_center" HotelName="Apollo Museumhotel Amsterdam City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 2, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/159890/a_159890_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the point where the elegant P.C. Hofstraat meets charming Stadhouderskade. There couldn't be a more central place to stay in the heart of Amsterdam. The national museum, the 'Rijksmuseum', the Van Gogh Museum, Leidseplein, the historic city centre and the canals are all just a few minutes by foot from the hotel. Boat trips, the museum boat, pedal boats and the water taxi all depart from right in front of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="529.65" OriginalAmount="495.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.367961849101" Longitude="4.8963447276127" StarRating="3" HotelCode="80810|hotel_nes" HotelName="Nes" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kloveniersburgwal 137-139, 1011 KE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/389000/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="530.72" OriginalAmount="496.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.438052351254" Longitude="4.8160049619713" StarRating="4" HotelCode="102283|inntel_hotels_amsterdam_zaandam" HotelName="Inntel Hotel Amsterdam Zaandam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Provincialeweg 102, 1506 MD Zaandam</AddressLine>
          </AddressLines>
          <CityName>Zaandam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/142986/a_142986_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the pretty, outskirts Amsterdam, directly adjacent to the main train station Zaandam, with direct trainlinks to the centre of Amsterdam (12 minutes) and Schiphol Airport (16 minutes). You can reach the RAI convention centre by car or public transport within 25 minutes. The motorway is 5 minutes away by car and the hotel offers free parking. This is the ideal stopover point for both business and leisure travellers. Well worth a visit in the city are the canals, the warehouses and the museums as well as the Zaanse marshlands that feature historical windmills, the cheese market in Alkmaar and picturesque Volendam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="531.79" OriginalAmount="497.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.33814927" Longitude="4.92064926" StarRating="4" HotelCode="497627|crowne_plaza_amsterdam_amstel" HotelName="QO Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Amstelvlietstraat 4, 1096 GG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/611565/611565a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="532.86" OriginalAmount="498.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.33350143" Longitude="4.92109533" StarRating="4" HotelCode="783750|postillion_hotel_amsterdam_bw_signature_collection" HotelName="Postillion Hotel Amsterdam BW Signature Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD-DINNER,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Paul Van Vlissenstraat 9-11, 1096 BK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/649650/649650a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="533.93" OriginalAmount="499.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3760433" Longitude="4.89638567" StarRating="0" HotelCode="974552|hotel_van_gelder" HotelName="Hotel Van Gelder" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 34, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/39000000/38520000/38513400/38513326/2a131a6c_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="536.07" OriginalAmount="501.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.376627" Longitude="4.89467" StarRating="3" HotelCode="26717|hotel_avenue" HotelName="Avenue Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 33, 1012 RD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/39184/w_39184_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical heart of the city on the Nieuwezijds Voorburgwal. This is one of the broad streets that go from the central station to the Damplein in the centre of the city. All the well-known attractions of Amsterdam are nearby. From Schiphol Airport the hotel is reachable by train or taxi within an average time of around 30 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="536.07" OriginalAmount="501.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.373335" Longitude="4.886781" StarRating="2" HotelCode="337227|di_ann_hotel_amsterdam" HotelName="Di - Ann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Raadhuisstraat 27, 1016 DC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56074/a_56074_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beautiful, historic canal building is centrally located close the Royal Palace. The city centre as well as various eminent tourist attractions are all to be found in the immediate vicinity. Shops and nightclubs may all be found within 100 m of the hotel. Restaurants, bars, pubs and local public transport are even closer to the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="538.21" OriginalAmount="503.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.362107406324" Longitude="4.8783124703484" StarRating="3" HotelCode="200950|best_western_leidse_square_hotel" HotelName="Leonardo Hotel Amsterdam City Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesselschadestraat 23, 1054 ET Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/7683/a_7683_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the city centre and near to the Van Gogh Museum, the Rijksmuseum and the Leidseplein. Public transport is located in the surrounding area (approximately 150 m away). Scores of shops as well as countless restaurants, bars and nightclubs lie 200 m to 300 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="542.49" OriginalAmount="507.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.373280637528" Longitude="4.9065236208668" StarRating="3" HotelCode="89081|hotel_library_amsterdam_2" HotelName="Hotel Library Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 145, 1011 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/124823/a_124823_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located along a tree-lined boulevard, close to the Central Station and enjoying views of the water. Shops, bars, restaurants and public transport are all within around 250 m of the hotel, and the nearest bus station is around 500 m away. It is a short walk to all the major tourist attractions including the red light district, the Dam Square, the Royal Palace, Madame Tussauds, the shipping and science museums as well as Anne Frank House. The Rembrandt and Van Gogh museums are each around 1.5 km away. Amsterdam Airport Schiphol is around 15 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="543.56" OriginalAmount="508.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3643076" Longitude="4.8741398" StarRating="4" HotelCode="930975|amadi_park_hotel" HotelName="Amadi Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eerste Constantijn Huygensstraat 26, 1054 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-sr/63324.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="545.70" OriginalAmount="510.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.367750994982" Longitude="4.868230227253" StarRating="4" HotelCode="293286|hotel_de_hallen" HotelName="Hotel De Hallen" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bellamyplein 47, 1053 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/361666/361666a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="545.70" OriginalAmount="510.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37304372" Longitude="4.91683465" StarRating="3" HotelCode="385311|pension_homeland" HotelName="Pension Homeland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Kattenburgerstraat 5, 1018 JA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/65173/2465173/1.jpg?f=15668380</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="547.84" OriginalAmount="512.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.376005" Longitude="4.901172" StarRating="3" HotelCode="12650|floris_france" HotelName="France Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Kolk 11, 1012 AL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/12959/a_12959_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in a modern building in the centre of Amsterdam. Some of the rooms offer a marvellous view of Amsterdam's canals. The hotel has a perfect location very close to Dam Square, central railway station, and the red light district. The central location means that most tourist attractions are easily reached on foot. It is approximately 15 km to the beach. Shops, restaurants, bars and public transport links are 10 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="548.91" OriginalAmount="513.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.35728372" Longitude="4.85546399" StarRating="0" HotelCode="581987|conscious_hotel_the_tire_station" HotelName="Conscious Hotel The Tire Station" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstelveenseweg 1-7, 1054 MB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11194382</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="548.91" OriginalAmount="513.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365141599397" Longitude="4.8784527919163" StarRating="3" HotelCode="313014|no_377_house" HotelName="Hotel No 377 House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nassaukade 377, 1054 AC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/478360/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="549.42" OriginalAmount="513.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.362475" Longitude="4.875603" StarRating="3" HotelCode="35005|17823" HotelName="Hotel Europa 92" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 30/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>1e Constantijn Huygensstraat 103-107, 1054 BV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56997/a_56997_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel's central location, near to Leidseplein and the Hooftstraat, is splendid. The surrounding area is littered with diverse shops, restaurants, bars, night clubs and there is even a golf course in the immediate vicinity. It is just a stone's throw to the public transport network.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="551.05" OriginalAmount="515.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37603145916" Longitude="4.8992586135864" StarRating="3" HotelCode="67212|luxer" HotelName="Luxer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 11, 1012 HT Amsterdam, Nordholland</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/86937/a_86937_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the centre of Amsterdam's old historical centre. The central station, various shopping venues, restaurants, the Nieuwmarkt and the Damsquare are just a 5-minute walk from the hotel. The airport is some 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="554.26" OriginalAmount="518.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.376152308064" Longitude="4.899447319428" StarRating="2" HotelCode="53681|de_koopermoolen" HotelName="De Koopermoolen" Meals="BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 30/09/2024" HotelFacility="Fax,Meeting Room,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 5, 1012 HT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/01/015462/015462a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel De Koopermoolen is a monumental building dating from 1725 that was completely renovated in 1999. This three-star hotel is situated in the heart of Amsterdam and has 23 rooms on four floors.

Guests can use the safe, luggage depository and the Internet facilities in the lounge

Nice twin rooms that can accommodate two guests. Each room has a colour television with video films (pay movies), telephone, hairdryer, bath/shower and toilet. All the floors have lift access.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="555.33" OriginalAmount="519.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3627422" Longitude="4.8746104" StarRating="1" HotelCode="142722|hotel_abba" HotelName="Hotel Abba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Elevator,Housekeeping,Internet,Luggage Storage,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 118-122, 1054 HM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/82215/2282215/1.jpg?f=14973511</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Hotel Abba  is in the heart of Amsterdam, walking distance from Vondelpark and DeLaMar Theater. This hotel is within close proximity of Holland Casino and Melkweg.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have showers and hair dryers. Housekeeping is provided daily, and both irons/ironing boards and cribs/infant beds (complimentary) are available on request.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Make use of convenient amenities, which include complimentary wireless Internet access and a television in the lobby.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;For your convenience, a complimentary breakfast is served daily.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include luggage storage and a safe deposit box at the front desk.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="556.40" OriginalAmount="520.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.35309568692" Longitude="4.880971944149" StarRating="3" HotelCode="187727|bronckhorst_hotel" HotelName="The Muse Amsterdam Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Central Heating,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bronckhorststraat 14, Oud Zuid, 1071 WR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=6709926</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located both 100 m away from the Roelof Hartplein tram stop and 20 minutes’ walk from Leidseplein, where guests will find a variety of bars and restaurants. Points of interest nearby include the Museumplein, which is just 500 m away, and the Van Gogh Museum which is a 10-minute walk away. The central district of Amsterdam Oud-Zuid can be reached in around 30 minutes on foot. Schiphol Airport is approximately 12 km away from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="559.61" OriginalAmount="523.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.350465" Longitude="4.875595" StarRating="4" HotelCode="58217|apollofirst_2" HotelName="Apollofirst Boutique Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Apollolaan 123-127, 1077 AP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/75443/a_75443_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on one of the most stunning streets in Amsterdam. From here, the outskirts of the centre in the cultural heart of Amsterdam, guests are within easy reach of the Van Gogh Museum, the Stedelijk Museum and the Rijksmuseum. The World Trade Centre, the Concertgebouw and Rai Conference Centre lies just a few minutes away. It is the ideal location for business guests and is around 20 m from the Schiphol airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="559.61" OriginalAmount="523.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.374286" Longitude="4.891493" StarRating="1" HotelCode="499451|hotel_corner_house" HotelName="Hotel Corner House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Coffee Shop,Concierge,Elevator,Internet,LCD/Projector,Lounge,Luggage Storage,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 119-121, 1012 RH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/63551/2163551/1.jpg?f=15072231</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Corner House in Amsterdam (Amsterdam City Centre), you'll be minutes from New Church and Royal Palace.  This hotel is within close proximity of Dam and Dam Square.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Stay in one of 19 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have showers and complimentary toiletries. Conveniences include safes and desks, and housekeeping is provided daily.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;/b&gt; &lt;br /&gt;Enjoy recreation amenities such as bicycles to rent or take in the view from a terrace. Additional amenities at this hotel include complimentary wireless Internet access and concierge services.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Satisfy your appetite at the hotel's restaurant, which features a bar. Dining is also available at a coffee shop/café. Quench your thirst with your favorite drink at a bar/lounge.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include a 24-hour front desk, luggage storage, and a safe deposit box at the front desk. Self parking (subject to charges) is available onsite.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="560.68" OriginalAmount="524.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.360174" Longitude="4.877838" StarRating="3" HotelCode="81170|sonder_park_house" HotelName="Hotel Piet Hein" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 53, 1071 AK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/122359/122359a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="564.76" OriginalAmount="527.81" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.364181" Longitude="4.8784020000001" StarRating="3" HotelCode="19379|18194" HotelName="The ED Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 01/10/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nassaukade 387-390, 1054 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/01/018194/018194a_hb_a_003.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre. Guests can easily reach the many bars, restaurants and cafes of Leidseplein. Just a few minutes away are the Vondelpark and museums, as well as the shopping streets.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="568.17" OriginalAmount="531.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.375617" Longitude="4.898474" StarRating="3" HotelCode="142211|cc_hotel" HotelName="Hotel CC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 42, 1012 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/203197/w_203197_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location 300 m from the city centre (Dam Square) and offers guests convenient access to the major tourist attractions. Guests will find shopping streets and numerous restaurants and cafés in the near vicinity, as well as the entertainment area with its many bars and clubs. The central train station is 500 m from the hotel, as is the central bus station and it is 1200 m to the Anne Frank House and 2500 m to PC Hooftstraat. Amsterdam Schiphol Airport is 10 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="569.24" OriginalAmount="532.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.335183372878" Longitude="4.9137425422669" StarRating="4" HotelCode="318143|mercure_hotel_amsterdam_city" HotelName="Mercure Hotel Amsterdam City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 10, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/32638/a_32638_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern upmarket hotel lies in the south of the city, close to Amsterdam Arena and the A2 Utrecht-Amsterdam motorway. The hotel enjoys excellent links to the transport system meaning that the city centre with its world-famous canals may easily be reached in just a few minutes. Amsterdam-Schiphol airport may be reached by car in just 15 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="571.57" OriginalAmount="534.18" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365864" Longitude="4.912884" StarRating="3" HotelCode="13844|18196" HotelName="The Lancaster Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/10/2024" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Middenlaan 48, 1018 DH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10788705</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located opposite Amsterdam’s Artis Zoo in a green area of the old city centre. Countless shops, delightful restaurants, vibrant bars and clubs are just a few minutes away, along with local public transport networks. Two famous quarters, the Rembrandt and Waterloo districts, are only a short distance from the hotel and, using the convenient transport links, the rest of the city is easy to reach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="574.59" OriginalAmount="537.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3594695" Longitude="4.8959556" StarRating="3" HotelCode="930980|the_amsterdam_canal_hotel" HotelName="The Amsterdam Canal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 253, 1017 XJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/361337/361337a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="575.66" OriginalAmount="538.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365794" Longitude="4.87978" StarRating="3" HotelCode="27518|krisotel" HotelName="De Paris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/09/2024" HotelFacility="Bar,Fax,Garden,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marnixstraat 372, 1016 XX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/40530/w_40530_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre, 50 m from restaurants, bars, pubs and the bus station and just 3 minutes from the nightlife of Leidseplein. It lies 500 m from the Anne Frank House and within walking distance of the Van Gogh Museum and the Rijksmuseum (both 1 km). The railway station is 2 km and Amsterdam Schiphol Airport is 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="575.66" OriginalAmount="538.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.375372" Longitude="4.895727" StarRating="3" HotelCode="336453|hotel_the_exchange" HotelName="The Exchange" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Designated Smoking Area,Fax,Golf,Internet,Nightclub,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 50, 1012 LL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/55609/a_55609_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Amsterdam near to the Dam. The Kalverstraat with its abundance of shops is nearby as are renowned tourist attractions such as the Royal Palace and Madame Tussaud's. The surrounding area is littered with international restaurants, bars and coffee shops. It is just a stone's throw to the main railway station and the nearest tram stop. The Indoor ski centre Spaarnwoude is just 10 km west of Amsterdam and it is just 15 km to the beach, the North Sea and Schiphol airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="576.73" OriginalAmount="539.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36006846106" Longitude="4.8819680779143" StarRating="2" HotelCode="168159|the_poet_hotel_amsterdam" HotelName="Max Brown Hotel Museum Square" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jan Luijkenstraat 40-46, 1071CR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/7080/a_7080_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a delightful, peaceful residential area close to Amsterdam's buzzing city centre. Being near to all the eminent museums and the Vondelpark and with a tram station just stone's throw away, this hotel is the perfect starting point for exploring the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="578.87" OriginalAmount="541.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.373968254581" Longitude="4.8961633443832" StarRating="2" HotelCode="909545|st_christophers_inn_at_the_winston" HotelName="St. Christopher's at the Winston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 129, 1012 JA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/29/293481/293481a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Amsterdam. The 69 welcoming bedrooms offer a perfect place to relax at the end of the day. This property does not accept pets. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="583.15" OriginalAmount="545.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.314264" Longitude="4.947596" StarRating="3" HotelCode="260147|hampton_by_hilton_amsterdam_arena_boulevard" HotelName="Hampton Amsterdam Arena Boulevard" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoekenrode 1, Amsterdam 1102 BR</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/363264/a_363264_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="588.50" OriginalAmount="550.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.367184944995" Longitude="4.896133244884" StarRating="2" HotelCode="129861|hotel_monopole" HotelName="Monopole Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/09/2024" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amstel 60, 1017 AC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/214262/214262a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 25 rooms. Services and facilities at the hotel include a baggage storage service, a safe, a bar and room service. Wireless internet access in public areas (for a fee) allows travellers to stay connected. Those arriving in their own vehicles can leave them in the car park of the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="593.85" OriginalAmount="555.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.364891631283" Longitude="4.8779150202049" StarRating="3" HotelCode="150171|jupiter_hotel_3" HotelName="Hotel Jupiter" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tweede Helmersstraat 14, 1054 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/82210/2282210/38.jpg?f=15533616</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="593.85" OriginalAmount="555.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.370708002176" Longitude="4.8923002527652" StarRating="3" HotelCode="71421|cordial" HotelName="Cordial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 62 - 64, 1012 KW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/96759/a_96759_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated right in the heart of Amsterdam, between the Dam and Munt Squares. The hotel’s immediate vicinity is full of restaurants, bars, pubs and shops. Public transport links are also just 100 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="599.20" OriginalAmount="560.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.33261308" Longitude="4.91762544" StarRating="4" HotelCode="820919|leonardo_royal_hotel_amsterdam" HotelName="Leonardo Royal Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Paul van Vlissingenstraat 24, 1096 BK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/644931/644931a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="599.20" OriginalAmount="560.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.360991118708" Longitude="4.8829782431889" StarRating="3" HotelCode="337174|robertramon" HotelName="Hotel Cornelisz" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 24, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56043/a_56043_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the most exclusive shopping street in the city, close to Amsterdam's most important museums and the casino. Numerous shops, restaurants, bars and nightclubs as well as links to the public transport network are to be found in the hotel's immediate vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="600.27" OriginalAmount="561.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.30982220274" Longitude="4.9464214231747" StarRating="4" HotelCode="320492|courtyard_amsterdam_arena_atlas" HotelName="Courtyard Amsterdam Arena Atlas" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD-DINNER" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoogoorddreef 1, 1101 BA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/45/459724/459724a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="601.34" OriginalAmount="562.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.354301" Longitude="4.86646" StarRating="4" HotelCode="316802|park_plaza_vondelpark" HotelName="Park Plaza Vondelpark, Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Koningslaan 3, 1075 AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/31716/a_31716_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Amsterdam next to the beautiful Vondelpark. All of the popular museums, famous shopping streets and lively bars as well as the public transport network can be reached on foot. The nearest night club is about 2.5 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="602.41" OriginalAmount="563.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.361297799065" Longitude="4.8767800127193" StarRating="2" HotelCode="902561|hotel_sipermann" HotelName="Sipermann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 35, 1054 EV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/74975/2474975/1.jpg?f=15092426</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="603.46" OriginalAmount="563.98" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3414421" Longitude="4.85315607" StarRating="0" HotelCode="|OLYA" HotelName="Olympic Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Ijsbaanpad 12</AddressLine>
          </AddressLines>
          <PostalCode>(0)202405050</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/OLYA/OLYA_MAP.jpg</HotelPictures>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The friendly staff at the reception desk are happy to answer any questions. Amenities available at the hotel include a baggage storage service, a safe and a drinks machine. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities and a lift. A number of shops, including a supermarket, are great for shopping or just browsing. A garden provides extra space for rest and relaxation in the open air. Additional facilities include a TV room. Guests arriving by car can park their vehicles in the garage or in the car park. Further services and facilities include a 24-hour security service, room service, a laundry service and a coin-operated laundry. Cyclists can make use of the bicycle storage area and hire service. Complimentary newspapers are available. The business centre is on hand for guests' business requirements and provides a fax machine.This hotel is located in the centre of Amsterdam.A sun terrace is a great place to while away the hours. The hot tub in the pool area promises pure relaxation. Active guests can enjoy cycling/mountain biking. Sport and leisure facilities at the hotel include a gym, callisthenics and aerobics. Various wellness options are available at the hotel, including a spa, a sauna, a steam bath and hydrotherapy treatments. Entertainment options and leisure facilities include a dance club and a nightclub. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Rooms are equipped with air conditioning and central heating. Extra beds can be requested. A safe and a minibar are also available. Additional features include a mini fridge and a tea/coffee station. An ironing set is provided for guests' convenience. A telephone, satellite television and WiFi are provided as well. A hairdryer and a vanity mirror are available in the bathrooms, which are equipped with a shower. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms. The hotel has family rooms, non-smoking rooms and smoking rooms.Various dining options are available, including a restaurant, a dining room, a café and a bar. In addition to breakfast, the hotel also offers lunch and dinner à la carte. Diet meals, gluten-free meals, vegetarian dishes and children's meals can be prepared on request. In addition, special catering options and snacks are available.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="605.48" OriginalAmount="565.87" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37950125046" Longitude="4.8971813294721" StarRating="3" HotelCode="33664|87266" HotelName="Hotel ibis Amsterdam Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2024" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stationsplein 49, 1012 AB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/53244/a_53244_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the heart of Amsterdam. Its setting is especially ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="605.62" OriginalAmount="566.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.35836753277" Longitude="4.8987780932541" StarRating="4" HotelCode="906311|boutique_hotel_notting_hill" HotelName="Notting Hill" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Westeinde 26, 1017 ZP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/143930/143930a_hb_a_050.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant boutique-style hotel is located in the city centre, alongside one of the most beautiful canals in Amsterdam. It is only a stone's throw away from the famous Heineken Experience, and all other major sights are within walking distance of the hotel. Further nearby places of interest include the Rijksmuseum and the Van Gogh Museum (each around 500 m), as well as the Anne Frank Museum, Dam Square, Madame Tussauds, the Royal Palace and Amsterdam RAIRai Exhibition and Convention Centre, which are all around 1 km away. Amsterdam Central Station is around 1 km and Amsterdam Schiphol Airport is around 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="605.62" OriginalAmount="566.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.350519" Longitude="4.876996" StarRating="4" HotelCode="11793|best_western_delphi_hotel" HotelName="The Delphi" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Apollolaan 101-105, 1077 AN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/11336/a_11336_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in an upscale residential area of Amsterdam in Oud-Zuid. It is conveniently situated near the downtown Museum Quarter, the World Trade Centre and the RAI exhibition centre and the major shopping streets are within a journey of less than 10 minutes by nearby public transport or on foot. The shopping street Beethovenstraat is only 5 minutes’ walk and has a variety of shops and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="607.76" OriginalAmount="568.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.378899" Longitude="4.892097" StarRating="2" HotelCode="64191|chic__basic_amsterdam" HotelName="Max Brown Hotel Canal District" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 13-19, 1015BA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/82692/a_82692_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new, concept hotel is located in one of Amsterdam's most attractive districts, Jordaan, on one of Amsterdam's most beautiful canals, the Herengracht. It lies a 5-minute walk from the city centre and 5 minutes on foot from a range of restaurants, bars and shops, as well as links to the public transport network. It is a 30-minute drive to the sea and Amsterdam Schipol Airport is 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="610.97" OriginalAmount="571.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.374509195063" Longitude="4.9047789061821" StarRating="3" HotelCode="345610|fine_seasons_hotel" HotelName="Hotel Fine Seasons" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 120, 1011 AM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/501875/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="612.04" OriginalAmount="572.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36607468" Longitude="4.9123706" StarRating="4" HotelCode="611873|de_jonker_urban_studios_suites" HotelName="De Jonker Urban Studios &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Middenlaan 40, 1018 DG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=9336792</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="617.39" OriginalAmount="577.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36507" Longitude="4.883935" StarRating="4" HotelCode="78772|dikker_and_thijs_fenice_hotel" HotelName="Dikker &amp; Thijs Fenice" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 444, 1017 KE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/106715/a_106715_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="618.46" OriginalAmount="578.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.374071316625" Longitude="4.8905707235803" StarRating="4" HotelCode="11983|die_port_van_cleve_hotel" HotelName="Die Port van Cleve" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 176-180, 1012 SJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/11471/a_11471_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Amsterdam's wonderful old town. Countless shopping venues such as the Magna Plaza shopping centre, as well as entertainment venues, bars, pubs and nightclubs are located in the immediate vicinity. Public transport departs from stops within metres of the hotel entrance.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="619.53" OriginalAmount="579.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.359585" Longitude="4.880156" StarRating="4" HotelCode="904495|hotel_jl_no76" HotelName="Hotel JL No76" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jan Luijkenstraat 76, 1071 CT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150639/150639a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in two 18th-century mansions in the heart of Amsterdam, right in the middle of the museum and fashion district, just 350 m away from the Rijksmuseum, Van Gogh museum, Stedelijk Museum Leidseplein, Vondelpark and the Concert Hall. The Leidseplein is some 2 minutes' walk away and the canals are around 5 minutes' walk away. Amsterdam Schiphol Airport is around 14 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="624.88" OriginalAmount="584.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.341829908249" Longitude="4.8759850633134" StarRating="4" HotelCode="146012|citizenm_hotel_amsterdam_city" HotelName="citizenM Amsterdam South Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinses Irenestraat 30, 1077 WX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211185/211185a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="624.88" OriginalAmount="584.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36483819536" Longitude="4.8805391678549" StarRating="2" HotelCode="147859|hotel_freeland" HotelName="Freeland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marnixstraat 386, 1017 PL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/389195/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="627.02" OriginalAmount="586.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.313328082589" Longitude="4.944456887486" StarRating="2" HotelCode="522039|easyhotel_amsterdam_arena_boulevard" HotelName="easyHotel Amsterdam Arena Boulevard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>ArenA Boulevard 129, Zuidoost, 1101 DM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/543643/543643a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;easyHotel Amsterdam Arena Boulevard is located in the South-east area between all the mayor event centers such as the Ziggo Dome, AFAS live (before Heineken Music Hall) and the Amsterdam Arena. The hotel is centered in the most prominent business and entertainment area of Amsterdam with many restaurants, bars and shops.

The hotel is located 100 meters from the Amsterdam Bijlmer Arena train station, which has direct connections with Amsterdam Schiphol Airport, Amsterdam RAI and the center of Amsterdam on a 15 minutes travelling distance. The hotel is also easily accessible by car and there is a large parking lot next to the Arena which is open 24 hours a day, with a maximum tariff of 24 euros a day.

If you would like to go for a delicious breakfast, lunch or dinner the following places are at walking distance from the hotel: Subway, Simit Sarayi, Bakerstreet, Ichi-E and Burger Bitch. 
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="632.37" OriginalAmount="591.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37131906" Longitude="4.93467879" StarRating="3" HotelCode="430547|hampton_by_hilton_amsterdam_centre_east" HotelName="Hampton by Hilton Amsterdam Centre East" Meals="BED &amp; BREAKFAST,ROOM ONLY,BREAKFAST-FOR-2" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Panamalaan 188-196, 1019 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/541038/a_541038_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located approximately 3.5 km from the centre of Amsterdam. There are public transport stops in the immediate vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="633.44" OriginalAmount="592.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.363522" Longitude="4.886314" StarRating="3" HotelCode="68534|mozart" HotelName="Mozart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 518-520, 1017 KJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/29/295919/295919a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="634.51" OriginalAmount="593.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36680781" Longitude="4.91142408" StarRating="3.5" HotelCode="635847|quentin_zoo_hotel" HotelName="Quentin Zoo hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Middenlaan 33, 1018 DB Amsterdam, Kesklinn</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/649609/649609a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="634.51" OriginalAmount="593.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.362322" Longitude="4.877184" StarRating="3" HotelCode="408684|alexander_2" HotelName="Alexander" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Garden,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vondelstraat 44-46, 1054 GE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/99872/a_99872_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Amsterdam. Within walking distance are the Museum Square and Vondelpark. Amsterdam Airport Schiphol is about 25 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="634.51" OriginalAmount="593.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.40184498" Longitude="4.87476386" StarRating="3.5" HotelCode="613859|residence_inn_by_marriott_amsterdam_houthavens" HotelName="Residence Inn Amsterdam Houthavens" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Danzigerkade 177, 1013 AP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/783584/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="635.58" OriginalAmount="594.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3610155" Longitude="4.8809645" StarRating="0" HotelCode="901831|park_mansion_centre" HotelName="Park Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 15, 1071 AC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388177/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="636.65" OriginalAmount="595.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.38656901" Longitude="4.87523979" StarRating="0" HotelCode="630800|conscious_hotel_westerpark" HotelName="Conscious Hotel Westerpark" Meals="ROOM ONLY,BREAKFAST-FOR-2,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerweg 10, 1014 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=11195307</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="636.70" OriginalAmount="595.05" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.373785" Longitude="4.885619" StarRating="3" HotelCode="62528|75202" HotelName="Nadia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 25/09/2024" HotelFacility="Bar,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Raadhuisstraat 51, 1016 DD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/80768/a_80768_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a central location in historic surroundings, between the Royal Palace on Dam Square and the famous Westerkerk (Jordaan Quarter). It is situated within walking distance of all the city's main tourist attractions, museums and shopping districts. There is a wide range of restaurants and bars within a radius of 200 m. In addition, the train station is 1 km from the hotel. Amsterdam International Airport is approximately 12 km from the hotel premises.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="638.79" OriginalAmount="597.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.376499963133" Longitude="4.8997892967617" StarRating="3" HotelCode="116316|hotel_prins_hendrik" HotelName="Prins Hendrik" Meals="BED &amp; BREAKFAST,ROOM ONLY,BREAKFAST-FOR-2" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/09/2024" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 53, 1012 AC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/29/297433/297433a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="646.28" OriginalAmount="604.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3315849" Longitude="4.853305" StarRating="3" HotelCode="155347|spa_sport_hotel_zuiver" HotelName="Zuiver / Amstelpark" Meals="BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Koenenkade 8, 1081 KH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388292/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 800 m from the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="654.84" OriginalAmount="612.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37179457" Longitude="4.90989205" StarRating="4" HotelCode="470160|harbour_loft_studios" HotelName="Harbour Loft Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/09/2024" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade, 1011 TC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/636796/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="662.33" OriginalAmount="619.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.373192665432" Longitude="4.898613778593" StarRating="1" HotelCode="336760|hotel_royal_taste" HotelName="Hotel Royal Taste" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Photocopy,Smoking Rooms">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Achterburgwal 47, 1012 DB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/87404/2187404/1.jpg?f=15024069</HotelPictures>
        <HotelDescription>&lt;br/&gt;SITUATION: This hotel is close to the historic centre. It is situated in The Red Light District. 

FACILITIES: The establishment boasts WiFi in the communal areas and an inviting bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="663.40" OriginalAmount="620.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36859893798828" Longitude="4.9480390548706055" StarRating="4" HotelCode="0|yays_entrepothaven_concierged_boutique_apartments" HotelName="Yays Entrepothaven Concierged Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Boutique_and_Design" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Cruquiusweg, Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/fd/3c/fd3cb8e509422183492375208716f31e5c848c80.jpeg</HotelPictures>
        <HotelDescription>Offering air-conditioned rooms in the Zeeburg district of Amsterdam, Yays Entrepothaven is 3 km from Artis Zoo. The property is around 3.9 km from Dutch National Opera &amp;amp; Ballet, 4.3 km from Royal Theater Carré and 5 km from Museum of Bags and Purses Hendrikje. The property is non-smoking and is set 3.9 km from Rembrandt House.&lt;br /&gt;Speaking English and Dutch, staff will be happy to provide guests with practical information on the area at the 24-hour front desk.&lt;br /&gt;Basilica of St. Nicholas is 5 km from the hotel, while Museum Ons' Lieve Heer op Solder is 5 km from the property. The nearest airport is Schiphol, 24 km from Yays Entrepothaven,&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Tourists are required to provide a negative PCR test carried out no more than 12 hours before departure.&lt;br /&gt;&lt;ul&gt;  &lt;li&gt;Parking height restrictions apply. &lt;/li&gt; &lt;/ul&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="663.91" OriginalAmount="620.48" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.359127" Longitude="4.92629" StarRating="4" HotelCode="166962|145159" HotelName="The Manor Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 01/10/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Linneausstraat 89, 1093 EK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/145159/145159a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the eastern part of the city centre known for all its museums and cosy restaurants where all locals reside after a hard day of work. This part of the centre, which is known as the Green Museum Quarter, is the perfect place to have as a base for exploring the city of Amsterdam. The hotel is also close to the Amstel Business Park or the RAI convention centre. Guests will find shops, nightlife, a bus station and other links to the public transport network in the immediate vicinity, Amsterdam Muiderpoort train station is around 800 metres away and Dam Square is around 10 minutes on foot. Rembrandt Square, Museum Square, Leidse Square and Hermitage Museum are all approximately 5 minutes from the hotel using public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="667.68" OriginalAmount="624.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.361287254963" Longitude="4.8935642838478" StarRating="4" HotelCode="14737|mercure_hotel_amsterdam_arthur_frommer" HotelName="Mercure Amsterdam Centre Canal District" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Noorderstraat 46, 1017 TV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/17279/a_17279_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is set in a quiet street in the centre of Amsterdam, lying very close to the main attraction areas. Shops, restaurants and museums are within walking distance. The RAI congress centre and the Zuidoost Business Park are nearby. Public transport connections can be found 500 m from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="668.75" OriginalAmount="625.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.378041" Longitude="4.896493" StarRating="3" HotelCode="38372|ibis_styles_amsterdam_central_station" HotelName="Ibis Styles Amsterdam Central Station" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Martelaarsgracht 10, 1012 TP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/63424/a_63424_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the historic city centre, on the Martelaarsgracht. This is the road which runs from Central Station, which is just a stone's throw away, and where guests will find buses and the tram to the Amsterdam RAI Exhibition and Convention Centre. The hotel can also be easily reached by private car, and there is a public car park next door to the hotel (fees apply). Amsterdam Airport Schiphol is around 12 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="671.96" OriginalAmount="628.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37121531" Longitude="4.89017679" StarRating="3" HotelCode="284247|nova" HotelName="Nova Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 276, 1012 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/04/048623/048623a_hb_a_025.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="673.03" OriginalAmount="629.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.362593" Longitude="4.878114" StarRating="4" HotelCode="36039|hotel_vondel" HotelName="Catalonia Vondel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vondelstraat 26, Oud-West, 1054 GD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/58846/a_58846_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated in an charmingly attractive residential area. Amsterdam city centre's copious shops and other entertainment venues as well as its diverse tourist attractions are easily reached on the tram.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="675.17" OriginalAmount="631.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.354644335736" Longitude="4.9127091899834" StarRating="3" HotelCode="397917|the_student_hotel_amsterdam_city" HotelName="The Student Hotel Amsterdam City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wibautstraat 129, 1091 GL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/575776/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="675.17" OriginalAmount="631.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.33179294" Longitude="4.87748091" StarRating="4" HotelCode="439598|element_amsterdam" HotelName="Element Amsterdam" Meals="BED &amp; BREAKFAST,BREAKFAST-FOR-2,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>A.J. Ernststraat 577, 1082 LD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/49/498321/498321a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="676.24" OriginalAmount="632.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.359016638355" Longitude="4.8962118515467" StarRating="3" HotelCode="901321|nicolaas_witsen" HotelName="Nicolaas Witsen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nicolaas Witsenstraat 4, 1017 ZH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/199488/199488a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="679.26" OriginalAmount="634.82" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.366888" Longitude="4.898726" StarRating="4" HotelCode="11016|18195" HotelName="Eden Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 01/10/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amstel 144, 1017 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/8925/a_8925_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of Amsterdam, directly next to the Amstel and roughly 10 miles from Schipol airport. Various famous tourist sights including Rembrandt Square, the flower market, numerous museums, colourful shops, bars and nightclubs are all located in the surrounding area. The excellent public transport links mean that guests may easily reach all the different areas of the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="683.73" OriginalAmount="639.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365730732327" Longitude="4.8972797055226" StarRating="4" HotelCode="303787|royal_amsterdam_hotel_2" HotelName="Royal Amsterdam Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtplein 44, 1017 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/38/388056/388056a_hb_a_030.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 23 rooms. Most of the storeys can be reached by lift. Services such as a baggage storage service and a safe ensure a comfortable stay. Wireless internet access in public areas allows guests to stay connected. Among the culinary options available at the hotel are a restaurant, a dining area and a bar. Those arriving in their own vehicles can leave them in the car park of the establishment. Facilities include room service. Active guests can make use of the bicycle hire service to explore the surrounding area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="686.94" OriginalAmount="642.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365757055353" Longitude="4.8932102322578" StarRating="4" HotelCode="24556|albus_hotel_amsterdam_city_centre" HotelName="The Albus" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2,BREAKFAST-BUFFET" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vijzelstraat 49, 1017 HE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/35478/a_35478_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design boutique hotel is well located within the famous Canal Belt and a short walk from Dam square, Leidse square, Rembrandt square and many well-known museums. For business or leisure, this hotel is an excellent choice to explore this lively and vibrant city. It is the first hotel in Europe that operates without any CO2 emissions. The hotel is easily accessible by public transport, taxi or with own car.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="690.15" OriginalAmount="645.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.366389" Longitude="4.896956" StarRating="4" HotelCode="11449|nh_caransa" HotelName="NH Amsterdam Caransa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtplein 19, 1017CT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/9715/w_9715_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable, city hotel is situated in a conveniently central location on the lively Rembrandtplein. Links to the public transport system are only 100 m from the hotel. In the immediate vicinity, a diverse range of shopping facilities, numerous sights of interest and extensive entertainment venues are available.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="692.29" OriginalAmount="647.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.343606" Longitude="4.858172" StarRating="4" HotelCode="547331|hotel_twenty_eight" HotelName="Twenty Eight" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Stadionplein 260, 1076 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/716612/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="694.43" OriginalAmount="649.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.367766" Longitude="4.896537" StarRating="3" HotelCode="34589|amsterdam_house_hotel_eureka" HotelName="Amsterdam House Eureka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>'s Gravelandseveer 3-4, 1011 KM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56281/a_56281_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located directly on the Amstel canal, this city hotel is surrounded by Amsterdam's most celebrated tourist attractions and its leading museums.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="697.64" OriginalAmount="652.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.354070372492" Longitude="4.8767194538027" StarRating="3" HotelCode="95613|de_ware_jacob_boutique_hotel" HotelName="Sander" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jacob Obrechtstraat 69, 1071 KJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/132777/gt_132777_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a very convenient location and lies within walking distance of many of Amsterdam's most attractive sites. Guests will find shopping venues only some 5 minutes' walk away and it is around 10 minutes on foot to the city centre, nightspots, the tourist centre and museums. The Anne Frank House and Museum is about 3 km from the hotel and it is a 10-minute drive to the railway station. Amsterdam-Schipol Airport lies approximately 20 km from the property.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="702.99" OriginalAmount="657.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.376174" Longitude="4.894492" StarRating="4" HotelCode="258441|inntel_hotels_amsterdam_centre" HotelName="Inntel Hotel Amsterdam Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Kolk 19, 1012 PV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/14814/a_14814_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly in the city centre in the Dam pedestrian area. It is just a few minutes to the main railway station on foot as well as the Royal Palace and Madame Tussaud's. The surrounding area is littered with an abundance of shops, restaurants and bars and public transport and a nightclub are also within easy reach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="702.99" OriginalAmount="657.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37593578" Longitude="4.90181824" StarRating="3" HotelCode="943845|mauro_mansion_2" HotelName="Mauro Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Geldersekade 16, 1012 BH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/75038/2475038/1.jpg?f=15069179</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="707.27" OriginalAmount="661.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.35901047" Longitude="4.89787533" StarRating="3" HotelCode="466447|golden_mansion_apartment_amsterdam" HotelName="Golden Mansion City Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Huidekoperstraat 21-23, 1017 ZL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/631288/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Golden Mansion Apartment Amsterdam places you in the heart of Amsterdam, walking distance from De Duif and Heineken Experience. This apartment is within close proximity of Sarphatipark and Royal Theater Carre.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 20 individually furnished guestrooms, featuring kitchenettes with full-sized refrigerators/freezers and microwaves. Wired and wireless Internet access is complimentary, and flat-screen televisions with cable programming provide entertainment. Conveniences include safes and desks, and housekeeping is provided daily.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Make use of convenient amenities, which include complimentary wireless Internet access and tour/ticket assistance.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include complimentary high-speed (wired) Internet access, express check-in, and express check-out.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="710.48" OriginalAmount="664.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37036969" Longitude="4.9084203" StarRating="2.5" HotelCode="612977|holiday_inn_express_amsterdam_city_hall" HotelName="Holiday Inn Express Amsterdam-City Hall" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 14, 1011 LZ  Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/783583/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="712.62" OriginalAmount="666.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.372361016926" Longitude="4.8944668471813" StarRating="3" HotelCode="909542|doria_3" HotelName="Doria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damstraat 3, 1012 JL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/389468/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Doria in Amsterdam (Amsterdam City Centre), you'll be minutes from National Monument and Dam Square.  This hotel is within close proximity of Madame Tussauds and Dam.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Stay in one of 38 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms with bathtubs or showers are provided. Conveniences include safes and desks, and housekeeping is provided daily.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;/b&gt; &lt;br /&gt;Make use of convenient amenities, which include complimentary wireless Internet access and concierge services.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Enjoy a satisfying meal at a restaurant serving guests of Hotel Doria.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include complimentary high-speed (wired) Internet access, a 24-hour front desk, and luggage storage.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="713.69" OriginalAmount="667.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.360758226607" Longitude="4.9188441638237" StarRating="1.5" HotelCode="429373|generator_amsterdam" HotelName="Generator Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Banquet Hall,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Diet Meals,Meeting Room,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mauritskade 57, 1092 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/477281/477281a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Generator Amsterdam is located in the up-and-coming eastern side of the city overlooking Oosterpark. This former zoological university building can accommodate 564 guests in 168 twin and quadruple rooms with incredible views on the surrounding and en-suite bathrooms. There is also one luxury apartment for six people with views of the park and a self-catered kitchen. It has flexible and spacious social areas, filled with creative design touches like glass-fronted elevators, a raised café and an outdoor terrace. We've turned the former lecture hall into an impressive chill-out lounge and bar, while the old library is now a relaxation and private events room. The basement and café are now dining destinations and the original boiler room has become a secret late night bar. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="714.76" OriginalAmount="668.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.369866121076" Longitude="4.8659335076809" StarRating="3" HotelCode="193896|hotel_restaurant_larende" HotelName="Hotel Restaurant Larende" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>De Clercqstraat 115-hs, 1053 AJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/214969/214969a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="722.91" OriginalAmount="675.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.376837677829" Longitude="4.8963775870579" StarRating="2" HotelCode="385754|691800" HotelName="The Flying Pig Downtown Youth Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 28/09/2024" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Bar,Concierge,Designated Smoking Area,Internet,Kitchen,Lounge,Luggage Storage,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwendijk 100, 1012 MR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/575772/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Flying Pig Downtown Youth Hostel, you'll be centrally located in Amsterdam, steps from Berlage Stock Exchange and minutes from St. Nicholas Church. This hostel is within close proximity of The Old Church and Amsterdam Chinatown.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 30 guestrooms. Prepare your meals in the shared/communal kitchen. Bathrooms have showers and hair dryers.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Make use of convenient amenities such as complimentary wireless Internet access, a television in the lobby, and tour/ticket assistance.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Quench your thirst with your favorite drink at a bar/lounge. A complimentary buffet breakfast is included.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="723.32" OriginalAmount="676.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36571447236" Longitude="4.8967024683952" StarRating="4" HotelCode="17621|nh_schiller" HotelName="NH Amsterdam Schiller" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtplein 26, 1017 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/21219/a_21219_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the very heart of Amsterdam. That means that guests can embark on a roundtrip boat for a guided tour on the well-known canals in less than 2 minutes' walk. The Anne Frank House is a 15-minute walk away and so is the Dam, whereas the Van Gogh Museum and the Heineken Brewery are only 20 minutes away by foot. The Rembrandt House and the Red Light District are only 10 minutes' walk away from the hotel. The RAI Congress Centre can be reached by tram in 20 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="724.39" OriginalAmount="677.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.377859" Longitude="4.9140640000001" StarRating="4" HotelCode="58830|movenpick_hotel_amsterdam_city_centre" HotelName="Mövenpick Amsterdam City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piet Heinkade 11, 1019 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/76215/a_76215_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the water's edge, and yet within walking distance of the old centre of Amsterdam and the Central Station. Restaurants and bars can be found within around 1 km of the hotel. Dam Square is around 2 km away and the museum district is about 6 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="726.53" OriginalAmount="679.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.360799474885" Longitude="4.869471510416" StarRating="3" HotelCode="337176|hotel_de_filosoof" HotelName="Pillows Anna van den Vondel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Anna van den Vondelstraat 6, 1054 GZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56044/a_56044_D2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Amsterdam. The PC Hooftstraat is within walking distance and the Vondelpark lies just behind the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="728.67" OriginalAmount="681.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.378419" Longitude="4.89642" StarRating="3" HotelCode="95615|atrain" HotelName="A-train" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 23, 1012 TM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/29/295062/295062a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="729.74" OriginalAmount="682.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.376310654594" Longitude="4.8996171845815" StarRating="1" HotelCode="901505|the_old_nickel_hotel" HotelName="Old Nickel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Brugsteeg 11, 1012 AG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211228/211228a_hb_a_040.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Old Nickel, located in the center of old Amsterdam, is a small family owned hotel just two minutes walk from the Central Station. Because of its central location, international travelers from around the world meet at the Old Nickel for vacation or simple rest and relaxation. A multilingual staff stands ready to assist them with information about what to do during their stay in town. The cozy bar is decorated with wood-carvings and panelling from the Captain's quarters of famed 17th century ship of Admiral Michiel de Ruyter. The bar have 70 different beers and is famous for his selection.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="737.23" OriginalAmount="689.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.372305" Longitude="4.897554" StarRating="2" HotelCode="337195|heart_of_amsterdam__hostel_2" HotelName="Heart of Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Achterburgwal 118-120, 1012 DT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56057/a_56057_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the in the famous red light district "De Wallen" close to the city centre, roughly 3 minutes walk from the royal palace on Dam Square. A profusion of shops, restaurants, bars and nightclubs as well as links to the public transport network are all to be found in the hotel's direct vicinity. Amsterdam airport is located approximately 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="738.30" OriginalAmount="690.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.377764" Longitude="4.893301" StarRating="3" HotelCode="45091|singel" HotelName="Singel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Singel 13-17, 1012 VC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/21686/a_21686_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located beside the Singel Canal, only steps from the train station, the Royal Palace, the Koepel Church and Anne Frank's House. Shops and entertainment options lie within walking distance of the hotel. The hotel is 100 m from the nearest links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="746.86" OriginalAmount="698.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.382457038794" Longitude="4.8875421229299" StarRating="2" HotelCode="153389|hotel_teun" HotelName="Teun Hotel Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/09/2024" HotelFacility="Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerdijk 61, 1013 KB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/36/367202/367202a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="747.93" OriginalAmount="699.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.379155556893" Longitude="4.8898601531982" StarRating="3" HotelCode="193853|hotel_sebastians" HotelName="Sebastians" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 15, 1015 CC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388544/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="749.00" OriginalAmount="700.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.361233" Longitude="4.916339" StarRating="4" HotelCode="10295|hotel_arena" HotelName="Arena" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>S-Gravesandestraat 55, 1092 AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/7963/a_7963_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the edge of the historical centre, next door to the Oosterpark, and offers good connections to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="750.07" OriginalAmount="701.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.35508858" Longitude="4.87749742" StarRating="3" HotelCode="200949|conscious_hotel_museum_square" HotelName="Conscious Museum Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>De Lairessestraat 7, 1071 NR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/7681/a_7681_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel lies right at the heart of Amsterdam, only metres from the famous concert building of the city. From the hotel's central location, it is a perfect starting point to explore the city. In addition, the 3 most important museums in Amsterdam are easily reached on foot, as well as the various shopping and entertainment venues. There is a bus stop located just 200 m the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="751.30" OriginalAmount="702.15" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.374698" Longitude="4.903854" StarRating="5" HotelCode="387464|GH9" HotelName="Grand Hotel Amrâth Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 25/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 108</AddressLine>
          </AddressLines>
          <PostalCode>(0)205520900</PostalCode>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/90177/a_90177_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a perfect location in Prins Hendrikkade in the city centre, only around 500 m from the Central Station and just 1 km from Dam Square. This unique setting in the historic heart of Amsterdam borders on beautiful canals and means the hotel is within walking distance of the best sights. The valet parking service will take care of guests’ cars - one worry less. Schiphol Airport is just 20 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="753.28" OriginalAmount="704.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37775" Longitude="4.897062" StarRating="5" HotelCode="213842|artotel_amsterdam" HotelName="art'otel amsterdam, by park plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 33, 1012 TM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/22/229596/229596a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="755.42" OriginalAmount="706.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37544825" Longitude="4.8886986833333" StarRating="3" HotelCode="82445|the_times_hotel_2" HotelName="The Times" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 01/10/2024">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 135-137, 1015 BG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/216068/216068a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Times Hotel Situated in Amsterdam, the Times Hotel provides 3x000D star accommodation. Hotel guests can enjoy a meal at the restaurant on site. Room Facilities The Times Hotel. Smoking is permitted in certain bedrooms (please specify when booking) and the public areas of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="759.70" OriginalAmount="710.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3698584" Longitude="4.90738452" StarRating="4" HotelCode="591631|monet_garden_hotel_amsterdam" HotelName="Monet Garden Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 76, 1011LZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/61/612821/612821a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="759.70" OriginalAmount="710.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.355843937652" Longitude="4.8757195472717" StarRating="3" HotelCode="25126|omega_hotel_amsterdam" HotelName="Omega" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Massage Centre,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jacob Obrechtstraat 33, 1071 KG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/36549/w_36549_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming city hotel lies in the heart of Amsterdam, close to the concert hall, plenty of museums and the Vondel Park. Links to the transport network are to be found in the vicinity, as are a diversity of shopping and entertainment venues, around 80 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="759.70" OriginalAmount="710.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36830127" Longitude="4.92356095" StarRating="4" HotelCode="428729|yays_concierged_boutique_apartments_oostenburgergracht" HotelName="YAYS Oostenburgergracht - Concierged Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Oostenburgergracht 73, 1018 NC Amsterdam-Oost, Niederlande</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/575805/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at YAYS Concierged Boutique Apartments Oostenburgergracht in Amsterdam (Plantage - Eastern Docklands), you'll be minutes from Oosterkerk and close to Artis. This aparthotel is within close proximity of Tropenmuseum and National Maritime Museum.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 43 guestrooms, featuring kitchens with refrigerators and microwaves. 32-inch flat-screen televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include safes and coffee/tea makers, and housekeeping is provided on a limited basis.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include multilingual staff, luggage storage, and laundry facilities.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="765.05" OriginalAmount="715.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.33328575" Longitude="4.91453469" StarRating="4" HotelCode="757211|van_der_valk_hotel_amsterdamamstel" HotelName="Hotel Amsterdam Amstel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,ATM/Cash Machine,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Joan Muyskenweg 20, 1096 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/878514/w_878514_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely Hotel is situated in Amsterdam. Situated within 6. 0 kilometre(s) from the town centre, the accommodation is easily accessible on foot to a host of places of interest. Within 500 metres visitors will find links of transport that will allow them to explore the area. Guests will find the airport within 14. 0 kilometre(s). Van der Valk Hotel Amsterdam - Amstel features a total of 206 bedrooms. Van der Valk Hotel Amsterdam - Amstel was built in 2018. This establishment is ideal for a productive stay, thanks to the Internet access available throughout. The front desk offers 24-hour reception. If patrons ask for it, they can have a cot in their accommodation units. Van der Valk Hotel Amsterdam - Amstel has been designed to make guests' stay as easy as possible and features some disability-friendly bathrooms. Travellers will not be bothered during their stay, as this is not a pet-friendly Hotel. Moreover, those travelling with their own vehicle may make good use of the parking facilities at Van der Valk Hotel Amsterdam - Amstel. If pampering is needed, visitors can take advantage of the health facilities offered. This establishment is provided with all the necessary services and amenities for a successful business event. Travellers don't need to leave the premises to enjoy a delicious meal, as the property includes a choice of delicious culinary options. Van der Valk Hotel Amsterdam - Amstel may charge a fee for some services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="769.33" OriginalAmount="719.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.400812" Longitude="4.893883" StarRating="4" HotelCode="293284|brooklyn_hotel_2" HotelName="DoubleTree by Hilton Hotel Amsterdam - NDSM Wharf" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-BUFFET,HALF-BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>NDSM - Plein 28, 1033 WB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/400982/a_400982_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="772.54" OriginalAmount="722.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37527569" Longitude="4.89349716" StarRating="0" HotelCode="571768|the_highland_house_3" HotelName="The Highland House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Nieuwstraat 17, 1012 NG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/carsolize/03/88/0388d7fe4ee45b848f7333a97c13bd7df6565e98.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="773.61" OriginalAmount="723.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.33599853515625" Longitude="4.86899995803833" StarRating="3" HotelCode="0|premier_suites_plus_amsterdam" HotelName="PREMIER SUITES PLUS Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apart-hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Parnassusweg 376, Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/f1/41/f141f54a6f354b0063666e785c9dce8c203727c1.jpeg</HotelPictures>
        <HotelDescription>Location : With a stay at PREMIER SUITES PLUS Amsterdam in Amsterdam (Amsterdam South), you'll be within a 5-minute drive of World Trade Center and Museum Square.  This aparthotel is 1.9 mi (3 km) from Vondelpark and 2.1 mi (3.4 km) from Van Gogh Museum.&lt;br /&gt;Amenities : Take advantage of recreation opportunities such as bicycles to rent, or other amenities including complimentary wireless Internet access and concierge services.&lt;br /&gt;Attractions : Distances are displayed to the nearest 0.1 mile and kilometer.&lt;br /&gt;VU University of Amsterdam - 0.5 km / 0.3 mi&lt;br /&gt;VU University Medical Center - 0.6 km / 0.4 mi&lt;br /&gt;World Trade Center - 0.7 km / 0.5 mi&lt;br /&gt;Amsterdamse Bos - 1.4 km / 0.9 mi&lt;br /&gt;Olympic Stadium - 1.9 km / 1.2 mi&lt;br /&gt;RAI Exhibition and Congress Centre - 1.9 km / 1.2 mi&lt;br /&gt;Amstelpark - 2.2 km / 1.3 mi&lt;br /&gt;Vondelpark - 2.5 km / 1.6 mi&lt;br /&gt;Museum Square - 3 km / 1.9 mi&lt;br /&gt;Concertgebouw - 3 km / 1.9 mi&lt;br /&gt;Stedelijk Museum - 3.2 km / 2 mi&lt;br /&gt;Albert Cuyp Market - 3.3 km / 2 mi&lt;br /&gt;Van Gogh Museum - 3.3 km / 2.1 mi&lt;br /&gt;Moco Museum - 3.3 km / 2.1 mi&lt;br /&gt;Diamond Museum Amsterdam - 3.4 km / 2.1 mi&lt;br /&gt;The preferred airport for PREMIER SUITES PLUS Amsterdam is Schiphol Airport (AMS) - 15.1 km / 9.4 mi&lt;br /&gt;business_amenities : Featured amenities include complimentary newspapers in the lobby, dry cleaning/laundry services, and a 24-hour front desk. Self parking (subject to charges) is available onsite.&lt;br /&gt;HeadLine : Near World Trade Center&lt;br /&gt;National ratings : This property does not have a Netherlands Tourist Board rating. For the benefit of our customers, we have provided a rating based on our rating system.&lt;br /&gt;Rooms : Make yourself at home in one of the 115 air-conditioned rooms featuring kitchens with full-sized refrigerators/freezers and ovens. 40-inch Smart televisions with satellite programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include laptop-compatible safes and desks, and housekeeping is provided weekly.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Parking Space: &lt;/b&gt;Chargeable parking available on the premises. Cost: 20.00 EUR per day.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Tourists are required to provide a negative PCR test carried out no more than 12 hours before departure.&lt;br /&gt;&lt;ul&gt;  &lt;li&gt;No pets and no service animals are allowed at this property. &lt;/li&gt; &lt;/ul&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="774.68" OriginalAmount="724.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37566375732422" Longitude="4.901614189147949" StarRating="4" HotelCode="0|mai_amsterdam" HotelName="Hotel Mai Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Geldersekade, Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/06/2b/062bade88feaee2879bbbd1f6d0c9efbaa5a302f.jpeg</HotelPictures>
        <HotelDescription>A stay at Hotel Mai Amsterdam places you in the heart of Amsterdam, within a 10-minute walk of Body Worlds and Rembrandt House Museum.  This 4-star hotel is 0.6 mi (0.9 km) from Dam Square and 0.6 mi (0.9 km) from Madame Tussauds.&lt;br /&gt;Make use of convenient amenities such as complimentary wireless Internet access, concierge services, and wedding services.&lt;br /&gt;Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff.&lt;br /&gt;Buffet breakfasts are served on weekdays from 7:30 AM to 10:30 AM and on weekends from 7:00 AM to 11:00 AM for a fee.&lt;br /&gt;Make yourself at home in one of the 81 air-conditioned rooms featuring plasma televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms feature showers with rainfall showerheads and designer toiletries. Conveniences include phones, as well as safes and coffee/tea makers.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Price of an additional breakfast: 20.95 EUR per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Breakfast for children costs: 9.95 EUR.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Deposit is required. Cost: 50.00 EUR per room per stay.&lt;br /&gt;&lt;b&gt;Parking Space: &lt;/b&gt;Chargeable public parking available in the nearby area. Cost: 20.00 EUR per day.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Tourists are required to provide a negative PCR test carried out no more than 12 hours before departure.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="774.68" OriginalAmount="724.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.373095457284" Longitude="4.8823727667332" StarRating="4" HotelCode="652950|hotel_mercier" HotelName="Hotel Mercier" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Golf,Housekeeping,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rozenstraat 12, 1016 NX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/639918/639918a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Classic, retro and elegant. Step inside Hotel Mercier and feel at home. History relives at the straight friendly hotel with 40 rooms and 6 suites. De authentic Berlage style is showed throughout the interior. Think Art Nouveau, robust wooden furniture with a touch of velvet and rich prints. The lobby is built in style of the old library and feels like a second home. The monumental building on the Rozenstraat 12 at a unique location at the Jordaan in Amsterdam is the place to be for sleeping, dining, working or meeting up with locals. The philosophy of Helena Mercier, founder of ‘Ons Huis' was to bring the neighbourhood together, learn from each other and enjoy time together. Hotel Mercier will capture this in its heart.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="776.82" OriginalAmount="726.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.361992" Longitude="4.894508" StarRating="3" HotelCode="337183|hampshire__prinsengracht" HotelName="Prinsengracht Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 1015, 1017 KN Amsterdam, Nordholland</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56048/a_56048_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to Leidseplein and Rembrandtplein, as well within a short distance of an array of museums, such as the Van Gogh Museum and the Rijksmuseum. Countless shops, restaurants, bars and clubs are just a few minutes walk away, as are links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="780.03" OriginalAmount="729.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.369761" Longitude="4.888699" StarRating="3" HotelCode="316800|nh_city_centre_amsterdam" HotelName="NH City Centre Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 288-292, 1012VX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/31715/a_31715_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in a central location, close to Damplatz and the main train station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="783.24" OriginalAmount="732.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.361544769493" Longitude="4.8830907572413" StarRating="4" HotelCode="15715|park_hotel_amsterdam" HotelName="Park Centraal Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 25, 1071 ZD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/18808/a_18808_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="783.24" OriginalAmount="732.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3779604" Longitude="4.896211575" StarRating="3" HotelCode="95614|season_star" HotelName="Season Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Martelaarsgracht 18, 1012 AS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/carsolize/52/b2/52b21b45d45f2a86b8ac56a7b51ec64744d38a94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="783.24" OriginalAmount="732.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.384729" Longitude="4.894064" StarRating="4" HotelCode="260447|room_mate_aitana_hotel" HotelName="Room Mate Aitana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IJDok 6, 1013 MM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/363606/a_363606_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="787.52" OriginalAmount="736.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36508093" Longitude="4.89623628" StarRating="3.5" HotelCode="620380|hotel_frank_since_1666" HotelName="Hotel Rudolph" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 563, 1017 CD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/792004/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="788.59" OriginalAmount="737.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.35132" Longitude="4.874097" StarRating="5" HotelCode="318243|bilderberg_garden_hotel" HotelName="Bilderberg Garden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dijsselhofplantsoen 7, 1077 BJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/32751/l_32751_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies in the south of Amsterdam within walking distance of the city's most exclusive shopping streets, famous museums and concert hall. The World Trade Centre and RAI exhibition centre may be reached by car in 5 minutes. Links to the public transport network are to be found 200 m away and allow access to the city centre within 15 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="789.66" OriginalAmount="738.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.38852428" Longitude="4.88860918" StarRating="3.5" HotelCode="602469|yays_concierged_boutique_apartments_zoutkeetsgracht_2" HotelName="Yays Zoutkeetsgracht Concierged Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Housekeeping,Internet,Kitchen,LCD/Projector,Luggage Storage,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Zoutkeetsgracht 114-118, 1013 LC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/86841/2286841/59.jpg?f=15502315</HotelPictures>
        <HotelDescription>&lt;br/&gt;YAYS Concierged Boutique Apartments - Zoutkeetsgra is a popular choice amongst travelers in Amsterdam, whether exploring or just passing through. The hotel offers guests a range of services and amenities designed to provide comfort and convenience. Service-minded staff will welcome and guide you at the YAYS Concierged Boutique Apartments - Zoutkeetsgra. Guestrooms are designed to provide an optimal level of comfort with welcoming decor and some offering convenient amenities like internet access – wireless (complimentary), non smoking rooms, air conditioning, heating, television LCD/plasma screen. The hotel offers various recreational opportunities. Discover all Amsterdam has to offer by making YAYS Concierged Boutique Apartments - Zoutkeetsgra your base.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="795.01" OriginalAmount="743.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.360179971793" Longitude="4.9266788363457" StarRating="4" HotelCode="193932|eastern_park_apartments" HotelName="Eastern Quarter Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wijttenbachstraat 30, 1093 JC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388613/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="803.06" OriginalAmount="750.52" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.373717716033" Longitude="4.8936367034912" StarRating="4" HotelCode="200953|17210" HotelName="Amsterdam De Roode Leeuw" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 93-94, 1012 LP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/7687/a_7687_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Amsterdam, directly next to the famous dam. The hotel is also located close to the stock exchange and the Bijenkorf department store. Also in the neighbourhood, guests will find the world-famous waxworks at Madame Tussaud's and the Royal Palace. Further tourist attractions such as the Kalverstraat are only steps away. Centraal main railway station lies only 700 metres away and the tram is even closer to the hotel. Schiphol airport is easily reached by train or taxi within 20 minutes.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="807.85" OriginalAmount="755.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37395" Longitude="4.905356" StarRating="2" HotelCode="76110|city_hotel_amsterdam" HotelName="City Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 130, 1011 AP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/103532/a_103532_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam next to Amsterdam Central Station and close to the Scheepvaart Museum. There is a bus station 50 metres away, the city centre is 200 metres away and guests will find restaurants and bars just 500 metres from the hotel and nightclubs are 1 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="812.13" OriginalAmount="759.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.377157993675" Longitude="4.8979738354683" StarRating="4" HotelCode="18933|park_plaza_victoria_amsterdam" HotelName="Park Plaza Victoria Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 1-5, 1012 LG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/23680/a_23680_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This extremely sophisticated hotel is centrally located opposite the main railway station. Public transport links are easily reached.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="818.55" OriginalAmount="765.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37431167" Longitude="4.87470752" StarRating="3" HotelCode="361186|morgan__mees" HotelName="Morgan &amp; Mees" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tweede Hugo de Grootstraat 2-6, 1052 LC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/22785/2522785/1.jpg?f=14953672</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="819.62" OriginalAmount="766.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.370633" Longitude="4.893014" StarRating="3" HotelCode="901948|rokin" HotelName="Rokin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 73, 1012 KL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/217394/gt_217394_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the old city on a main street. It lies just a few steps from the historic Dam square, the central square in Amsterdam, where visitors will find the Royal Palace and the New Church. The central train station is about a 10-minute walk away and shopping and night life centres are close to the hotel. Guests will find the best department stores, the unique Magna Plaza shopping centre, and the long Kalverstraat pedestrian shopping street close by. Excursions by bus leave from outside the hotel and boat trips leave from just down the street. Surrounding the hotel are the canals with their historical buildings.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="819.62" OriginalAmount="766.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.379345484429" Longitude="4.922046661377" StarRating="4" HotelCode="653947|hotel_jakarta_amsterdam" HotelName="Hotel Jakarta Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,ATM/Cash Machine,Banquet Hall,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Javakade 766, 1019 SH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/636985/636985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;"Hotel Jakarta Amsterdam is a unique sustainable hotel in Amsterdam at the IJ river, at the former location where ships left for Jakarta. Hotel Jakarta offers 200 luxurious rooms with a Indonesian influenced style.
The boutique style hotel rooms of 30 m2 with an Indonesian twist. Most rooms feature a balcony, with panoramic views over the river IJ on one side and looking over central station on the other. Enjoy breakfast, lunch and dinner at Café Jakarta or get a drink at sky bar Malabar on the 8th and 9th floor. A Breakfast buffet is served each morning at the property and is included in the rates. Relax in the wellness and swimming pool with views off the river IJ.
The hotel is located within 1.2 km of the central station. The main shopping area is 1.5 km away, while Dam square and Royal Palace can be found at a distance of 2.1 km. 
Zeeburg is a great choice for travelers interested in atmosphere, city walks and city trips."</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="822.83" OriginalAmount="769.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36964692" Longitude="4.86153295" StarRating="4" HotelCode="614590|chasse_hotel" HotelName="Chasse Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Chasséstraat 64, 1057 JJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/788213/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="826.04" OriginalAmount="772.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.367003152497" Longitude="4.8969672649513" StarRating="3" HotelCode="143431|amstelzicht" HotelName="Amstelzicht" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amstel 104, 1017 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/389111/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="828.18" OriginalAmount="774.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.335701778541" Longitude="4.8742559299553" StarRating="4" HotelCode="169696|crowne_plaza_amsterdam_south" HotelName="Crowne Plaza Amsterdam South" Meals="ROOM ONLY,BREAKFAST-FOR-2,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Gershwinlaan 101, Amsterdam 1082 MT</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/2/5/4/1/0/8/0/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in a major new development area in Amsterdam: the Zuidas close to the RAI Convention Centre. This area is rapidly becoming a new urban centre devoted to international commerce and knowledge development. Amsterdam Schiphol International Airport and the city centre are only minutes away (15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="828.18" OriginalAmount="774.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3545004" Longitude="4.8875268" StarRating="4" HotelCode="255579|sir_albert_hotel_amsterdam" HotelName="Sir Albert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Albert Cuypstraat 2, De Pijp District (Latin Quarter), 1072 CT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/188725/188725a_hb_a_046.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Amsterdam, this urban hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="829.25" OriginalAmount="775.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.367966" Longitude="4.8926300000001" StarRating="2" HotelCode="337231|hotel_des_arts_6" HotelName="Des Arts" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 154 - 156, 1012 LE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56077/a_56077_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a 17th century building, this hotel is centrally located between Dam Square and Munt Tower. Bars and plenty of shopping venues are to be found in the hotel's vicinity. Schiphol airport is located approximately 15 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="829.25" OriginalAmount="775.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.370616477286" Longitude="4.8843494809856" StarRating="4" HotelCode="193854|canal_boutique_apartments" HotelName="Canal Boutique Rooms &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 302-304, 1016 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/29/294290/294290a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in Amsterdam. Guests will enjoy a peaceful and calm stay at Canal Boutique Apartments as it counts with a total of 6 accommodation units. Pets are not allowed at this establishment. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="831.39" OriginalAmount="777.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.373578" Longitude="4.885988" StarRating="2" HotelCode="193880|clemens_amsterdam" HotelName="Clemens Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Raadhuisstraat 39, 1016 DC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/42/421599/421599a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="831.39" OriginalAmount="777.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.383861590867" Longitude="4.9022975533035" StarRating="4" HotelCode="495429|sir_adam" HotelName="Sir Adam" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-BUFFET,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Overhoeksplein 7, A’DAM Toren, 1031 KS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/52/527941/527941a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="831.39" OriginalAmount="777.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.375636" Longitude="4.892383" StarRating="3" HotelCode="32037|hotel_citadel" HotelName="Citadel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/09/2024" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijdsvoorburgwal 98-100, 1012 SG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/50729/a_50729_B1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Amsterdam, this hotel is just steps from the train station as well as various sights of interest including the Royal Palace, the Koepel Church and Anne Frank's House. The various shopping facilities and entertainment venues as well as further sights can be easily reached from the hotel. The nearest public transport stop is the main station and is roughly 900 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="833.53" OriginalAmount="779.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.377231" Longitude="4.895498" StarRating="4" HotelCode="24557|kimpton_de_witt_amsterdam" HotelName="Kimpton De Witt Amsterdam" Meals="ROOM ONLY,BREAKFAST-FOR-2,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 5, 1012 RC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/35479/a_35479_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This well known luxury hotel behind a protected art-nouveau façade is located directly on Leidseplein, not to Amsterdam's most important museums. There are scores of churches, theatres, shops, connection to public transport as well as access to the city's dynamic and varied nightlife in the surrounding area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="836.74" OriginalAmount="782.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.359203705035" Longitude="4.87972676754" StarRating="3" HotelCode="193852|hotel_fita" HotelName="Hotel Fita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jan Luykenstraat 37, 1071 CL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/29/294074/294074a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="837.81" OriginalAmount="783.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.355839" Longitude="4.886094" StarRating="4" HotelCode="59360|nh_museum_quarter" HotelName="NH Amsterdam Museum Quarter" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hobbemakade 50, 1071 XL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/76871/a_76871_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies close to the Museumplein and is surrounded by art. The beautiful contrast with the classical buildings and the direct proximity of the historic centre of Amsterdam make it a magnificent location. The shopping district is a short walk away and the hotel may easily be reached by car or public transport. A shuttle bus service (every 30 minutes) conveys guests to Amsterdam's Schiphol airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="838.88" OriginalAmount="784.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.333733" Longitude="4.888883" StarRating="4" HotelCode="29268|novotel_amsterdam_city" HotelName="Novotel Amsterdam City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Europaboulevard 10, 1083 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47137/a_47137_AA2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Affording excellent transport links to the city centre, this hotel lies within 500 m of links to the public transport network, and is located next door to the World Trade Centre and the RAI complex. The city centre may be reached by tram in just 15 minutes; there are many restaurants and bars to be found in the near vicinity.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="847.44" OriginalAmount="792.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.38459014892578" Longitude="4.861786842346191" StarRating="3" HotelCode="0|boutique_hotel_westervilla" HotelName="Boutique Hotel WesterVilla" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Boutique_and_Design" CnxPolicy="Free CXL until 17/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerweg 369, Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/17/7b/177ba28f9abb9d2f9144e00d2a9e36d3dc51ba0b.jpeg</HotelPictures>
        <HotelDescription>With a stay at Boutique Hotel WesterVilla in Amsterdam (Amsterdam West), you'll be within a 5-minute drive of Anne Frank House and The 9 Streets. This boutique hotel is 2.3 mi (3.6 km) from Leidseplein and 2.4 mi (3.8 km) from Royal Palace.&lt;br /&gt;This smoke-free hotel offers complimentary parking nearby.&lt;br /&gt;Satisfy your appetite at the hotel's restaurant, which features a bar/lounge. Dining is also available at the coffee shop/café. A complimentary cooked-to-order breakfast is served daily from 8:00 AM to 11:00 AM.&lt;br /&gt;Make yourself at home in one of the 7 air-conditioned rooms featuring flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Bathrooms have complimentary toiletries and hair dryers. Conveniences include laptop-compatible safes and coffee/tea makers, and housekeeping is provided daily.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Breakfast for children costs: 10.00 EUR.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Tourists are required to provide a negative PCR test carried out no more than 12 hours before departure.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="850.65" OriginalAmount="795.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.359777" Longitude="4.881062" StarRating="4" HotelCode="258786|bilderberg_jan_luyken_2" HotelName="Bilderberg Hotel Jan Luyken" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jan Luykenstraat 58, 1071 CS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/15012/a_15012_C1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel lies at the heart of a peaceful, cultural area of Amsterdam- Links to the public transport network lie just 200 m from the hotel and can easily be reached on foot and a diverse selection of tourist sights such as the national museum, the Van Gogh museum and the world-famous Leidseplein are to be found within 5 minutes walk of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="858.14" OriginalAmount="802.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.400642" Longitude="4.889403" StarRating="3" HotelCode="200951|amstel_botel" HotelName="Botel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>NDSM-Pier 3, 1033 RG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/7685/a_7685_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the NDSM-shipyard, just a 5-minute drive from the Amsterdam ring road (A10). There is also a free ferry connection to and from Amsterdam central station, and a free shuttle bus to and from the hotel. The northern part of the city (where the hotel is located) is known for being a colourful and vibrant area and for the houses, workshops and artists' studios, hip cafes, restaurants, exhibitions and performances. The media wharf is home to MTV, Robodock, and the IJ-festival, among others.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="868.84" OriginalAmount="812.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3765063100614" Longitude="4.89521518349648" StarRating="0" HotelCode="0|orange_suite_studio" HotelName="Orange Suite Studio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sint Jacobsdwarsstraat 4, Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/second/19/5f/195f7dc416af3072d250bac2ef8419d3155711d3.jpeg</HotelPictures>
        <HotelDescription>&lt;/br&gt;&lt;b&gt;Location: &lt;/b&gt;Two-star hotel “Orange Suite Studio” is located within 1 km from the historic center of Amsterdam.&lt;/br&gt;&lt;b&gt;Hotel Features: &lt;/b&gt;Please note that the entire hotel is non-smoking.&lt;/br&gt;&lt;/br&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;/br&gt;&lt;/br&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;/br&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Guests are kindly requested to inform the hotel of their estimated arrival time. This can be noted in the Special Request box during booking, or by contacting the hotel using the contact details found on the booking confirmation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="870.98" OriginalAmount="814.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.377527" Longitude="4.895101" StarRating="3" HotelCode="142414|sint_nicolaas" HotelName="Sint Nicolaas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 1a, 1012 SP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/09/091760/091760a_hb_a_003.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="870.98" OriginalAmount="814.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.353356632137" Longitude="4.9072498306884" StarRating="5" HotelCode="573623|pestana_amsterdam_riverside_lvx_preferred_hotels_resorts" HotelName="Pestana Amsterdam Riverside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Amsteldijk 67, 1074 HZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/104889/2b1ecb34-3340-443d-8826-62e87e792ed1.jpg?d=636669166740000000</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="873.12" OriginalAmount="816.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36173969" Longitude="4.91160577" StarRating="5" HotelCode="533996|hyatt_regency_amsterdam" HotelName="Hyatt Regency Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatiestraat 104, 1018 GV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/649663/a_649663_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="879.54" OriginalAmount="822.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3709107" Longitude="4.8936852" StarRating="4" HotelCode="930978|hotel_v_nesplein" HotelName="Hotel V Nesplein City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nes 49, 1012 KD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/210242/210242a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="884.89" OriginalAmount="827.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.370154347291" Longitude="4.8966461420059" StarRating="4" HotelCode="16407|radisson_blu_hotel_amsterdam" HotelName="Radisson Blu Hotel, Amsterdam City Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rusland 17, 1012 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/19783/a_19783_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, with all of Amsterdam's fantastic tourist attractions within easy walking distance. Links to the public transport network are to be found within 1.5 km of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="892.38" OriginalAmount="834.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3765711" Longitude="4.9071006" StarRating="4" HotelCode="904494|doubletree_by_hilton_hotel_amsterdam_centraal_station" HotelName="DoubleTree by Hilton Amsterdam Centraal Station" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Oosterdoksstraat, 1011 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/238218/w_238218_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the riverfront and next to the central train station, the hotel is within easy reach of a host of local attractions, including the Rijksmuseum, Leidseplein, and the Anne Frank and Van Gogh museums. It is a perfect base from which to enjoy all that Amsterdam has to offer. Amsterdam Schiphol Airport is about 20 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="900.94" OriginalAmount="842.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.366959" Longitude="4.89453" StarRating="0" HotelCode="163960|house_of_amstel" HotelName="House of Amstel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstel 16, 1017 AA Amsterdam, Noord-Holland</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/be/c4/bec47d90de0c034494c27632807311fbaba8c555.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="900.94" OriginalAmount="842.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3671" Longitude="4.87027" StarRating="0" HotelCode="0|apartments_de_hallen" HotelName="Apartments De Hallen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bilderdijkkade 60, Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/2e/9b/2e9b1432443c4d2bd693a84364c130900b595a0b.jpeg</HotelPictures>
        <HotelDescription>&lt;/br&gt;&lt;b&gt;Property Location: &lt;/b&gt;Located in Amsterdam (Amsterdam West), Apartments De Hallen is within a 15-minute walk of Vondelpark and DeLaMar Theater.  This apartment is 0.7 mi (1.1 km) from Melkweg and 0.9 mi (1.5 km) from Van Gogh Museum.&lt;/br&gt;&lt;b&gt;Rooms: &lt;/b&gt;Make yourself at home in one of the 6 individually decorated guestrooms, featuring kitchens with refrigerators and stovetops. Flat-screen televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include laptop-compatible safes and desks, and housekeeping is provided daily.&lt;/br&gt;&lt;b&gt;Amenities: &lt;/b&gt;Make use of convenient amenities, which include complimentary wireless Internet access and babysitting/childcare (surcharge). Getting to nearby attractions is a breeze with the area shuttle (surcharge).&lt;/br&gt;&lt;b&gt;Dining: &lt;/b&gt;Take advantage of the apartment's room service (during limited hours).&lt;/br&gt;&lt;b&gt;Business, Other Amenities: &lt;/b&gt;Featured amenities include multilingual staff and luggage storage. A roundtrip airport shuttle is provided for a surcharge (available on request), and self parking (subject to charges) is available onsite.&lt;/br&gt;&lt;/br&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;/br&gt;&lt;/br&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;/br&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Fee for an extra bed: 40.00 EUR per night.&lt;/br&gt;The number of extra beds depends on the room category. You must take a look at the information about the size of the selected room.&lt;/br&gt;&lt;b&gt;Pets: &lt;/b&gt;No pets allowed.&lt;/br&gt;&lt;b&gt;Parking Space: &lt;/b&gt;Chargeable parking available. Cost: 27.00 EUR.&lt;/br&gt;&lt;b&gt;Transfer: &lt;/b&gt;Transfer from/to airport available. Cost: 47.50 EUR one way.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="901.15" OriginalAmount="842.20" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37651041" Longitude="4.90020874" StarRating="5" HotelCode="10661|GPA" HotelName="NH Collection Amsterdam Barbizon Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 24/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 59-72</AddressLine>
          </AddressLines>
          <PostalCode />
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/8549/a_8549_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within about 10 minutes guests can reach the Anne Frank House from the hotel. Dam Platz is just around 5 minutes away. The Van Gogh Museum and the Heineken Brewery are accessible by tram within 15 minutes. one of the oldest districts of Amsterdam is situated right behind the hotel, along with the red light district and China Town. The RAI congress centre is just some 25 minutes away by tram.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="905.19" OriginalAmount="845.97" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36338356" Longitude="4.87815281" StarRating="4" HotelCode="|VIJS" HotelName="Van de Vijsel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom13</AddressLine>
          </AddressLines>
          <PostalCode>(0)205150471</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/VIJS/VIJS_MAP.jpg</HotelPictures>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;This hotel has a lift and a reception desk. Amenities include a cloakroom, a baggage storage service and a safe. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. A fireplace creates a cosy atmosphere. Guests arriving by car can park their vehicles in the garage or in the car park (for a fee). Further services include a 24-hour security service, a babysitting service, a childcare service, a transfer service, room service, a laundry service, a coin-operated laundry and a hotel shuttle bus. Active guests can make use of the bicycle hire service to explore the surrounding area. Daily newspapers are available for purchase.This hotel is located right in the heart of Amsterdam.Fine weather can be enjoyed on the terrace. For those who wish to stay active while on holiday, the hotel offers cycling/mountain biking. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Rooms include air conditioning and central heating. Rooms have a double bed or a king-size bed. Separate bedrooms are available. Children's beds and extra beds can be requested for younger guests. A safe, a minibar and a desk are also available. Guests will also find a tea/coffee station included among the standard features. An ironing set is provided for guests' convenience. A telephone, a television with pay-per-view channels, a radio and WiFi are provided as well. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer. For extra comfort in the bathrooms, guests are offered cosmetic products. Wheelchair-friendly rooms can be booked. The hotel has non-smoking rooms and smoking rooms.Dining facilities include a restaurant, a café and a bar. A continental breakfast buffet, lunch and dinner offer plenty of delicious variety. Vegetarian dishes and children's meals can be prepared on request. The hotel also offers snacks.To be advised&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="905.22" OriginalAmount="846.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37765533" Longitude="4.90695658" StarRating="3.5" HotelCode="439634|eric_vokel_boutique_apartments_amsterdam_suites" HotelName="Eric Vökel Amsterdam Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>De Ruijterkade 127, 1011AC  Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/604192/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="907.36" OriginalAmount="848.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365075009324" Longitude="4.8736257606747" StarRating="4" HotelCode="930977|grand_hotel_downtown" HotelName="Grand Hotel Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eerste Constantijn Huygensstraat 10A, 1054 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/27284/1827284/47.jpg?f=15533286</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="910.57" OriginalAmount="851.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.375471" Longitude="4.892807" StarRating="4" HotelCode="17703|the_convent_hotel_amsterdam__mgallery_collection" HotelName="INK Hotel Amsterdam - MGallery" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 67, 1012 RE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/21781/a_21781_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is housed in a wonderfully located 17th century building that lies between the main train station and the royal palace. Dam Square with its range of shops and sights may easily be reached on foot and links to the public transport are just a short distance away (300 m).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="916.99" OriginalAmount="857.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3690558" Longitude="4.882252" StarRating="2" HotelCode="143437|amsterdam_wiechmann_hotel" HotelName="Amsterdam Wiechmann" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 328, 1016 HX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/387957/2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests are welcomed at the hotel, which has a total of 37 rooms. The accommodation offers a bar. Wireless internet access in public areas allows travellers to stay connected.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="924.48" OriginalAmount="864.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.35759" Longitude="4.90225" StarRating="4" HotelCode="0|_0x4e83b" HotelName="Nine(T)Teen B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Various Addresses, Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/9f/3c/9f3c9b732ba0faafe22038928481d29d4333e197.jpeg</HotelPictures>
        <HotelDescription>&lt;/br&gt;&lt;b&gt;Property Location: &lt;/b&gt;Nine(T)Teen B&amp;amp;B offers accommodations throughout the area in Amsterdam.&lt;/br&gt;&lt;b&gt;Rooms: &lt;/b&gt;Stay in one of 15 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access is available to keep you connected.&lt;/br&gt;&lt;b&gt;Amenities: &lt;/b&gt;Take advantage of recreation opportunities such as bicycles to rent, or other amenities including complimentary wireless Internet access and tour/ticket assistance.&lt;/br&gt;&lt;b&gt;Dining: &lt;/b&gt;Satisfy your appetite at the bed &amp;amp; breakfast's coffee shop/café. Continental breakfasts are available daily from 8 AM to 11 AM for a fee.&lt;/br&gt;&lt;b&gt;Business, Other Amenities: &lt;/b&gt;Featured amenities include complimentary newspapers in the lobby and luggage storage. Self parking (subject to charges) is available onsite.&lt;/br&gt;&lt;/br&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;/br&gt;&lt;/br&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;/br&gt;&lt;b&gt;Parking Space: &lt;/b&gt;Chargeable parking available. Cost: 40.00 EUR per day.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="928.76" OriginalAmount="868.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36681365966797" Longitude="4.898727893829346" StarRating="0" HotelCode="0|eden_studios_and_apartments" HotelName="Eden Studios and Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstel 144A, Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/af/d1/afd18b33f705b560978d9030d5623644b9c4081c.jpeg</HotelPictures>
        <HotelDescription>Location : A stay at Eden Studios and Apartments places you in the heart of Amsterdam, a 1-minute drive from Dam Square and 14 minutes from Artis.  This aparthotel is 2.6 mi (4.2 km) from Anne Frank House and 3.4 mi (5.5 km) from Heineken Experience.&lt;br /&gt;Amenities : Make use of convenient amenities, which include complimentary wireless Internet access and concierge services.&lt;br /&gt;Attractions : Distances are displayed to the nearest 0.1 mile and kilometer.&lt;br /&gt;Rembrandt Square - 0.3 km / 0.2 mi&lt;br /&gt;Hermitage Amsterdam - 0.4 km / 0.3 mi&lt;br /&gt;Muntplein - 0.4 km / 0.3 mi&lt;br /&gt;Skinny Bridge (Magere Brug) - 0.5 km / 0.3 mi&lt;br /&gt;Jewish Historical Museum - 0.5 km / 0.3 mi&lt;br /&gt;Flower Market - 0.5 km / 0.3 mi&lt;br /&gt;Waterlooplein Flea Market - 0.6 km / 0.3 mi&lt;br /&gt;Reguliersdwarsstraat - 0.6 km / 0.4 mi&lt;br /&gt;Nes - 0.7 km / 0.4 mi&lt;br /&gt;Rembrandt House Museum - 0.7 km / 0.4 mi&lt;br /&gt;Royal Theater Carre - 0.7 km / 0.5 mi&lt;br /&gt;Amsterdam Dungeon - 0.8 km / 0.5 mi&lt;br /&gt;University of Amsterdam - 0.8 km / 0.5 mi&lt;br /&gt;Foam - 0.8 km / 0.5 mi&lt;br /&gt;Spui - 0.8 km / 0.5 mi&lt;br /&gt;The preferred airport for Eden Studios and Apartments is Schiphol Airport (AMS) - 22.2 km / 13.8 mi&lt;br /&gt;business_amenities : Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff.&lt;br /&gt;Dining : Buffet breakfasts are served on weekdays from 6:30 AM to 10:30 AM and on weekends from 7:00 AM to 11:00 AM for a fee.&lt;br /&gt;HeadLine : Near Rembrandt Square&lt;br /&gt;National ratings : This property does not have a Netherlands Tourist Board rating. For the benefit of our customers, we have provided a rating based on our rating system.&lt;br /&gt;Rooms : Make yourself at home in one of the 14 air-conditioned rooms featuring microwaves and espresso makers. Complimentary wireless Internet access keeps you connected, and flat-screen televisions are provided for your entertainment. Private bathrooms have complimentary toiletries and hair dryers. Conveniences include phones, as well as safes and electric kettles.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Inportant Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Price of an additional breakfast: 19.50 EUR per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;Tourists are required to provide a negative PCR test carried out no more than 12 hours before departure.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="935.18" OriginalAmount="874.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36386294" Longitude="4.90657115" StarRating="4" HotelCode="440542|zoku_amsterdam" HotelName="Zoku Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Weesperstraat 105, 1018 VN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/550788/w_550788_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="939.14" OriginalAmount="877.70" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.363775" Longitude="4.880936" StarRating="4" HotelCode="29315|5885" HotelName="American Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 97, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47235/a_47235_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occupying a building with a listed Art Noveau façade, this well-known hotel is centrally located on Leidseplein and has its own boat landing station on one of Amsterdam's canals. Amsterdam offers not only plenty of shopping opportunities, such as designer shops but also restaurants, many sights of interest, cultural venues, galleries and nightclubs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="940.53" OriginalAmount="879.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.366357" Longitude="4.893003" StarRating="4" HotelCode="258926|nh_carlton_amsterdam" HotelName="NH Collection Amsterdam Flower Market" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vijzelstraat 4, 1017 HK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/1/2/1/0/6/8/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a deluxe hotel ideally located in the centre of Amsterdam. Nearby is the famous Floating Flower Market, Munt Tower and the main shopping streets. There is a public transport connection about 1.5 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="948.02" OriginalAmount="886.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.363108" Longitude="4.879466" StarRating="4" HotelCode="25125|nh_amsterdam_centre" HotelName="NH Amsterdam Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 7, 1054 ES Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/36548/l_36548_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel enjoys a central location near to the Leidesplein, directly near to the Singelgracht. Public transport links are easily reached. The shopping streets, the flower markets and the Royal Palace are all close by.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="951.23" OriginalAmount="889.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.374213406598" Longitude="4.8923862392521" StarRating="3" HotelCode="64187|best_western_dam_square_inn" HotelName="Best Western Dam Square Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 01/10/2024">
        <Address>
          <AddressLines>
            <AddressLine>Gravenstraat 12-16, 1012 NM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/82687/a_82687_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the very heart of the centre of Amsterdam, just a stone’s throw from Dam Square, next to the Royal Palace and the New Church. It is within walking distance of the Rijksmuseum and the Van Gogh Museum, located at Gravenstraat 12-16. The central station is about a 10-minute walk away (around 600 m), and links to the public transport network are available within easy walking distance (50 m). Schiphol Airport is about 20 minutes away with a direct train to Central Station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="964.07" OriginalAmount="901.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3714234" Longitude="4.8873212" StarRating="2" HotelCode="149526|hotel_hegra_amsterdam" HotelName="Hegra Amsterdam Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 269, 1016 BJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388112/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="967.28" OriginalAmount="904.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.373549052028" Longitude="4.8933175206184" StarRating="4" HotelCode="20234|swissotel_amsterdam" HotelName="Swissôtel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 96, 1012 LP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/25790/a_25790_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Amsterdam, next to the Royal Palace, the hotel overlooks Dam Square which offers entertainment and shopping within walking distance unlike any in the world. It is a 1-minute walk to the nearest bus stop, a 5-minute walk to the nearest metro at Amsterdam Central Train Station and 3 km from the RAI fair grounds. It is simply the most centrally located hotel in Amsterdam. The hotel is 20 km from the nearest airport, which is Amsterdam Airport Schiphol.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="973.70" OriginalAmount="910.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365395400794" Longitude="4.893133195162" StarRating="4" HotelCode="11572|banks_mansion" HotelName="Banks Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 519 -525, 1017 BV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/9636/a_9636_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="974.77" OriginalAmount="911.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365784" Longitude="4.897434" StarRating="2" HotelCode="146048|city_hotel_27" HotelName="City Hotel" Meals="ROOM ONLY,BREAKFAST-FOR-2,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Utrechtsestraat 2, 1017 VN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388023/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="985.65" OriginalAmount="921.17" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.361753" Longitude="4.87806" StarRating="4" HotelCode="|KNV" HotelName="Roemer Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 10</AddressLine>
          </AddressLines>
          <PostalCode>(0)205150451</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/134939/1054399.jpg</HotelPictures>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;4 junior suites, 4 suites and 19 double rooms are located on 4 storeys and can be reached by lift. English- and German-speaking staff at the reception are happy to assist guests at the reception desk round the clock. Check-in and check-out are available 24 hours a day. Amenities include a baggage storage service and a safe. Wireless internet access is provided in public areas. The tour desk offers assistance with booking excursions. There are a number of shops as well. A garden provides extra space for rest and relaxation in the open air. Additional amenities include a TV room and a library. Guests arriving by car can park their vehicles in the car park. Further services and facilities include a 24-hour security service, a babysitting service, a childcare service, a car hire service, a transfer service, room service, a laundry service, a coin-operated laundry and a hotel shuttle bus. Active guests can make use of the bicycle hire service to explore the surrounding area. Complimentary newspapers are available. The business centre is on hand for guests' business requirements and provides a fax machine.This hotel enjoys a central location close to the lively Leidseplein square where guests can find restaurants, shops and bars. Amsterdam Airport Schiphol is located around 12 km away.The sports and entertainment facilities at the hotel ensure that guests have plenty of activities to choose from during their stay. A sun terrace is a great place to while away the hours. Leisure activities and facilities at the hotel include tennis, a gym and a sauna or, for a fee, cycling/mountain biking. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Air conditioning and central heating ensure that rooms maintain comfortable temperatures. Guests can enjoy the view of the city from a balcony or terrace. All rooms are carpeted and include a double bed, a queen-size bed or a king-size bed. Separate bedrooms are available. Extra beds can be requested. A safe, a minibar and a desk are also available. Guests will also find a tea/coffee station included among the standard features. A direct dial telephone, a television with satellite/cable channels, a radio and WiFi provide all the essentials for a comfortable holiday. Bathrooms are equipped with a shower and a bathtub, as well as a hairdryer. For extra comfort in the bathrooms, guests are offered cosmetic products. The hotel has family rooms and non-smoking rooms.Dining facilities include a restaurant, a dining room, a breakfast room and a bar. Breakfast, lunch and a dinner à la carte delight guests with culinary treats and a wide variety of dishes. Staff are also happy to provide children's meals.The hotel has a 24-hour reception. Chargeable parking is possible nearby.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="996.17" OriginalAmount="931.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.378158" Longitude="4.894374" StarRating="5" HotelCode="29270|renaissance_amsterdam_hotel" HotelName="Renaissance Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kattengat 1, 1012 SZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47139/a_47139_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel is situated in a strategic and central location. Links to the public transport system can be reached within 500 m from the hotel and, in the immediate vicinity, a diverse range of shopping facilities, numerous restaurants, bars aplenty and extensive entertainment venues are available. Furthermore, Anne Frank's House, the royal palace and the diamond factories are all to be found nearby.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1004.73" OriginalAmount="939.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.33886291" Longitude="4.89080921" StarRating="4" HotelCode="972650|nhow_amsterdam_rai" HotelName="nhow Amsterdam RAI" Meals="ROOM ONLY,BREAKFAST-FOR-2,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Europaboulevard 2B, 1078 RV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/25513/3825513/2.jpg?f=15653482</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1012.22" OriginalAmount="946.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.352771" Longitude="4.883624" StarRating="4" HotelCode="52827|the_college_hotel" HotelName="The College Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roelof Hartstraat 1, 1071 VE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/57709/gt_57709_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is conveniently situated near the Museumplein (Museum square). Although there is a tram stop in front of the hotel, by means of a pleasant stroll the guests can reach several areas of interest with ease. Amsterdam's concert hall, the Concertgebouw, and numerous museums are situated within a 300-metre radius. Amsterdam Schiphol Airport is approximately 10 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1018.64" OriginalAmount="952.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.351458" Longitude="4.872039" StarRating="5" HotelCode="29272|hilton_amsterdam" HotelName="Hilton Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Apollolaan 138, Amsterdam 1077 BG</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/47143/a_47143_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideal for both business and leisure travellers, affording a location in one of the city's most exclusive districts within a short distance of elegant shopping venues and the financial district. Amsterdam's casino can be reached in around 5 minutes by car. Exclusive shops, museums, galleries, bars, nightlife venues and restaurants are all to be found nearby. It is just a 15-minute drive to Schiphol airport and the city centre may be reached by car in 5 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1021.85" OriginalAmount="955.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.372774004203" Longitude="4.8897762444687" StarRating="5" HotelCode="317464|w_amsterdam" HotelName="W Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 175, 1012 VN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/431583/a_431583_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1025.06" OriginalAmount="958.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37351173" Longitude="4.90605828" StarRating="4" HotelCode="572286|the_hendricks_hotel" HotelName="The Hendrick's Hotel" Meals="ROOM ONLY,BREAKFAST-FOR-2,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 139, 1011AS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/92708/3692708/1.jpg?f=15234789</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1033.62" OriginalAmount="966.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.348550184721" Longitude="4.8851823806763" StarRating="4" HotelCode="13957|wyndham_apollo_hotel_amsterdam" HotelName="Apollo Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 01/10/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Apollolaan 2, 1077 BA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/16090/a_16090_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;If guests wish to relax and enjoy the beautiful city of Amsterdam, this location near the exclusive shopping streets, the Museumplein and the Royal Concert Hall, and not far from the bustling night life of the Leidseplein, is the ideal place. The hotel is also the ideal place for business guests, with a travelling time of only 20 minutes from Schiphol Airport and 2 minutes from the ring road. In addition, the RAI Trade and Congress Centre and the World Trade Centre Amsterdam are only a stone's throw away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1051.81" OriginalAmount="983.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37185195348" Longitude="4.8999904563983" StarRating="0" HotelCode="530630|tulip_of_amsterdam_bb_3" HotelName="Tulip of Amsterdam B&amp;B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Elevator,Housekeeping,Internet,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Kloveniersburgwal 9-HS, 1011 JT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/65201/2165201/1.jpg?f=15662021</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Tulip of Amsterdam B&amp;B, you'll be centrally located in Amsterdam, steps from Nieuwmarkt Square and Amsterdam Chinatown. This bed &amp; breakfast is within close proximity of Zuiderkerk and The Old Church.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 2 guestrooms featuring espresso makers. Your room comes with a pillowtop bed. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Make use of convenient amenities, which include complimentary wireless Internet access and tour/ticket assistance.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include multilingual staff and luggage storage.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1098.89" OriginalAmount="1027.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.362595951237" Longitude="4.880042345074" StarRating="5" HotelCode="336273|amsterdam_marriott_hotel" HotelName="Marriott Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD,HALF-BOARD-DINNER" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 12, 1054 ES Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/55500/w_55500_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel enjoys an ideal location across the street from Leidseplein's fine shopping, dining and entertainment venues. It lies in the heart of Amsterdam’s museum quarter, with tourist attractions, shops, bars, pubs, nightlife spots, public transport links and restaurants all in the immediate vicinity. Schiphol Airport is 20 km from the accommodation.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1102.10" OriginalAmount="1030.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.367880893678" Longitude="4.8943802400559" StarRating="3" HotelCode="341230|hotel_residence_le_coin" HotelName="Hotel Residence Le Coin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 30/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 5, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/32452/2132452/1.jpg?f=15099929</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1109.59" OriginalAmount="1037.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.368238724571" Longitude="4.8957100846558" StarRating="4" HotelCode="24558|nh_doelen" HotelName="NH Collection Amsterdam Doelen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 26, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/35480/a_35480_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located directly beside the Amstel River. It is located in the centre of Amsterdam, between Rembrandtplein and Dam. The theatre and museum quarter is located in the neighbourhood and around 2 minutes away guests will arrive at the flower market. Links to the public transport network lie in front of the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1120.30" OriginalAmount="1047.01" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.370557" Longitude="4.888567" StarRating="4" HotelCode="337181|17533" HotelName="Estherea" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 29/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Singel 303-309, 1012 WJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/56047/a_56047_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on one of Amsterdam's most magnificent canals just 400 m from Dam Square and the Royal Palace. The main railway station as well as leading shopping areas, museums, theatres, bars, pubs, night clubs and connection to the public transport network are all easily reached on foot. It is 20 km to the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1122.43" OriginalAmount="1049.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.380951649286" Longitude="4.8904140293598" StarRating="4" HotelCode="193908|art_hotel_dulac" HotelName="The Bank Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerstraat 120, 1013 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/214344/214344a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1138.48" OriginalAmount="1064.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.361733242928" Longitude="4.9105657774473" StarRating="3" HotelCode="143266|hotel_allure" HotelName="Allure" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatistraat 117-119, 1018 GB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/211015/211015a_hb_a_004.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1141.69" OriginalAmount="1067.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.364799809415" Longitude="4.885157001532" StarRating="4" HotelCode="145100|hotel_seven_one_seven" HotelName="Boutique Seven One Seven" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 717, 1017 JW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388007/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1143.83" OriginalAmount="1069.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.371806" Longitude="4.8873630000001" StarRating="3" HotelCode="16607|rembrandt_classic" HotelName="The Hoxton Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 255, 1016 BJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/20124/a_20124_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Amsterdam, surrounded by shops, bars, pubs, discos and restaurants. Public transport links are just 200 m away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1152.39" OriginalAmount="1077.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36697607" Longitude="4.93295619" StarRating="3.5" HotelCode="623280|short_stay_group_eastern_docklands_apartments" HotelName="Short Stay Group Eastern Docklands Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Zeeburgerpad 28-29, 1019AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10140043</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="1169.63" OriginalAmount="1093.11" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.361544769493" Longitude="4.883090757241" StarRating="4" HotelCode="|PAA" HotelName="Park Centraal Amsterdam, part of Sircle Collection" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 25</AddressLine>
          </AddressLines>
          <PostalCode>(0)206649455</PostalCode>
        </Address>
        <HotelPictures>http://www.travco.co.uk/images/hotels/giata/18808/818032.jpg</HotelPictures>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The hotel was built in 1895. 187 non-smoking rooms are located on 7 storeys and can be reached by lift. The multilingual staff at the reception desk in the lobby are ready to assist you with check-in and check-out. Amenities include a baggage storage service, a safe and a currency exchange service. Wireless internet access allows guests to stay connected while on holiday. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. Wheelchair-accessible facilities are available. A fireplace creates a cosy atmosphere. There are also a number of shops that make for great strolling and browsing. Additional amenities include a TV room, a playroom and a library. Guests arriving by car can park their vehicles in the garage or in the car park. Further services and facilities include a 24-hour security service, a babysitting service, a childcare service, a car hire service, medical assistance, a transfer service, room service, a laundry service and a hairdresser. Active guests can make use of the bicycle hire service to explore the surrounding area. A business centre with fax machine and projector is available.The hotel is located in Amsterdam.There are many ways to relax or stay active at the hotel, including cycling/mountain biking, a gym, callisthenics, aerobics, a spa and a beauty salon. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Air conditioning and central heating ensure that rooms maintain comfortable temperatures. Guests can relax on the balcony or terrace. Rooms include a double bed. Extra beds can be requested. A safe, a minibar and a desk are also available. Additional features include a mini fridge and a tea/coffee station. An ironing set is provided for guests' convenience. A direct dial telephone, a television with satellite/cable channels, a radio and WiFi are provided as well. A turndown service provides guests with additional comfort in the evening hours. Bathrooms are equipped with a shower and a bathtub. A hairdryer, a vanity mirror and a telephone are available for daily use. For extra comfort in the bathrooms, guests are offered cosmetic products. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms. Family rooms are available for parents with children.Various dining options are available, including a non-smoking restaurant, a dining room and a bar. A generous breakfast buffet guarantees a great start to the day. Lunch is served as à la carte, and guests can choose between à la carte and a set menu for dinner. Special meals, including diet meals, are also available. The hotel also offers special catering options.The hotel provides 24-hour reception and room service. Chargeable parking is possible onsite.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1185.56" OriginalAmount="1108.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.38333999" Longitude="4.84639468" StarRating="0" HotelCode="497987|dutchies_hostel" HotelName="Dutchies Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sara Burgerthartstraat 21A, 1055 KV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/65159/2465159/1.jpg?f=15396481</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1198.40" OriginalAmount="1120.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.348835" Longitude="4.891855" StarRating="5" HotelCode="15376|hotel_okura_amsterdam" HotelName="Okura Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferdinand Bolstraat 333, 1072 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/00/005880/005880a_hb_a_226.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is situated directly beside one of the most famous canals in Amsterdam. The RAI Convention Centre, shopping areas and sights of interest are all just a short walk away. Travel to the Schiphol Airport takes only 15 minutes by car. Various stations can be reached by tram in just 20 minutes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1250.24" OriginalAmount="1168.45" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.367620839981" Longitude="4.8943018913269" StarRating="5" HotelCode="11634|5886" HotelName="De L'Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 30/09/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 2-14, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/11218/a_11218_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located at the heart of Amsterdam's old town on the banks of the River Amstel. Links to the public transport network lie about 1 km away.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1251.90" OriginalAmount="1170.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.372699275099" Longitude="4.8943267987767" StarRating="5" HotelCode="13020|nh_collection_amsterdam_grand_hotel_krasnapolsky" HotelName="NH Collection Amsterdam Grand Hotel Krasnapolsky" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dam 9, 1012 JS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/13463/a_13463_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern first-class hotel lies at the heart of Amsterdam, directly on Dam Square and opposite the royal palace. Scores of shopping and entertainment venues are located in the vicinity and it is just a few minutes walk to the historic old town that offers various museums and theatres.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1256.18" OriginalAmount="1174.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.38407035" Longitude="4.88840731" StarRating="4" HotelCode="486682|yays_bickersgracht" HotelName="YAYS Concierged Boutique Apartments Bickersgracht" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Bickersgracht 1, 1013 LE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/656986/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1264.74" OriginalAmount="1182.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.367148" Longitude="4.882733" StarRating="5" HotelCode="178573|andaz_amsterdam_prinsengracht__a_hyatt_hotel" HotelName="Andaz Amsterdam Prinsengracht" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 587, 1016 HT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/250095/a_250095_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1381.37" OriginalAmount="1291.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.372803699074" Longitude="4.8832981072054" StarRating="5" HotelCode="16257|hotel_pulitzer_a_luxury_collection_hotel" HotelName="Pulitzer Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 323, 1016 GZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/19519/a_19519_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies between two canals, close to the Royal Palace. 25 traditional buildings, right by the canal, have been tastefully restored and harmoniously combined into a single hotel. From here one is able to enjoy a picturesque view of the famous Princes canal. This hotel is located right next to the old centre of Amsterdam. It is around 500 m from links to public transport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1404.91" OriginalAmount="1313.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37035908808" Longitude="4.9031505185112" StarRating="5" HotelCode="387787|luxury_suites_amsterdam_2" HotelName="Luxury Suites Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/10/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Oudeschans 75, 1011 KW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/64635/2264635/1.jpg?f=15049499</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1420.96" OriginalAmount="1328.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37586757" Longitude="4.88601871" StarRating="4" HotelCode="336266|the_toren" HotelName="The Toren" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-2" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 164, 1015 CZ Amsterdam, Noord-Holland</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0006/71776/671776/13.jpg?f=15661873</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1453.06" OriginalAmount="1358.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.376253329786" Longitude="4.8863518238068" StarRating="4" HotelCode="145475|canal_house" HotelName="Canal House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/09/2024" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 148, 1015 CX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/29/295594/295594a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1491.58" OriginalAmount="1394.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36938900262" Longitude="4.8871547661846" StarRating="4" HotelCode="76501|ambassade_hotel" HotelName="Ambassade" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 341, 1016 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/192482/192482a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1514.05" OriginalAmount="1415.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.371164761838" Longitude="4.8954606056213" StarRating="5" HotelCode="18321|sofitel_legend_the_grand_amsterdam_2" HotelName="Sofitel Legend The Grand Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Voorburgwal 197, 1012 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/22774/a_22774_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the heart of Amsterdam's historical centre, this city hotel is set between 2 picturesque canals, just a stone's throw away from the key financial institutions and famous Dam Square. There is a bus station and links to the public transport network just 50 metres from the hotel and Schiphol International Airport is 20 minutes away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1556.85" OriginalAmount="1455.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.360042" Longitude="4.905384" StarRating="5" HotelCode="200952|intercontinental_amstel_amsterdam" HotelName="InterContinental Amstel" Meals="BREAKFAST-FOR-2,ROOM ONLY,BED &amp; BREAKFAST,HALF-BOARD" BedType="BREAKFAST-FOR-2" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Professor Tulpplein 1, 1018 GX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/7686/a_7686_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This very luxurious hotel is situated on the banks of the River Amstel. It is within walking distance of the Rembrandtplein and Theater Carré. Amsterdam Schiphol Airport is approximately 30 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1669.20" OriginalAmount="1560.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36592" Longitude="4.90978" StarRating="0" HotelCode="0|plantage_apartment_suites" HotelName="Plantage Hortus Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Muidergracht, Amsterdam</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/de/80/de80d4adedd32ffc3d12a64b3dd71eeff619f5b2.jpeg</HotelPictures>
        <HotelDescription>&lt;/br&gt;&lt;b&gt;Property Location: &lt;/b&gt;A stay at Plantage Hortus Apartments places you in the heart of Amsterdam, within a 10-minute walk of Artis and Hermitage Amsterdam.  This 4-star apartment is 0.7 mi (1.1 km) from Rembrandt Square and 0.5 mi (0.8 km) from Royal Theater Carre.&lt;/br&gt;&lt;b&gt;Rooms: &lt;/b&gt;Make yourself at home in one of the 15 guestrooms, featuring kitchens with refrigerators and microwaves. Flat-screen televisions with satellite programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include coffee/tea makers and irons/ironing boards, and housekeeping is provided weekly.&lt;/br&gt;&lt;b&gt;Business, Other Amenities: &lt;/b&gt;Featured amenities include express check-out and multilingual staff.&lt;/br&gt;&lt;/br&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;/br&gt;&lt;/br&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1716.28" OriginalAmount="1604.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3657" Longitude="4.88807" StarRating="0" HotelCode="980697|hotel_the_craftsmen" HotelName="Hotel The Craftsmen" Meals="BREAKFAST-FOR-2,BED &amp; BREAKFAST" BedType="BREAKFAST-FOR-2" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Singel 83, 1012 VE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/39000000/38580000/38577700/38577682/a85ad45e_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1723.77" OriginalAmount="1611.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.358617" Longitude="4.878541" StarRating="5" HotelCode="904540|conservatorium_hotel_amsterdam" HotelName="Conservatorium" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/10/2024" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van Baerlestraat 27, Amsterdam 1070 LP</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/184320/184320a_hb_a_114.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1797.60" OriginalAmount="1680.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36612204" Longitude="4.90996132" StarRating="0" HotelCode="560503|plantage_garden_apartments" HotelName="Plantage Garden Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Housekeeping,Internet,Kitchen,LCD/Projector">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Muidergracht 31-35, 1018 TL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/86823/2286823/1.jpg?f=15177202</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Plantage Garden Apartments in Amsterdam (Plantage - Eastern Docklands), you'll be minutes from Hortus Botanicus and Artis. This apartment is within close proximity of Dutch Resistance Museum and Jewish Historical Museum.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in of the guestrooms, featuring kitchens with refrigerators and microwaves. Flat-screen televisions with cable programming provide entertainment, while complimentary wireless Internet access keeps you connected. Conveniences include coffee/tea makers and irons/ironing boards, and housekeeping is provided on a limited basis.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1838.26" OriginalAmount="1718.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3657" Longitude="4.88807" StarRating="0" HotelCode="825324|plantage_garden_apartments_3" HotelName="Allure Garden Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Muidergracht 31, 1018 TL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/e9/37/e937dfd676d58647ae3d702ce2dd8e6bd89a6901.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1860.73" OriginalAmount="1739.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.369247083416" Longitude="4.884224832058" StarRating="5" HotelCode="11307|the_dylan_amsterdam" HotelName="The Dylan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 384, 1016 GB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/9085/a_9085_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is situated on the Keizersgracht, one of the main canals in Amsterdam. It is located in the city centre, close to all of the main shopping areas and museums. The immediate vicinity features restaurants and public transport links and the Van Gogh and Rijks museums are just 2 km away. Schiphol Airport is 15 km from the hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2176.38" OriginalAmount="2034.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3749808" Longitude="4.8993238" StarRating="1.5" HotelCode="154588|vijaya_hotel_amsterdam" HotelName="Vijaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Voorburgwal 44, 1012 GE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/21/214109/214109a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is situated in Amsterdam. The total number of rooms is 30. Wi-Fi internet connection is available on public areas. Hotel Vijaya offers 24-hour reception for guests' convenience. Those who dislike animals may enjoy their stay, as this hotel does not allow pets. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2568.00" OriginalAmount="2400.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.365826506694" Longitude="4.8847546596803" StarRating="2" HotelCode="143433|amsterdam_downtown_hotel" HotelName="Amsterdam Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kerkstraat 25, 1017 GA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/387954/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2994.93" OriginalAmount="2799.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37246248" Longitude="4.89327047" StarRating="5" HotelCode="615095|hotel_twentyseven" HotelName="Hotel TwentySeven" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Jacuzzi,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dam 27, 1012 JS Amsterdam, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/24/2483605/7MLpjfVy_d2b5ca33bd970f64a6301fa75ae2eb22.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3181.11" OriginalAmount="2973.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3994355" Longitude="4.89510552" StarRating="4" HotelCode="417792|faralda_crane_hotel_amsterdam_" HotelName="Faralda NDSM Crane Hotel Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Holiday homes,Hotel" CnxPolicy="Non Refundable" HotelFacility="Elevator,Spa">
        <Address>
          <AddressLines>
            <AddressLine>NDSM Plein 78, 1033 WB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/575570/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Faralda NDSM Crane Hotel Amsterdam places you in the heart of Amsterdam, steps from NDSM Werf and close to Eye Film Institute. This 4-star guesthouse is within close proximity of Westergasfabriek Culture Park and Noorderkerk.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Treat yourself to a stay in one of the 3 individually decorated guestrooms, featuring private spa tubs and flat-screen televisions. Complimentary wireless Internet access is available to keep you connected. Conveniences include separate sitting areas and coffee/tea makers.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rec, Spa, Premium Amenities&lt;/b&gt; &lt;br /&gt;Pamper yourself with onsite massages or enjoy recreation amenities such as a spa tub.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Breakfast is available for a fee.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include express check-in, express check-out, and an elevator (lift). Planning an event in Amsterdam? This guesthouse has facilities measuring 646 square feet (60 square meters), including a meeting room. Self parking (subject to charges) is available onsite.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3325.56" OriginalAmount="3108.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.379447" Longitude="4.880503" StarRating="3" HotelCode="296731|linden_hotel" HotelName="Linden Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/09/2024" HotelFacility="Business Centre,Elevator,Internet,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Lindengracht 251, 1015 KH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/388827/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Linden Hotel is in the heart of Amsterdam, walking distance from Noordermarkt and Noorderkerk. This hotel is within close proximity of Anne Frank House and Westerkerk.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Stay in one of 25 guestrooms featuring flat-screen televisions. Complimentary wireless Internet access is available to keep you connected. Conveniences include safes and coffee/tea makers, and you can also request cribs/infant beds.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;Continental breakfasts are available for a fee.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Featured amenities include luggage storage and an elevator (lift).&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3814.55" OriginalAmount="3565.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.364630806722" Longitude="4.8967426714726" StarRating="5" HotelCode="930981|waldorf_astoria_amsterdam" HotelName="Waldorf Astoria Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 542-556, 1017 CG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://himg.myhubpro.net/StaticData/Images/367911/a_367911_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="442.53" OriginalAmount="413.58" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.2973" Longitude="4.70416" StarRating="4" HotelCode="|MASA" HotelName="Moxy Amsterdam Schiphol Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Hoeksteen 74-84, MS Hoofddorp</AddressLine>
          </AddressLines>
        </Address>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The friendly staff at the reception desk are happy to answer any questions. Valuables can be stored securely and conveniently in the safe. Wireless internet access in public areas allows guests to stay connected. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities and a lift. Everyday necessities can be purchased at the supermarket. Additional amenities include a playroom and a library. Guests arriving by car can park their vehicles in the car park. Further services and facilities include a 24-hour security service, a transfer service, a laundry service and a hotel shuttle bus. Active guests can make use of the bicycle hire service to explore the surrounding area.This hotel welcomes guests in Hoofddorp.There are many ways to relax or stay active at the hotel, including cycling/mountain biking, a gym, callisthenics, aerobics and a spa. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567A queen-size bed ensures a good night's sleep. A telephone, a TV and WiFi (no extra charge) are provided as well. Bathrooms are equipped with a shower and a hairdryer. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms. The hotel has non-smoking rooms.The dining area includes a restaurant and a bar. A delicious breakfast provides energy for the rest of the day.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="465.45" OriginalAmount="435.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.3016466" Longitude="4.84775266" StarRating="4" HotelCode="518135|station_amstelveen" HotelName="B&amp;B Station Amstelveen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable" HotelFacility="Bar,Elevator,Internet,LCD/Projector,Luggage Storage,Meeting Room,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Stationsstraat 28, 1182 JN Amstelveen</AddressLine>
          </AddressLines>
          <CityName>Amstelveen</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Amstelveen, Station Amstelveen is minutes from Cobra Museum of Modern Art and Schouwburg Amstelveen. This 4-star bed &amp; breakfast is within close proximity of VU University of Amsterdam and Amstelpark.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; &lt;br /&gt;Make yourself at home in one of the 4 guestrooms featuring refrigerators and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Conveniences include minibars and coffee/tea makers, and you can also request cribs/infant beds (surcharge).&lt;/p&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; &lt;br /&gt;A complimentary hot/cold buffet breakfast is included.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt; &lt;br /&gt;Free self parking is available onsite.&lt;/p&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="648.72" OriginalAmount="606.28" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.30459666267" Longitude="4.809536299074" StarRating="4" HotelCode="|RASA" HotelName="Renaissance Amsterdam Schiphol Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Meester Jacob, Takkade 35, Hoofddorp</AddressLine>
          </AddressLines>
        </Address>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The friendly staff at the reception desk are happy to answer any questions. Amenities available at the hotel include a baggage storage service and a safe. Wireless internet access allows guests to stay connected while on holiday. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities and a lift. There are a number of shops as well. A garden provides extra space for rest and relaxation in the open air. Additional facilities include a TV room. Guests arriving by car can park their vehicles in the car park. Further services and facilities include a 24-hour security service, a transfer service, room service, a laundry service and a hotel shuttle bus. Active guests can make use of the bicycle hire service to explore the surrounding area. Complimentary newspapers are available. The business centre is on hand for guests' business requirements and provides a fax machine.This hotel is located in Aalsmeer.Fine weather can be enjoyed on the terrace. There are many ways to relax or stay active at the hotel, including cycling/mountain biking, horse riding, a gym, callisthenics, aerobics, a spa and hiking. Evening entertainment includes live music. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Air conditioning and central heating ensure that rooms maintain comfortable temperatures. A desk is provided. Guests will also find a mini fridge included among the standard features. An ironing set is provided for guests' convenience. Other features include a telephone, a flatscreen television with satellite channels, a radio, an alarm clock and WiFi (no extra charge). Bathrooms are equipped with a shower and include a hairdryer. Wheelchair-friendly rooms with wheelchair-accessible bathrooms are also available. The hotel has family rooms and non-smoking rooms.The dining area includes a restaurant and a bar. A delicious breakfast provides energy for the rest of the day. Special meals, including diet meals, are also available. The hotel also offers special catering options.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="669.82" OriginalAmount="626.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.39399019" Longitude="4.88209812" StarRating="0" HotelCode="972964|hotel_boat_co" HotelName="Hotel Boat&amp;Co" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST-FOR-1" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Revaleiland 500, 1014 ZG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="677.31" OriginalAmount="633.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.364956102641" Longitude="4.8782951536007" StarRating="3" HotelCode="146532|damsterdam" HotelName="D'Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tweede Helmersstraat 4, 1054 CH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;Located in Amsterdam, this hotel is ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="763.57" OriginalAmount="713.62" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37331655" Longitude="4.92853587" StarRating="4" HotelCode="|NTEL" HotelName="Inntel hotels Amsterdam Landmark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>VOC Quay 600</AddressLine>
          </AddressLines>
          <PostalCode>(0)202272551</PostalCode>
        </Address>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The friendly staff at the reception desk are happy to answer any questions. A baggage storage service, a safe and a drinks machine are available. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel has wheelchair-accessible facilities and a lift. Guests arriving by car can park their vehicles in the garage or in the car park. Other services include a 24-hour security service, medical assistance, room service, a laundry service and a coin-operated laundry. Active guests can make use of the bicycle hire service to explore the surrounding area. A fax machine is available for guests' business needs.This hotel is located in the centre of Amsterdam.The pleasantly heated water of the indoor pool area guarantees comfortable swimming. Comfortable sun loungers are available on the terrace. The hot tub in the pool area promises pure relaxation. There are many ways to relax or stay active at the hotel, including cycling/mountain biking, a gym, a spa, a sauna, a hammam and massage treatments. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Rooms are equipped with air conditioning and central heating. Separate bedrooms are available. Children's beds can be requested for younger guests. A safe and a desk are also available. Guests will also find a tea/coffee station included among the standard features. A telephone, a TV, a radio and WiFi (no extra charge) ensure optimal comfort. A hairdryer and a vanity mirror are available in the bathrooms, which are equipped with a shower. The hotel has non-smoking rooms.The hotel includes a restaurant and a bar. Half board can be booked. Breakfast, lunch and dinner are available. Special meals, including diet meals, are also available. In addition, special catering options and snacks are available.This hotel does not accept pets (except service animals).&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="969.42" OriginalAmount="906.00" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.36096385" Longitude="4.90616987" StarRating="4" HotelCode="779711|citizenm_amsterdam_amstel" HotelName="citizenM Amsterdam Amstel Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/10/2024">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatistraat 47, 1018EW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures />
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="7" TotalAmount="1106.34" OriginalAmount="1033.96" MarkupRule="7.00">
      <BasicPropertyInfo Latitude="52.37552827" Longitude="4.90154931" StarRating="0" HotelCode="|HMAI" HotelName="Hotel Mai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/09/2024">
        <Address>
          <AddressLines>
            <AddressLine>Gelderse Kade 30</AddressLine>
          </AddressLines>
          <PostalCode>(0)205150454</PostalCode>
        </Address>
        <HotelDescription>&lt;b&gt;HotelDescription : &lt;/b&gt;The friendly staff at the reception desk are happy to answer any questions. To ensure guests a comfortable and relaxing stay, the hotel provides various services and facilities, including a baggage storage service, a safe, a 24-hour security service, room service, a laundry service, a coin-operated laundry and a smoke alarm. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel offers various facilities for guests with disabilities. A lift and wheelchair-accessible facilities are available. Guests arriving by car can park their vehicles in the car park. Active guests can make use of the bicycle hire service to explore the surrounding area.This hotel is located in the centre of Amsterdam.For those who wish to stay active while on holiday, the hotel offers cycling/mountain biking. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Rooms are equipped with air conditioning and central heating. All rooms are carpeted and include a double bed. Separate bedrooms are available. A safe provides secure storage for guests' personal property. Guests will also find a tea/coffee station included among the standard features. An ironing set is provided for guests' convenience. A telephone, satellite television, a radio and WiFi are provided as well. A hairdryer and a telephone are available in the bathrooms, which are equipped with a shower. As a special feature, bathrooms are also stocked with cosmetic products and a selection of towels. Guests can also book wheelchair-friendly rooms with wheelchair-accessible bathrooms. The hotel has family rooms and non-smoking rooms.There is a bar on the premises. A fortifying breakfast is served daily.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service,Central Heating,Designated Smoking Area,Nightclub,Shopping Arcade,Currency Exchange,Room Service,Bicycle Rental,Spa,Wheelchair Access,Golf,Diet Meals,Kitchen,Housekeeping,Wake-up Call Service,24 Hour Power Supply,ATM/Cash Machine,Banquet Hall,Meeting Room,Parking,24 Hour Front Desk,24 Hour Room Service,Concierge,Luggage Storage,24 Hour Security,Printer,Dry Cleaning,Elevator,LCD/Projector,Pets allowed,Business Centre,Coffee Shop,Vending Machine,Off-Site Parking,Photocopy,Smoking Rooms</BasicAmenities>
    <HotelRating>5,4,3,2,3.5,1,2.5,1.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY</Meals>
    <PropertyType>CITY HOTEL,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,VILLAGE,HOTEL DE CHARME,SPA HOTEL,ECO HOTEL,AIRPORT HOTEL,APARTMENT HOTEL,HOSTEL,HOSTELS,APARTHOTEL,BED AND BREAKFASTS,HOLIDAY HOMES</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="ec5104ec-93e1-4dbc-b21c-15fe5855598b">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
          <GuestCount PaxCode="8" Age="3" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2024-10-06T00:00:00" End="2024-10-10T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|NYNA" SourceId="7" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="SkyWorld" Password="Wasi3266" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="United Kingdom" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="ec5104ec-93e1-4dbc-b21c-15fe5855598b" TimeStamp="0001-01-01T00:00:00" HotelName="NinetyNine Hotel Amsterdam Airport (20km from Amsterdam)" HotelCode="|NYNA" GTCityId="63219" CountryCode="NL" CityName="Amsterdam" CountryName="Netherlands" Latitude="52.40076" Longitude="4.889177" SourceId="7" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Single Room - With Breakfast" RoomTypeCode="N/A|N/A|SWB|NYNA|1|0|7|MzQxLjg2fEVVUnwyMDI0LTA5LTIx" OriginalAmount="294" TotalPrice="314.60" Status="CheckRates" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 17/09/2024"><AdditionalDetails>Standard-Bed &amp; Breakfast-Refundable Rate&lt;br/&gt;Cnx Fee - 1 Nt x 100.00%</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2024-09-17T00:00:00" End="2024-10-02T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="314.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><HotelDescription>The friendly staff at the reception desk are happy to answer any questions. A baggage storage service, a safe, a playroom, a library, a fax machine and a smoke alarm are available. Wireless internet access allows guests to stay connected while on holiday. A lift and wheelchair-accessible facilities are available. Everyday necessities can be purchased at the supermarket. Guests arriving by car can park their vehicles in the garage or in the car park. Bicycle storage is available to guests. There is a bike hire service as well.This hotel is located right in the heart of Hoofddorp.Fine weather can be enjoyed on the terrace. For those who wish to stay active while on holiday, the hotel offers cycling/mountain biking. Copyright GIATA 2004 - 2024. Multilingual, powered by www.giata.com for client no. 124567Rooms include air conditioning and central heating. Guests are sure to get a good night's sleep in the double bed. A safe and a desk are also available. A telephone, a TV and WiFi (no extra charge) are provided as well. Bathrooms are equipped with a shower and include a hairdryer. The hotel has non-smoking rooms.The dining area includes a restaurant and a bar. Breakfast and lunch are served every day.</HotelDescription></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|BookRequest|BookRequest|Request:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="ec5104ec-93e1-4dbc-b21c-15fe5855598b" EmailId="xml.bookings@wwdmc.com" MobileNo="" FileBookingId="" Identity="e00c5EC6-5aapreeti-af6f-9WwDMc3028a7c">
  <Rooms>
    <Room RoomType="Room 1: Single Room - With Breakfast" BoardBasis="Room 1: Bed &amp; Breakfast" TotalAdult="1" TotalChild="1">
      <Adults>
        <Adult Title="Mr" FirstName="muhammad talha bin" LastName="yasin" DOB="19990724" Age="25" />
      </Adults>
      <Childs>
        <Child Title="Miss" FirstName="abiha" LastName="fatima" DOB="20270724" Age="3" />
      </Childs>
    </Room>
  </Rooms>
  <GeneralInfo UserName="SkyWorld" Password="Wasi3266" RequestedCurrency="GBP" ClientNationality="GB" ClientCountry="" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|NYNA" SourceId="7" RoomTypeCode="N/A|N/A|SWB|NYNA|1|0|7|MzQxLjg2fEVVUnwyMDI0LTA5LTIx" TotalPrice="314.6" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2024-10-06T00:00:00" End="2024-10-10T00:00:00" />
  <CustomerAddress>
    <AddressLines>
      <AddressLine />
    </AddressLines>
    <CityName />
    <PostalCode />
    <Country />
  </CustomerAddress>
  <Remarks>Booking</Remarks>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <AgencyBookingRef>2508</AgencyBookingRef>
  <MHLInfo>
    <Address> 933 Stockport  Road</Address>
    <AgencyId>1724</AgencyId>
    <AgentId>3125</AgentId>
    <CityCode>11</CityCode>
    <DirectClientId>0</DirectClientId>
    <EmailId> admin@worldwideflight.co.uk </EmailId>
    <FileBookingId />
    <FirstName> muhammad talha bin </FirstName>
    <LastName> yasin </LastName>
    <PaymentResponse> No-Payment-Getway </PaymentResponse>
    <PaymentStatusId>0</PaymentStatusId>
    <PhoneNo />
    <PostCode />
    <SalesPersonId>24</SalesPersonId>
    <SalesSourceId>24</SalesSourceId>
    <SupportNo> +44 (0) 20 8569 8080 </SupportNo>
    <Title> Mr </Title>
  </MHLInfo>
</HotelBookRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|BookResponse|MyhubService Response|UserName:-SkyWorld Password:-Wasi3266 MhlInfo:-<?xml version="1.0" encoding="utf-16"?>
<MHLInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Address> 933 Stockport  Road</Address>
  <AgencyId>1724</AgencyId>
  <AgentId>3125</AgentId>
  <CityCode>11</CityCode>
  <CreatedBy>0</CreatedBy>
  <DirectClientId>0</DirectClientId>
  <EmailId> admin@worldwideflight.co.uk </EmailId>
  <EndDate xsi:nil="true" />
  <FirstName> muhammad talha bin </FirstName>
  <LastName> yasin </LastName>
  <NationalityOfPax />
  <PaymentResponse> No-Payment-Getway </PaymentResponse>
  <PaymentStatusId>0</PaymentStatusId>
  <PhoneNo />
  <PostCode />
  <SalesPersonId>24</SalesPersonId>
  <SalesSourceId>24</SalesSourceId>
  <SourceId>0</SourceId>
  <StartDate xsi:nil="true" />
  <SupportNo> +44 (0) 20 8569 8080 </SupportNo>
  <Title> Mr </Title>
</MHLInfo> Hotel:-<?xml version="1.0" encoding="utf-16"?>
<Hotel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AgencyReference>2508</AgencyReference>
  <AgentMinCnxDate>2024-09-17T00:00:00</AgentMinCnxDate>
  <CancelPolicyRemark>&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;CancelPenaltiesType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
  &lt;CancelPenalties&gt;
    &lt;CancelPenalty Start="2024-09-17T00:00:00" End="2024-10-02T00:00:00"&gt;
      &lt;AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="314.60" /&gt;
    &lt;/CancelPenalty&gt;
  &lt;/CancelPenalties&gt;
&lt;/CancelPenaltiesType&gt;</CancelPolicyRemark>
  <CheckIn>2024-10-06T00:00:00</CheckIn>
  <CheckInTime>02:00PM</CheckInTime>
  <CheckOut>2024-10-10T00:00:00</CheckOut>
  <CheckOutTime>10:00AM</CheckOutTime>
  <CostAmountInSalesCurrency>294.02</CostAmountInSalesCurrency>
  <CountryCode_MoneyReceive>75</CountryCode_MoneyReceive>
  <CountryName>netherlands</CountryName>
  <Rooms>
    <Rooms>
      <Adults>1</Adults>
      <BoardBasis>Room 1: Bed &amp; Breakfast</BoardBasis>
      <Children>1</Children>
      <GuestName>Mr muhammad talha bin yasin</GuestName>
      <RoomType>Room 1: Single Room - With Breakfast</RoomType>
    </Rooms>
  </Rooms>
  <SalesAmount>314.6</SalesAmount>
  <SalesCurrency>GBP</SalesCurrency>
  <SupplierAmount>341.86</SupplierAmount>
  <SupplierCurrency>EUR</SupplierCurrency>
  <SupplierId>653</SupplierId>
  <SupplierMinCnxDate>2024-09-21T00:00:00</SupplierMinCnxDate>
  <SupplierName>TravCo</SupplierName>
  <_cityName>Amsterdam</_cityName>
  <_hotelName>NinetyNine Hotel Amsterdam Airport (20km from Amsterdam)</_hotelName>
</Hotel> Response:-<Root><FileBookingId>240728846</FileBookingId><BookingId>39150</BookingId></Root>||FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|BooingConfirmation|Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at Handler.HotelHandler.BookingConfirmation(HotelBookRQ BookingRQ, HotelBookRS BookingRS) in G:\Trivender PC\WorldwideDMCV2\Module\Hotel\HotelHandler\HotelHandler\HotelHandler.cs:line 996||FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|TravcoBook|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in G:\Trivender PC\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ec5104ec-93e1-4dbc-b21c-15fe5855598b|BookResponse|BookResponse|Response:-<?xml version="1.0" encoding="utf-16"?>
<HotelBookRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <FileBookingId>240728846</FileBookingId>
  <Status>Fail</Status>
</HotelBookRS>||True