{"info":{"_postman_id":"2f01eec8-65f7-4e95-a93b-f1722a746291","name":"MealsOrderingApplication","description":"<html><head></head><body><p>StartFragmentThe Meals Ordering Application simplifies meal, food, and drink ordering online. Built with .NET Core Web API and SQL Server, it offers a user-friendly experience for customers and efficient management for businesses, transforming the dining experience.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"27192844","collectionId":"2f01eec8-65f7-4e95-a93b-f1722a746291","publishedId":"2sA3BuV8nb","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-04-27T19:27:47.000Z"},"item":[{"name":"Category","item":[{"name":"GetAll","id":"3807fa44-5db7-424d-b2d3-1fd7d3223831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5051/api/Categories","urlObject":{"path":["api","Categories"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"3807fa44-5db7-424d-b2d3-1fd7d3223831"},{"name":"Add","id":"d77f6c09-a4b0-46e2-8791-1c4cee6995ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"Name\": \"Category 101\",\r\n    // \"Description\": \"Description of Category 101...\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5051/api/Categories/","urlObject":{"path":["api","Categories",""],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"d77f6c09-a4b0-46e2-8791-1c4cee6995ee"},{"name":"GetById","id":"cf8f26b6-1f1e-4db0-9ccf-de1444c06ef6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5051/api/Categories/3","urlObject":{"path":["api","Categories","3"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf8f26b6-1f1e-4db0-9ccf-de1444c06ef6"},{"name":"Update","id":"de99c12f-f4f7-4cc4-b2a6-856ff421df08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"Name\": \"Category 4\",\r\n    // \"Description\": \"Description of Category 4...\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5051/api/Categories/4","urlObject":{"path":["api","Categories","4"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"de99c12f-f4f7-4cc4-b2a6-856ff421df08"},{"name":"Delete","id":"c25d8aaa-f36d-4dfa-acf9-1a86d11141e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://127.0.0.1:5051/api/Categories/4","urlObject":{"path":["api","Categories","4"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"c25d8aaa-f36d-4dfa-acf9-1a86d11141e5"}],"id":"6dd993ba-846d-43d8-8004-07bf04227d86","_postman_id":"6dd993ba-846d-43d8-8004-07bf04227d86","description":""},{"name":"Meal","item":[{"name":"GetAll","id":"f5ac7056-a187-4641-978a-c984b2bff378","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5051/api/Meals/","urlObject":{"path":["api","Meals",""],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5ac7056-a187-4641-978a-c984b2bff378"},{"name":"Add","id":"2e4e4ab6-4795-49cf-82e8-0f37a52b9b68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"Name\": \"Meal 1\",\r\n    // \"Description\": \"Description of Meal 1...\",\r\n    // \"Price\": 150.12,\r\n    // \"CategoryId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5051/api/Meals/","urlObject":{"path":["api","Meals",""],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e4e4ab6-4795-49cf-82e8-0f37a52b9b68"},{"name":"GetById","id":"0c64f266-9021-4398-a0f4-ae0f24817561","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5051/api/Meals/1","urlObject":{"path":["api","Meals","1"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c64f266-9021-4398-a0f4-ae0f24817561"},{"name":"Update","id":"4b47f1a6-74d8-4928-891b-6f24e4edd383","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"Name\": \"Meal 1\",\r\n    // \"Description\": \"Description of Meal 1...\",\r\n    // \"Price\": 100.1,\r\n    // \"CategoryId\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5051/api/Meals/1","urlObject":{"path":["api","Meals","1"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b47f1a6-74d8-4928-891b-6f24e4edd383"},{"name":"Delete","id":"b08adad0-5f7a-4b56-8370-ad18d20a98a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://127.0.0.1:5051/api/Meals/3","urlObject":{"path":["api","Meals","3"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"b08adad0-5f7a-4b56-8370-ad18d20a98a3"}],"id":"3267ba5f-8772-4722-ba79-0d65a7aacd7f","_postman_id":"3267ba5f-8772-4722-ba79-0d65a7aacd7f","description":""},{"name":"Drink","item":[{"name":"GetAll","id":"fcf1511f-43cd-41a7-a6a8-5af3837d983c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5051/api/Drinks/","urlObject":{"path":["api","Drinks",""],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"fcf1511f-43cd-41a7-a6a8-5af3837d983c"},{"name":"Add","id":"f7c9768a-02c3-40b0-9b21-dc5fc9ee03ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"Name\": \"Drink 5\",\r\n    // \"Description\": \"Description of Drink 5...\",\r\n    // \"Price\": 150.12,\r\n    // \"CategoryId\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5051/api/Drinks/","urlObject":{"path":["api","Drinks",""],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7c9768a-02c3-40b0-9b21-dc5fc9ee03ee"},{"name":"GetById","id":"7cd62c56-907d-4e74-a01f-d0959471c656","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5051/api/Drinks/4","urlObject":{"path":["api","Drinks","4"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cd62c56-907d-4e74-a01f-d0959471c656"},{"name":"Update","id":"21d1d018-da44-4c7b-9355-d32f8bfb410c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"Name\": \"Drink 1\",\r\n    // \"Description\": \"Description of Drink 1...\",\r\n    // \"Price\": 100.13,\r\n    // \"CategoryId\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5051/api/Drinks/4","urlObject":{"path":["api","Drinks","4"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"21d1d018-da44-4c7b-9355-d32f8bfb410c"},{"name":"Delete","id":"3af5490e-8a7a-4425-9d06-0113065313f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://127.0.0.1:5051/api/Drinks/4","urlObject":{"path":["api","Drinks","4"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"3af5490e-8a7a-4425-9d06-0113065313f8"}],"id":"0bc64393-339d-48d5-8da1-60dd21c28c3f","_postman_id":"0bc64393-339d-48d5-8da1-60dd21c28c3f","description":""},{"name":"Auth","item":[{"name":"Register","id":"244c8cad-5913-4cf8-a3f5-2bf4738d5873","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"FirstName\": \"customer4\",\r\n    // \"LastName\": \"customer4\",\r\n    // \"Email\": \"customer4@test.com\",\r\n    // \"Username\": \"customer4\",\r\n    // \"Password\": \"P@ssw0rd\",\r\n    // \"Phone\": \"01234567891\",\r\n    // \"Location\": \"Cairo\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5051/api/Auth/register","urlObject":{"path":["api","Auth","register"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"244c8cad-5913-4cf8-a3f5-2bf4738d5873"},{"name":"Login","id":"a11e22a6-c0d6-4fc4-a2ba-a0dfacbeffb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"Email\": \"admin1@test.com\",\r\n    // \"Password\": \"P@ssw0rd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5051/api/Auth/login","urlObject":{"path":["api","Auth","login"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"a11e22a6-c0d6-4fc4-a2ba-a0dfacbeffb4"}],"id":"131d8a31-44ba-4845-b83e-cc5180c91429","_postman_id":"131d8a31-44ba-4845-b83e-cc5180c91429","description":""},{"name":"Customer","item":[{"name":"GetAll","id":"79b7b6bf-403d-4c93-bc26-1a4e577ab8ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5051/api/Customers/","urlObject":{"path":["api","Customers",""],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"79b7b6bf-403d-4c93-bc26-1a4e577ab8ca"},{"name":"Add","id":"dd24b545-498a-4ce3-a9bf-63b9324605f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"FirstName\": \"customer3\",\r\n    // \"LastName\": \"customer3\",\r\n    // \"Email\": \"customer3@test.com\",\r\n    // \"Username\": \"customer3\",\r\n    // \"Password\": \"P@ssw0rd\",\r\n    // \"ConfirmPassword\": \"P@ssw0rd\",\r\n    // \"PhoneNumber\": \"01234567891\",\r\n    // \"Location\": \"Cairo\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5051/api/Customers/","urlObject":{"path":["api","Customers",""],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd24b545-498a-4ce3-a9bf-63b9324605f4"},{"name":"GetById","id":"d6a33a39-3841-4685-acf6-048fa6cfb450","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5051/api/Customers/6edc0454-102c-469f-a745-2084002e69ba/","urlObject":{"path":["api","Customers","6edc0454-102c-469f-a745-2084002e69ba",""],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6a33a39-3841-4685-acf6-048fa6cfb450"},{"name":"Update","id":"2e38d8c6-4180-49f3-8ab5-1166cf0f24a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"FirstName\": \"customer3\",\r\n    // \"LastName\": \"customer3\",\r\n    // \"Email\": \"customer3@test.com\",\r\n    // \"Username\": \"customer3\",\r\n    // \"Password\": \"P@ssw0rd\",\r\n    // \"phoneNumber\": \"01234567890\",\r\n    // \"Location\": \"Sohag\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5051/api/Customers/0f1f8dec-9cb5-4f9a-b30e-d83607578f1e","urlObject":{"path":["api","Customers","0f1f8dec-9cb5-4f9a-b30e-d83607578f1e"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e38d8c6-4180-49f3-8ab5-1166cf0f24a8"},{"name":"Delete","id":"b7f8e8f5-50e0-42ea-af3b-82ed1f2a2bb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5051/api/Customers/200f91ec-9d2e-4b20-9b5f-da843e15c833","urlObject":{"path":["api","Customers","200f91ec-9d2e-4b20-9b5f-da843e15c833"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7f8e8f5-50e0-42ea-af3b-82ed1f2a2bb1"}],"id":"a146eeec-8d35-48d5-9fcc-db9327780a33","_postman_id":"a146eeec-8d35-48d5-9fcc-db9327780a33","description":""},{"name":"Admin","item":[{"name":"GetAll","id":"7c826937-3025-4681-b5b3-dac0f495fcbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5051/api/Admins/","urlObject":{"path":["api","Admins",""],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c826937-3025-4681-b5b3-dac0f495fcbc"},{"name":"Add","id":"76d417c9-4cc4-4e0b-8aed-1a701c79b4c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"FirstName\": \"admin3\",\r\n    // \"LastName\": \"admin3\",\r\n    // \"Email\": \"admin3@test.com\",\r\n    // \"Username\": \"admin3\",\r\n    // \"Password\": \"P@ssw0rd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5051/api/Admins/","urlObject":{"path":["api","Admins",""],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"76d417c9-4cc4-4e0b-8aed-1a701c79b4c8"},{"name":"GetById","id":"e56836d2-d832-4b21-bbe7-fb97f1c24d93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5051/api/Admins/b3476c56-61f9-482e-8274-03c19ed61c86","urlObject":{"path":["api","Admins","b3476c56-61f9-482e-8274-03c19ed61c86"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"e56836d2-d832-4b21-bbe7-fb97f1c24d93"},{"name":"Update","id":"c35aa637-335e-4a08-a3da-90ec14321b02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"FirstName\": \"admin3\",\r\n    // \"LastName\": \"admin3\",\r\n    // \"Email\": \"admin3@test.com\",\r\n    // \"Username\": \"admin3\",\r\n    // \"Password\": \"P@ssw0rd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5051/api/Admins/b3476c56-61f9-482e-8274-03c19ed61c86","urlObject":{"path":["api","Admins","b3476c56-61f9-482e-8274-03c19ed61c86"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"c35aa637-335e-4a08-a3da-90ec14321b02"},{"name":"Delete","id":"e10c315e-217e-4e43-b2b3-4126413c4b7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://127.0.0.1:5051/api/Admins/b3476c56-61f9-482e-8274-03c19ed61c86","urlObject":{"path":["api","Admins","b3476c56-61f9-482e-8274-03c19ed61c86"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"e10c315e-217e-4e43-b2b3-4126413c4b7e"}],"id":"8a4fc114-edce-4b88-80ba-4eb5de7dd557","_postman_id":"8a4fc114-edce-4b88-80ba-4eb5de7dd557","description":""},{"name":"Driver","item":[{"name":"GetAll","id":"6327b615-cdef-4fc8-bb62-9d6afbbd856e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5051/api/Drivers/","urlObject":{"path":["api","Drivers",""],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"6327b615-cdef-4fc8-bb62-9d6afbbd856e"},{"name":"Add","id":"e897f785-49f3-47b0-b6bc-5fffc0acc408","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"FirstName\": \"driver7\",\r\n    // \"LastName\": \"driver7\",\r\n    // \"Email\": \"driver7@test.com\",\r\n    // \"Username\": \"driver7\",\r\n    // \"Password\": \"P@ssw0rd\",\r\n    // \"ConfirmPassword\": \"P@ssw0rd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5051/api/Drivers/","urlObject":{"path":["api","Drivers",""],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"e897f785-49f3-47b0-b6bc-5fffc0acc408"},{"name":"GetById","id":"0fe02590-09f7-4ec9-9c60-95a27ccaa7a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5051/api/Drivers/b3476c56-61f9-482e-8274-03c19ed61c86","urlObject":{"path":["api","Drivers","b3476c56-61f9-482e-8274-03c19ed61c86"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"0fe02590-09f7-4ec9-9c60-95a27ccaa7a1"},{"name":"Update","id":"e37bc277-fd1b-4559-9ec8-865335be1c17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"FirstName\": \"admin3\",\r\n    // \"LastName\": \"admin3\",\r\n    // \"Email\": \"admin3@test.com\",\r\n    // \"Username\": \"admin3\",\r\n    // \"Password\": \"P@ssw0rd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5051/api/Drivers/b3476c56-61f9-482e-8274-03c19ed61c86","urlObject":{"path":["api","Drivers","b3476c56-61f9-482e-8274-03c19ed61c86"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"e37bc277-fd1b-4559-9ec8-865335be1c17"},{"name":"Delete","id":"48d19f1f-8858-4673-8d2a-84b49a953157","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://127.0.0.1:5051/api/Drivers/b3476c56-61f9-482e-8274-03c19ed61c86","urlObject":{"path":["api","Drivers","b3476c56-61f9-482e-8274-03c19ed61c86"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"48d19f1f-8858-4673-8d2a-84b49a953157"}],"id":"45596542-076e-43a1-b786-40afe54aa75d","_postman_id":"45596542-076e-43a1-b786-40afe54aa75d","description":""},{"name":"Order","item":[{"name":"GetAll","id":"66077987-10da-41ea-b282-eda5b04f834f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5051/api/Orders/","urlObject":{"path":["api","Orders",""],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"66077987-10da-41ea-b282-eda5b04f834f"},{"name":"Add","id":"27e2fcdd-21e0-4382-9021-e0fdcc26f95e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"CustomerId\": \"0078987f-157f-4d1f-9c40-34812a9f2dbc\",\r\n    // \"Description\": \"Description of order 9...\",\r\n    // \"ProductsId\": [\r\n    //     1,\r\n    //     2,\r\n    //     3\r\n    // ],\r\n    // \"Quantities\": [\r\n    //     3,\r\n    //     2,\r\n    //     1\r\n    // ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5051/api/Orders/","urlObject":{"path":["api","Orders",""],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"27e2fcdd-21e0-4382-9021-e0fdcc26f95e"},{"name":"GetById","id":"40e8b2de-8197-40b1-b44d-87e50e31e96c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5051/api/Orders/1","urlObject":{"path":["api","Orders","1"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"40e8b2de-8197-40b1-b44d-87e50e31e96c"},{"name":"Update","id":"73211ff1-1d8c-41e5-a206-67d5dff4b07e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  // \"Description\": \"Description of order 1...\",\r\n  // \"ProductsId\": [\r\n  //   1,\r\n  //   2,\r\n  //   3\r\n  // ],\r\n  // \"Quantities\": [\r\n  //   1,\r\n  //   2,\r\n  //   3\r\n  // ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5051/api/Orders/1","urlObject":{"path":["api","Orders","1"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"73211ff1-1d8c-41e5-a206-67d5dff4b07e"},{"name":"Delete","id":"b0d41eaa-1c50-4b23-9447-73f5e59ac554","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://127.0.0.1:5051/api/Orders/8","urlObject":{"path":["api","Orders","8"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0d41eaa-1c50-4b23-9447-73f5e59ac554"}],"id":"6a646c6b-a486-4ac5-ab85-83ea56dddb42","_postman_id":"6a646c6b-a486-4ac5-ab85-83ea56dddb42","description":""},{"name":"Review","item":[{"name":"GetAll","id":"601e2e66-4f7c-47d4-b5d0-889619bfe437","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5051/api/Reviews","urlObject":{"path":["api","Reviews"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"601e2e66-4f7c-47d4-b5d0-889619bfe437"},{"name":"Add","id":"7e72c294-4d66-463b-99df-ab9e565a3a85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"Stars\": 5,\r\n    // \"Comment\": \"Comment for Review 8...\",\r\n    // \"ProductId\": 8,\r\n    // \"CustomerId\": \"08c8d394-6c5b-483f-97d1-ee96795d4ff0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5051/api/Reviews/","urlObject":{"path":["api","Reviews",""],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e72c294-4d66-463b-99df-ab9e565a3a85"},{"name":"GetById","id":"f6427bc8-054e-4859-8c8b-8a982870d81c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:5051/api/Reviews/3","urlObject":{"path":["api","Reviews","3"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6427bc8-054e-4859-8c8b-8a982870d81c"},{"name":"Update","id":"10a34262-5d55-4696-8fa7-902e9c375cd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"Stars\": 1,\r\n    // \"Comment\": \"Comment for Review 1...\",\r\n    // \"ProductId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:5051/api/Reviews/1","urlObject":{"path":["api","Reviews","1"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"10a34262-5d55-4696-8fa7-902e9c375cd7"},{"name":"Delete","id":"656fe1c8-70f3-4ab1-a2a5-13350da8afc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://127.0.0.1:5051/api/Reviews/8","urlObject":{"path":["api","Reviews","8"],"host":["http://127.0.0.1:5051"],"query":[],"variable":[]}},"response":[],"_postman_id":"656fe1c8-70f3-4ab1-a2a5-13350da8afc7"}],"id":"26e19b63-3ab8-49f9-a7e2-8995abecb5bd","_postman_id":"26e19b63-3ab8-49f9-a7e2-8995abecb5bd","description":""}],"event":[{"listen":"prerequest","script":{"id":"379edbcb-cf4e-4ff1-9ed0-883c23d8e11c","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"62b9ad31-88f2-4fd6-9eb5-45a3a60542da","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"BaseUrl","value":"http://127.0.0.1:5051","type":"string"}]}