-
Notifications
You must be signed in to change notification settings - Fork 0
/
postman.json
1 lines (1 loc) · 4.21 KB
/
postman.json
1
{"id":"5e6d7954-3412-6d1d-dec9-ce62b766ea9b","name":"bowling-services","timestamp":1427002860090,"requests":[{"collectionId":"5e6d7954-3412-6d1d-dec9-ce62b766ea9b","id":"0875d3f0-b373-c7b8-526e-b63625e1fecf","name":"Get Jackpot By ID","description":"","url":"http://localhost:8080/jackpot/402881914c400c45014c400d4390000c","method":"GET","headers":"Content-Type: application/json\n","data":"","dataMode":"raw","timestamp":0,"responses":[],"version":2},{"collectionId":"5e6d7954-3412-6d1d-dec9-ce62b766ea9b","id":"2e7224a9-0365-1d7c-9437-c1be5c6ae6d9","name":"Get bowler by ID","description":"","url":"http://localhost:8080/bowler/402881914c4004e9014c40053f540000","method":"GET","headers":"Content-Type: application/json\n","data":"{\"bowlerId\": \"402881914c4004e9014c40053f540000\",\n \"numberOfTickets\": 5,\n \"amountPaid\": 25\n}","dataMode":"raw","timestamp":0,"responses":[],"version":2},{"collectionId":"5e6d7954-3412-6d1d-dec9-ce62b766ea9b","id":"4e7b749b-9231-5722-e4d4-63102fd4a059","name":"Get current jackpot value","description":"","url":"http://localhost:8080/jackpot/currentJackpotValue","method":"GET","headers":"Content-Type: application/json\n","data":"{\"bowlerId\": \"402881914c4004e9014c40053f540000\",\n \"numberOfTickets\": 5,\n \"amountPaid\": 25\n}","dataMode":"raw","timestamp":0,"responses":[],"version":2},{"collectionId":"5e6d7954-3412-6d1d-dec9-ce62b766ea9b","id":"5341d241-34d5-2b5e-64ed-37c4a9fc019f","name":"Get bowler by email","description":"","url":"http://localhost:8080/bowler/email/[email protected]","method":"GET","headers":"Content-Type: application/json\n","data":"{\"bowlerId\": \"402881914c4004e9014c40053f540000\",\n \"numberOfTickets\": 5,\n \"amountPaid\": 25\n}","dataMode":"raw","timestamp":0,"version":2,"time":1427003420284},{"collectionId":"5e6d7954-3412-6d1d-dec9-ce62b766ea9b","id":"8985bb26-f429-531a-1458-e4ad95eebf2d","name":"Get Jackpot by bowler ID","description":"","url":"http://localhost:8080/jackpot/bowlerId/402881914c4004e9014c40053f540000","method":"GET","headers":"Content-Type: application/json\n","data":"{\"bowlerId\": \"402881914c4004e9014c40053f540000\",\n \"numberOfTickets\": 5,\n \"amountPaid\": 25\n}","dataMode":"raw","timestamp":0,"responses":[],"version":2},{"collectionId":"5e6d7954-3412-6d1d-dec9-ce62b766ea9b","id":"9fd4e933-51e2-3b44-25bf-82604fa2a77a","name":"Update Jackpot","description":"","url":"http://localhost:8080/jackpot/402881914c400c45014c400d4390000c","method":"PUT","headers":"Content-Type: application/json\n","data":"{\n \"id\": \"402881914c400c45014c400d4390000c\",\n \"amountPaid\": null,\n \"amount\": 65,\n \"rolloverAmount\": null,\n \"drawnDate\": 1427003753355,\n \"numberOfPins\": 9,\n \"bowlerId\": \"402881914c400c45014c400c97b80006\",\n \"inProgress\": true\n}","dataMode":"raw","timestamp":0,"responses":[],"version":2},{"collectionId":"5e6d7954-3412-6d1d-dec9-ce62b766ea9b","id":"a1af5c1f-3bcd-d96e-91b7-e273e780b74c","name":"Create Bowler","description":"","url":"http://localhost:8080/bowler","method":"POST","headers":"Content-Type: application/json\n","data":"{\"email\": \"[email protected]\"\n}","dataMode":"raw","timestamp":0,"responses":[],"version":2},{"collectionId":"5e6d7954-3412-6d1d-dec9-ce62b766ea9b","id":"c840c9e6-dbeb-f885-63a6-79b358540d93","name":"Draw Jackpot","description":"","url":"http://localhost:8080/jackpot/drawJackpot","method":"POST","headers":"Content-Type: application/json\n","data":"","dataMode":"raw","timestamp":0,"responses":[],"version":2},{"collectionId":"5e6d7954-3412-6d1d-dec9-ce62b766ea9b","id":"d57617df-768c-3eb9-aa1b-8adbbae65907","name":"Create Tickets","description":"","url":"http://localhost:8080/ticket/createTickets","method":"POST","headers":"Content-Type: application/json\n","data":"{\"bowlerId\": \"402881914c4004e9014c40053f540000\",\n \"numberOfTickets\": 5,\n \"amountPaid\": 25\n}","dataMode":"raw","timestamp":0,"version":2,"time":1427003267225},{"collectionId":"5e6d7954-3412-6d1d-dec9-ce62b766ea9b","id":"f53d1154-ad90-f8a4-de37-ca0983008195","name":"Get Jackpot by bowler email","description":"","url":"http://localhost:8080/jackpot/bowlerEmailAddress/[email protected]","method":"GET","headers":"Content-Type: application/json\n","data":"","dataMode":"raw","timestamp":0,"version":2,"time":1427056765468}]}