{"info":{"_postman_id":"4ade5e7d-a5d1-4cd5-95c0-9cef70b08384","name":"Togakade POS System - Spring","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"35384192","collectionId":"4ade5e7d-a5d1-4cd5-95c0-9cef70b08384","publishedId":"2sAXxV4ovZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-10-16T04:47:59.000Z"},"item":[{"name":"Customer","item":[{"name":"Save Customer","id":"cd742c70-17cd-4fc0-a65c-81403b0a26de","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customerId\": \"C01\",\r\n    \"customerName\": \"Ashen Madhushanka\",\r\n    \"customerAddress\": \"Galle\",\r\n    \"customerSalary\": 100\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/customer","description":"<p>This endpoint allows you to add a new customer to the Togakade POS System. You need to provide the customer's details such as id , name , and any other relevant data in the request body. Upon successful execution, the customer will be added to the database, and a confirmation response will be returned.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","customer"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3dc1579a-c033-4719-bef9-d22038d9cb51","name":"Save Customer Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customerId\": \"C01\",\r\n    \"customerName\": \"Ashen Madhushanka\",\r\n    \"customerAddress\": \"Galle\",\r\n    \"customerSalary\": 100\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/customer"},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Mon, 14 Oct 2024 05:17:48 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cd742c70-17cd-4fc0-a65c-81403b0a26de"},{"name":"Get Customer","id":"e03f8009-c8d1-497c-93c2-97c53816aed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/customer/C01","description":"<p>This endpoint allows you to retrieve the details of a specific customer from the Togakade POS System. The customer is identified by their unique ID, which should be provided as a query parameter in the URL. The system will return the customer's information if the ID is found in the database.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","customer","C01"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"857686b5-1f42-4421-b32c-e2e64b4a190d","name":"Get Customer Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/customer/C01","protocol":"http","host":["localhost"],"port":"8080","path":["api","v1","customer","C01"],"query":[{"key":"id","value":"C01","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 14 Oct 2024 05:18:31 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"customerId\": \"C01\",\n    \"customerName\": \"Ashen Madhushanka\",\n    \"customerAddress\": \"Galle\",\n    \"customerSalary\": 100\n}"}],"_postman_id":"e03f8009-c8d1-497c-93c2-97c53816aed6"},{"name":"Update Customer","id":"90629b60-472c-4464-b3f6-d9aac029618e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"customerId\": \"C01\",\r\n    \"customerName\": \"Ashen\",\r\n    \"customerAddress\": \"Mathara\",\r\n    \"customerSalary\": 100\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/customer","description":"<p>This endpoint allows you to update the details of an existing customer in the Togakade POS System. You need to provide the updated customer information in the request body, including the unique customer ID to identify the record to be updated. The system will update the customer's information in the database accordingly.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","customer"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f17db36a-27f9-4748-bc6f-9236250fafeb","name":"Update Customer Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"customerId\": \"C01\",\r\n    \"customerName\": \"Ashen\",\r\n    \"customerAddress\": \"Mathara\",\r\n    \"customerSalary\": 100\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/customer"},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Mon, 14 Oct 2024 05:19:07 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"90629b60-472c-4464-b3f6-d9aac029618e"},{"name":"Delete Customer","id":"6738387d-aec1-49b9-997c-45c8332a2f24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/customer/C01","description":"<p>This endpoint allows you to delete a specific customer from the Togakade POS System. You need to provide the unique customer ID as a query parameter in the URL. The system will remove the customer record from the database if the ID is found.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","customer","C01"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7d83b481-6c20-48bf-b4b0-f09c405ddfc5","name":"Delete Customer Response","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/customer/C01"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 15 Oct 2024 18:07:34 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6738387d-aec1-49b9-997c-45c8332a2f24"},{"name":"Get All Customer","id":"7bcb046e-e633-48fb-a52c-3806e8ea3236","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/customer/getAll","description":"<p>This endpoint allows you to retrieve a list of all customers in the Togakade POS System. By using the query parameter <code>id=all</code>, you instruct the system to return details of all customers stored in the database.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","customer","getAll"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d8aa52ba-2c2a-410d-b867-60c619c85f4d","name":"Get All Customer Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/customer/getAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 14 Oct 2024 05:20:01 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"customerId\": \"C01\",\n        \"customerName\": \"Ashen\",\n        \"customerAddress\": \"Mathara\",\n        \"customerSalary\": 100\n    }\n]"}],"_postman_id":"7bcb046e-e633-48fb-a52c-3806e8ea3236"}],"id":"1fcbdd00-6ab0-400a-ae48-1f12d914a7b8","description":"<p>The Customer Management API allows you to manage customer records within the Togakade POS System. With these endpoints, you can add new customers, retrieve customer details, update existing customer information, and delete customers from the system.</p>\n","_postman_id":"1fcbdd00-6ab0-400a-ae48-1f12d914a7b8"},{"name":"Item","item":[{"name":"Save Item","id":"d9ae5fd3-6ef9-4074-8dbb-1ed2f27918e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"itemCode\" : \"I01\",\r\n    \"itemName\" : \"Sun Light\",\r\n    \"itemQty\" : 100,\r\n    \"itemPrice\" : 30\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/item","description":"<p>This endpoint allows you to add a new item to the inventory in the Togakade POS System. You need to provide the item details in the request body. The system will create a new record in the database with the provided information.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","item"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7426bc76-9141-41ff-8b0d-44da3fe466ee","name":"Save Item Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"itemCode\" : \"I01\",\r\n    \"itemName\" : \"Sun Light\",\r\n    \"itemQty\" : 100,\r\n    \"itemPrice\" : 30\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/item"},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Mon, 14 Oct 2024 05:20:57 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d9ae5fd3-6ef9-4074-8dbb-1ed2f27918e8"},{"name":"Get Item","id":"c1421452-5f5f-435a-8e79-a2b301a5f212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/item/I01","description":"<p>This endpoint allows you to retrieve the details of a specific item from the Togakade POS System. You need to provide the unique item ID as a query parameter in the URL. The system will return the item's information if the ID is found in the database.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","item","I01"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ea1e2bd8-dd67-4d24-a0b9-8a4dad18d965","name":"Get Item Response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/item/I01"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 14 Oct 2024 05:21:18 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"itemCode\": \"I01\",\n    \"itemName\": \"Sun Light\",\n    \"itemQty\": 100,\n    \"itemPrice\": 30\n}"}],"_postman_id":"c1421452-5f5f-435a-8e79-a2b301a5f212"},{"name":"Update Item","id":"c7224fdd-e976-4839-b2c0-e8641636b38f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"itemCode\" : \"I01\",\r\n    \"itemName\" : \"Sun Light\",\r\n    \"itemQty\" : 500,\r\n    \"itemPrice\" : 300\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/item","description":"<p>This endpoint allows you to update the details of an existing item in the Togakade POS System. You need to provide the updated item information in the request body. The item is identified by its unique ID, which should be included in the request body along with the updated details.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","item"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"191131e1-0399-492d-b0ff-22872064c0dd","name":"Update Item Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"itemCode\" : \"I01\",\r\n    \"itemName\" : \"Sun Light\",\r\n    \"itemQty\" : 500,\r\n    \"itemPrice\" : 300\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/item"},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Mon, 14 Oct 2024 05:21:45 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c7224fdd-e976-4839-b2c0-e8641636b38f"},{"name":"Delete Item","id":"3677db4e-a513-475d-8340-3242f90256d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/item/I01","description":"<p>This endpoint allows you to delete a specific item from the Togakade POS System. You need to provide the unique item ID as a query parameter in the URL. The system will remove the item record from the database if the ID is found.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","item","I01"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cb9980fc-1ad8-47e8-9115-bb754312233b","name":"Delete Item Response","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/item/I01"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 15 Oct 2024 18:20:45 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3677db4e-a513-475d-8340-3242f90256d1"},{"name":"Get All Item","id":"662f4c79-845d-4d2f-96d5-2c7659400cfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/item/getAll","description":"<p>This endpoint allows you to retrieve a list of all items in the Togakade POS System. By using the query parameter <code>id=all</code>, you instruct the system to return details of all items stored in the database.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","item","getAll"],"host":["localhost"],"query":[{"disabled":true,"key":"id","value":"all"}],"variable":[]}},"response":[{"id":"2a0ae319-2b5c-4361-a7ff-f136bd269e53","name":"Get All Item Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/item/getAll","protocol":"http","host":["localhost"],"port":"8080","path":["api","v1","item","getAll"],"query":[{"key":"id","value":"all","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 14 Oct 2024 05:22:22 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"itemCode\": \"I01\",\n        \"itemName\": \"Sun Light\",\n        \"itemQty\": 500,\n        \"itemPrice\": 300\n    }\n]"}],"_postman_id":"662f4c79-845d-4d2f-96d5-2c7659400cfe"}],"id":"73676d8c-6f49-4ac7-9b6c-4ee4d80a8be1","description":"<p>The Item Management API allows you to handle inventory items within the Togakade POS System. You can perform various operations including adding new items, retrieving item details, updating existing items, and deleting items from the inventory. This functionality is crucial for maintaining accurate inventory records.</p>\n","_postman_id":"73676d8c-6f49-4ac7-9b6c-4ee4d80a8be1"},{"name":"Order","item":[{"name":"Save Order","id":"38393515-440b-4b90-b4d0-63b1052c2d4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderId\" : \"OD01\",\r\n    \"balance\" : 100,\r\n    \"date\" : \"2024-11-19\",\r\n    \"discount\" : 3,\r\n    \"total\" : 5,\r\n    \"subTotal\" : 20,\r\n    \"customer\" : \r\n        {\r\n            \"customerId\": \"C01\",\r\n            \"customerName\": \"Ashen Madhushanka\",\r\n            \"customerAddress\": \"Galle\",\r\n            \"customerSalary\": 100.0,\r\n            \"orders\": []\r\n        }\r\n    ,\r\n    \"items\" : [\r\n        {\r\n            \"itemCode\": \"I01\",\r\n            \"itemName\": \"Sun Light\",\r\n            \"itemQty\": 10,\r\n            \"itemPrice\": 300.0,\r\n            \"orders\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/order","description":"<p>This endpoint allows you to create a new order in the Togakade POS System. You need to provide the order details in the request body, including customer information, item details, and order specifics. The system will add the new order to the database.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","order"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"aa9650a3-6fa8-4f7a-974b-e60aca3644fe","name":"Save Order Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderId\" : \"OD01\",\r\n    \"balance\" : 100,\r\n    \"date\" : \"2024-11-19\",\r\n    \"discount\" : 3,\r\n    \"total\" : 5,\r\n    \"subTotal\" : 20,\r\n    \"customer\" : \r\n        {\r\n            \"customerId\": \"C01\",\r\n            \"customerName\": \"Ashen Madhushanka\",\r\n            \"customerAddress\": \"Galle\",\r\n            \"customerSalary\": 100.0,\r\n            \"orders\": []\r\n        }\r\n    ,\r\n    \"items\" : [\r\n        {\r\n            \"itemCode\": \"I01\",\r\n            \"itemName\": \"Sun Light\",\r\n            \"itemQty\": 10,\r\n            \"itemPrice\": 300.0,\r\n            \"orders\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/order"},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Mon, 14 Oct 2024 05:22:58 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"38393515-440b-4b90-b4d0-63b1052c2d4a"},{"name":"Get Order","id":"ac0833cf-3f63-42a7-89f7-fdecd1789264","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/order","description":"<p>This endpoint allows you to retrieve a list of all orders in the Togakade POS System. By making a GET request, you can obtain details of every order stored in the database.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","order"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f7f834f2-053b-4cc5-adf8-02f28126c8ed","name":"Get Order Response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 14 Oct 2024 05:23:20 GMT"},{"key":"Keep-Alive","value":"timeout=20"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"orderId\": \"OD01\",\n        \"balance\": 100,\n        \"date\": \"2024-11-19\",\n        \"discount\": 3,\n        \"total\": 5,\n        \"subTotal\": 20,\n        \"customer\": {\n            \"customerId\": \"C01\",\n            \"customerName\": \"Ashen\",\n            \"customerAddress\": \"Mathara\",\n            \"customerSalary\": 100\n        },\n        \"items\": [\n            {\n                \"itemCode\": \"I01\",\n                \"itemName\": \"Sun Light\",\n                \"itemQty\": 490,\n                \"itemPrice\": 300\n            }\n        ]\n    }\n]"}],"_postman_id":"ac0833cf-3f63-42a7-89f7-fdecd1789264"}],"id":"303831f2-286f-48ce-ad3e-99cabb0ac078","description":"<p>The Order Management API allows you to handle orders within the Togakade POS System. You can create new orders and retrieve a list of all existing orders. This functionality is essential for managing and tracking customer purchases and order history.</p>\n","_postman_id":"303831f2-286f-48ce-ad3e-99cabb0ac078"},{"name":"CheckHealth","id":"4819c25a-5841-42c3-acc3-0570d108589c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/healthtest","description":"<p>StartFragmentThis API endpoint is designed to monitor the application's health status. It handles HTTP requests mapped to the URL path <code>api/v1/healthtest</code>, providing a straightforward health check functionality.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","healthtest"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4819c25a-5841-42c3-acc3-0570d108589c"}]}