{"info":{"_postman_id":"40d8cbee-e681-4b4c-ba82-bfae608bd513","name":"vBay API","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>The vBay RESTful API is designed to provide data to the frontend of the vBay web application. The API provides user, game, auction, and trade data which is all stored in a PostgreSQL database hosted on the PaaS, heroku. </p>\n<h1 id=\"overview\">Overview</h1>\n<p>The API can be accessed through this URL:\n<a href=\"https://afternoon-beyond-89008.herokuapp.com/vbay-api/\">API URL</a></p>\n<p>The API might take some time to send a response because the dyno might be asleep, so be patient. The POST requests (excluding 'users') do not require the requester to supply a primary key , as they're autoincremented IDs.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>All requests are available without the use of API 'Token' or 'Key'. </p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>You may expect error codes regarding Sequelize database errors, in this case you may contact the owner. Incorrect request body paramaters are going to be the most common errors, which can be remedied by taking a look at the request body examples.</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>The ram limit is 512mb for the single heroku dyno which holds the nodejs application, so expect the responses to be slow if there are many requests happening at once.</p>\n<p>There is a limit of up to 4500 API calls per hour.</p>\n<p>The Postgresql database is limited to 100,000 returned rows upon one query and has a maximum row limit of 10,000 overall.</p>\n<p>The API can tolerate up to 4 hours of downtime per month.</p>\n<p>There is a maximum of 20 connections at once</p>\n<p>More information regarding Limits can be found here\n<a href=\"https://devcenter.heroku.com/articles/heroku-postgres-plans#hobby-tier\">Heroku limits URL</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"5893283","collectionId":"40d8cbee-e681-4b4c-ba82-bfae608bd513","publishedId":"RzfdpAZR","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-12-01T04:37:16.000Z"},"item":[{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/users/:userid/auctions","id":"318b3fff-6b2f-43d1-b79b-7af303706232","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"gameid\": \"Integer\", \"description\": \"String\", \"status\": \"String\", \"startprice\": \"Double\"}"},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/users/:userid/auctions","description":"<p>POST Request for Auctions. Must supply \"userid\" in URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","users",":userid","auctions"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","value":"","key":"userid"}]}},"response":[{"id":"6a6f8f07-1000-4c63-824a-fb73ee18f44e","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"gameid\": \"Integer\", \"description\": \"String\", \"status\": \"String\", \"startprice\": \"Double\"}"},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/users/:userid/auctions","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","users",":userid","auctions"],"variable":[{"key":"userid"}]}},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"318b3fff-6b2f-43d1-b79b-7af303706232"},{"name":" https://afternoon-beyond-89008.herokuapp.com/vbay-api/auctions/:auctionid/bids","id":"dc03d549-4e95-4f20-a6f3-73d2098eeb9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"userid\": \"String\", \"price\": \"Double\"}"},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/auctions/:auctionid/bids","description":"<p>POST Request for Bids. Must supply \"auctionid\" in URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","auctions",":auctionid","bids"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","value":"","key":"auctionid"}]}},"response":[{"id":"90df0a42-017e-45d8-887f-0fa9e27c33a0","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"userid\": \"String\", \"price\": \"Double\"}"},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/auctions/:auctionid/bids","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","auctions",":auctionid","bids"],"variable":[{"key":"auctionid"}]}},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dc03d549-4e95-4f20-a6f3-73d2098eeb9a"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/trades/:tradeid/completedtrades","id":"282312dd-c9d5-4f98-8b06-6277345b8e38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"offerid\": \"Integer\"}"},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/trades/:tradeid/completedtrades","description":"<p>POST Request for CompletedTrades. Must supply \"tradeid\" in URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","trades",":tradeid","completedtrades"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","value":"","key":"tradeid"}]}},"response":[{"id":"4990f8eb-6690-4911-8492-cfb18e6add11","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"offerid\": \"Integer\"}"},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/trades/:tradeid/completedtrades","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","trades",":tradeid","completedtrades"],"variable":[{"key":"tradeid"}]}},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"282312dd-c9d5-4f98-8b06-6277345b8e38"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/games","id":"df685e44-2987-4dcd-a8ba-c02a40133743","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"name\": \"String\", \"description\": \"String\", \"igdbid\": \"Integer\"}"},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/games","description":"<p>POST Request for Games.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","games"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"4b03476c-4dad-4d90-8d0a-b1cb41ca1ace","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"name\": \"String\", \"description\": \"String\"}"},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/games"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"df685e44-2987-4dcd-a8ba-c02a40133743"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/trades/:tradeid/offers","id":"4e78c7d5-d89f-4993-b3fc-094ac1582b2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"userid\": \"String\", \"gameid\": \"Integer\", \"condition\": \"String\", \"message\": \"String\"}"},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/trades/:tradeid/offers","description":"<p>POST Request for Offers. Must supply \"tradeid\" in URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","trades",":tradeid","offers"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","value":"","key":"tradeid"}]}},"response":[{"id":"aecc0cd0-db4b-4305-8867-f06203d1f027","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"userid\": \"String\", \"gameid\": \"Integer\", \"condition\": \"String\", \"message\": \"String\"}"},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/trades/:tradeid/offers","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","trades",":tradeid","offers"],"variable":[{"key":"tradeid"}]}},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4e78c7d5-d89f-4993-b3fc-094ac1582b2b"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/auctions/:auctionid/sales","id":"52f49a2a-125a-464e-896e-2ca955f0f59e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"bidid\": \"Integer\", \"description\": \"String\", \"price\": \"Double\"}"},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/auctions/:auctionid/sales","description":"<p>POST Request for Sales. Must supply \"auctionid\" in URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","auctions",":auctionid","sales"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","value":"","key":"auctionid"}]}},"response":[{"id":"7460571c-63d6-481f-a47d-7d742723fdd1","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"bidid\": \"Integer\", \"description\": \"String\", \"price\": \"Double\"}"},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/auctions/:auctionid/sales","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","auctions",":auctionid","sales"],"variable":[{"key":"auctionid"}]}},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"52f49a2a-125a-464e-896e-2ca955f0f59e"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/users/:userid/trades","id":"44e38252-8875-42d5-add6-1a399396c0b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"gameid\": \"Integer\", \"description\": \"String\", \"condition\": \"String\", \"status\": \"String\"}"},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/users/:userid/trades","description":"<p>POST Request for Trades. Must supply \"userid\" in URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","users",":userid","trades"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","value":"","key":"userid"}]}},"response":[{"id":"22206563-3920-4a77-b5f8-cf87ba9fa875","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"gameid\": \"Integer\", \"description\": \"String\", \"condition\": \"String\", \"status\": \"String\"}"},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/users/:userid/trades","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","users",":userid","trades"],"variable":[{"key":"userid"}]}},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"44e38252-8875-42d5-add6-1a399396c0b2"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/users","id":"bd881fe1-55e9-469a-88a1-a33f709f013a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"userid\": \"String\", \"email\": \"String\", \"password\": \"String\", \"fname\": \"String\", \"lname\": \"String\"}"},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/users","description":"<p>POST Request for Users. Include \"userid\" in the request body.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","users"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"262e2260-87ba-43d0-8e68-fd178e950353","name":"Default","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"email\": \"String\", \"password\": \"String\", \"fname\": \"String\", \"lname\": \"String\"}"},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/users"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bd881fe1-55e9-469a-88a1-a33f709f013a"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/auctions","id":"e97ccea9-547f-45a2-bf61-da76a897fe7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/auctions","description":"<p>GET Request to retrieve all Auctions.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","auctions"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"04eaf135-2468-45cd-b09a-2c43df4ec9a4","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/auctions"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e97ccea9-547f-45a2-bf61-da76a897fe7c"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/auctions/:auctionid","id":"cc0a9fc2-1071-4606-9f0d-5f29eeba08ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/auctions/:auctionid","description":"<p>GET Request to retrieve an Auction with the \"auctionid\" that is supplied in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","auctions",":auctionid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"auctionid"}]}},"response":[{"id":"c5c3c1f9-ff68-4435-bb1a-278c1fae3762","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/auctions/:auctionid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","auctions",":auctionid"],"variable":[{"key":"auctionid"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cc0a9fc2-1071-4606-9f0d-5f29eeba08ee"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/bids","id":"6f9ee843-d2f6-47ad-ba83-149246406269","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/bids","description":"<p>GET Request to retrieve all Bids.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","bids"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"1a4d0c6b-eb0a-44b2-858b-08066bf29536","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/bids"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6f9ee843-d2f6-47ad-ba83-149246406269"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/bids/:bidid","id":"fbd657ec-ecd1-4c50-97c5-2e8e0c442a9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/bids/:bidid","description":"<p>GET Request to retrieve a Bid with the \"bidid\" that is supplied in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","bids",":bidid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"bidid"}]}},"response":[{"id":"637230c8-9048-4572-8818-db7669857166","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/bids/:bidid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","bids",":bidid"],"variable":[{"key":"bidid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fbd657ec-ecd1-4c50-97c5-2e8e0c442a9d"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/completedtrades","id":"0d55cd0c-6097-41c1-9cff-4bf97f57abf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/completedtrades","description":"<p>GET Request to retrieve all CompletedTrades.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","completedtrades"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"334c32dd-59e1-4360-a7f1-beca3b0d21fa","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/completedtrades"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0d55cd0c-6097-41c1-9cff-4bf97f57abf3"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/completedtrades/:completionid","id":"53ce891a-fe6c-4c7f-a846-2dbe63c066fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/completedtrades/:completionid","description":"<p>GET Request to retrieve a CompletedTrade with the \"completionid\" that is supplied in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","completedtrades",":completionid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"completionid"}]}},"response":[{"id":"a59eda25-b724-4068-b355-e7590682614d","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/completedtrades/:completionid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","completedtrades",":completionid"],"variable":[{"key":"completionid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"53ce891a-fe6c-4c7f-a846-2dbe63c066fa"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/games","id":"8a9e7e11-35a1-4f27-8b4d-6e6125a8f44e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/games","description":"<p>GET Request to retrieve all Games.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","games"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"3812132d-3559-4428-bec3-7e69b18fc79b","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/games"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8a9e7e11-35a1-4f27-8b4d-6e6125a8f44e"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/games/:gameid","id":"44077065-1e98-406e-abc5-2dfaebbeba67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/games/:gameid","description":"<p>GET Request to retrieve a Game with the \"gameid\" that is supplied in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","games",":gameid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"gameid"}]}},"response":[{"id":"9a3c7181-755f-41c6-8786-6f1c7ec1498a","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/games/:gameid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","games",":gameid"],"variable":[{"key":"gameid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"44077065-1e98-406e-abc5-2dfaebbeba67"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/offers","id":"3619cf96-f39f-44d4-aac2-a76c420477f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/offers","description":"<p>GET Request to retrieve all Offers.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","offers"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"43187590-5992-467c-ba1c-9a055d8c7e1f","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/offers"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3619cf96-f39f-44d4-aac2-a76c420477f5"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/offers/:offerid","id":"83ae0306-baf6-4baa-b9c1-b774d8ad54cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/offers/:offerid","description":"<p>GET Request to retrieve an Offer with the \"offerid\" that is supplied in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","offers",":offerid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"offerid"}]}},"response":[{"id":"d370e1a0-b799-4e39-9a2a-35373a6b6b5d","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/offers/:offerid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","offers",":offerid"],"variable":[{"key":"offerid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"83ae0306-baf6-4baa-b9c1-b774d8ad54cf"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/sales","id":"841077d8-2bb5-41fa-bc9a-50762b9992b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/sales","description":"<p>GET Request to retrieve all Sales.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","sales"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"8ca73b84-acfc-495c-a984-28ad1050da4f","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/sales"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"841077d8-2bb5-41fa-bc9a-50762b9992b1"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/sales/:saleid","id":"98394b0d-4d4e-43b2-8fd0-916023b49b59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/sales/:saleid","description":"<p>GET Request to retrieve a Sale with the \"saleid\" that is supplied in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","sales",":saleid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"saleid"}]}},"response":[{"id":"a15e1199-077b-4153-bc47-9fa0558ef329","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/sales/:saleid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","sales",":saleid"],"variable":[{"key":"saleid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"98394b0d-4d4e-43b2-8fd0-916023b49b59"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/trades","id":"dc733f27-85f1-4a69-83ee-74cd9dbdf789","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/trades","description":"<p>GET Request to retrieve all Trades.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","trades"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"32f5a107-aec0-4134-86d7-bb3e855b5c20","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/trades"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dc733f27-85f1-4a69-83ee-74cd9dbdf789"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/trades/:tradeid","id":"bb2928de-7e37-49d9-8fb2-7397405e5897","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/trades/:tradeid","description":"<p>GET Request to retrieve a Trade with the \"tradeid\" that is supplied in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","trades",":tradeid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"tradeid"}]}},"response":[{"id":"72d80206-1ff1-4214-82c4-adfb692b56a6","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/trades/:tradeid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","trades",":tradeid"],"variable":[{"key":"tradeid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bb2928de-7e37-49d9-8fb2-7397405e5897"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/users","id":"26b6fe58-85f6-44b4-92b2-432e7532861b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/users","description":"<p>GET Request to retrieve all Users.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","users"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"24a406f1-1fe2-4a2d-936d-7e587a763d5e","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/users"},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"26b6fe58-85f6-44b4-92b2-432e7532861b"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/users/:userid","id":"3c1ba25b-b8b0-4a79-800a-5e040a4e57e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/users/:userid","description":"<p>GET Request to retrieve a User with the \"userid\" that is supplied in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","users",":userid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"userid"}]}},"response":[{"id":"87b95b53-1340-4537-8cbf-cbb50b8f09ef","name":"Default","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/users/:userid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","users",":userid"],"variable":[{"key":"userid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3c1ba25b-b8b0-4a79-800a-5e040a4e57e8"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/auctions/:auctionid","id":"fec8b05f-dd33-4522-9ba7-4cb591b22347","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"userid\": \"String\", \"gameid\": \"Integer\", \"description\": \"String\", \"status\": \"String\", \"startprice\": \"Double\"}"},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/auctions/:auctionid","description":"<p>PUT Request to update a specific Auction with the supplied \"auctionid\" in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","auctions",":auctionid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"auctionid"}]}},"response":[{"id":"6244ee5b-62f3-4405-acc8-e1ed4d940483","name":"Default","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"userid\": \"String\", \"gameid\": \"Integer\", \"description\": \"String\", \"status\": \"String\", \"startprice\": \"Double\"}"},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/auctions/:auctionid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","auctions",":auctionid"],"variable":[{"key":"auctionid"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fec8b05f-dd33-4522-9ba7-4cb591b22347"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/bids/:bidid","id":"9fbd9a11-93c0-49ff-bca1-ba7b31af8879","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"userid\": \"String\", \"auctionid\": \"Integer\", \"price\": \"Double\"}"},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/bids/:bidid","description":"<p>PUT Request to update a specific Bid with the supplied \"bidid\" in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","bids",":bidid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"bidid"}]}},"response":[{"id":"33dd2533-234f-41a1-8572-925830eaf37a","name":"Default","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"userid\": \"String\", \"auctionid\": \"Integer\", \"price\": \"Double\"}"},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/bids/:bidid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","bids",":bidid"],"variable":[{"key":"bidid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9fbd9a11-93c0-49ff-bca1-ba7b31af8879"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/completedtrades/:completionid","id":"95a448c8-b225-4fc5-a720-16d8c28bc9df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"tradeid\": \"Integer\", \"offerid\": \"Integer\"}"},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/completedtrades/:completionid","description":"<p>PUT Request to update a specific CompletedTrade with the supplied \"completionid\" in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","completedtrades",":completionid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"completionid"}]}},"response":[{"id":"48351b6f-3b4d-49cb-9362-f84ed20708c9","name":"Default","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"tradeid\": \"Integer\", \"offerid\": \"Integer\"}"},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/completedtrades/:completionid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","completedtrades",":completionid"],"variable":[{"key":"completionid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"95a448c8-b225-4fc5-a720-16d8c28bc9df"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/games/:gameid","id":"19cc6086-0833-4ac1-9351-92c7e601efa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"name\": \"String\", \"description\": \"String\"}"},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/games/:gameid","description":"<p>PUT Request to update a specific Game with the supplied \"gameid\" in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","games",":gameid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","value":"","key":"gameid"}]}},"response":[{"id":"e74c3cbd-c93f-4555-8590-24d9b6813744","name":"Default","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"name\": \"String\", \"description\": \"String\"}"},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/games/:gameid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","games",":gameid"],"variable":[{"key":"gameid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"19cc6086-0833-4ac1-9351-92c7e601efa3"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/offers/:offerid","id":"d67baff9-5b55-4512-b530-19adf93e4e5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"userid\": \"String\", \"tradeid\": \"String\", \"gameid\": \"Integer\", \"condition\": \"String\", \"message\": \"String\"}"},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/offers/:offerid","description":"<p>PUT Request to update a specific Offer with the supplied \"offerid\" in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","offers",":offerid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"offerid"}]}},"response":[{"id":"b6a4f7cf-e35c-4732-9535-4a9ce6798ec4","name":"Default","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"userid\": \"String\", \"tradeid\": \"String\", \"gameid\": \"Integer\", \"condition\": \"String\", \"message\": \"String\"}"},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/offers/:offerid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","offers",":offerid"],"variable":[{"key":"offerid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d67baff9-5b55-4512-b530-19adf93e4e5b"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/sales/:saleid","id":"e8cc8116-fd42-409a-838f-1119ebe39818","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"auctionid\": \"Integer\", \"bidid\": \"Integer\", \"description\": \"String\", \"price\": \"Double\"}"},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/sales/:saleid","description":"<p>PUT Request to update a specific Sale with the supplied \"saleid\" in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","sales",":saleid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"saleid"}]}},"response":[{"id":"0131de81-d4dc-45e2-94de-35125f2d2e9a","name":"Default","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"auctionid\": \"Integer\", \"bidid\": \"Integer\", \"description\": \"String\", \"price\": \"Double\"}"},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/sales/:saleid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","sales",":saleid"],"variable":[{"key":"saleid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e8cc8116-fd42-409a-838f-1119ebe39818"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/trades/:tradeid","id":"0b67cfa0-8efb-4914-b85f-25ffd7c165ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"userid\": \"String\", \"gameid\": \"Integer\", \"description\": \"String\", \"condition\": \"String\", \"status\": \"String\"}"},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/trades/:tradeid","description":"<p>PUT Request to update a specific Trade with the supplied \"tradeid\" in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","trades",":tradeid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"tradeid"}]}},"response":[{"id":"deb7110f-0758-4286-a83f-1ddd1aaa87ca","name":"Default","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"userid\": \"String\", \"gameid\": \"Integer\", \"description\": \"String\", \"condition\": \"String\", \"status\": \"String\"}"},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/trades/:tradeid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","trades",":tradeid"],"variable":[{"key":"tradeid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0b67cfa0-8efb-4914-b85f-25ffd7c165ec"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/users/:userid","id":"e9b88ec2-910e-410c-a24e-9bb44cc4cf0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"email\": \"String\", \"password\": \"String\", \"fname\": \"String\", \"lname\": \"String\"}"},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/users/:userid","description":"<p>PUT Request to update a specific User with the supplied \"userid\" in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","users",":userid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"userid"}]}},"response":[{"id":"8d926f57-5566-4b88-9fca-124039d40b4d","name":"Default","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"email\": \"String\", \"password\": \"String\", \"fname\": \"String\", \"lname\": \"String\"}"},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/users/:userid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","users",":userid"],"variable":[{"key":"userid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e9b88ec2-910e-410c-a24e-9bb44cc4cf0d"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/auctions/:auctionid","id":"900304c3-982e-4228-aaf7-906a2593b681","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/auctions/:auctionid","description":"<p>DELETE Request to remove an Auction with the supplied \"auctionid\" in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","auctions",":auctionid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"auctionid"}]}},"response":[{"id":"be54f1dc-d885-41ab-b554-8f613cdb83ef","name":"Default","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/auctions/:auctionid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","auctions",":auctionid"],"variable":[{"key":"auctionid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"900304c3-982e-4228-aaf7-906a2593b681"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/bids/:bidid","id":"1080a81a-5d75-4dab-a93e-637d49c352b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/bids/:bidid","description":"<p>DELETE Request to remove a Bid with the supplied \"bidid\" in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","bids",":bidid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"bidid"}]}},"response":[{"id":"3a8d9e36-0c62-47b0-852f-cf7a0f335987","name":"Default","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/bids/:bidid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","bids",":bidid"],"variable":[{"key":"bidid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1080a81a-5d75-4dab-a93e-637d49c352b8"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/completedtrades/:completionid","id":"54d74034-3d03-45bf-b139-e66db479ed8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/completedtrades/:completionid","description":"<p>DELETE Request to remove a CompletedTrade with the supplied \"completionid\" in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","completedtrades",":completionid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"completionid"}]}},"response":[{"id":"bfb3a815-0b67-4aaa-9e51-f9cf424e3184","name":"Default","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/completedtrades/:completionid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","completedtrades",":completionid"],"variable":[{"key":"completionid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"54d74034-3d03-45bf-b139-e66db479ed8f"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/games/:gameid","id":"958befa6-2220-4c1f-a979-5ec859098bf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/games/:gameid","description":"<p>DELETE Request to remove a Game with the supplied \"gameid\" in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","games",":gameid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"gameid"}]}},"response":[{"id":"8a85bd7f-a1b2-4261-9480-015f70bf8a38","name":"Default","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/games/:gameid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","games",":gameid"],"variable":[{"key":"gameid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"958befa6-2220-4c1f-a979-5ec859098bf0"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/offers/:offerid","id":"7c57d775-1271-4cda-85af-6536c68ff554","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/offers/:offerid","description":"<p>DELETE Request to remove an Offer with the supplied \"offerid\" in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","offers",":offerid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"offerid"}]}},"response":[{"id":"6c2f6aa5-f282-4862-a8e3-0e45e62f26b2","name":"Default","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/offers/:offerid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","offers",":offerid"],"variable":[{"key":"offerid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7c57d775-1271-4cda-85af-6536c68ff554"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/sales/:saleid","id":"c5c13037-47d6-4f87-9cdf-0bd328de7977","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/sales/:saleid","description":"<p>DELETE Request to remove a Sale with the supplied \"saleid\" in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","sales",":saleid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"saleid"}]}},"response":[{"id":"5d887cfc-ad55-4779-8110-eb0f8f9aa479","name":"Default","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/sales/:saleid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","sales",":saleid"],"variable":[{"key":"saleid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c5c13037-47d6-4f87-9cdf-0bd328de7977"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/trades/:tradeid","id":"b0a80bf1-bd75-4042-b64b-6d38374accfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/trades/:tradeid","description":"<p>DELETE Request to remove a Trade with the supplied \"tradeid\" in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","trades",":tradeid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"tradeid"}]}},"response":[{"id":"6f2a2ccd-fee1-4a7a-93f4-b9ff4534ff8e","name":"Default","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/trades/:tradeid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","trades",":tradeid"],"variable":[{"key":"tradeid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b0a80bf1-bd75-4042-b64b-6d38374accfd"},{"name":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/users/:userid","id":"dcea777d-00d8-49bd-ba22-5f450425e8fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/users/:userid","description":"<p>DELETE Request to remove a User with the supplied \"userid\" in the URL status line.</p>\n","urlObject":{"protocol":"https","path":["vbay-api","users",":userid"],"host":["afternoon-beyond-89008","herokuapp","com"],"query":[],"variable":[{"type":"any","key":"userid"}]}},"response":[{"id":"b9b5e529-e43b-44e3-a5ab-fdd381590967","name":"Default","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://afternoon-beyond-89008.herokuapp.com/vbay-api/users/:userid","protocol":"https","host":["afternoon-beyond-89008","herokuapp","com"],"path":["vbay-api","users",":userid"],"variable":[{"key":"userid"}]}},"code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dcea777d-00d8-49bd-ba22-5f450425e8fe"}],"event":[{"listen":"prerequest","script":{"id":"664c937b-895b-4bff-b710-ea608ec8adfb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"aa935e8c-af37-4c6c-bbfc-e43e556325d2","type":"text/javascript","exec":[""]}}]}