{"info":{"_postman_id":"62e07c48-7084-4747-bd81-855eaa9641be","name":"ORDER STOCK","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"5116892","collectionId":"62e07c48-7084-4747-bd81-855eaa9641be","publishedId":"2s9YJXYPqa","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-09-25T17:28:40.000Z"},"item":[{"name":"orders","id":"309431d7-61ab-4128-a6a3-8e9b287408b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8090/api/v1/orders","urlObject":{"port":"8090","path":["api","v1","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cc351fd2-0790-43c3-9876-e8042953a194","name":"orders","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/api/v1/orders"},"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, 25 Sep 2023 17:38:15 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"user\": {\n            \"id\": 2,\n            \"name\": \"luis\",\n            \"email\": \"malacma@gmail.com\"\n        },\n        \"item\": {\n            \"id\": 1,\n            \"name\": \" ITEM NAME\"\n        },\n        \"quantity\": 2,\n        \"creationDate\": \"2023-09-25\",\n        \"status\": \"COMPLETED\"\n    },\n    {\n        \"id\": 2,\n        \"user\": {\n            \"id\": 2,\n            \"name\": \"luis\",\n            \"email\": \"malacma@gmail.com\"\n        },\n        \"item\": {\n            \"id\": 1,\n            \"name\": \" ITEM NAME\"\n        },\n        \"quantity\": 1,\n        \"creationDate\": \"2023-09-25\",\n        \"status\": \"NEW\"\n    },\n    {\n        \"id\": 3,\n        \"user\": {\n            \"id\": 2,\n            \"name\": \"luis\",\n            \"email\": \"malacma@gmail.com\"\n        },\n        \"item\": {\n            \"id\": 1,\n            \"name\": \" ITEM NAME\"\n        },\n        \"quantity\": 1,\n        \"creationDate\": \"2023-09-25\",\n        \"status\": \"NEW\"\n    }\n]"}],"_postman_id":"309431d7-61ab-4128-a6a3-8e9b287408b1"},{"name":"itens","id":"43ac0ab4-8a1f-4fbb-9323-f2c8dad7d21d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8090/api/v1/itens","urlObject":{"port":"8090","path":["api","v1","itens"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"dc7c8f90-5279-485f-a3c6-767d191ee209","name":"itens","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/api/v1/itens"},"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, 25 Sep 2023 17:36:22 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \" ITEM NAME\"\n    },\n    {\n        \"id\": 5,\n        \"name\": \"TSHIRT GREEN LARGE 21\"\n    }\n]"}],"_postman_id":"43ac0ab4-8a1f-4fbb-9323-f2c8dad7d21d"},{"name":"getOrdersWithStockMovement","id":"40dd4d05-58e5-46d3-9a54-8ceaea5cd8ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8090/api/v1/orders/stock-movement-report","urlObject":{"port":"8090","path":["api","v1","orders","stock-movement-report"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4d2c770a-0e9f-4b21-967c-525ec40767fc","name":"getOrdersWithStockMovement","originalRequest":{"method":"GET","header":[],"url":"localhost:8093/api/v1/orders/stock-movement-report"},"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, 25 Sep 2023 17:44:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"orderId\": 3,\n        \"user\": {\n            \"id\": 2,\n            \"name\": \"luis\",\n            \"email\": \"malacma@gmail.com\"\n        },\n        \"item\": {\n            \"id\": 1,\n            \"name\": \" ITEM NAME\"\n        },\n        \"quantity\": 2,\n        \"creationDate\": \"2023-09-25\",\n        \"status\": \"COMPLETED\",\n        \"stockMovementId\": 3,\n        \"stockMovementCreationDate\": \"2023-09-25\"\n    },\n    {\n        \"orderId\": 2,\n        \"user\": {\n            \"id\": 2,\n            \"name\": \"luis\",\n            \"email\": \"malacma@gmail.com\"\n        },\n        \"item\": {\n            \"id\": 1,\n            \"name\": \" ITEM NAME\"\n        },\n        \"quantity\": 1,\n        \"creationDate\": \"2023-09-25\",\n        \"status\": \"NEW\",\n        \"stockMovementId\": 3,\n        \"stockMovementCreationDate\": \"2023-09-25\"\n    }\n]"}],"_postman_id":"40dd4d05-58e5-46d3-9a54-8ceaea5cd8ea"},{"name":"stock-movements","id":"ee4241fc-ca6d-4e8f-85be-fd68b333caba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8090/api/v1/stock-movements","urlObject":{"port":"8090","path":["api","v1","stock-movements"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2c0dcfbb-54a2-4698-98d9-e5a3f4ca91ee","name":"stock-movements","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/api/v1/stock-movements"},"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, 25 Sep 2023 17:34:42 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"creationDate\": \"2023-09-25\",\n        \"item\": {\n            \"id\": 1,\n            \"name\": \" ITEM NAME\"\n        },\n        \"quantity\": 119\n    }\n]"}],"_postman_id":"ee4241fc-ca6d-4e8f-85be-fd68b333caba"},{"name":"users","id":"28175dc0-5003-4ca9-b330-d0bb97930dbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8090/api/v1/users","urlObject":{"port":"8090","path":["api","v1","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a4459046-3c5d-4dcf-879e-1f83713150fb","name":"users","originalRequest":{"method":"GET","header":[],"url":"localhost:8090/api/v1/users"},"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, 25 Sep 2023 17:38:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"name\": \"luis\",\n        \"email\": \"malacma@gmail.com\"\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Moretto\",\n        \"email\": \"malacma@gmail.com.br\"\n    }\n]"}],"_postman_id":"28175dc0-5003-4ca9-b330-d0bb97930dbd"},{"name":"orders","id":"cb6519d6-312e-44e5-a286-bb63d4b1da75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userID\": 2,\r\n    \"itemID\": 1,\r\n    \"quantity\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/api/v1/orders","urlObject":{"port":"8090","path":["api","v1","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb6519d6-312e-44e5-a286-bb63d4b1da75"},{"name":"itens","id":"9abecf27-1e28-4df2-90e3-6e8dc91c07cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"TSHIRT GREEN LARGE 21\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/api/v1/itens","urlObject":{"port":"8090","path":["api","v1","itens"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9abecf27-1e28-4df2-90e3-6e8dc91c07cb"},{"name":"users","id":"0985b506-1c29-4224-ba2a-14a8d2d5f95b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"malacma@gmail.com.br\",\r\n    \"name\":\"Moretto\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/api/v1/users","urlObject":{"port":"8090","path":["api","v1","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0985b506-1c29-4224-ba2a-14a8d2d5f95b"},{"name":"stock-movements","id":"cc543507-61b1-43d1-a781-fd9c608658d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"item\":{\r\n        \"id\":5\r\n    },\r\n    \"quantity\":\"900\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/api/v1/stock-movements","urlObject":{"port":"8090","path":["api","v1","stock-movements"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc543507-61b1-43d1-a781-fd9c608658d8"},{"name":"stock-movements","id":"7178de9c-48f7-4a3f-9732-ba0e02878d3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 9,\r\n    \"creationDate\": \"2023-09-25\",\r\n    \"item\": {\r\n        \"id\": 5,\r\n        \"name\": \"\"\r\n    },\r\n    \"quantity\": 9002\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/api/v1/stock-movements","urlObject":{"port":"8090","path":["api","v1","stock-movements"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7178de9c-48f7-4a3f-9732-ba0e02878d3d"},{"name":"itens","id":"65e639b5-02aa-498a-8aa0-fd8498fc0a96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"id\": 1,\r\n        \"name\":\" ITEM NAME\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"localhost:8090/api/v1/itens","urlObject":{"port":"8090","path":["api","v1","itens"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"65e639b5-02aa-498a-8aa0-fd8498fc0a96"},{"name":"orders","id":"a1565a04-3f7d-426a-91dc-bd1272d7107b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:8090/api/v1/orders/3/2/COMPLETED/update","urlObject":{"port":"8090","path":["api","v1","orders","3","2","COMPLETED","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1565a04-3f7d-426a-91dc-bd1272d7107b"},{"name":"users","id":"6a6cdcb0-d141-4de7-9df1-80cfaa91767b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\":2,\r\n    \"name\":\"luis\",\r\n    \"email\":\"malacma@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8090/api/v1/users","urlObject":{"port":"8090","path":["api","v1","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a6cdcb0-d141-4de7-9df1-80cfaa91767b"},{"name":"orders","id":"13d71a2d-59d3-4972-b453-314997528f98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"1","options":{"raw":{"language":"json"}}},"url":"localhost:8099/api/v1/orders/1/delete","urlObject":{"port":"8099","path":["api","v1","orders","1","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"13d71a2d-59d3-4972-b453-314997528f98"},{"name":"itens","id":"a9bfb8c8-9930-4bc3-8ebc-e5f1a132f06a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"1","options":{"raw":{"language":"json"}}},"url":"localhost:8090/api/v1/itens/1/delete","urlObject":{"port":"8090","path":["api","v1","itens","1","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9bfb8c8-9930-4bc3-8ebc-e5f1a132f06a"},{"name":"users","id":"e2ff6c44-e2eb-4513-8f2c-3ae259cc96e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"1","options":{"raw":{"language":"json"}}},"url":"localhost:8090/api/v1/users/5/delete","urlObject":{"port":"8090","path":["api","v1","users","5","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2ff6c44-e2eb-4513-8f2c-3ae259cc96e9"},{"name":"stock-movements","id":"a293ba8e-ddcb-4247-8b98-d3e365feb412","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"19","options":{"raw":{"language":"json"}}},"url":"localhost:8090/api/v1/stock-movements/12/delete","urlObject":{"port":"8090","path":["api","v1","stock-movements","12","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"986634bc-6c25-4cc1-b531-a24eb5c041a4","name":"New Request Copy 5","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"15","options":{"raw":{"language":"json"}}},"url":"localhost:8090/api/v1/stock-movements"},"status":"Internal Server Error","code":500,"_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":"Fri, 22 Sep 2023 07:29:38 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2023-09-22T07:29:38.116+00:00\",\n    \"status\": 500,\n    \"error\": \"Internal Server Error\",\n    \"path\": \"/api/v1/stock-movements\"\n}"}],"_postman_id":"a293ba8e-ddcb-4247-8b98-d3e365feb412"}]}