ConsumerApi

<back to all web services

FindBoundedMapAdMessagesRequest

Consumer
Requires Authentication
Required role:Consumer
namespace ConsumerApi

open System
open System.IO
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations

    type Parking =
        | StreetParking = 0
        | ParkingGarageNearby = 1

    type PaymentOption =
        | Visa = 0
        | MasterCard = 1
        | AmericanExpress = 2
        | Diners = 3
        | Vipps = 4

    type PriceMainDish =
        | Value = 0
        | Medium = 1
        | High = 2
        | FineDining = 3

    type DayOfWeek =
        | Sunday = 0
        | Monday = 1
        | Tuesday = 2
        | Wednesday = 3
        | Thursday = 4
        | Friday = 5
        | Saturday = 6

    [<AllowNullLiteral>]
    type OpenAtTimeDto() = 
        member val WeekDay:DayOfWeek = new DayOfWeek() with get,set
        member val Hour:Int32 = new Int32() with get,set
        member val Minute:Int32 = new Int32() with get,set

    [<AllowNullLiteral>]
    type ImageUrls() = 
        member val Preview:String = null with get,set
        member val Small:String = null with get,set
        member val Medium:String = null with get,set
        member val Large:String = null with get,set

    [<AllowNullLiteral>]
    type OpeningHour() = 
        member val OpenAtHour:Int32 = new Int32() with get,set
        member val OpenAtMinute:Int32 = new Int32() with get,set
        member val CloseAtHour:Int32 = new Int32() with get,set
        member val CloseAtMinute:Int32 = new Int32() with get,set

    [<AllowNullLiteral>]
    type WeeklyOpeningHours() = 
        member val Monday:OpeningHour = null with get,set
        member val Tuesday:OpeningHour = null with get,set
        member val Wednesday:OpeningHour = null with get,set
        member val Thursday:OpeningHour = null with get,set
        member val Friday:OpeningHour = null with get,set
        member val Saturday:OpeningHour = null with get,set
        member val Sunday:OpeningHour = null with get,set

    [<AllowNullLiteral>]
    type OpeningHours() = 
        member val Weekly:WeeklyOpeningHours = null with get,set

    type PlaceType =
        | Mall = 0
        | Regular = 1

    [<AllowNullLiteral>]
    type PriceMainDishApiDto() = 
        member val Title:String = null with get,set
        member val Slug:PriceMainDish = new PriceMainDish() with get,set

    [<AllowNullLiteral>]
    type TimeZoneDto() = 
        member val BaseUtcOffset:TimeSpan = new TimeSpan() with get,set
        member val DaylightName:String = null with get,set
        member val DisplayName:String = null with get,set
        member val Id:String = null with get,set
        member val StandardName:String = null with get,set
        member val SupportsDaylightSavingTime:Boolean = new Boolean() with get,set

    [<AllowNullLiteral>]
    type PlaceContact() = 
        member val Phone:String = null with get,set
        member val Email:String = null with get,set
        member val Website:String = null with get,set
        member val WebShop:String = null with get,set

    [<AllowNullLiteral>]
    type PlaceAddress() = 
        member val Street:String = null with get,set
        member val PostalCode:String = null with get,set
        member val Region:String = null with get,set
        member val CountryCode:String = null with get,set

    [<AllowNullLiteral>]
    type CategoryTreeApiDto() = 
        member val Name:String = null with get,set
        member val Slug:String = null with get,set
        member val AbsoluteSlug:String = null with get,set
        member val ImageUrl:String = null with get,set
        member val AllImageUrl:String = null with get,set
        member val IconImageUrl:String = null with get,set
        member val Position:Int32 = new Int32() with get,set
        member val Children:ResizeArray<CategoryTreeApiDto> = new ResizeArray<CategoryTreeApiDto>() with get,set

    [<AllowNullLiteral>]
    type WearPriceProfileEsDto() = 
        member val Slug:String = null with get,set
        member val Label:String = null with get,set

    [<AllowNullLiteral>]
    type BrandApiDto() = 
        member val Name:String = null with get,set

    [<AllowNullLiteral>]
    type PlaceCustomBrandApiDto() = 
        member val Name:String = null with get,set

    [<AllowNullLiteral>]
    type PlaceSelectedBrandApiDto() = 
        member val Brand:BrandApiDto = null with get,set
        member val CategoryAbsoluteSlugs:String[] = [||] with get,set
        member val PlaceCustomBrand:PlaceCustomBrandApiDto = null with get,set

    [<AllowNullLiteral>]
    type PlaceBasicApiDto() = 
        member val Id:Int64 = new Int64() with get,set
        member val Guid:Guid = new Guid() with get,set
        member val Overview:String = null with get,set
        member val Name:String = null with get,set
        member val Longitude:Single = new Single() with get,set
        member val Latitude:Single = new Single() with get,set
        member val Claimed:Boolean = new Boolean() with get,set
        member val OrganizationNumber:String = null with get,set
        member val CountryCode:String = null with get,set
        member val OpeningHours:OpeningHours = null with get,set
        member val WheelchairAccessible:Nullable<Boolean> = new Nullable<Boolean>() with get,set
        member val Wifi:Nullable<Boolean> = new Nullable<Boolean>() with get,set
        member val OutdoorSeating:Nullable<Boolean> = new Nullable<Boolean>() with get,set
        member val SaveFoodAndMoney:Nullable<Boolean> = new Nullable<Boolean>() with get,set
        member val PlaceType:PlaceType = new PlaceType() with get,set
        member val PriceMainDish:PriceMainDishApiDto = null with get,set
        member val TimeZoneDto:TimeZoneDto = null with get,set
        member val BusinessId:Nullable<Int64> = new Nullable<Int64>() with get,set
        member val Contact:PlaceContact = null with get,set
        member val Address:PlaceAddress = null with get,set
        member val Categories:ResizeArray<CategoryTreeApiDto> = new ResizeArray<CategoryTreeApiDto>() with get,set
        member val LogoUrl:ImageUrls = null with get,set
        member val ImageUrl:ImageUrls = null with get,set
        member val WearPriceProfiles:ResizeArray<WearPriceProfileEsDto> = new ResizeArray<WearPriceProfileEsDto>() with get,set
        member val Brands:ResizeArray<PlaceSelectedBrandApiDto> = new ResizeArray<PlaceSelectedBrandApiDto>() with get,set
        member val Floor:String = null with get,set

    [<AllowNullLiteral>]
    type AdMessageDetailsBase() = 
        member val Description:String = null with get,set
        member val MoreInformation:ResizeArray<String> = new ResizeArray<String>() with get,set

    [<AllowNullLiteral>]
    type AdMessageDetailsPercentageDiscountOnAllMerchandise() = 
        inherit AdMessageDetailsBase()
        member val Value:Double = new Double() with get,set

    [<AllowNullLiteral>]
    type AdMessageDetailsPercentageDiscountRangeOnAllMerchandise() = 
        inherit AdMessageDetailsBase()
        member val Start:Double = new Double() with get,set
        member val Stop:Double = new Double() with get,set

    [<AllowNullLiteral>]
    type AdMessageDetailsPercentageDiscountOnSelectedMerchandise() = 
        inherit AdMessageDetailsBase()
        member val Value:Double = new Double() with get,set

    [<AllowNullLiteral>]
    type AdMessageDetailsAbsoluteDiscountOnSelectedMerchandise() = 
        inherit AdMessageDetailsBase()
        member val Value:Double = new Double() with get,set

    [<AllowNullLiteral>]
    type AdMessageDetailsAbsoluteDiscountRangeOnAllMerchandise() = 
        inherit AdMessageDetailsBase()
        member val Start:Double = new Double() with get,set
        member val Stop:Double = new Double() with get,set

    [<AllowNullLiteral>]
    type AdMessageDetailsTotalAmountOverXgivesYdiscount() = 
        inherit AdMessageDetailsBase()
        member val IfTotalAmountMoreThanX:Double = new Double() with get,set
        member val ThenYouGetDiscountPercentageY:Double = new Double() with get,set

    [<AllowNullLiteral>]
    type AdMessageDetailsXforYdiscount() = 
        inherit AdMessageDetailsBase()
        member val IfYouBuyX:Int32 = new Int32() with get,set
        member val ThenYouGetY:Int32 = new Int32() with get,set

    [<AllowNullLiteral>]
    type AdMessageDetailsNewArrivals() = 
        inherit AdMessageDetailsBase()

    [<AllowNullLiteral>]
    type AdMessageDetailsFreetext() = 
        inherit AdMessageDetailsBase()
        member val Title:String = null with get,set

    [<AllowNullLiteral>]
    type AdMessageDetailsTodaysBreakFastOffer() = 
        inherit AdMessageDetailsBase()
        member val Value:Double = new Double() with get,set

    [<AllowNullLiteral>]
    type AdMessageDetailsTodaysLunchOffer() = 
        inherit AdMessageDetailsBase()
        member val Value:Double = new Double() with get,set

    [<AllowNullLiteral>]
    type AdMessageDetailsTodaysDinnerOffer() = 
        inherit AdMessageDetailsBase()
        member val Value:Double = new Double() with get,set

    [<AllowNullLiteral>]
    type AdMessageDetailsSaveFoodAndMoney() = 
        inherit AdMessageDetailsBase()
        member val Value:Double = new Double() with get,set

    [<AllowNullLiteral>]
    type AdMessageDetailsPercentageOffYourFoodBill() = 
        inherit AdMessageDetailsBase()
        member val Percentage:Double = new Double() with get,set

    [<AllowNullLiteral>]
    type AdMessageDetailsHappyHour() = 
        inherit AdMessageDetailsBase()

    [<AllowNullLiteral>]
    type AdMessageDetailsSomeFreeTablesLeftToday() = 
        inherit AdMessageDetailsBase()

    [<AllowNullLiteral>]
    type AdMessageDetailsTwoDishesForThePriceOfOne() = 
        inherit AdMessageDetailsBase()

    [<AllowNullLiteral>]
    type AdMessageDetailsUnion() = 
        member val PercentageOnAllMerchandise:AdMessageDetailsPercentageDiscountOnAllMerchandise = null with get,set
        member val PercentageRangeOnAllMerchandise:AdMessageDetailsPercentageDiscountRangeOnAllMerchandise = null with get,set
        member val PercentageOnSelectedMerchandise:AdMessageDetailsPercentageDiscountOnSelectedMerchandise = null with get,set
        member val AbsoluteOnSelectedMerchandise:AdMessageDetailsAbsoluteDiscountOnSelectedMerchandise = null with get,set
        member val AbsoluteRangeOnAllMerchandise:AdMessageDetailsAbsoluteDiscountRangeOnAllMerchandise = null with get,set
        member val TotalAmountOverXgivesYdiscount:AdMessageDetailsTotalAmountOverXgivesYdiscount = null with get,set
        member val XforY:AdMessageDetailsXforYdiscount = null with get,set
        member val NewArrivals:AdMessageDetailsNewArrivals = null with get,set
        member val Freetext:AdMessageDetailsFreetext = null with get,set
        member val TodaysBreakFastOffer:AdMessageDetailsTodaysBreakFastOffer = null with get,set
        member val TodaysLunchOffer:AdMessageDetailsTodaysLunchOffer = null with get,set
        member val TodaysDinnerOffer:AdMessageDetailsTodaysDinnerOffer = null with get,set
        member val SaveFoodAndMoney:AdMessageDetailsSaveFoodAndMoney = null with get,set
        member val PercentageOfYourFoodBill:AdMessageDetailsPercentageOffYourFoodBill = null with get,set
        member val HappyHour:AdMessageDetailsHappyHour = null with get,set
        member val SomeFreeTablesLeftToday:AdMessageDetailsSomeFreeTablesLeftToday = null with get,set
        member val TwoDishesForThePriceOfOne:AdMessageDetailsTwoDishesForThePriceOfOne = null with get,set

    [<AllowNullLiteral>]
    type AdMessageDto() = 
        member val Id:Int64 = new Int64() with get,set
        member val Guid:Guid = new Guid() with get,set
        member val Title:String = null with get,set
        member val StartAt:DateTimeOffset = new DateTimeOffset() with get,set
        member val StopAt:DateTimeOffset = new DateTimeOffset() with get,set
        member val PublishAt:DateTimeOffset = new DateTimeOffset() with get,set
        member val ImageUrls:ResizeArray<ImageUrls> = new ResizeArray<ImageUrls>() with get,set
        member val Place:PlaceBasicApiDto = null with get,set
        member val DetailsUnion:AdMessageDetailsUnion = null with get,set
        member val StarredCount:Int64 = new Int64() with get,set

    type FeatureType =
        | BarSpeciality = 0
        | BarType = 1
        | Cuisine = 2
        | SaveFoodAndMoney = 3
        | MealType = 4
        | Menu = 5
        | OutdoorSeating = 6
        | Parking = 7
        | PaymentOptions = 8
        | PriceMainDish = 9
        | SubCategories = 10
        | SubCategoriesAndBrands = 11
        | EatingSuitabilities = 12
        | TakeAway = 13
        | WearPriceProfile = 14
        | WheelChairAccessible = 15
        | Wifi = 16
        | WebShop = 17
        | Filtering = 18

