👋 Demo Project
Microsoft MB-500 Exam Questions with our 2025 study guide help you gain the skills, practice, and strategies needed to pass the exam with confidence. Microsoft MB-500 Exam Questions are an essential resource for candidates preparing for the Microsoft Dynamics 365: Finance and Operations Apps Developer MB-500 Exam in 2025. This exam validates your ability to customize, extend, and optimize…
👋 Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| POST |
Create Product /catalog/product |
|
| GET |
Get User Orders /order/my |
|
| GET |
Me /auth/me |
|
| POST |
Login /auth/login |
|
| GET |
Get Order /order/{id} |
|
| POST |
Create User (Sign Up) /auth/user |
|
| POST |
Add to Order /order/{id}/product |
|
| GET |
Get Categories /catalog/categories |
|
| POST |
Place Order /order/{id}/place |
|
| GET |
Get Products /catalog/products |
|
| GET |
Get Product /catalog/product/{id} |
|
| DELETE |
Cancel Order /order/{id} |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| POST |
Create Order /order/new |