{"info":{"_postman_id":"1682383e-29ca-49b8-be80-de3a60162804","name":"LM Test","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>REST API to insert and manage products in a catalog. It processes inserted spreadsheets in a background service, feed by a queue.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>Tools applied to the project:</p>\n<p>ASP.NET Core (.NET 5)\nASP.NET Core Worker\nMongoDB\nAzure Blob Storage\nAzure Storage Queue\nOpen API\nDocker Compose</p>\n<p><a href=\"https://god.gw.postman.com/run-collection/52686b548328179dda96\"><img src=\"https://run.pstmn.io/button.svg\" alt=\"Run in Postman\"></a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"}],"owner":"8706801","collectionId":"1682383e-29ca-49b8-be80-de3a60162804","publishedId":"TzsfoRDH","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-08-02T23:10:35.000Z"},"item":[{"name":"Upload file","id":"2d1d177a-b18d-4926-a161-e5ba1df676d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/C:/Users/dell/Documents/Visual Studio 2019/Projects/CatalogoAPI/CatalogoAPI.Tests/TestFiles/products_test_no_errors.xlsx"}]},"url":"https://localhost:55050/api/files/upload","urlObject":{"protocol":"https","port":"55050","path":["api","files","upload"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d1d177a-b18d-4926-a161-e5ba1df676d2"},{"name":"Get file processing status","id":"1410ad89-6d99-4f8c-8c65-f18a650db043","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://localhost:55050/api/files/upload/status/27423adb-2642-46d9-9c62-54fda77c2c15","urlObject":{"protocol":"https","port":"55050","path":["api","files","upload","status","27423adb-2642-46d9-9c62-54fda77c2c15"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1410ad89-6d99-4f8c-8c65-f18a650db043"},{"name":"Get product","id":"731ae4b4-24d0-43cd-88bc-597410d9a647","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://localhost:55050/api/products/1001","urlObject":{"protocol":"https","port":"55050","path":["api","products","1001"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"731ae4b4-24d0-43cd-88bc-597410d9a647"},{"name":"Remove product","id":"726ff9cb-1658-4324-83b8-e99761f53125","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://localhost:55050/api/products/1001","urlObject":{"protocol":"https","port":"55050","path":["api","products","1001"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"726ff9cb-1658-4324-83b8-e99761f53125"},{"name":"Edit product","id":"0521a8d2-be12-4b60-be58-2c9081279774","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test product\",\r\n    \"freeShipping\": false,\r\n    \"description\": \"test description\",\r\n    \"price\": 10.0,\r\n    \"categoryId\": 123\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:55050/api/products/1001","urlObject":{"protocol":"https","port":"55050","path":["api","products","1001"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0521a8d2-be12-4b60-be58-2c9081279774"}]}