{"info":{"_postman_id":"a1308503-9cb3-4ca9-9f87-f68696228223","name":"Udaan Test Platform","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3383671","collectionId":"a1308503-9cb3-4ca9-9f87-f68696228223","publishedId":"RWgrxxKV","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-10-14T13:45:40.000Z"},"item":[{"name":"Enter new screens","id":"d2d5bf67-f3f9-4f67-823e-c4b664c26a55","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"sathyam\",\n\t\"seatInfo\": {\n\t\t\"A\": {\n\t\t\t\"numberOfSeats\": 10,\n\t\t\t\"aisleSeats\": [0, 5 ,6, 9] },\n\t\t\"B\": {\n\t\t\t\"numberOfSeats\": 15,\n\t\t\t\"aisleSeats\": [0, 5 ,6, 9] \n\t\t}, \n\t\t\"D\": {\n\t\t\t\"numberOfSeats\": 20,\n\t\t\t\"aisleSeats\": [0, 5 ,6, 9] \n\t\t} \n\t\t\n\t} \n\t\n}"},"url":"localhost:9090/screens/","description":"<p>To Enter new screens to the database</p>\n","urlObject":{"port":"9090","path":["screens",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2d5bf67-f3f9-4f67-823e-c4b664c26a55"},{"name":"To reserve Seats","id":"72d718d4-3b6f-4dc5-8195-c00d45dd512e","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \n\t\"seats\":{\n\t\t\"A\": [1]\n\t} \n\t\n}"},"url":"http://localhost:9090/screens/sathyam/reserve","urlObject":{"protocol":"http","port":"9090","path":["screens","sathyam","reserve"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"72d718d4-3b6f-4dc5-8195-c00d45dd512e"},{"name":"To Fetch unresrved Seats In a screen","id":"b8d00839-3256-437f-898e-8ad092eb883a","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:9090/screens/inox/seats?status=unreserved","urlObject":{"protocol":"http","port":"9090","path":["screens","inox","seats"],"host":["localhost"],"query":[{"key":"status","value":"unreserved"}],"variable":[]}},"response":[],"_postman_id":"b8d00839-3256-437f-898e-8ad092eb883a"},{"name":"To Find optimal Seats","id":"18d6a27d-afc8-429f-8621-8e412b2b7aa8","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:9090/screens/pvr/seats?numSeats=3&choice=B3","urlObject":{"protocol":"http","port":"9090","path":["screens","pvr","seats"],"host":["localhost"],"query":[{"key":"numSeats","value":"3"},{"key":"choice","value":"B3"}],"variable":[]}},"response":[],"_postman_id":"18d6a27d-afc8-429f-8621-8e412b2b7aa8"}]}