{"info":{"_postman_id":"e67cd403-bcb9-4eac-b879-8d9c4da108e8","name":"Item","description":"<html><head></head><body><h2 id=\"this-api-allow-get-to-item-management-section\">This API allow get to Item Management Section</h2>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"35385905","collectionId":"e67cd403-bcb9-4eac-b879-8d9c4da108e8","publishedId":"2sA3rxrZm1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-08-06T11:57:26.000Z"},"item":[{"name":"SaveItem","id":"f1b13be0-4b39-4572-ac1e-265549c4fbf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"code\":\"I00-008\",\r\n    \"name\":\"rathukakulu\",\r\n    \"price\":\"2000.00\",\r\n    \"qty\":\"200\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/Pos_System/item?code=I00-008&name=rathukakulu&price=2000.00&qty=200","description":"<p>This API allow get to Item Post collection</p>\n","urlObject":{"protocol":"http","port":"8080","path":["Pos_System","item"],"host":["localhost"],"query":[{"key":"code","value":"I00-008"},{"key":"name","value":"rathukakulu"},{"key":"price","value":"2000.00"},{"key":"qty","value":"200"}],"variable":[]}},"response":[],"_postman_id":"f1b13be0-4b39-4572-ac1e-265549c4fbf0"},{"name":"GetItem","id":"7684cbe2-d2a9-4ebc-91bd-29beb8d6f3e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/Pos_System/item?function=getById&code=I00-004","description":"<p>This API alliow to get Item Get Collection</p>\n","urlObject":{"protocol":"http","port":"8080","path":["Pos_System","item"],"host":["localhost"],"query":[{"key":"function","value":"getById"},{"key":"code","value":"I00-004"}],"variable":[]}},"response":[],"_postman_id":"7684cbe2-d2a9-4ebc-91bd-29beb8d6f3e4"},{"name":"UpdateItem","id":"87e168a1-df13-4016-9e4d-224305593b55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"suduKakulu\",\r\n    \"price\":2000,\r\n    \"qty\":100,\r\n    \"code\":\"I00-003\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/Pos_System/item?name=sudukakulu&price=2000&qty=100&code=I00-003","description":"<p>This API alliow to get Item Update Collection</p>\n","urlObject":{"protocol":"http","port":"8080","path":["Pos_System","item"],"host":["localhost"],"query":[{"key":"name","value":"sudukakulu"},{"key":"price","value":"2000"},{"key":"qty","value":"100"},{"key":"code","value":"I00-003"}],"variable":[]}},"response":[],"_postman_id":"87e168a1-df13-4016-9e4d-224305593b55"},{"name":"DeleteItem","id":"cb9348ab-c648-467a-b0a0-17faf0ab1b2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/Pos_System/item?code=I00-001","description":"<p>This API alliow to get Item Delete Collection</p>\n","urlObject":{"protocol":"http","port":"8080","path":["Pos_System","item"],"host":["localhost"],"query":[{"key":"code","value":"I00-001"}],"variable":[]}},"response":[],"_postman_id":"cb9348ab-c648-467a-b0a0-17faf0ab1b2b"}]}