{"info":{"_postman_id":"59e8c37b-2bc7-4a8c-aef1-4da4c514d6e0","name":"Order","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"35385905","collectionId":"59e8c37b-2bc7-4a8c-aef1-4da4c514d6e0","publishedId":"2sA3rxrZgi","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-08-06T11:54:22.000Z"},"item":[{"name":"SaveOrder","id":"6f58ac6b-2617-4224-a750-0aac19c2e45d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order_id\": \"ORD-011\",\r\n    \"date\": \"2024-08-05\",\r\n    \"cust_id\": \"C00-002\",\r\n    \"discount\": 10,\r\n    \"total\": 300,\r\n    \"order_list\": [\r\n        {\r\n            \"order_id\": \"ORD-011\",\r\n            \"item_code\": \"I00-008\",\r\n            \"qty\": 10,\r\n            \"unit_price\":2000\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/Pos_System/order?order_id=ORD-011&date=2024-08-05&cust_id=C00-002&discount=10&total=300&item_code=I00-008&unit_price=2000&qty=10","description":"<p>This API alliow to get Order Post Collection</p>\n","urlObject":{"protocol":"http","port":"8080","path":["Pos_System","order"],"host":["localhost"],"query":[{"key":"order_id","value":"ORD-011"},{"key":"date","value":"2024-08-05"},{"key":"cust_id","value":"C00-002"},{"key":"discount","value":"10"},{"key":"total","value":"300"},{"key":"item_code","value":"I00-008"},{"key":"unit_price","value":"2000"},{"key":"qty","value":"10"}],"variable":[]}},"response":[],"_postman_id":"6f58ac6b-2617-4224-a750-0aac19c2e45d"},{"name":"GetOrder","id":"ec931a72-c46d-45da-974b-27d3fbe4cda5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/Pos_System/order?function=getById&order_id=ORD-011","description":"<p>This API alliow to get Order get Collection</p>\n","urlObject":{"protocol":"http","port":"8080","path":["Pos_System","order"],"host":["localhost"],"query":[{"key":"function","value":"getById"},{"key":"order_id","value":"ORD-011"}],"variable":[]}},"response":[],"_postman_id":"ec931a72-c46d-45da-974b-27d3fbe4cda5"}]}