{"info":{"_postman_id":"0016bd6f-a4ce-4cdb-b894-0c1d259fe40f","name":"Order Manage","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"35385399","collectionId":"0016bd6f-a4ce-4cdb-b894-0c1d259fe40f","publishedId":"2sA3s3FqT3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-08-09T11:56:30.000Z"},"item":[{"name":"Save Order","id":"c1980bdc-bad7-495f-b21e-3e2b98dcdcda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order_id\": \"O010\",\r\n    \"dateAndTime\": \"2024-08-05T22:00:00\",\r\n    \"contact\": \"0716861635\",\r\n    \"orderDetails\": [{\r\n        \"order_id\":\"O010\",\r\n        \"pro_id\":\"P001\",\r\n        \"qty\":\"10\",\r\n        \"unitPrice\":\"250\"\r\n    }]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/Coffee_Shop_POS_JavaEE_Backend_war_exploded/orders","urlObject":{"protocol":"http","port":"8080","path":["Coffee_Shop_POS_JavaEE_Backend_war_exploded","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bbc70662-0df9-44e7-a15c-6bf1ea55e598","name":"Save Order status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order_id\": \"O010\",\r\n    \"dateAndTime\": \"2024-08-05T22:00:00\",\r\n    \"contact\": \"0716861635\",\r\n    \"orderDetails\": [{\r\n        \"order_id\":\"O010\",\r\n        \"pro_id\":\"P001\",\r\n        \"qty\":\"10\",\r\n        \"unitPrice\":\"250\"\r\n    }]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/Coffee_Shop_POS_JavaEE_Backend_war_exploded/orders"},"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":"10"},{"key":"Date","value":"Fri, 09 Aug 2024 15:48:35 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"orderSaved"}],"_postman_id":"c1980bdc-bad7-495f-b21e-3e2b98dcdcda"},{"name":"Get All Orders","id":"3dd11b3d-c3ce-4d22-adc7-252778602071","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/Coffee_Shop_POS_JavaEE_Backend_war_exploded/orders","urlObject":{"protocol":"http","port":"8080","path":["Coffee_Shop_POS_JavaEE_Backend_war_exploded","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2ae04c83-ca27-4dd5-848e-a84ce7f900d7","name":"Get Orders status","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/Coffee_Shop_POS_JavaEE_Backend_war_exploded/orders"},"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:48:52 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"\"O011\""}],"_postman_id":"3dd11b3d-c3ce-4d22-adc7-252778602071"}]}