- Category
- Meal
- Drink
- Auth
- Customer
- Admin
- Driver
- Order
- Review
Add
POST
/api/Reviews/
Request
Body Params application/json
object {0}
Example
{
// "Stars": 5,
// "Comment": "Comment for Review 8...",
// "ProductId": 8,
// "CustomerId": "08c8d394-6c5b-483f-97d1-ee96795d4ff0"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://127.0.0.1:5051/api/Reviews/' \
--header 'Content-Type: application/json' \
--data-raw '{
// "Stars": 5,
// "Comment": "Comment for Review 8...",
// "ProductId": 8,
// "CustomerId": "08c8d394-6c5b-483f-97d1-ee96795d4ff0"
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-04-27 19:29:51