{"info":{"_postman_id":"0e32bfca-22d2-4540-a655-9194648f3c81","name":"dn_lab","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3500246","collectionId":"0e32bfca-22d2-4540-a655-9194648f3c81","publishedId":"2sAYdcqrNU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-02-22T08:07:58.000Z"},"item":[{"name":"Получить все позиции","id":"e51d4b33-a62c-47ee-9c5d-de009f4a9812","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/items","urlObject":{"path":["items"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"98b9933f-0561-4b6f-9664-b5e799b5069b","name":"Получить все позиции","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/items"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"HP ProLiant DL360 Gen7\",\n        \"description\": \"Пустая платформа, HP Array SAS\",\n        \"count\": 1\n    }\n]"}],"_postman_id":"e51d4b33-a62c-47ee-9c5d-de009f4a9812"},{"name":"Добавить позицию","id":"31a34a88-0430-46aa-b22f-a6e1755a1961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"HP G6\",\r\n  \"description\": \"Пустая платформа, HP Array SAS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items","urlObject":{"path":["items"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"d4f375d2-5c86-4e4e-9447-1ca94631909a","name":"Добавить позицию","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"HP G6\",\r\n  \"description\": \"Пустая платформа, HP Array SAS\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"31a34a88-0430-46aa-b22f-a6e1755a1961"},{"name":"Получить позицию по ID","id":"82e247e0-6c21-4595-9180-b152090d1ad5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/items/2","urlObject":{"path":["items","2"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"4c023e58-998a-454d-b41f-1fd0febb22f3","name":"Получить позицию по ID","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/items/2"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"name\": \"HP G6\",\n    \"description\": \"Пустая платформа, HP Array SAS\",\n    \"count\": 1\n}"}],"_postman_id":"82e247e0-6c21-4595-9180-b152090d1ad5"},{"name":"Обновить позицию по ID","id":"7cf0a70a-2033-487b-90c0-f7aa7c6c7385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"HP ProLiant DL120 Gen6\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/2","urlObject":{"path":["items","2"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"a649e7cb-973b-43b2-ab61-11b50b44c483","name":"Обновить позицию по ID","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"HP ProLiant DL120 Gen6\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/2"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"7cf0a70a-2033-487b-90c0-f7aa7c6c7385"},{"name":"Удалить позицию по ID","id":"22535f6b-08f1-47f5-acd7-95207b02d2f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/items/2","urlObject":{"path":["items","2"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"0865f169-4042-47b5-a49e-3e60821020aa","name":"Удалить позицию по ID","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8080/items/2"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"OK"}],"_postman_id":"22535f6b-08f1-47f5-acd7-95207b02d2f9"}],"event":[{"listen":"prerequest","script":{"id":"f354c572-43fb-4663-af19-6efd32125f5c","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"b4221d33-dbf7-4f35-9859-aac6d94e82d0","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"gateway","value":"http://localhost:8080","type":"string"}]}