{"info":{"_postman_id":"d4aec5a1-95a2-44ca-8120-e64729d9dd96","name":"SimpleERP","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"32531063","collectionId":"d4aec5a1-95a2-44ca-8120-e64729d9dd96","publishedId":"2s9YynkjJn","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-01-24T04:20:40.000Z"},"item":[{"name":"Product","item":[{"name":"CreateProduct","id":"22961ca8-c1c0-4a5a-be11-9bfb6298fc45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"Example Product 25\",\r\n    \"number\" : 2025,\r\n    \"price\" : 119.99\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4141/api/v1/products","urlObject":{"port":"4141","path":["api","v1","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6c24af4b-63d3-4dcf-a161-5bd64a2d4e41","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"Example Product 25\",\r\n    \"number\" : 2025,\r\n    \"price\" : 119.99\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4141/api/v1/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Jan 2024 04:11:27 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"96748ed4-506c-4416-bfdb-0f6e02bed02c\",\n    \"name\": \"Example Product 25\",\n    \"number\": 2025,\n    \"price\": 119.99\n}"}],"_postman_id":"22961ca8-c1c0-4a5a-be11-9bfb6298fc45"},{"name":"GetProductByID","id":"e65cae83-36b3-4611-b79a-c64d2b10b017","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4141/api/v1/products/b58f670a-37ac-4534-99a5-ea9667838de5","urlObject":{"port":"4141","path":["api","v1","products","b58f670a-37ac-4534-99a5-ea9667838de5"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9bdf1e20-e965-464a-8c69-de6ba3e51132","name":"200","originalRequest":{"method":"GET","header":[],"url":"localhost:4141/api/v1/products/b58f670a-37ac-4534-99a5-ea9667838de5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Jan 2024 04:14:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"b58f670a-37ac-4534-99a5-ea9667838de5\",\n    \"name\": \"Example Product 1\",\n    \"number\": 2000,\n    \"price\": 60\n}"}],"_postman_id":"e65cae83-36b3-4611-b79a-c64d2b10b017"},{"name":"GetAllProducts","id":"0ed3b814-da73-4812-8083-c9e664a98046","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"pagination\" : {\r\n        \"pageNumber\" : 1,\r\n        \"pageSize\" : 5\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4141/api/v1/products","urlObject":{"port":"4141","path":["api","v1","products"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e3f4a03e-32ff-4247-9aac-895f6fa2d198","name":"200","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"pagination\" : {\r\n        \"pageNumber\" : 1,\r\n        \"pageSize\" : 5\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4141/api/v1/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Jan 2024 04:13:58 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": \"b58f670a-37ac-4534-99a5-ea9667838de5\",\n            \"name\": \"Example Product 1\",\n            \"number\": 2000,\n            \"price\": 60\n        },\n        {\n            \"id\": \"2d2fe999-71fe-40ed-aec4-1d019cc219a7\",\n            \"name\": \"Example Product 2\",\n            \"number\": 2001,\n            \"price\": 65\n        },\n        {\n            \"id\": \"914aaa29-3e30-482b-b0ac-ec4531edee1a\",\n            \"name\": \"Example Product 3\",\n            \"number\": 2002,\n            \"price\": 70\n        },\n        {\n            \"id\": \"b09abbce-efd0-4be0-89ed-c92b456d815a\",\n            \"name\": \"Example Product 4\",\n            \"number\": 2003,\n            \"price\": 75\n        },\n        {\n            \"id\": \"d74ff6a1-ef15-4082-ba69-28cc2951777c\",\n            \"name\": \"Example Product 5\",\n            \"number\": 2004,\n            \"price\": 80\n        }\n    ],\n    \"pageNumber\": 1,\n    \"pageSize\": 5,\n    \"totalElementCount\": 7,\n    \"totalPageCount\": 2\n}"}],"_postman_id":"0ed3b814-da73-4812-8083-c9e664a98046"},{"name":"UpdateProductById","id":"e94f665f-1114-49d6-b117-33cdb6765133","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"iPhone 14 PRO MAX 256GB GREEN\",\r\n    \"number\" : 2025,\r\n    \"price\" : 79.99\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4141/api/v1/products/b58f670a-37ac-4534-99a5-ea9667838de5","urlObject":{"port":"4141","path":["api","v1","products","b58f670a-37ac-4534-99a5-ea9667838de5"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"64c0656f-e3fb-454f-a89f-e75fe942e10a","name":"200","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"iPhone 14 PRO MAX 256GB GREEN\",\r\n    \"number\" : 2025,\r\n    \"price\" : 79.99\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4141/api/v1/products/b58f670a-37ac-4534-99a5-ea9667838de5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Jan 2024 04:14:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"b58f670a-37ac-4534-99a5-ea9667838de5\",\n    \"name\": \"iPhone 14 PRO MAX 256GB GREEN\",\n    \"number\": 2025,\n    \"price\": 79.99\n}"}],"_postman_id":"e94f665f-1114-49d6-b117-33cdb6765133"},{"name":"DeleteProductById","id":"e13bc39c-2594-4ca7-bfbc-df5c3495be49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:4141/api/v1/products/9c6923d1-be95-4b95-bd7e-5d53d3010b39","urlObject":{"port":"4141","path":["api","v1","products","9c6923d1-be95-4b95-bd7e-5d53d3010b39"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"346bf617-e535-41a7-b4d8-4993382f043c","name":"422","originalRequest":{"method":"DELETE","header":[],"url":"localhost:4141/api/v1/products/b58f670a-37ac-4534-99a5-ea9667838de5"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Jan 2024 04:15:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"time\": \"2024-01-24T07:15:03.7775068\",\n    \"httpStatus\": \"UNPROCESSABLE_ENTITY\",\n    \"header\": \"PROCESS ERROR\",\n    \"isSuccess\": false\n}"},{"id":"361b6cb7-ec85-43a9-ab9d-dd598a73d8d3","name":"200","originalRequest":{"method":"DELETE","header":[],"url":"localhost:4141/api/v1/products/9c6923d1-be95-4b95-bd7e-5d53d3010b39"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 24 Jan 2024 04:16:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e13bc39c-2594-4ca7-bfbc-df5c3495be49"}],"id":"92bd5979-cc8b-4c5e-9ae5-94b739c81314","_postman_id":"92bd5979-cc8b-4c5e-9ae5-94b739c81314","description":""},{"name":"Order","item":[{"name":"CreateOrder","id":"4c6637c6-41c6-42fd-acd3-dbcd738132bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"number\" : 1002,\r\n    \"products\" : [\r\n        {\r\n            \"productNumber\" : 2003,\r\n            \"amount\" : 2,\r\n            \"unitPrice\" : 12.1\r\n        },\r\n        {\r\n            \"productNumber\" : 2004,\r\n            \"amount\" : 3,\r\n            \"unitPrice\" : 22.3\r\n        },\r\n        {\r\n            \"productNumber\" : 2003,\r\n            \"amount\" : 8,\r\n            \"unitPrice\" : 12.1\r\n        },\r\n        {\r\n            \"productNumber\" : 2002,\r\n            \"amount\" : 16,\r\n            \"unitPrice\" : 94\r\n        },\r\n        {\r\n            \"productNumber\" : 2005,\r\n            \"amount\" : 9,\r\n            \"unitPrice\" : 44.1\r\n        },\r\n        {\r\n            \"productNumber\" : 2006,\r\n            \"amount\" : 19,\r\n            \"unitPrice\" : 90\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4141/api/v1/orders","urlObject":{"port":"4141","path":["api","v1","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cf9c8a45-14c6-4bd9-9096-61ce57abbc93","name":"ExampleDataSet1","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"number\" : 1000,\r\n    \"products\" : [\r\n        {\r\n            \"productNumber\" : 2000,\r\n            \"amount\" : 12,\r\n            \"unitPrice\" : 100.51\r\n        },\r\n        {\r\n            \"productNumber\" : 2001,\r\n            \"amount\" : 31,\r\n            \"unitPrice\" : 200\r\n        },\r\n        {\r\n            \"productNumber\" : 2002,\r\n            \"amount\" : 22,\r\n            \"unitPrice\" : 150.86\r\n        },\r\n        {\r\n            \"productNumber\" : 2003,\r\n            \"amount\" : 41,\r\n            \"unitPrice\" : 250\r\n        },\r\n        {\r\n            \"productNumber\" : 2004,\r\n            \"amount\" : 55,\r\n            \"unitPrice\" : 244\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4141/api/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 23 Jan 2024 03:49:01 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"a424d9c2-e862-4b19-adf1-83065074fd54\",\n    \"number\": 1000,\n    \"orderProducts\": [\n        {\n            \"id\": \"9e429211-daf8-4790-bbe2-d435b1273e36\",\n            \"productNumber\": 2000,\n            \"amount\": 12,\n            \"unitPrice\": 100.51,\n            \"totalPrice\": 1206.12\n        },\n        {\n            \"id\": \"9077aaf2-16bf-4bc4-a2f1-dc1717990f55\",\n            \"productNumber\": 2001,\n            \"amount\": 31,\n            \"unitPrice\": 200,\n            \"totalPrice\": 6200\n        },\n        {\n            \"id\": \"4b9f7154-866e-4c70-85b7-24d9820ded92\",\n            \"productNumber\": 2002,\n            \"amount\": 22,\n            \"unitPrice\": 150.86,\n            \"totalPrice\": 3318.92\n        },\n        {\n            \"id\": \"8549eeeb-3b40-4b9b-ae94-6e43f6c3cf15\",\n            \"productNumber\": 2003,\n            \"amount\": 41,\n            \"unitPrice\": 250,\n            \"totalPrice\": 10250\n        },\n        {\n            \"id\": \"e66191e1-bb7e-457b-9b4c-c779dc8754b5\",\n            \"productNumber\": 2004,\n            \"amount\": 55,\n            \"unitPrice\": 244,\n            \"totalPrice\": 13420\n        }\n    ],\n    \"totalPrice\": 34395.04\n}"},{"id":"396864c9-eefa-4c57-89e7-cd2fcf8f6020","name":"ExampleDataSet2","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"number\" : 1001,\r\n    \"products\" : [\r\n        {\r\n            \"productNumber\" : 2001,\r\n            \"amount\" : 88,\r\n            \"unitPrice\" : 44.531\r\n        },\r\n        {\r\n            \"productNumber\" : 2002,\r\n            \"amount\" : 121,\r\n            \"unitPrice\" : 88.11\r\n        },\r\n        {\r\n            \"productNumber\" : 2004,\r\n            \"amount\" : 74,\r\n            \"unitPrice\" : 211\r\n        },\r\n        {\r\n            \"productNumber\" : 2002,\r\n            \"amount\" : 14,\r\n            \"unitPrice\" : 88.11\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4141/api/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 23 Jan 2024 04:04:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"5982b0f2-f3ff-4020-9bd1-c8ea9d39413c\",\n    \"number\": 1001,\n    \"orderProducts\": [\n        {\n            \"id\": \"c90ddb7d-53cc-4b91-a503-20c9307fb1fc\",\n            \"productNumber\": 2001,\n            \"amount\": 88,\n            \"unitPrice\": 44.531,\n            \"totalPrice\": 3918.728\n        },\n        {\n            \"id\": \"a728219c-6be5-4766-ad03-b7248f2e5765\",\n            \"productNumber\": 2002,\n            \"amount\": 121,\n            \"unitPrice\": 88.11,\n            \"totalPrice\": 10661.31\n        },\n        {\n            \"id\": \"3167c141-7266-49bd-b954-f3331c5364d9\",\n            \"productNumber\": 2004,\n            \"amount\": 74,\n            \"unitPrice\": 211,\n            \"totalPrice\": 15614\n        },\n        {\n            \"id\": \"e6166bbc-9acf-4f15-b45c-be7a50da3613\",\n            \"productNumber\": 2002,\n            \"amount\": 14,\n            \"unitPrice\": 88.11,\n            \"totalPrice\": 1233.54\n        }\n    ],\n    \"totalPrice\": 31427.578\n}"},{"id":"45706d66-424d-4a96-8a7b-50a436698558","name":"ExampleDataSet3","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"number\" : 1002,\r\n    \"products\" : [\r\n        {\r\n            \"productNumber\" : 2003,\r\n            \"amount\" : 2,\r\n            \"unitPrice\" : 12.1\r\n        },\r\n        {\r\n            \"productNumber\" : 2004,\r\n            \"amount\" : 3,\r\n            \"unitPrice\" : 22.3\r\n        },\r\n        {\r\n            \"productNumber\" : 2003,\r\n            \"amount\" : 8,\r\n            \"unitPrice\" : 12.1\r\n        },\r\n        {\r\n            \"productNumber\" : 2002,\r\n            \"amount\" : 16,\r\n            \"unitPrice\" : 94\r\n        },\r\n        {\r\n            \"productNumber\" : 2005,\r\n            \"amount\" : 9,\r\n            \"unitPrice\" : 44.1\r\n        },\r\n        {\r\n            \"productNumber\" : 2006,\r\n            \"amount\" : 19,\r\n            \"unitPrice\" : 90\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4141/api/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 23 Jan 2024 04:14:47 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"adcbc684-2486-42f7-a7d2-2bb697bfa76d\",\n    \"number\": 1002,\n    \"orderProducts\": [\n        {\n            \"id\": \"31c9e16d-7228-45a5-92d2-94a0ef4e6247\",\n            \"productNumber\": 2003,\n            \"amount\": 2,\n            \"unitPrice\": 12.1,\n            \"totalPrice\": 24.2\n        },\n        {\n            \"id\": \"a9285e3b-66bd-4d05-9f16-9fffccf8d24f\",\n            \"productNumber\": 2004,\n            \"amount\": 3,\n            \"unitPrice\": 22.3,\n            \"totalPrice\": 66.9\n        },\n        {\n            \"id\": \"12555df2-1d5a-4c6b-bca8-c268a6453df3\",\n            \"productNumber\": 2003,\n            \"amount\": 8,\n            \"unitPrice\": 12.1,\n            \"totalPrice\": 96.8\n        },\n        {\n            \"id\": \"1f4a5512-687d-4ab1-ac2c-db9583933a6a\",\n            \"productNumber\": 2002,\n            \"amount\": 16,\n            \"unitPrice\": 94,\n            \"totalPrice\": 1504\n        },\n        {\n            \"id\": \"0bddd277-e2b5-4b4c-90fe-70829c52930c\",\n            \"productNumber\": 2005,\n            \"amount\": 9,\n            \"unitPrice\": 44.1,\n            \"totalPrice\": 396.9\n        },\n        {\n            \"id\": \"2ccbcf38-2806-436b-9aa2-f57f707108f4\",\n            \"productNumber\": 2006,\n            \"amount\": 19,\n            \"unitPrice\": 90,\n            \"totalPrice\": 1710\n        }\n    ],\n    \"totalPrice\": 3798.8\n}"},{"id":"27313c84-fd2f-4b86-afb2-df70dcbb8502","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"number\" : 1004,\r\n    \"products\" : [\r\n        {\r\n            \"productNumber\" : 2003,\r\n            \"amount\" : 2,\r\n            \"unitPrice\" : 12.1\r\n        },\r\n        {\r\n            \"productNumber\" : 2004,\r\n            \"amount\" : 3,\r\n            \"unitPrice\" : 22.3\r\n        },\r\n        {\r\n            \"productNumber\" : 2003,\r\n            \"amount\" : 8,\r\n            \"unitPrice\" : 12.1\r\n        },\r\n        {\r\n            \"productNumber\" : 2002,\r\n            \"amount\" : 16,\r\n            \"unitPrice\" : 94\r\n        },\r\n        {\r\n            \"productNumber\" : 2005,\r\n            \"amount\" : 9,\r\n            \"unitPrice\" : 44.1\r\n        },\r\n        {\r\n            \"productNumber\" : 2006,\r\n            \"amount\" : 19,\r\n            \"unitPrice\" : 90\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4141/api/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Jan 2024 04:16:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"838e5181-7947-455d-ae6b-68a721ec581d\",\n    \"number\": 1004,\n    \"orderProducts\": [\n        {\n            \"id\": \"88a777fe-eeb0-4651-9dd3-311f361865e4\",\n            \"productNumber\": 2003,\n            \"amount\": 2,\n            \"unitPrice\": 12.1,\n            \"totalPrice\": 24.2\n        },\n        {\n            \"id\": \"a16f470b-af8b-493c-9403-3314a24ffc38\",\n            \"productNumber\": 2004,\n            \"amount\": 3,\n            \"unitPrice\": 22.3,\n            \"totalPrice\": 66.9\n        },\n        {\n            \"id\": \"3dece685-a61a-4cf7-b657-732c044d7b41\",\n            \"productNumber\": 2003,\n            \"amount\": 8,\n            \"unitPrice\": 12.1,\n            \"totalPrice\": 96.8\n        },\n        {\n            \"id\": \"65f3ea81-26f8-4d48-b7fc-b9a5e9584885\",\n            \"productNumber\": 2002,\n            \"amount\": 16,\n            \"unitPrice\": 94,\n            \"totalPrice\": 1504\n        },\n        {\n            \"id\": \"3b8fe957-d600-4f49-ab9b-81821a022e0f\",\n            \"productNumber\": 2005,\n            \"amount\": 9,\n            \"unitPrice\": 44.1,\n            \"totalPrice\": 396.9\n        },\n        {\n            \"id\": \"34945897-bca0-4514-ae19-49295536b823\",\n            \"productNumber\": 2006,\n            \"amount\": 19,\n            \"unitPrice\": 90,\n            \"totalPrice\": 1710\n        }\n    ],\n    \"totalPrice\": 3798.8\n}"}],"_postman_id":"4c6637c6-41c6-42fd-acd3-dbcd738132bb"},{"name":"GetOrderByID","id":"f73bd389-f1fe-48be-bc7d-a0dfdad76b51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4141/api/v1/orders/0ba5d259-794f-4d7f-8c9a-9fb6b50fe574","urlObject":{"port":"4141","path":["api","v1","orders","0ba5d259-794f-4d7f-8c9a-9fb6b50fe574"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1a1f7f63-9f83-402f-88ac-62c68e9d00b9","name":"200","originalRequest":{"method":"GET","header":[],"url":"localhost:4141/api/v1/orders/0ba5d259-794f-4d7f-8c9a-9fb6b50fe574"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Jan 2024 04:17:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"0ba5d259-794f-4d7f-8c9a-9fb6b50fe574\",\n    \"number\": 1000,\n    \"orderProducts\": [\n        {\n            \"id\": \"54dff0f9-0d17-47e2-b888-d79ff8442b4a\",\n            \"productNumber\": 2000,\n            \"amount\": 12,\n            \"unitPrice\": 100.51,\n            \"totalPrice\": 1206.12\n        },\n        {\n            \"id\": \"a3a3721b-2f20-4d14-977e-ca1db4070256\",\n            \"productNumber\": 2003,\n            \"amount\": 41,\n            \"unitPrice\": 250,\n            \"totalPrice\": 10250\n        },\n        {\n            \"id\": \"e024cae4-e7c2-4b82-9c1b-17023235faff\",\n            \"productNumber\": 2001,\n            \"amount\": 31,\n            \"unitPrice\": 200,\n            \"totalPrice\": 6200\n        },\n        {\n            \"id\": \"e25c3543-6cda-4c3a-8b22-6a2109cf85aa\",\n            \"productNumber\": 2004,\n            \"amount\": 55,\n            \"unitPrice\": 244,\n            \"totalPrice\": 13420\n        },\n        {\n            \"id\": \"fc16ce3b-7523-4c84-9094-60bce88f69e2\",\n            \"productNumber\": 2002,\n            \"amount\": 22,\n            \"unitPrice\": 150.86,\n            \"totalPrice\": 3318.92\n        }\n    ],\n    \"totalPrice\": 34395.04\n}"}],"_postman_id":"f73bd389-f1fe-48be-bc7d-a0dfdad76b51"},{"name":"GetAllOrders","id":"38be35b9-1f81-43c4-96db-bd856eb9f73e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"pagination\" : {\r\n        \"pageNumber\" : 1,\r\n        \"pageSize\" : 5\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4141/api/v1/orders","urlObject":{"port":"4141","path":["api","v1","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f3fb56e9-ac82-4b2b-9bdb-127a35d12f67","name":"200","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"pagination\" : {\r\n        \"pageNumber\" : 1,\r\n        \"pageSize\" : 5\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4141/api/v1/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Jan 2024 04:17:05 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": \"0ba5d259-794f-4d7f-8c9a-9fb6b50fe574\",\n            \"number\": 1000,\n            \"orderProducts\": [\n                {\n                    \"id\": \"54dff0f9-0d17-47e2-b888-d79ff8442b4a\",\n                    \"productNumber\": 2025,\n                    \"amount\": 12,\n                    \"unitPrice\": 100.51,\n                    \"totalPrice\": 1206.12\n                },\n                {\n                    \"id\": \"a3a3721b-2f20-4d14-977e-ca1db4070256\",\n                    \"productNumber\": 2003,\n                    \"amount\": 41,\n                    \"unitPrice\": 250,\n                    \"totalPrice\": 10250\n                },\n                {\n                    \"id\": \"e024cae4-e7c2-4b82-9c1b-17023235faff\",\n                    \"productNumber\": 2001,\n                    \"amount\": 31,\n                    \"unitPrice\": 200,\n                    \"totalPrice\": 6200\n                },\n                {\n                    \"id\": \"e25c3543-6cda-4c3a-8b22-6a2109cf85aa\",\n                    \"productNumber\": 2004,\n                    \"amount\": 55,\n                    \"unitPrice\": 244,\n                    \"totalPrice\": 13420\n                },\n                {\n                    \"id\": \"fc16ce3b-7523-4c84-9094-60bce88f69e2\",\n                    \"productNumber\": 2002,\n                    \"amount\": 22,\n                    \"unitPrice\": 150.86,\n                    \"totalPrice\": 3318.92\n                }\n            ],\n            \"totalPrice\": 34395.04\n        },\n        {\n            \"id\": \"5982b0f2-f3ff-4020-9bd1-c8ea9d39413c\",\n            \"number\": 1001,\n            \"orderProducts\": [\n                {\n                    \"id\": \"3167c141-7266-49bd-b954-f3331c5364d9\",\n                    \"productNumber\": 2004,\n                    \"amount\": 74,\n                    \"unitPrice\": 211,\n                    \"totalPrice\": 15614\n                },\n                {\n                    \"id\": \"a728219c-6be5-4766-ad03-b7248f2e5765\",\n                    \"productNumber\": 2002,\n                    \"amount\": 121,\n                    \"unitPrice\": 88.11,\n                    \"totalPrice\": 10661.31\n                },\n                {\n                    \"id\": \"c90ddb7d-53cc-4b91-a503-20c9307fb1fc\",\n                    \"productNumber\": 2001,\n                    \"amount\": 88,\n                    \"unitPrice\": 44.531,\n                    \"totalPrice\": 3918.728\n                },\n                {\n                    \"id\": \"e6166bbc-9acf-4f15-b45c-be7a50da3613\",\n                    \"productNumber\": 2002,\n                    \"amount\": 14,\n                    \"unitPrice\": 88.11,\n                    \"totalPrice\": 1233.54\n                }\n            ],\n            \"totalPrice\": 31427.578\n        },\n        {\n            \"id\": \"838e5181-7947-455d-ae6b-68a721ec581d\",\n            \"number\": 1004,\n            \"orderProducts\": [\n                {\n                    \"id\": \"34945897-bca0-4514-ae19-49295536b823\",\n                    \"productNumber\": 2006,\n                    \"amount\": 19,\n                    \"unitPrice\": 90,\n                    \"totalPrice\": 1710\n                },\n                {\n                    \"id\": \"3b8fe957-d600-4f49-ab9b-81821a022e0f\",\n                    \"productNumber\": 2005,\n                    \"amount\": 9,\n                    \"unitPrice\": 44.1,\n                    \"totalPrice\": 396.9\n                },\n                {\n                    \"id\": \"3dece685-a61a-4cf7-b657-732c044d7b41\",\n                    \"productNumber\": 2003,\n                    \"amount\": 8,\n                    \"unitPrice\": 12.1,\n                    \"totalPrice\": 96.8\n                },\n                {\n                    \"id\": \"65f3ea81-26f8-4d48-b7fc-b9a5e9584885\",\n                    \"productNumber\": 2002,\n                    \"amount\": 16,\n                    \"unitPrice\": 94,\n                    \"totalPrice\": 1504\n                },\n                {\n                    \"id\": \"88a777fe-eeb0-4651-9dd3-311f361865e4\",\n                    \"productNumber\": 2003,\n                    \"amount\": 2,\n                    \"unitPrice\": 12.1,\n                    \"totalPrice\": 24.2\n                },\n                {\n                    \"id\": \"a16f470b-af8b-493c-9403-3314a24ffc38\",\n                    \"productNumber\": 2004,\n                    \"amount\": 3,\n                    \"unitPrice\": 22.3,\n                    \"totalPrice\": 66.9\n                }\n            ],\n            \"totalPrice\": 3798.8\n        },\n        {\n            \"id\": \"adcbc684-2486-42f7-a7d2-2bb697bfa76d\",\n            \"number\": 1002,\n            \"orderProducts\": [\n                {\n                    \"id\": \"0bddd277-e2b5-4b4c-90fe-70829c52930c\",\n                    \"productNumber\": 2005,\n                    \"amount\": 9,\n                    \"unitPrice\": 44.1,\n                    \"totalPrice\": 396.9\n                },\n                {\n                    \"id\": \"12555df2-1d5a-4c6b-bca8-c268a6453df3\",\n                    \"productNumber\": 2003,\n                    \"amount\": 8,\n                    \"unitPrice\": 12.1,\n                    \"totalPrice\": 96.8\n                },\n                {\n                    \"id\": \"1f4a5512-687d-4ab1-ac2c-db9583933a6a\",\n                    \"productNumber\": 2002,\n                    \"amount\": 16,\n                    \"unitPrice\": 94,\n                    \"totalPrice\": 1504\n                },\n                {\n                    \"id\": \"2ccbcf38-2806-436b-9aa2-f57f707108f4\",\n                    \"productNumber\": 2006,\n                    \"amount\": 19,\n                    \"unitPrice\": 90,\n                    \"totalPrice\": 1710\n                },\n                {\n                    \"id\": \"31c9e16d-7228-45a5-92d2-94a0ef4e6247\",\n                    \"productNumber\": 2003,\n                    \"amount\": 2,\n                    \"unitPrice\": 12.1,\n                    \"totalPrice\": 24.2\n                },\n                {\n                    \"id\": \"a9285e3b-66bd-4d05-9f16-9fffccf8d24f\",\n                    \"productNumber\": 2004,\n                    \"amount\": 3,\n                    \"unitPrice\": 22.3,\n                    \"totalPrice\": 66.9\n                }\n            ],\n            \"totalPrice\": 3798.8\n        }\n    ],\n    \"pageNumber\": 1,\n    \"pageSize\": 5,\n    \"totalElementCount\": 4,\n    \"totalPageCount\": 1\n}"}],"_postman_id":"38be35b9-1f81-43c4-96db-bd856eb9f73e"},{"name":"UpdateOrderByID","id":"7088fb7d-87df-4b20-a30a-0645b1920ad4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"number\" : 1006\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4141/api/v1/orders/0ba5d259-794f-4d7f-8c9a-9fb6b50fe574","urlObject":{"port":"4141","path":["api","v1","orders","0ba5d259-794f-4d7f-8c9a-9fb6b50fe574"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b4e308d1-fd2a-4db6-9924-217cf9a69535","name":"200","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"number\" : 1006\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:4141/api/v1/orders/0ba5d259-794f-4d7f-8c9a-9fb6b50fe574"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Jan 2024 04:17:21 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"0ba5d259-794f-4d7f-8c9a-9fb6b50fe574\",\n    \"number\": 1006,\n    \"orderProducts\": [\n        {\n            \"id\": \"54dff0f9-0d17-47e2-b888-d79ff8442b4a\",\n            \"productNumber\": 2025,\n            \"amount\": 12,\n            \"unitPrice\": 100.51,\n            \"totalPrice\": 1206.12\n        },\n        {\n            \"id\": \"a3a3721b-2f20-4d14-977e-ca1db4070256\",\n            \"productNumber\": 2003,\n            \"amount\": 41,\n            \"unitPrice\": 250,\n            \"totalPrice\": 10250\n        },\n        {\n            \"id\": \"e024cae4-e7c2-4b82-9c1b-17023235faff\",\n            \"productNumber\": 2001,\n            \"amount\": 31,\n            \"unitPrice\": 200,\n            \"totalPrice\": 6200\n        },\n        {\n            \"id\": \"e25c3543-6cda-4c3a-8b22-6a2109cf85aa\",\n            \"productNumber\": 2004,\n            \"amount\": 55,\n            \"unitPrice\": 244,\n            \"totalPrice\": 13420\n        },\n        {\n            \"id\": \"fc16ce3b-7523-4c84-9094-60bce88f69e2\",\n            \"productNumber\": 2002,\n            \"amount\": 22,\n            \"unitPrice\": 150.86,\n            \"totalPrice\": 3318.92\n        }\n    ],\n    \"totalPrice\": 34395.04\n}"}],"_postman_id":"7088fb7d-87df-4b20-a30a-0645b1920ad4"},{"name":"DeleteOrderByID","id":"58cd54fd-715f-475e-afd9-450dc516998e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:4141/api/v1/orders/5982b0f2-f3ff-4020-9bd1-c8ea9d39413c","urlObject":{"port":"4141","path":["api","v1","orders","5982b0f2-f3ff-4020-9bd1-c8ea9d39413c"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4276a1cf-4ccf-4ce1-8fd6-7653844aa6dc","name":"422","originalRequest":{"method":"DELETE","header":[],"url":"localhost:4141/api/v1/orders/0ba5d259-794f-4d7f-8c9a-9fb6b50fe574"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Jan 2024 04:18:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"time\": \"2024-01-24T07:18:28.1553192\",\n    \"httpStatus\": \"UNPROCESSABLE_ENTITY\",\n    \"header\": \"PROCESS ERROR\",\n    \"isSuccess\": false\n}"},{"id":"9512170b-d91e-47c3-8348-c09293d5636e","name":"200","originalRequest":{"method":"DELETE","header":[],"url":"localhost:4141/api/v1/orders/5982b0f2-f3ff-4020-9bd1-c8ea9d39413c"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 24 Jan 2024 04:19:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"58cd54fd-715f-475e-afd9-450dc516998e"}],"id":"eeb9b93f-92b7-45ec-a90c-930c78b5b7fc","_postman_id":"eeb9b93f-92b7-45ec-a90c-930c78b5b7fc","description":""},{"name":"Statistics","item":[{"name":"Statistic_1a","id":"14dfc32f-cac5-4c03-93a2-0425cbc25254","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4141/api/v1/statistics/get-total-price-of-all-orders","urlObject":{"port":"4141","path":["api","v1","statistics","get-total-price-of-all-orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"19b12dbf-3361-4634-898a-ea8af264490f","name":"200","originalRequest":{"method":"GET","header":[],"url":"localhost:4141/api/v1/statistics/get-total-price-of-all-orders"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"45"},{"key":"Date","value":"Wed, 24 Jan 2024 04:19:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Tüm siparişlerin toplam tutarı: 69621.4180"}],"_postman_id":"14dfc32f-cac5-4c03-93a2-0425cbc25254"},{"name":"Statistics_1b_1[GetProductStatisticsByNumber]","id":"485cd215-d2c9-404a-a2d0-c85dbf00bbd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4141/api/v1/statistics/get-product-statistics/2001","urlObject":{"port":"4141","path":["api","v1","statistics","get-product-statistics","2001"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"77a3cca4-dcc3-4d99-a909-9b764d9b6f14","name":"200","originalRequest":{"method":"GET","header":[],"url":"localhost:4141/api/v1/statistics/get-product-statistics/2001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Jan 2024 04:19:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"productId\": \"2d2fe999-71fe-40ed-aec4-1d019cc219a7\",\n    \"productNumber\": 2001,\n    \"unitPrice\": 65,\n    \"totalSaleAmount\": 119,\n    \"totalPrice\": 10118.728,\n    \"averageUnitPrice\": 85.0313\n}"}],"_postman_id":"485cd215-d2c9-404a-a2d0-c85dbf00bbd9"},{"name":"Statistics_1b_2[GetProductStatisticsOfAllProducts]","id":"6acf433a-2935-49e9-bac7-a7d3810575eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4141/api/v1/statistics/get-product-statistics","urlObject":{"port":"4141","path":["api","v1","statistics","get-product-statistics"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8caa9191-5f77-456a-93d5-7226185ecccc","name":"200","originalRequest":{"method":"GET","header":[],"url":"localhost:4141/api/v1/statistics/get-product-statistics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Jan 2024 04:19:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"productId\": \"b58f670a-37ac-4534-99a5-ea9667838de5\",\n        \"productNumber\": 2000,\n        \"unitPrice\": 60,\n        \"totalSaleAmount\": 12,\n        \"totalPrice\": 1206.12,\n        \"averageUnitPrice\": 100.51\n    },\n    {\n        \"productId\": \"2d2fe999-71fe-40ed-aec4-1d019cc219a7\",\n        \"productNumber\": 2001,\n        \"unitPrice\": 65,\n        \"totalSaleAmount\": 119,\n        \"totalPrice\": 10118.728,\n        \"averageUnitPrice\": 85.0313\n    },\n    {\n        \"productId\": \"914aaa29-3e30-482b-b0ac-ec4531edee1a\",\n        \"productNumber\": 2002,\n        \"unitPrice\": 70,\n        \"totalSaleAmount\": 173,\n        \"totalPrice\": 16717.77,\n        \"averageUnitPrice\": 96.6345\n    },\n    {\n        \"productId\": \"b09abbce-efd0-4be0-89ed-c92b456d815a\",\n        \"productNumber\": 2003,\n        \"unitPrice\": 75,\n        \"totalSaleAmount\": 51,\n        \"totalPrice\": 10371,\n        \"averageUnitPrice\": 203.3529\n    },\n    {\n        \"productId\": \"d74ff6a1-ef15-4082-ba69-28cc2951777c\",\n        \"productNumber\": 2004,\n        \"unitPrice\": 80,\n        \"totalSaleAmount\": 132,\n        \"totalPrice\": 29100.9,\n        \"averageUnitPrice\": 220.4614\n    },\n    {\n        \"productId\": \"484e9374-ae5f-4abe-83e8-bf8dae0e26b9\",\n        \"productNumber\": 2005,\n        \"unitPrice\": 85,\n        \"totalSaleAmount\": 9,\n        \"totalPrice\": 396.9,\n        \"averageUnitPrice\": 44.1\n    },\n    {\n        \"productId\": \"dba3a89a-9de1-4f1b-9583-ff0536f1e3e7\",\n        \"productNumber\": 2006,\n        \"unitPrice\": 90,\n        \"totalSaleAmount\": 19,\n        \"totalPrice\": 1710,\n        \"averageUnitPrice\": 90\n    }\n]"}],"_postman_id":"6acf433a-2935-49e9-bac7-a7d3810575eb"},{"name":"Statistics_1d_1","id":"6e17637d-fe9d-4cf3-a6f9-3f7ccde54b87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:4141/api/v1/statistics/product-quantities-by-order/product-number/2004","urlObject":{"port":"4141","path":["api","v1","statistics","product-quantities-by-order","product-number","2004"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"57368aec-3ada-4d0d-989a-783c5f7b0171","name":"200","originalRequest":{"method":"GET","header":[],"url":"localhost:4141/api/v1/statistics/product-quantities-by-order/product-number/2004"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Jan 2024 04:20:00 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"orderNumber\": 1001,\n        \"productNumber\": 2004,\n        \"productSaleAmount\": 74\n    },\n    {\n        \"orderNumber\": 1002,\n        \"productNumber\": 2004,\n        \"productSaleAmount\": 3\n    },\n    {\n        \"orderNumber\": 1000,\n        \"productNumber\": 2004,\n        \"productSaleAmount\": 55\n    }\n]"}],"_postman_id":"6e17637d-fe9d-4cf3-a6f9-3f7ccde54b87"}],"id":"c8b56e58-0c3a-448f-9a20-2d10d3b71822","_postman_id":"c8b56e58-0c3a-448f-9a20-2d10d3b71822","description":""},{"name":"New Request","id":"1c433cfc-f5a2-4ab1-8649-cadcf75c443a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"siparisId\" : 1000\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:9094/siparistoplama","urlObject":{"port":"9094","path":["siparistoplama"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c433cfc-f5a2-4ab1-8649-cadcf75c443a"}]}