{"info":{"_postman_id":"46f8cc38-5733-4724-9fe3-04a92c19ccda","name":"Valkyrie - Best Available Seats","description":"<html><head></head><body><p>Best Available Seats API</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8746814","collectionId":"46f8cc38-5733-4724-9fe3-04a92c19ccda","publishedId":"SzmcZeCG","public":true,"customColor":{"top-bar":"363A42","right-sidebar":"363A42","highlight":"F07241"},"publishDate":"2020-05-06T01:23:05.000Z"},"item":[{"name":"best seat available - venue with odd number of columns","id":"2013e90a-cd99-40f3-8279-f4058c08e12a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"venue\": {\n    \"layout\": {\n      \"rows\": 7,\n      \"columns\": 50\n    }\n  },\n  \"seats\": [\n    {\n      \"id\": \"a1\",\n      \"row\": \"a\",\n      \"column\": 1,\n      \"status\": \"AVAILABLE\"\n    },\n    {\n      \"id\": \"b5\",\n      \"row\": \"b\",\n      \"column\": 5,\n      \"status\": \"AVAILABLE\"\n    },\n    {\n      \"id\": \"g7\",\n      \"row\": \"g\",\n      \"column\": 7,\n      \"status\": \"AVAILABLE\"\n    }\n  ]\n}\n"},"url":"localhost:3000/api/v1/venue/lookup_best_available_seats","description":"<p>Finding the best available seat in a venue with odd number of columns</p>\n","urlObject":{"port":"3000","path":["api","v1","venue","lookup_best_available_seats"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2013e90a-cd99-40f3-8279-f4058c08e12a"},{"name":"best seat available - party of 2","id":"6158b896-57eb-40e3-a3ee-4086a27bd8ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"party_of\": 2,\n  \"venue\": {\n    \"layout\": {\n      \"rows\": 6,\n      \"columns\": 8\n    }\n  },\n  \"seats\": [\n    {\n      \"id\": \"a1\",\n      \"row\": \"a\",\n      \"column\": 1,\n      \"status\": \"AVAILABLE\"\n    },\n    {\n      \"id\": \"b4\",\n      \"row\": \"b\",\n      \"column\": 4,\n      \"status\": \"AVAILABLE\"\n    },\n    {\n      \"id\": \"b6\",\n      \"row\": \"b\",\n      \"column\": 6,\n      \"status\": \"AVAILABLE\"\n    },\n    {\n      \"id\": \"b7\",\n      \"row\": \"b\",\n      \"column\": 7,\n      \"status\": \"AVAILABLE\"\n    },\n    {\n      \"id\": \"c4\",\n      \"row\": \"c\",\n      \"column\": 4,\n      \"status\": \"AVAILABLE\"\n    },\n    {\n      \"id\": \"c5\",\n      \"row\": \"c\",\n      \"column\": 5,\n      \"status\": \"AVAILABLE\"\n    },\n    {\n      \"id\": \"f7\",\n      \"row\": \"f\",\n      \"column\": 7,\n      \"status\": \"AVAILABLE\"\n    }\n  ]\n}\n"},"url":"localhost:3000/api/v1/venue/lookup_best_available_seats","description":"<p>Finding best seat available in a venue for a party of 2</p>\n","urlObject":{"port":"3000","path":["api","v1","venue","lookup_best_available_seats"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6158b896-57eb-40e3-a3ee-4086a27bd8ce"}],"event":[{"listen":"prerequest","script":{"id":"84085bdc-914a-4d42-b64f-ef6b511a09d8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2692872e-4e9a-49e6-99d4-9a527056a6b1","type":"text/javascript","exec":[""]}}]}