Open tarunisrani opened 7 years ago
List of restaurants on the path to destination from first restaurant. input (order_id) output [restaurant{id, name, rating}]
path: /getsecondrestaurants
input: @RequestParam("orderId") long orderId
output: List
{ long rest_Id; String rest_Name; float rating; }
List of restaurants on the path to destination from first restaurant. input (order_id) output [restaurant{id, name, rating}]