Restaurant

APIDescription
GET api/Restaurant/GetRestaurantMenuById?restaurantId={restaurantId}

No documentation available.

GET api/Restaurant/GetRestaurantMenuByUserId?restaurantId={restaurantId}&userId={userId}

No documentation available.

SearchHistory

APIDescription
GET api/SearchHistory/AddSearchHistory?searchHistoryType={searchHistoryType}&id={id}&userId={userId}

No documentation available.

GET api/SearchHistory/GetSearchHistory?userId={userId}

No documentation available.

GET api/SearchHistory/GetAllSearchHistory?userId={userId}

No documentation available.

User

APIDescription
POST api/User/RegisterUser

No documentation available.

POST api/User/UpdateUserProfile

No documentation available.

GET api/User/ValidateUser?email={email}&contactNo={contactNo}

No documentation available.

GET api/User/GenerateOTP?email={email}&contactNo={contactNo}

No documentation available.

Bookmark

APIDescription
GET api/Bookmark/AddBookmark?bookmarkType={bookmarkType}&id={id}&userId={userId}

No documentation available.

GET api/Bookmark/RemoveBookmark?bookmarkId={bookmarkId}&userId={userId}

No documentation available.

GET api/Bookmark/GetBookmark?userId={userId}

No documentation available.

Product

APIDescription
GET api/Product/GetProducts

No documentation available.

GET api/Product/GetProductById?productId={productId}

No documentation available.

GET api/Product/GetProductByUserId?productId={productId}&userId={userId}

No documentation available.

GET api/Product/GetSimilarProducts?productId={productId}

No documentation available.

GET api/Product/GetProductsBySearch?filterName={filterName}

No documentation available.

Version

APIDescription
GET api/Version/AddVersion?versionName={versionName}

No documentation available.

GET api/Version/ValidateVersion?versionName={versionName}

No documentation available.