{"info":{"_postman_id":"72cde5c0-abf4-45c5-bd31-ffbdc6d5dc4f","name":"Myntra Api Documentation","description":"<html><head></head><body><h2 id=\"api-collection-for-user\">API Collection for User</h2>\n<p>This Collection Contains Sample Request from this <a href=\"http://localhost:9090/myntra/users\">API</a></p>\n<p>It Contains following requests </p>\n<ol><li>For User\n<ol>\n<li>Register a User</li>\n<li>Get user details</li>\n<li>Update user details</li>\n<li>delete a user</li>\n</ol>\n</li>\n<li>For Products\n<ol>\n<li>Get all Products Present</li>\n<li>Add product</li>\n<li>Get a particular product</li>\n<li>Update the product details</li>\n<li>Remove product</li>\n<li>Add the product to Cart</li>\n<li>Remove the product from  Cart</li>\n</ol>\n</li>\n<li>For Brand\n<ol>\n<li>Get all Brands</li>\n<li>Get a single Brand</li>\n<li>Add Brands</li>\n<li>Update Brand details</li>\n<li>delete a particular Brand</li>\n</ol>\n</li>\n<li>For Cart\n<ol>\n<li>View Cart</li>\n<li>Order a Particular Product</li>\n<li>Order All Present in the cart</li>\n</ol>\n</li>\n</ol></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12420974","collectionId":"72cde5c0-abf4-45c5-bd31-ffbdc6d5dc4f","publishedId":"TVCgynND","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303035","highlight":"EF5B25"},"publishDate":"2020-09-09T09:32:01.000Z"},"item":[{"name":"Register User","id":"abbb9419-8df3-43eb-bb23-b150cf200aa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n        \"id\": 6,\r\n        \"name\": \"rahul\",\r\n        \"lastName\": \"singh\",\r\n        \"email\": \"rahulsingh@gmail.com\",\r\n        \"password\": \"sourabh\",\r\n        \"mobile\": \"9993984456\",\r\n        \"status\": \"VARIFIED\"\r\n    },\r\n    {\r\n        \"id\": 3,\r\n        \"name\": \"rohit\",\r\n        \"lastName\": \"patidar\",\r\n        \"email\": \"rohitpatidar@gmail.com\",\r\n        \"password\": \"roiht\",\r\n        \"mobile\": \"9993956\",\r\n        \"status\": \"VARIFIED\"\r\n    }"},"url":"localhost:9090/myntra/users/data/","description":"<p>It takes a User details and regiters it to the api </p>\n","urlObject":{"port":"9090","path":["myntra","users","data",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"24d639d0-bfae-40c2-a5c9-da0ab2fa7270","name":"Register User ex.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n        \"id\": 2,\r\n        \"name\": \"rohit\",\r\n        \"lastName\": \"singh\",\r\n        \"email\": \"rohitsingh@gmail.com\",\r\n        \"password\": \"rohit\",\r\n        \"mobile\": \"9993984456\",\r\n        \"status\": \"VARIFIED\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"localhost:9090/myntra/users/data/"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"18"},{"key":"Date","value":"Fri, 04 Sep 2020 10:58:13 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Added Successfully"}],"_postman_id":"abbb9419-8df3-43eb-bb23-b150cf200aa1"},{"name":"Get All Users","id":"111c52d3-33f4-460c-a7b4-03655def6660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:9090/myntra/users/data","description":"<p>This requests retrives the user information sotred to the database</p>\n","urlObject":{"port":"9090","path":["myntra","users","data"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"eb8af899-5b39-4f7b-a801-a12dc1480e94","name":"Get All Users ex.","originalRequest":{"method":"GET","header":[],"url":"localhost:9090/myntra/users/data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 04 Sep 2020 10:56:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Shivam\",\n        \"lastName\": \"Shrivastav\",\n        \"email\": \"rahulsingh@gmail.com\",\n        \"password\": \"sourabh\",\n        \"mobile\": \"9993984456\",\n        \"status\": \"VARIFIED\"\n    },\n    {\n        \"id\": 3,\n        \"name\": \"rohit\",\n        \"lastName\": \"patidar\",\n        \"email\": \"rohitpatidar@gmail.com\",\n        \"password\": \"roiht\",\n        \"mobile\": \"9993956\",\n        \"status\": \"VARIFIED\"\n    }\n]"}],"_postman_id":"111c52d3-33f4-460c-a7b4-03655def6660"},{"name":"Get User","id":"df099da9-decf-46c0-b639-910b710789b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:9090/myntra/users/data/1","urlObject":{"port":"9090","path":["myntra","users","data","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d7013d78-c117-4fa4-a71d-3b49e1aaa4e7","name":"Get User ex.","originalRequest":{"method":"GET","header":[],"url":"localhost:9090/myntra/users/data/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 04 Sep 2020 10:54:23 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Shivam\",\n    \"lastName\": \"Shrivastav\",\n    \"email\": \"rahulsingh@gmail.com\",\n    \"password\": \"sourabh\",\n    \"mobile\": \"9993984456\",\n    \"status\": \"VARIFIED\"\n}"}],"_postman_id":"df099da9-decf-46c0-b639-910b710789b0"},{"name":"Update User","id":"6cefb5b6-0d3f-403b-8628-d9d5c58b6340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":" {\r\n        \"id\": 1,\r\n        \"name\": \"rahul\",\r\n        \"lastName\": \"singh\",\r\n        \"email\": \"rahulsingh@gmail.com\",\r\n        \"password\": \"sourabh\",\r\n        \"mobile\": \"9993984456\",\r\n        \"status\": \"VARIFIED\"\r\n    },\r\n    {\r\n        \"id\": 3,\r\n        \"name\": \"rohit\",\r\n        \"lastName\": \"patidar\",\r\n        \"email\": \"rohitpatidar@gmail.com\",\r\n        \"password\": \"roiht\",\r\n        \"mobile\": \"9993956\",\r\n        \"status\": \"VARIFIED\"\r\n    }"},"url":"localhost:9090/myntra/user/data/","description":"<p>A request for updating the user information</p>\n","urlObject":{"port":"9090","path":["myntra","user","data",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ead67105-c59a-4eaa-b633-96ad3df39793","name":"Update User Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"   {\r\n        \"id\": 1,\r\n        \"name\": \"Shivam\",\r\n        \"lastName\": \"Shrivastav\",\r\n        \"email\": \"rahulsingh@gmail.com\",\r\n        \"password\": \"sourabh\",\r\n        \"mobile\": \"9993984456\",\r\n        \"status\": \"VARIFIED\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"localhost:9090/myntra/users/data"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Fri, 04 Sep 2020 10:53:55 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"done"}],"_postman_id":"6cefb5b6-0d3f-403b-8628-d9d5c58b6340"},{"name":"Delete User","id":"2401e6b1-c93a-4e13-8260-d55ac3f08d40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:9090/myntra/users/data/delete/5","description":"<p>Deletes the User from everywhere in the Application </p>\n","urlObject":{"port":"9090","path":["myntra","users","data","delete","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f059b349-1fee-4952-9e99-6043819d755b","name":"Delete User Example","originalRequest":{"method":"DELETE","header":[],"url":"localhost:9090/myntra/users/data/delete/"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"20"},{"key":"Date","value":"Fri, 04 Sep 2020 10:44:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Deleted Successfully"},{"id":"f50bea0e-12f0-4112-9a49-9f646656974f","name":"Delete Example for User","originalRequest":{"method":"DELETE","header":[],"url":"localhost:9090/myntra/users/data/delete/"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"20"},{"key":"Date","value":"Fri, 04 Sep 2020 10:44:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Deleted Successfully"}],"_postman_id":"2401e6b1-c93a-4e13-8260-d55ac3f08d40"},{"name":"Get Products","id":"962cbbdb-1504-4613-babb-916ca0c04152","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n        \"id\": 602,\r\n        \"name\": \" Red Shirt with Blue Lines\",\r\n        \"description\": \"Full Length Sleeve\",\r\n        \"price\": 1700,\r\n        \"brandId\": 902\r\n    }","options":{"raw":{"language":"json"}}},"url":"localhost:9090/myntra/products","description":"<p>The result provides all the products </p>\n","urlObject":{"port":"9090","path":["myntra","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fef01bcd-128e-40fb-935e-5ae7de6a07ef","name":"Get Products Ex.","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n        \"id\": 602,\r\n        \"name\": \" Red Shirt with Blue Lines\",\r\n        \"description\": \"Full Length Sleeve\",\r\n        \"price\": 1700,\r\n        \"brandId\": 902\r\n    }","options":{"raw":{"language":"json"}}},"url":"localhost:9090/myntra/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 08 Sep 2020 06:14:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 601,\n        \"name\": \"Floral Red Shirt\",\n        \"description\": \"Full Length Sleeve\",\n        \"price\": 1200,\n        \"brandId\": 901\n    },\n    {\n        \"id\": 602,\n        \"name\": \" Red Shirt with Blue Lines\",\n        \"description\": \"Full Length Sleeve\",\n        \"price\": 1700,\n        \"brandId\": 902\n    }\n]"}],"_postman_id":"962cbbdb-1504-4613-babb-916ca0c04152"},{"name":"Add Product ","id":"4d539090-8673-47b1-a6f4-727e77c1c844","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"id\": 604,\r\n        \"name\": \"Puma White Shoe\",\r\n        \"description\": \"Sport Shoe, Air design \",\r\n        \"price\": 5700,\r\n        \"brandId\": 904\r\n    }","options":{"raw":{"language":"json"}}},"url":"localhost:9090/myntra/products","description":"<p>Adds The Product</p>\n","urlObject":{"port":"9090","path":["myntra","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b1422322-bd0c-4bf3-9334-30a38ceb6c0e","name":"Add Product  Ex.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"id\": 604,\r\n        \"name\": \"Puma White Shoe\",\r\n        \"description\": \"Sport Shoe, Air design \",\r\n        \"price\": 5700,\r\n        \"brandId\": 904\r\n    }","options":{"raw":{"language":"json"}}},"url":"localhost:9090/myntra/products"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"18"},{"key":"Date","value":"Tue, 08 Sep 2020 06:21:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Added Successfully"}],"_postman_id":"4d539090-8673-47b1-a6f4-727e77c1c844"},{"name":"Get Single Product","id":"5e691f68-f924-4e44-b688-95af24795ea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:9090/myntra/products/603","description":"<p>Return the Product Details</p>\n","urlObject":{"port":"9090","path":["myntra","products","603"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a3705e43-f633-4311-a31e-877d07200973","name":"Get Single Product Ex.","originalRequest":{"method":"GET","header":[],"url":"localhost:9090/myntra/products/603"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 08 Sep 2020 06:23:13 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 603,\n    \"name\": \"H&M White Shoe\",\n    \"description\": \"Canvas Shoe \",\n    \"price\": 3400,\n    \"brandId\": 903\n}"}],"_postman_id":"5e691f68-f924-4e44-b688-95af24795ea7"},{"name":"Update  Proudct","id":"d9c4afd5-e265-4b74-9ee9-3a0275a5af91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"id\": 603,\r\n        \"name\": \"H&M White & Yellow Shoe \",\r\n        \"description\": \"Canvas Shoe \",\r\n        \"price\": 3400,\r\n        \"brandId\": 903\r\n    }","options":{"raw":{"language":"json"}}},"url":"localhost:9090/myntra/products/","description":"<p>Update the product Information Using  a post method from</p>\n","urlObject":{"port":"9090","path":["myntra","products",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fdda6181-a023-4d87-9f7c-d4e6b09c0a12","name":"Update  Proudct","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"id\": 603,\r\n        \"name\": \"H&M White & Yellow Shoe \",\r\n        \"description\": \"Canvas Shoe \",\r\n        \"price\": 3400,\r\n        \"brandId\": 903\r\n    }","options":{"raw":{"language":"json"}}},"url":"localhost:9090/myntra/products/"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Tue, 08 Sep 2020 06:26:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"done"}],"_postman_id":"d9c4afd5-e265-4b74-9ee9-3a0275a5af91"},{"name":"Delete Product","id":"a60114d6-e477-4737-8cc4-aa0da8639b44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:9090/myntra/products/603","description":"<p>Remove a Product</p>\n","urlObject":{"port":"9090","path":["myntra","products","603"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fa94c78a-407f-48d4-966f-853d8e71e3a9","name":"Delete Product","originalRequest":{"method":"DELETE","header":[],"url":"localhost:9090/myntra/products/603"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"20"},{"key":"Date","value":"Tue, 08 Sep 2020 06:27:48 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Deleted Successfully"}],"_postman_id":"a60114d6-e477-4737-8cc4-aa0da8639b44"},{"name":"Add tProduct to Cart","id":"95cc2b1e-34db-40d0-a21e-85655809ec1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": 6,\r\n    \"productId\": 603\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:9090/myntra/products/addToCart","urlObject":{"port":"9090","path":["myntra","products","addToCart"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f2ca197e-4489-4707-82d0-8483acdf2fe5","name":"Add tProduct to Cart","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": 6,\r\n    \"productId\": 603\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:9090/myntra/products/addToCart"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"18"},{"key":"Date","value":"Tue, 08 Sep 2020 09:07:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"added successfully"}],"_postman_id":"95cc2b1e-34db-40d0-a21e-85655809ec1d"},{"name":"Delete Product From Cart","id":"92b4c2bb-548c-43dd-be7c-c3d19aba4074","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": 1,\r\n    \"productId\": 0 \r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:9090/myntra/products/remove","urlObject":{"port":"9090","path":["myntra","products","remove"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a597511f-66f6-432d-bc01-8df86b8ec5a1","name":"Delete Product From Cart","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": 1,\r\n    \"productId\": 0 \r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:9090/myntra/products/remove"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"17"},{"key":"Date","value":"Tue, 08 Sep 2020 09:05:20 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Removed from cart"}],"_postman_id":"92b4c2bb-548c-43dd-be7c-c3d19aba4074"},{"name":"Get Brands","id":"671efa9c-c39d-430f-888a-e91aea715dd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n        \"id\": 602,\r\n        \"name\": \" Red Shirt with Blue Lines\",\r\n        \"description\": \"Full Length Sleeve\",\r\n        \"price\": 1700,\r\n        \"brandId\": 902\r\n    }","options":{"raw":{"language":"json"}}},"url":"localhost:9090/myntra/brand","description":"<p>The result provides all the products </p>\n","urlObject":{"port":"9090","path":["myntra","brand"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"19490b8f-705f-4a55-8ba7-86c65e273733","name":"Get Brands","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n        \"id\": 602,\r\n        \"name\": \" Red Shirt with Blue Lines\",\r\n        \"description\": \"Full Length Sleeve\",\r\n        \"price\": 1700,\r\n        \"brandId\": 902\r\n    }","options":{"raw":{"language":"json"}}},"url":"localhost:9090/myntra/brand"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 08 Sep 2020 09:11:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 111,\n        \"name\": \"Raymond\",\n        \"description\": \"Comprises of material like Shirt ,Jeans,Kurtas and Much More....Since 1937\"\n    },\n    {\n        \"id\": 901,\n        \"name\": \"Raymond\",\n        \"description\": \"Comprises of material like Shirt ,Jeans,Kurtas and Much More....Since 1937\"\n    }\n]"}],"_postman_id":"671efa9c-c39d-430f-888a-e91aea715dd2"},{"name":"Get Single Brand","id":"211f8b78-22a8-40ab-9efe-58b8d1f01bdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:9090/myntra/brand/111","description":"<p>Return the Product Details</p>\n","urlObject":{"port":"9090","path":["myntra","brand","111"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"abae751f-b1fb-4136-ad41-2ed17c7b82a2","name":"Get Single Brand","originalRequest":{"method":"GET","header":[],"url":"localhost:9090/myntra/brand/111"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 08 Sep 2020 09:12:23 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 111,\n    \"name\": \"Raymond\",\n    \"description\": \"Comprises of material like Shirt ,Jeans,Kurtas and Much More....Since 1937\"\n}"}],"_postman_id":"211f8b78-22a8-40ab-9efe-58b8d1f01bdb"},{"name":"Add Brand","id":"efc2dc42-716d-4d85-a1c1-0fff8286d5e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"id\": 902,\r\n        \"description\": \"Fresh U elegant Clothes ....Since 1830 \",\r\n        \"name\": \"Siyaram\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:9090/myntra/brand/data","description":"<p>Adds The Product</p>\n","urlObject":{"port":"9090","path":["myntra","brand","data"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c6ca21bf-fb83-4180-bdd7-2596c746ce83","name":"Add Product  Copy","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"id\": 902,\r\n        \"description\": \"Fresh U elegant Clothes ....Since 1830 \",\r\n        \"name\": \"Siyaram\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:9090/myntra/brand/data"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"18"},{"key":"Date","value":"Tue, 08 Sep 2020 09:16:04 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Added Successfully"}],"_postman_id":"efc2dc42-716d-4d85-a1c1-0fff8286d5e7"},{"name":"Update the Brand","id":"24f579de-16ab-46cb-9911-e4de1aeff4e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"id\": 902,\r\n        \"description\": \"Fresh U elegant Clothes , with Vatiety of styles ....Since 1830 \",\r\n        \"name\": \"Siyaram\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:9090/myntra/brand/data","description":"<p>A request for updating the user information</p>\n","urlObject":{"port":"9090","path":["myntra","brand","data"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"16d20efc-a34f-4178-ae8b-de40e3954cdd","name":"Update the Brand","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"id\": 902,\r\n        \"description\": \"Fresh U elegant Clothes , with Vatiety of styles ....Since 1830 \",\r\n        \"name\": \"Siyaram\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:9090/myntra/brand/data"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"4"},{"key":"Date","value":"Tue, 08 Sep 2020 09:18:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"done"}],"_postman_id":"24f579de-16ab-46cb-9911-e4de1aeff4e9"},{"name":"Delete Brand","id":"c26f717f-bc87-41f3-bd8d-37dc2127acb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:9090/myntra/brand/data/delete/111","description":"<p>Deletes the User from everywhere in the Application </p>\n","urlObject":{"port":"9090","path":["myntra","brand","data","delete","111"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f401eac6-d22b-480a-8866-eef554b52b5e","name":"Delete Brand","originalRequest":{"method":"DELETE","header":[],"url":"localhost:9090/myntra/brand/data/delete/111"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"20"},{"key":"Date","value":"Tue, 08 Sep 2020 09:20:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Deleted Successfully"}],"_postman_id":"c26f717f-bc87-41f3-bd8d-37dc2127acb5"},{"name":"View Cart","id":"781bd6b4-3de0-4b97-b7f9-5a871d3d7c59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:9090/myntra/cart/1","description":"<p>Provides all the information about the products present in the cart</p>\n","urlObject":{"port":"9090","path":["myntra","cart","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"de2d850a-9e8e-4c40-939b-f9092d024115","name":"View Cart","originalRequest":{"method":"GET","header":[],"url":"localhost:9090/myntra/cart/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 08 Sep 2020 17:30:44 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 601,\n        \"name\": \"Floral Red Shirt\",\n        \"description\": \"Full Length Sleeve\",\n        \"price\": 1200,\n        \"brandId\": 901\n    }\n]"}],"_postman_id":"781bd6b4-3de0-4b97-b7f9-5a871d3d7c59"}],"event":[{"listen":"prerequest","script":{"id":"83702b9a-d5b7-4e34-abbe-73aadac6c968","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c9437ab6-9dcb-43c4-a4fe-888fd136e3f3","type":"text/javascript","exec":[""]}}]}