Retrieves the menus for a specific location based on order date and time. Both query parameters are required for menu availability filtering.
2025-07-18
14:30
(encoded as 14%3A30
in URL)id
: Unique identifier for the menuname
: Display name of the menuisActive
: Whether the menu is currently activetime
: Operating hours for the menu (e.g., “12:00 AM-11:59 PM”)categories
: Array of category objects, each containing a name, id, and an array of productIdsorderDate
and orderTime
query parameters.The unique ID of the location.
The date for which to retrieve menus (YYYY-MM-DD format).
The time for which to retrieve menus (HH:mm format).
Menus retrieved successfully.
The response is of type object[]
.