ConsumerApi

<back to all web services

FindAvailableFilterRequest

Consumer
Requires Authentication
Required role:Consumer
The following routes are available for this service:
GET/find/filtering
using System;
using System.IO;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.Serialization;
using ServiceStack;
using ServiceStack.DataAnnotations;
using ConsumerApi;

namespace ConsumerApi
{
    public partial class BarSpecialityEsDto
    {
        public string Slug { get; set; }
        public string Title { get; set; }
    }

    public partial class BarTypeEsDto
    {
        public string Slug { get; set; }
        public string Title { get; set; }
    }

    public partial class BrandApiDto
    {
        public string Name { get; set; }
    }

    public partial class CuisineEsDto
    {
        public string Label { get; set; }
        public string Slug { get; set; }
    }

    public partial class EatingSuitabilityApiDto
    {
        public string Label { get; set; }
        public string Slug { get; set; }
    }

    public partial class MealTypeApiDto
    {
        public string Label { get; set; }
        public string Slug { get; set; }
    }

    public partial class ParkingApiDto
    {
        public string Label { get; set; }
        public Parking Slug { get; set; }
    }

    public partial class PaymentOptionApiDto
    {
        public string Label { get; set; }
        public PaymentOption Slug { get; set; }
    }

    public partial class PriceMainDishApiDto
    {
        public string Title { get; set; }
        public PriceMainDish Slug { get; set; }
    }

    public partial class TakeAwayApiDto
    {
        public string Label { get; set; }
        public string Slug { get; set; }
    }

    public partial class WearPriceProfileEsDto
    {
        public string Slug { get; set; }
        public string Label { get; set; }
    }

    public enum DayOfWeek
    {
        Sunday,
        Monday,
        Tuesday,
        Wednesday,
        Thursday,
        Friday,
        Saturday,
    }

    public partial class OpenAtTimeDto
    {
        public DayOfWeek WeekDay { get; set; }
        public int Hour { get; set; }
        public int Minute { get; set; }
    }

    public enum FeatureType
    {
        BarSpeciality,
        BarType,
        Cuisine,
        SaveFoodAndMoney,
        MealType,
        Menu,
        OutdoorSeating,
        Parking,
        PaymentOptions,
        PriceMainDish,
        SubCategories,
        SubCategoriesAndBrands,
        EatingSuitabilities,
        TakeAway,
        WearPriceProfile,
        WheelChairAccessible,
        Wifi,
        WebShop,
        Filtering,
    }

    public enum Parking
    {
        StreetParking,
        ParkingGarageNearby,
    }

    public enum PaymentOption
    {
        Visa,
        MasterCard,
        AmericanExpress,
        Diners,
        Vipps,
    }

    public enum PriceMainDish
    {
        Value,
        Medium,
        High,
        FineDining,
    }

}

C# FindAvailableFilterRequest 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.

GET /find/filtering HTTP/1.1 
Host: unstable-consumer-api.brovs.com 
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<FindAvailableFilterResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsumerApi.Dto">
  <BarSpecialities>
    <BarSpecialityCountDto>
      <Slug xmlns="http://schemas.datacontract.org/2004/07/Api.Dto">String</Slug>
      <Title xmlns="http://schemas.datacontract.org/2004/07/Api.Dto">String</Title>
      <Count>0</Count>
    </BarSpecialityCountDto>
  </BarSpecialities>
  <BarTypes>
    <BarTypeCountDto>
      <Slug xmlns="http://schemas.datacontract.org/2004/07/Api.Dto">String</Slug>
      <Title xmlns="http://schemas.datacontract.org/2004/07/Api.Dto">String</Title>
      <Count>0</Count>
    </BarTypeCountDto>
  </BarTypes>
  <Brands>
    <BrandCountDto>
      <Name xmlns="http://schemas.datacontract.org/2004/07/Api.Dto">String</Name>
      <Count>0</Count>
    </BrandCountDto>
  </Brands>
  <Categories>
    <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>
  </Categories>
  <Cuisines>
    <CuisineCountDto>
      <Label xmlns="http://schemas.datacontract.org/2004/07/Api.Dto">String</Label>
      <Slug xmlns="http://schemas.datacontract.org/2004/07/Api.Dto">String</Slug>
      <Count>0</Count>
    </CuisineCountDto>
  </Cuisines>
  <EatingSuitabilities>
    <EatingSuitabilityCountDto>
      <Label xmlns="http://schemas.datacontract.org/2004/07/Api.Dto">String</Label>
      <Slug xmlns="http://schemas.datacontract.org/2004/07/Api.Dto">String</Slug>
      <Count>0</Count>
    </EatingSuitabilityCountDto>
  </EatingSuitabilities>
  <MealType>
    <MealTypeCountDto>
      <Label xmlns="http://schemas.datacontract.org/2004/07/Api.Dto">String</Label>
      <Slug xmlns="http://schemas.datacontract.org/2004/07/Api.Dto">String</Slug>
      <Count>0</Count>
    </MealTypeCountDto>
  </MealType>
  <Parkings>
    <ParkingCountDto>
      <Label xmlns="http://schemas.datacontract.org/2004/07/Api.Dto">String</Label>
      <Slug xmlns="http://schemas.datacontract.org/2004/07/Api.Dto">StreetParking</Slug>
      <Count>0</Count>
    </ParkingCountDto>
  </Parkings>
  <PaymentOptions>
    <PaymentOptionCountDto>
      <Label xmlns="http://schemas.datacontract.org/2004/07/Api.Dto">String</Label>
      <Slug xmlns="http://schemas.datacontract.org/2004/07/Api.Dto">Visa</Slug>
      <Count>0</Count>
    </PaymentOptionCountDto>
  </PaymentOptions>
  <PriceMainDishes>
    <PriceMainDishCountDto>
      <Slug xmlns="http://schemas.datacontract.org/2004/07/Api.Dto">Value</Slug>
      <Title xmlns="http://schemas.datacontract.org/2004/07/Api.Dto">String</Title>
      <Count>0</Count>
    </PriceMainDishCountDto>
  </PriceMainDishes>
  <TakeAways>
    <TakeAwayCountDto>
      <Label xmlns="http://schemas.datacontract.org/2004/07/Api.Dto">String</Label>
      <Slug xmlns="http://schemas.datacontract.org/2004/07/Api.Dto">String</Slug>
      <Count>0</Count>
    </TakeAwayCountDto>
  </TakeAways>
  <WearPriceProfiles>
    <WearPriceProfileCountDto>
      <Label xmlns="http://schemas.datacontract.org/2004/07/Api.Dto">String</Label>
      <Slug xmlns="http://schemas.datacontract.org/2004/07/Api.Dto">String</Slug>
      <Count>0</Count>
    </WearPriceProfileCountDto>
  </WearPriceProfiles>
</FindAvailableFilterResponse>