{"info":{"_postman_id":"5e0101f0-1021-482e-9db2-4e60942d9a27","name":"Soluthevnik-Backend","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"17256808","collectionId":"5e0101f0-1021-482e-9db2-4e60942d9a27","publishedId":"2s8YzMXQms","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-12-04T00:55:01.000Z"},"item":[{"name":"POST admin/save","id":"3395c37c-42f5-49a5-a31d-47572f76c47e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"k_id\":200120001999,\r\n    \"n_name\": \"Guillermo\",\r\n    \"n_lastname\":\"Osorio\",\r\n    \"o_password\":\"guille\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/admin/save","urlObject":{"protocol":"http","port":"8081","path":["admin","save"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3395c37c-42f5-49a5-a31d-47572f76c47e"},{"name":"POST /admin/login?k_id=789456123&password=ola","id":"299a727a-3d05-4842-8725-a0ff01d04eb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8081/admin/login?k_id=789456123&password=letmein","urlObject":{"protocol":"http","port":"8081","path":["admin","login"],"host":["localhost"],"query":[{"key":"k_id","value":"789456123"},{"key":"password","value":"letmein"}],"variable":[]}},"response":[],"_postman_id":"299a727a-3d05-4842-8725-a0ff01d04eb6"},{"name":"POST product/save","id":"4ea38102-5998-4012-8e31-48e00b6de5d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"k_id\":783,\r\n    \"n_name\":\"package..\",\r\n    \"o_description\":\"product for...\",\r\n    \"o_weight\":543.45,\r\n    \"o_imageURL\":\"https://www.camejia.com/uploads/arandelas_planas_zincadas523f0.jpg\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/product/save","urlObject":{"protocol":"http","port":"8081","path":["product","save"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ea38102-5998-4012-8e31-48e00b6de5d8"},{"name":"GET product/getAll","id":"76cf2fc6-bef8-468f-b15e-861444b24258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/product/getAll","urlObject":{"protocol":"http","port":"8081","path":["product","getAll"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"76cf2fc6-bef8-468f-b15e-861444b24258"},{"name":"POST raw_material_order/save","id":"7eca7a57-df17-476d-87e3-27c08852d5b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"raw_material_order\":{\r\n        \"supplier_id\":12345,\r\n        \"admin_id\":789456123,\r\n        \"v_total_price\":0.0\r\n    },\r\n    \"raw_material_order_items\":[\r\n        {\r\n            \"raw_material_id\":369,\r\n            \"q_quantity\":5,\r\n            \"v_unit_price\":45320.54\r\n        },\r\n        {\r\n            \"raw_material_id\":458,\r\n            \"q_quantity\":3,\r\n            \"v_unit_price\":65320.54\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/raw_material_order/save","urlObject":{"protocol":"http","port":"8081","path":["raw_material_order","save"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7eca7a57-df17-476d-87e3-27c08852d5b0"},{"name":"POST raw_material_order_item/save","id":"b1d5bc55-466c-4fad-93cb-483a3d0a5b5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"raw_material_order_id\":7,\r\n    \"raw_material_id\":458,\r\n    \"q_quantity\":2,\r\n    \"v_unit_price\":4510.02\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/raw_material_order_item/save","urlObject":{"protocol":"http","port":"8081","path":["raw_material_order_item","save"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1d5bc55-466c-4fad-93cb-483a3d0a5b5e"},{"name":"GET raw_material_order_item/findAll","id":"d446715c-c32b-4d97-b5a9-79c0df4f5a5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/raw_material_order_item/findAll","urlObject":{"protocol":"http","port":"8081","path":["raw_material_order_item","findAll"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d446715c-c32b-4d97-b5a9-79c0df4f5a5e"},{"name":"GET sale_order_item/findAll","id":"dc6829ec-3e37-4bf9-8d6d-aaac30da95a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/sale_order_item/findAll","urlObject":{"protocol":"http","port":"8081","path":["sale_order_item","findAll"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc6829ec-3e37-4bf9-8d6d-aaac30da95a4"},{"name":"POST sale_order/save","id":"eea9d918-ef85-4063-b1fb-755097102ab3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sale_order\":{\r\n        \"k_id\":12,\r\n        \"client_id\":145,\r\n        \"admin_id\":789456123,\r\n        \"total_price\":0.0\r\n    },\r\n    \"sale_order_items\":[\r\n        {\r\n            \"product_id\":963,\r\n            \"q_quantity\":5,\r\n            \"v_unit_price\":45320.54\r\n        },\r\n        {\r\n            \"product_id\":89,\r\n            \"q_quantity\":3,\r\n            \"v_unit_price\":65320.54\r\n        }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/sale_order/save","urlObject":{"protocol":"http","port":"8081","path":["sale_order","save"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"eea9d918-ef85-4063-b1fb-755097102ab3"},{"name":"GET sale_order_item/findAll","id":"bec9a42a-60bc-40e3-aca3-5b77b694621a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/sale_order_item/findAll","urlObject":{"protocol":"http","port":"8081","path":["sale_order_item","findAll"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bec9a42a-60bc-40e3-aca3-5b77b694621a"},{"name":"GET client/findAll","id":"00e3169b-1890-4bed-8f66-251495d9157c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/client/findAll","urlObject":{"protocol":"http","port":"8081","path":["client","findAll"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"00e3169b-1890-4bed-8f66-251495d9157c"},{"name":"GET supplier/findAll","id":"0c46d50d-01c8-4ba3-9814-34871ac6a4d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/supplier/findAll","urlObject":{"protocol":"http","port":"8081","path":["supplier","findAll"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c46d50d-01c8-4ba3-9814-34871ac6a4d4"},{"name":"GET raw_material/findAll","id":"f59b70ba-54b2-48a7-a856-bb35cf0dd017","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/raw_material/findAll","urlObject":{"protocol":"http","port":"8081","path":["raw_material","findAll"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f59b70ba-54b2-48a7-a856-bb35cf0dd017"},{"name":"GET sale_order/findAll","id":"264ac4ae-9cae-4eb5-af75-0c930d1496a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/sale_order/findAll","urlObject":{"protocol":"http","port":"8081","path":["sale_order","findAll"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"264ac4ae-9cae-4eb5-af75-0c930d1496a9"},{"name":"GET raw_material_order/findAll","id":"210b5d6d-64ba-4a85-bf3b-7faf2b83e0c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/raw_material_order/findAll","urlObject":{"protocol":"http","port":"8081","path":["raw_material_order","findAll"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"210b5d6d-64ba-4a85-bf3b-7faf2b83e0c4"}]}