{"info":{"_postman_id":"5473372f-6f8f-4b7d-837f-0888854b8586","name":"Collection2","description":"This is a simple API\n\nContact Support:\n Email: you@your-company.com","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"inventory","item":[{"name":"searches inventory","id":"09d479db-bcb7-4f8f-911b-5f0511421197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/inventory?searchString=<string>","host":["{{baseUrl}}"],"path":["inventory"],"query":[{"key":"searchString","value":"<string>","description":"pass an optional search string for looking up inventory"},{"key":"skip","value":"<integer>","description":"number of records to skip for pagination","disabled":true},{"key":"limit","value":"<integer>","description":"maximum number of records to return","disabled":true}]},"description":"By passing in the appropriate options, you can search for\navailable inventory in the system\n"},"response":[{"id":"5ba2c5d4-cfc3-42fc-91bd-7d763e7b705c","name":"bad input parameter","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/inventory?searchString=<string>&skip=<integer>&limit=<integer>","host":["{{baseUrl}}"],"path":["inventory"],"query":[{"key":"searchString","value":"<string>"},{"key":"skip","value":"<integer>"},{"key":"limit","value":"<integer>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"91f28355-1630-485a-82d6-3e7971447bc1","name":"search results matching criteria","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/inventory?searchString=<string>&skip=<integer>&limit=<integer>","host":["{{baseUrl}}"],"path":["inventory"],"query":[{"key":"searchString","value":"<string>"},{"key":"skip","value":"<integer>"},{"key":"limit","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"id\": \"d290f1ee-6c54-4b01-90e6-d701748f0851\",\n  \"name\": \"Widget Adapter\",\n  \"manufacturer\": {\n   \"name\": \"ACME Corporation\",\n   \"homePage\": \"https://www.acme-corp.com\",\n   \"phone\": \"408-867-5309\"\n  },\n  \"releaseDate\": \"2016-08-29T09:12:33.001Z\"\n },\n {\n  \"id\": \"d290f1ee-6c54-4b01-90e6-d701748f0851\",\n  \"name\": \"Widget Adapter\",\n  \"manufacturer\": {\n   \"name\": \"ACME Corporation\",\n   \"homePage\": \"https://www.acme-corp.com\",\n   \"phone\": \"408-867-5309\"\n  },\n  \"releaseDate\": \"2016-08-29T09:12:33.001Z\"\n }\n]"}],"_postman_id":"09d479db-bcb7-4f8f-911b-5f0511421197"},{"name":"adds an inventory item","id":"d5ce30df-588a-4d98-b7a2-223b60538fb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"manufacturer\": {\n        \"name\": \"<string>\",\n        \"homePage\": \"<url>\",\n        \"phone\": \"<string>\"\n    },\n    \"releaseDate\": \"<dateTime>\"\n}"},"url":"{{baseUrl}}/inventory","description":"Adds an item to the system"},"response":[{"id":"23f0513c-d5af-42af-83b2-fb7e7239df02","name":"invalid input, object invalid","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"d290f1ee-6c54-4b01-90e6-d701748f0851\",\n    \"name\": \"Widget Adapter\",\n    \"manufacturer\": {\n        \"name\": \"ACME Corporation\",\n        \"homePage\": \"https://www.acme-corp.com\",\n        \"phone\": \"408-867-5309\"\n    },\n    \"releaseDate\": \"2016-08-29T09:12:33.001Z\"\n}"},"url":"{{baseUrl}}/inventory"},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8ecc753e-821d-4798-9677-381c91c16f37","name":"item created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"d290f1ee-6c54-4b01-90e6-d701748f0851\",\n    \"name\": \"Widget Adapter\",\n    \"manufacturer\": {\n        \"name\": \"ACME Corporation\",\n        \"homePage\": \"https://www.acme-corp.com\",\n        \"phone\": \"408-867-5309\"\n    },\n    \"releaseDate\": \"2016-08-29T09:12:33.001Z\"\n}"},"url":"{{baseUrl}}/inventory"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b587586b-2a82-4eaf-a363-bb1b3448cf2e","name":"an existing item already exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"d290f1ee-6c54-4b01-90e6-d701748f0851\",\n    \"name\": \"Widget Adapter\",\n    \"manufacturer\": {\n        \"name\": \"ACME Corporation\",\n        \"homePage\": \"https://www.acme-corp.com\",\n        \"phone\": \"408-867-5309\"\n    },\n    \"releaseDate\": \"2016-08-29T09:12:33.001Z\"\n}"},"url":"{{baseUrl}}/inventory"},"status":"Conflict","code":409,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d5ce30df-588a-4d98-b7a2-223b60538fb0"}],"id":"3b2fb890-9377-417d-b751-3d83c22ba4c1","_postman_id":"3b2fb890-9377-417d-b751-3d83c22ba4c1"}],"variable":[{"id":"baseUrl","key":"baseUrl","value":"https://virtserver.swaggerhub.com/ElamouryOrganization/Test101/1.0.0","type":"string"}]}