F# FindBoundedMapAdMessagesRequest DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/FindBoundedMapAdMessagesRequest HTTP/1.1 
Host: unstable-consumer-api.brovs.com 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<FindBoundedMapAdMessagesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsumerApi.Dto">
  <Bounds>
    <ClusterZoomLevel>0</ClusterZoomLevel>
    <East>0</East>
    <North>0</North>
    <South>0</South>
    <West>0</West>
  </Bounds>
  <CacheVersion>0</CacheVersion>
  <Filter>
    <AdMessageGuid>00000000-0000-0000-0000-000000000000</AdMessageGuid>
    <BarSpecialitySlugs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>String</d3p1:string>
    </BarSpecialitySlugs>
    <BarTypeSlugs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>String</d3p1:string>
    </BarTypeSlugs>
    <BrandNames xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>String</d3p1:string>
    </BrandNames>
    <CategoryAbsoluteSlugs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>String</d3p1:string>
    </CategoryAbsoluteSlugs>
    <CuisineSlugs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>String</d3p1:string>
    </CuisineSlugs>
    <EatingSuitabilitySlugs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>String</d3p1:string>
    </EatingSuitabilitySlugs>
    <MealTypeSlugs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>String</d3p1:string>
    </MealTypeSlugs>
    <OpenAt xmlns:d3p1="http://schemas.datacontract.org/2004/07/Entities.Common">
      <d3p1:Hour>0</d3p1:Hour>
      <d3p1:Minute>0</d3p1:Minute>
      <d3p1:WeekDay>Sunday</d3p1:WeekDay>
    </OpenAt>
    <OutdoorSeating>false</OutdoorSeating>
    <Parking xmlns:d3p1="http://schemas.datacontract.org/2004/07/Entities.Database">
      <d3p1:Parking>StreetParking</d3p1:Parking>
    </Parking>
    <PaymentOptions xmlns:d3p1="http://schemas.datacontract.org/2004/07/Entities.Database">
      <d3p1:PaymentOption>Visa</d3p1:PaymentOption>
    </PaymentOptions>
    <PlaceGuid>00000000-0000-0000-0000-000000000000</PlaceGuid>
    <PriceMainDishes xmlns:d3p1="http://schemas.datacontract.org/2004/07/Entities.Database">
      <d3p1:PriceMainDish>Value</d3p1:PriceMainDish>
    </PriceMainDishes>
    <SaveFoodAndMoney>false</SaveFoodAndMoney>
    <TakeAwaySlugs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>String</d3p1:string>
    </TakeAwaySlugs>
    <Term>String</Term>
    <WearPriceProfileSlugs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>String</d3p1:string>
    </WearPriceProfileSlugs>
    <WheelChairAccessible>false</WheelChairAccessible>
    <Wifi>false</Wifi>
  </Filter>
</FindBoundedMapAdMessagesRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<FindBoundedMapAdMessagesResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsumerApi.Dto">
  <AdMessageSaveFoodAndMoneyCount>0</AdMessageSaveFoodAndMoneyCount>
  <AdMessagesWithDisplayLocation>
    <AdMessageWithDisplayLocationDto>
      <AdMessage xmlns:d4p1="http://schemas.datacontract.org/2004/07/Api.Dto">
        <d4p1:DetailsUnion xmlns:d5p1="http://schemas.datacontract.org/2004/07/Entities.Common">
          <d5p1:AbsoluteOnSelectedMerchandise>
            <d5p1:Description>String</d5p1:Description>
            <d5p1:MoreInformation xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>String</d7p1:string>
            </d5p1:MoreInformation>
            <d5p1:Value>0</d5p1:Value>
          </d5p1:AbsoluteOnSelectedMerchandise>
          <d5p1:AbsoluteRangeOnAllMerchandise>
            <d5p1:Description>String</d5p1:Description>
            <d5p1:MoreInformation xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>String</d7p1:string>
            </d5p1:MoreInformation>
            <d5p1:Start>0</d5p1:Start>
            <d5p1:Stop>0</d5p1:Stop>
          </d5p1:AbsoluteRangeOnAllMerchandise>
          <d5p1:Freetext>
            <d5p1:Description>String</d5p1:Description>
            <d5p1:MoreInformation xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>String</d7p1:string>
            </d5p1:MoreInformation>
            <d5p1:Title>String</d5p1:Title>
          </d5p1:Freetext>
          <d5p1:HappyHour>
            <d5p1:Description>String</d5p1:Description>
            <d5p1:MoreInformation xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>String</d7p1:string>
            </d5p1:MoreInformation>
          </d5p1:HappyHour>
          <d5p1:NewArrivals>
            <d5p1:Description>String</d5p1:Description>
            <d5p1:MoreInformation xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>String</d7p1:string>
            </d5p1:MoreInformation>
          </d5p1:NewArrivals>
          <d5p1:PercentageOfYourFoodBill>
            <d5p1:Description>String</d5p1:Description>
            <d5p1:MoreInformation xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>String</d7p1:string>
            </d5p1:MoreInformation>
            <d5p1:Percentage>0</d5p1:Percentage>
          </d5p1:PercentageOfYourFoodBill>
          <d5p1:PercentageOnAllMerchandise>
            <d5p1:Description>String</d5p1:Description>
            <d5p1:MoreInformation xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>String</d7p1:string>
            </d5p1:MoreInformation>
            <d5p1:Value>0</d5p1:Value>
          </d5p1:PercentageOnAllMerchandise>
          <d5p1:PercentageOnSelectedMerchandise>
            <d5p1:Description>String</d5p1:Description>
            <d5p1:MoreInformation xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>String</d7p1:string>
            </d5p1:MoreInformation>
            <d5p1:Value>0</d5p1:Value>
          </d5p1:PercentageOnSelectedMerchandise>
          <d5p1:PercentageRangeOnAllMerchandise>
            <d5p1:Description>String</d5p1:Description>
            <d5p1:MoreInformation xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>String</d7p1:string>
            </d5p1:MoreInformation>
            <d5p1:Start>0</d5p1:Start>
            <d5p1:Stop>0</d5p1:Stop>
          </d5p1:PercentageRangeOnAllMerchandise>
          <d5p1:SaveFoodAndMoney>
            <d5p1:Description>String</d5p1:Description>
            <d5p1:MoreInformation xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>String</d7p1:string>
            </d5p1:MoreInformation>
            <d5p1:Value>0</d5p1:Value>
          </d5p1:SaveFoodAndMoney>
          <d5p1:SomeFreeTablesLeftToday>
            <d5p1:Description>String</d5p1:Description>
            <d5p1:MoreInformation xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>String</d7p1:string>
            </d5p1:MoreInformation>
          </d5p1:SomeFreeTablesLeftToday>
          <d5p1:TodaysBreakFastOffer>
            <d5p1:Description>String</d5p1:Description>
            <d5p1:MoreInformation xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>String</d7p1:string>
            </d5p1:MoreInformation>
            <d5p1:Value>0</d5p1:Value>
          </d5p1:TodaysBreakFastOffer>
          <d5p1:TodaysDinnerOffer>
            <d5p1:Description>String</d5p1:Description>
            <d5p1:MoreInformation xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>String</d7p1:string>
            </d5p1:MoreInformation>
            <d5p1:Value>0</d5p1:Value>
          </d5p1:TodaysDinnerOffer>
          <d5p1:TodaysLunchOffer>
            <d5p1:Description>String</d5p1:Description>
            <d5p1:MoreInformation xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>String</d7p1:string>
            </d5p1:MoreInformation>
            <d5p1:Value>0</d5p1:Value>
          </d5p1:TodaysLunchOffer>
          <d5p1:TotalAmountOverXgivesYdiscount>
            <d5p1:Description>String</d5p1:Description>
            <d5p1:MoreInformation xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>String</d7p1:string>
            </d5p1:MoreInformation>
            <d5p1:IfTotalAmountMoreThanX>0</d5p1:IfTotalAmountMoreThanX>
            <d5p1:ThenYouGetDiscountPercentageY>0</d5p1:ThenYouGetDiscountPercentageY>
          </d5p1:TotalAmountOverXgivesYdiscount>
          <d5p1:TwoDishesForThePriceOfOne>
            <d5p1:Description>String</d5p1:Description>
            <d5p1:MoreInformation xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>String</d7p1:string>
            </d5p1:MoreInformation>
          </d5p1:TwoDishesForThePriceOfOne>
          <d5p1:XforY>
            <d5p1:Description>String</d5p1:Description>
            <d5p1:MoreInformation xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>String</d7p1:string>
            </d5p1:MoreInformation>
            <d5p1:IfYouBuyX>0</d5p1:IfYouBuyX>
            <d5p1:ThenYouGetY>0</d5p1:ThenYouGetY>
          </d5p1:XforY>
        </d4p1:DetailsUnion>
        <d4p1:Guid>00000000-0000-0000-0000-000000000000</d4p1:Guid>
        <d4p1:Id>0</d4p1:Id>
        <d4p1:ImageUrls xmlns:d5p1="http://schemas.datacontract.org/2004/07/Entities.Common">
          <d5p1:ImageUrls>
            <d5p1:Large>String</d5p1:Large>
            <d5p1:Medium>String</d5p1:Medium>
            <d5p1:Preview>String</d5p1:Preview>
            <d5p1:Small>String</d5p1:Small>
          </d5p1:ImageUrls>
        </d4p1:ImageUrls>
        <d4p1:Place>
          <d4p1:Address xmlns:d6p1="http://schemas.datacontract.org/2004/07/Entities.Common">
            <d6p1:CountryCode>String</d6p1:CountryCode>
            <d6p1:PostalCode>String</d6p1:PostalCode>
            <d6p1:Region>String</d6p1:Region>
            <d6p1:Street>String</d6p1:Street>
          </d4p1:Address>
          <d4p1:Brands>
            <d4p1:PlaceSelectedBrandApiDto>
              <d4p1:Brand>
                <d4p1:Name>String</d4p1:Name>
              </d4p1:Brand>
              <d4p1:CategoryAbsoluteSlugs xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:string>String</d8p1:string>
              </d4p1:CategoryAbsoluteSlugs>
              <d4p1:PlaceCustomBrand>
                <d4p1:Name>String</d4p1:Name>
              </d4p1:PlaceCustomBrand>
            </d4p1:PlaceSelectedBrandApiDto>
          </d4p1:Brands>
          <d4p1:BusinessId>0</d4p1:BusinessId>
          <d4p1:Categories>
            <d4p1:CategoryTreeApiDto>
              <d4p1:AbsoluteSlug>String</d4p1:AbsoluteSlug>
              <d4p1:AllImageUrl>String</d4p1:AllImageUrl>
              <d4p1:Children>
                <d4p1:CategoryTreeApiDto>
                  <d4p1:AbsoluteSlug>String</d4p1:AbsoluteSlug>
                  <d4p1:AllImageUrl>String</d4p1:AllImageUrl>
                  <d4p1:Children>
                    <d4p1:CategoryTreeApiDto>
                      <d4p1:AbsoluteSlug>String</d4p1:AbsoluteSlug>
                      <d4p1:AllImageUrl>String</d4p1:AllImageUrl>
                      <d4p1:Children i:nil="true" />
                      <d4p1:IconImageUrl>String</d4p1:IconImageUrl>
                      <d4p1:ImageUrl>String</d4p1:ImageUrl>
                      <d4p1:Name>String</d4p1:Name>
                      <d4p1:Position>0</d4p1:Position>
                      <d4p1:Slug>String</d4p1:Slug>
                    </d4p1:CategoryTreeApiDto>
                  </d4p1:Children>
                  <d4p1:IconImageUrl>String</d4p1:IconImageUrl>
                  <d4p1:ImageUrl>String</d4p1:ImageUrl>
                  <d4p1:Name>String</d4p1:Name>
                  <d4p1:Position>0</d4p1:Position>
                  <d4p1:Slug>String</d4p1:Slug>
                </d4p1:CategoryTreeApiDto>
              </d4p1:Children>
              <d4p1:IconImageUrl>String</d4p1:IconImageUrl>
              <d4p1:ImageUrl>String</d4p1:ImageUrl>
              <d4p1:Name>String</d4p1:Name>
              <d4p1:Position>0</d4p1:Position>
              <d4p1:Slug>String</d4p1:Slug>
            </d4p1:CategoryTreeApiDto>
          </d4p1:Categories>
          <d4p1:Claimed>false</d4p1:Claimed>
          <d4p1:Contact xmlns:d6p1="http://schemas.datacontract.org/2004/07/Entities.Common">
            <d6p1:Email>String</d6p1:Email>
            <d6p1:Phone>String</d6p1:Phone>
            <d6p1:WebShop>String</d6p1:WebShop>
            <d6p1:Website>String</d6p1:Website>
          </d4p1:Contact>
          <d4p1:CountryCode>String</d4p1:CountryCode>
          <d4p1:Floor>String</d4p1:Floor>
          <d4p1:Guid>00000000-0000-0000-0000-000000000000</d4p1:Guid>
          <d4p1:Id>0</d4p1:Id>
          <d4p1:ImageUrl xmlns:d6p1="http://schemas.datacontract.org/2004/07/Entities.Common">
            <d6p1:Large>String</d6p1:Large>
            <d6p1:Medium>String</d6p1:Medium>
            <d6p1:Preview>String</d6p1:Preview>
            <d6p1:Small>String</d6p1:Small>
          </d4p1:ImageUrl>
          <d4p1:Latitude>0</d4p1:Latitude>
          <d4p1:LogoUrl xmlns:d6p1="http://schemas.datacontract.org/2004/07/Entities.Common">
            <d6p1:Large>String</d6p1:Large>
            <d6p1:Medium>String</d6p1:Medium>
            <d6p1:Preview>String</d6p1:Preview>
            <d6p1:Small>String</d6p1:Small>
          </d4p1:LogoUrl>
          <d4p1:Longitude>0</d4p1:Longitude>
          <d4p1:Name>String</d4p1:Name>
          <d4p1:OpeningHours xmlns:d6p1="http://schemas.datacontract.org/2004/07/Entities.Common">
            <d6p1:Weekly>
              <d6p1:Friday>
                <d6p1:CloseAtHour>0</d6p1:CloseAtHour>
                <d6p1:CloseAtMinute>0</d6p1:CloseAtMinute>
                <d6p1:OpenAtHour>0</d6p1:OpenAtHour>
                <d6p1:OpenAtMinute>0</d6p1:OpenAtMinute>
              </d6p1:Friday>
              <d6p1:Monday>
                <d6p1:CloseAtHour>0</d6p1:CloseAtHour>
                <d6p1:CloseAtMinute>0</d6p1:CloseAtMinute>
                <d6p1:OpenAtHour>0</d6p1:OpenAtHour>
                <d6p1:OpenAtMinute>0</d6p1:OpenAtMinute>
              </d6p1:Monday>
              <d6p1:Saturday>
                <d6p1:CloseAtHour>0</d6p1:CloseAtHour>
                <d6p1:CloseAtMinute>0</d6p1:CloseAtMinute>
                <d6p1:OpenAtHour>0</d6p1:OpenAtHour>
                <d6p1:OpenAtMinute>0</d6p1:OpenAtMinute>
              </d6p1:Saturday>
              <d6p1:Sunday>
                <d6p1:CloseAtHour>0</d6p1:CloseAtHour>
                <d6p1:CloseAtMinute>0</d6p1:CloseAtMinute>
                <d6p1:OpenAtHour>0</d6p1:OpenAtHour>
                <d6p1:OpenAtMinute>0</d6p1:OpenAtMinute>
              </d6p1:Sunday>
              <d6p1:Thursday>
                <d6p1:CloseAtHour>0</d6p1:CloseAtHour>
                <d6p1:CloseAtMinute>0</d6p1:CloseAtMinute>
                <d6p1:OpenAtHour>0</d6p1:OpenAtHour>
                <d6p1:OpenAtMinute>0</d6p1:OpenAtMinute>
              </d6p1:Thursday>
              <d6p1:Tuesday>
                <d6p1:CloseAtHour>0</d6p1:CloseAtHour>
                <d6p1:CloseAtMinute>0</d6p1:CloseAtMinute>
                <d6p1:OpenAtHour>0</d6p1:OpenAtHour>
                <d6p1:OpenAtMinute>0</d6p1:OpenAtMinute>
              </d6p1:Tuesday>
              <d6p1:Wednesday>
                <d6p1:CloseAtHour>0</d6p1:CloseAtHour>
                <d6p1:CloseAtMinute>0</d6p1:CloseAtMinute>
                <d6p1:OpenAtHour>0</d6p1:OpenAtHour>
                <d6p1:OpenAtMinute>0</d6p1:OpenAtMinute>
              </d6p1:Wednesday>
            </d6p1:Weekly>
          </d4p1:OpeningHours>
          <d4p1:OrganizationNumber>String</d4p1:OrganizationNumber>
          <d4p1:OutdoorSeating>false</d4p1:OutdoorSeating>
          <d4p1:Overview>String</d4p1:Overview>
          <d4p1:PlaceType>Mall</d4p1:PlaceType>
          <d4p1:PriceMainDish>
            <d4p1:Slug>Value</d4p1:Slug>
            <d4p1:Title>String</d4p1:Title>
          </d4p1:PriceMainDish>
          <d4p1:SaveFoodAndMoney>false</d4p1:SaveFoodAndMoney>
          <d4p1:TimeZoneDto xmlns:d6p1="http://schemas.datacontract.org/2004/07/Entities.Common">
            <d6p1:BaseUtcOffset>PT0S</d6p1:BaseUtcOffset>
            <d6p1:DaylightName>String</d6p1:DaylightName>
            <d6p1:DisplayName>String</d6p1:DisplayName>
            <d6p1:Id>String</d6p1:Id>
            <d6p1:StandardName>String</d6p1:StandardName>
            <d6p1:SupportsDaylightSavingTime>false</d6p1:SupportsDaylightSavingTime>
          </d4p1:TimeZoneDto>
          <d4p1:WearPriceProfiles>
            <d4p1:WearPriceProfileEsDto>
              <d4p1:Label>String</d4p1:Label>
              <d4p1:Slug>String</d4p1:Slug>
            </d4p1:WearPriceProfileEsDto>
          </d4p1:WearPriceProfiles>
          <d4p1:WheelchairAccessible>false</d4p1:WheelchairAccessible>
          <d4p1:Wifi>false</d4p1:Wifi>
        </d4p1:Place>
        <d4p1:PublishAt xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>0001-01-01T00:00:00Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </d4p1:PublishAt>
        <d4p1:StarredCount>0</d4p1:StarredCount>
        <d4p1:StartAt xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>0001-01-01T00:00:00Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </d4p1:StartAt>
        <d4p1:StopAt xmlns:d5p1="http://schemas.datacontract.org/2004/07/System">
          <d5p1:DateTime>0001-01-01T00:00:00Z</d5p1:DateTime>
          <d5p1:OffsetMinutes>0</d5p1:OffsetMinutes>
        </d4p1:StopAt>
        <d4p1:Title>String</d4p1:Title>
      </AdMessage>
      <CrowdedMapDisplayLocation>
        <Latitude>0</Latitude>
        <Longitude>0</Longitude>
      </CrowdedMapDisplayLocation>
    </AdMessageWithDisplayLocationDto>
  </AdMessagesWithDisplayLocation>
  <CategoryFacetTrees>
    <CategoryFacetTreeDto>
      <AbsoluteSlug>String</AbsoluteSlug>
      <AllImageUrl>String</AllImageUrl>
      <Children>
        <CategoryFacetTreeDto>
          <AbsoluteSlug>String</AbsoluteSlug>
          <AllImageUrl>String</AllImageUrl>
          <Children>
            <CategoryFacetTreeDto>
              <AbsoluteSlug>String</AbsoluteSlug>
              <AllImageUrl>String</AllImageUrl>
              <Children i:nil="true" />
              <Count>0</Count>
              <FeatureTypes xmlns:d8p1="http://schemas.datacontract.org/2004/07/Entities.Database">
                <d8p1:FeatureType>BarSpeciality</d8p1:FeatureType>
              </FeatureTypes>
              <IconImageUrl>String</IconImageUrl>
              <ImageUrl>String</ImageUrl>
              <Name>String</Name>
              <Position>0</Position>
              <Slug>String</Slug>
              <Type>Parent</Type>
            </CategoryFacetTreeDto>
          </Children>
          <Count>0</Count>
          <FeatureTypes xmlns:d6p1="http://schemas.datacontract.org/2004/07/Entities.Database">
            <d6p1:FeatureType>BarSpeciality</d6p1:FeatureType>
          </FeatureTypes>
          <IconImageUrl>String</IconImageUrl>
          <ImageUrl>String</ImageUrl>
          <Name>String</Name>
          <Position>0</Position>
          <Slug>String</Slug>
          <Type>Parent</Type>
        </CategoryFacetTreeDto>
      </Children>
      <Count>0</Count>
      <FeatureTypes xmlns:d4p1="http://schemas.datacontract.org/2004/07/Entities.Database">
        <d4p1:FeatureType>BarSpeciality</d4p1:FeatureType>
      </FeatureTypes>
      <IconImageUrl>String</IconImageUrl>
      <ImageUrl>String</ImageUrl>
      <Name>String</Name>
      <Position>0</Position>
      <Slug>String</Slug>
      <Type>Parent</Type>
    </CategoryFacetTreeDto>
  </CategoryFacetTrees>
  <Clusters>
    <FindBoundedMapPinCluster>
      <Count>0</Count>
      <Latitude>0</Latitude>
      <Longitude>0</Longitude>
    </FindBoundedMapPinCluster>
  </Clusters>
  <PlaceCount>0</PlaceCount>
</FindBoundedMapAdMessagesResponse>