{"info":{"_postman_id":"6ba128b6-7fb6-430d-8422-199e653fe547","name":"Order Details Manage","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"35385399","collectionId":"6ba128b6-7fb6-430d-8422-199e653fe547","publishedId":"2sA3s3FqT4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-08-09T11:57:24.000Z"},"item":[{"name":"Get All OrderDetails","id":"a0d63757-91d9-4c33-b417-4bfa8d130ba2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/Coffee_Shop_POS_JavaEE_Backend_war_exploded/orderDetails","urlObject":{"protocol":"http","port":"8080","path":["Coffee_Shop_POS_JavaEE_Backend_war_exploded","orderDetails"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2dc3ea37-3530-4db4-8253-18d5d1b16d9a","name":"Get All OrderDetails status","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/Coffee_Shop_POS_JavaEE_Backend_war_exploded/orderDetails"},"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:46:23 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"order_id\": \"O008\",\n        \"pro_id\": \"P001\",\n        \"qty\": \"5\",\n        \"unitPrice\": \"250\"\n    },\n    {\n        \"order_id\": \"O009\",\n        \"pro_id\": \"P001\",\n        \"qty\": \"10\",\n        \"unitPrice\": \"250\"\n    }\n]"}],"_postman_id":"a0d63757-91d9-4c33-b417-4bfa8d130ba2"}]}