ProductDiscount details - MarcoLagalla/marette_backend GitHub Wiki

Name ProductDiscountDetails
Description List registered restaurant
URL webapp/restaurant/<int:id>/products/discounts/<int:d_id>/details
Allowed methods GET
Authorizations GET (AllowAny)

GET

Simply return the details only for the given discount with ID <int:d_id> . (Not really useful)

⚠️ **GitHub.com Fallback** ⚠️