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) |
Simply return the details only for the given discount with ID <int:d_id>
. (Not really useful)