Returns quick menu for specified restaurant section and day.
Namespace: Resto.Front.Api.V3
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
List<IQuickMenuPage> GetQuickMenu( IRestaurantSection restaurantSection, DayOfWeek dayOfWeek )
Parameters
- restaurantSection
- Type: Resto.Front.Api.V3.Data.Organization.SectionsIRestaurantSection
Restaurant section which contains order's table. Different sections may have different quick menu pages. - dayOfWeek
- Type: SystemDayOfWeek
Specifies for which day menu will be returned. Sections may have different quick menu for different days of week.
Return Value
Type: ListIQuickMenuPageRemarks
See Also