We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create PUT - Function for updating an Restaurant. PUT http://localhost:7071/api/restaurants
Body: { "id": "Bieg-Aalen", "url": null, "name": "Bieg", "street": null, "phoneNumber": "0815", "city": "Aalen", "postalCode": null, "emailAddress": "[email protected]" }
Please have a look at the Meal Implementation: https://github.com/PlanBGmbH/PlanButlerV2/blob/dev/PlanB.Butler.Services/PlanB.Butler.Services/Controllers/MealService.cs
GET by ID: http://localhost:7071/api/restaurants/Bieg-Aalen
The text was updated successfully, but these errors were encountered:
#140 Create put-function for updating restaraunts,
b7145d4
also create put and delete function for OrderService.
#140 Delete function and postalCode fix
0a1a8a3
#140 Edit and Delete functions working
39942fe
SimonSchneider99
No branches or pull requests
Create PUT - Function for updating an Restaurant.
PUT http://localhost:7071/api/restaurants
Body:
{
"id": "Bieg-Aalen",
"url": null,
"name": "Bieg",
"street": null,
"phoneNumber": "0815",
"city": "Aalen",
"postalCode": null,
"emailAddress": "[email protected]"
}
Please have a look at the Meal Implementation:
https://github.com/PlanBGmbH/PlanButlerV2/blob/dev/PlanB.Butler.Services/PlanB.Butler.Services/Controllers/MealService.cs
GET by ID:
http://localhost:7071/api/restaurants/Bieg-Aalen
The text was updated successfully, but these errors were encountered: