{"info":{"_postman_id":"fb904d01-5161-4c78-a77f-8b0f3a897f19","name":"OOZONS","description":"<html><head></head><body><p><strong>ApiRest Spring boot pour la gestion des produits</strong></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"30212947","collectionId":"fb904d01-5161-4c78-a77f-8b0f3a897f19","publishedId":"2sA3XLG5BN","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-06-10T16:54:20.000Z"},"item":[{"name":"PRODUCT MANAGMENT","item":[{"name":"Category","item":[{"name":"ALL","id":"01c4062a-a0a5-4c8b-b69b-a60e6ae26c27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/categories","urlObject":{"protocol":"http","port":"8080","path":["categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"01c4062a-a0a5-4c8b-b69b-a60e6ae26c27"},{"name":"Save","id":"3eb02900-39ca-4cb8-b2e6-a64975c54991","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"libelle\": \"IPHONE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/categories","urlObject":{"protocol":"http","port":"8080","path":["categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3eb02900-39ca-4cb8-b2e6-a64975c54991"},{"name":"Update","id":"bf92846d-a3d5-4cd7-be90-b2045cc606b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"    {\r\n        \"id\": 1,\r\n        \"code\": \"PP_CAT\",\r\n        \"libelle\": \"Mango\"\r\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/categories/update/1","urlObject":{"protocol":"http","port":"8080","path":["categories","update","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf92846d-a3d5-4cd7-be90-b2045cc606b8"},{"name":"delete","id":"9ca893f6-8514-4708-9cf0-1a01e6b477b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/categories/delete/23","urlObject":{"protocol":"http","port":"8080","path":["categories","delete","23"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ca893f6-8514-4708-9cf0-1a01e6b477b9"}],"id":"245b2611-218b-42dd-81e4-a8e4d7ac24b8","_postman_id":"245b2611-218b-42dd-81e4-a8e4d7ac24b8","description":""},{"name":"Product","item":[{"name":"All","id":"316777af-1bd6-474f-9379-615736aea2dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/products","urlObject":{"protocol":"http","port":"8080","path":["products"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"316777af-1bd6-474f-9379-615736aea2dc"},{"name":"Save","id":"0e2d8413-282e-4024-9cff-0a0be0dfbff3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"libelle\": \"GS66\",\r\n  \"description\": \"Slime gameur Pro\",\r\n  \"price\": 15000.0,\r\n  \"category\":{\r\n        \"id\": 3,\r\n        \"code\": \"SI_CAT\",\r\n        \"libelle\": \"MSI\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/products","urlObject":{"protocol":"http","port":"8080","path":["products"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e2d8413-282e-4024-9cff-0a0be0dfbff3"},{"name":"update","id":"b67f8c46-fa40-4f96-9f2e-aafbe1ac9fb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"    {\r\n        \"id\": 1,\r\n        \"code\": \"E6_PROD\",\r\n        \"libelle\": \"GE67\",\r\n        \"description\": \"gameur Pro\",\r\n        \"price\": 35000.0,\r\n        \"category\": {\r\n            \"id\": 3,\r\n            \"code\": \"SI_CAT\",\r\n            \"libelle\": \"MSI\"\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/products/update/1","urlObject":{"protocol":"http","port":"8080","path":["products","update","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b67f8c46-fa40-4f96-9f2e-aafbe1ac9fb3"},{"name":"delete","id":"b077cb30-6247-42d7-a902-d981a81e0964","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/products/delete/1","urlObject":{"protocol":"http","port":"8080","path":["products","delete","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b077cb30-6247-42d7-a902-d981a81e0964"}],"id":"97e552f8-32d5-4ca1-9e99-869d5760c0de","_postman_id":"97e552f8-32d5-4ca1-9e99-869d5760c0de","description":""}],"id":"6f0e3fff-d8f8-4659-864a-82f2ee3a5795","_postman_id":"6f0e3fff-d8f8-4659-864a-82f2ee3a5795","description":""}]}