{"info":{"_postman_id":"0bcc11ea-abdf-4af8-985f-2588ba2da154","name":"Product Manage","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"35385399","collectionId":"0bcc11ea-abdf-4af8-985f-2588ba2da154","publishedId":"2sA3s3FqT2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-08-09T11:55:41.000Z"},"item":[{"name":"Product Save","id":"3f6521ae-2438-4ea6-9e2e-3ff01e3b4325","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"pro_id\":\"P006\",\r\n    \"pro_name\":\"Mocha\",\r\n    \"price\":\"1250\",\r\n    \"category\":\"Beverage\",\r\n    \"quantity\":\"45\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/Coffee_Shop_POS_JavaEE_Backend_war_exploded/product","urlObject":{"protocol":"http","port":"8080","path":["Coffee_Shop_POS_JavaEE_Backend_war_exploded","product"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6113ca6e-b3e8-401e-9516-2030f56c0e6b","name":"Product Save status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"pro_id\":\"P006\",\r\n    \"pro_name\":\"Mocha\",\r\n    \"price\":\"1250\",\r\n    \"category\":\"Beverage\",\r\n    \"quantity\":\"45\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/Coffee_Shop_POS_JavaEE_Backend_war_exploded/product"},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"http://127.0.0.1:5500"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Type"},{"key":"Content-Length","value":"25"},{"key":"Date","value":"Fri, 09 Aug 2024 15:53:25 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Product Save Successfully"}],"_postman_id":"3f6521ae-2438-4ea6-9e2e-3ff01e3b4325"},{"name":"Product Delete","id":"01816e90-0721-4275-b4d1-6bc870707570","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/Coffee_Shop_POS_JavaEE_Backend_war_exploded/product?pro_id=P006","urlObject":{"protocol":"http","port":"8080","path":["Coffee_Shop_POS_JavaEE_Backend_war_exploded","product"],"host":["localhost"],"query":[{"key":"pro_id","value":"P006"}],"variable":[]}},"response":[{"id":"dc7d710e-cc82-4963-994e-fcf2f4039ac9","name":"Product Delete status","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:8080/Coffee_Shop_POS_JavaEE_Backend_war_exploded/product?pro_id=P006","protocol":"http","host":["localhost"],"port":"8080","path":["Coffee_Shop_POS_JavaEE_Backend_war_exploded","product"],"query":[{"key":"pro_id","value":"P006"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"http://127.0.0.1:5500"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Type"},{"key":"Content-Length","value":"26"},{"key":"Date","value":"Fri, 09 Aug 2024 15:53:02 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Product Delete Sucessfully"}],"_postman_id":"01816e90-0721-4275-b4d1-6bc870707570"},{"name":"Get All Products","id":"538fdd58-9af2-4215-9fa5-9d68b060879c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/Coffee_Shop_POS_JavaEE_Backend_war_exploded/product","urlObject":{"protocol":"http","port":"8080","path":["Coffee_Shop_POS_JavaEE_Backend_war_exploded","product"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fb10290c-f3c2-45de-882d-9b59b4f4ad87","name":"Get All Products status","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/Coffee_Shop_POS_JavaEE_Backend_war_exploded/product"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"http://127.0.0.1:5500"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Type"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 09 Aug 2024 15:53:57 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"category\": \"Beverage\",\n        \"price\": \"750\",\n        \"pro_id\": \"P001\",\n        \"pro_name\": \"Cappuccino\",\n        \"quantity\": \"30\"\n    },\n    {\n        \"category\": \"Beverage\",\n        \"price\": \"900\",\n        \"pro_id\": \"P002\",\n        \"pro_name\": \"Latte\",\n        \"quantity\": \"30\"\n    },\n    {\n        \"category\": \"Beverage\",\n        \"price\": \"900\",\n        \"pro_id\": \"P003\",\n        \"pro_name\": \"Mocha\",\n        \"quantity\": \"25\"\n    },\n    {\n        \"category\": \"Beverage\",\n        \"price\": \"1250\",\n        \"pro_id\": \"P004\",\n        \"pro_name\": \"Americano\",\n        \"quantity\": \"18\"\n    },\n    {\n        \"category\": \"Food\",\n        \"price\": \"250\",\n        \"pro_id\": \"P005\",\n        \"pro_name\": \"Muffin\",\n        \"quantity\": \"50\"\n    }\n]"}],"_postman_id":"538fdd58-9af2-4215-9fa5-9d68b060879c"},{"name":"Product Update","id":"28b26beb-02b8-4c70-8ebc-2d0d83c6bce4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"pro_id\":\"P001\",\r\n    \"pro_name\":\"Hot Chocolate\",\r\n    \"price\":\"750\",\r\n    \"category\":\"Beverage\",\r\n    \"quantity\":\"45\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/Coffee_Shop_POS_JavaEE_Backend_war_exploded/product","urlObject":{"protocol":"http","port":"8080","path":["Coffee_Shop_POS_JavaEE_Backend_war_exploded","product"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"133540e6-c6ac-49f6-80fc-51331c55425f","name":"Product Update status","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"pro_id\":\"P001\",\r\n    \"pro_name\":\"Hot Chocolate\",\r\n    \"price\":\"750\",\r\n    \"category\":\"Beverage\",\r\n    \"quantity\":\"45\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/Coffee_Shop_POS_JavaEE_Backend_war_exploded/product"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"http://127.0.0.1:5500"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Expose-Headers","value":"Content-Type"},{"key":"Content-Length","value":"26"},{"key":"Date","value":"Fri, 09 Aug 2024 15:54:24 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Product Update Sucessfully"}],"_postman_id":"28b26beb-02b8-4c70-8ebc-2d0d83c6bce4"}]}