{ "opencollection": "1.0.0", "info": { "name": "Quandoo Public Partner Availabilities API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Quandoo-AuthToken", "value": "{{X-Quandoo-AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Availabilities", "type": "folder" }, "items": [ { "info": { "name": "Quandoo Get Merchant Availability Time Slots", "type": "http" }, "http": { "method": "GET", "url": "https://public-api.prod.quandoo.com/v1/merchants/:merchantId/availabilities/:date/times", "params": [ { "name": "merchantId", "value": "", "type": "path", "description": "Id of the merchant" }, { "name": "agentId", "value": "", "type": "query", "description": "Id of the agent" }, { "name": "capacity", "value": "", "type": "query", "description": "Number of people" }, { "name": "date", "value": "", "type": "path", "description": "Date of the desired reservation. Format: yyyy-MM-dd" }, { "name": "fromTime", "value": "", "type": "query", "description": "Beginning of the desired reservation time frame. Format: HH:mm" }, { "name": "toTime", "value": "", "type": "query", "description": "End of the desired reservation time frame. Format: HH:mm" }, { "name": "areaId", "value": "", "type": "query", "description": "Id of the area" } ] }, "docs": "This endpoint returns availability time slots which can be reserved for a given capacity.\n\n####Request parameters:\n* **merchantId**: Id of the merchant. Path parameter.\n* **date**: Specifies date of the desired reservation. Format: `yyyy-MM-dd`. Path parameter.\n* **fromTime**: Beginning of the desired reservation time frame. Format: `HH:mm`. Optional.\n* **toTime**: End of the desired reservation time frame. Format: `HH:mm`. Optional.\n* **agentId**: Id of the agent making the request\n* **capacity" }, { "info": { "name": "Quandoo Get Merchant Availability Days", "type": "http" }, "http": { "method": "GET", "url": "https://public-api.prod.quandoo.com/v1/merchants/:merchantId/availabilities", "params": [ { "name": "merchantId", "value": "", "type": "path", "description": "Id of the merchant" }, { "name": "agentId", "value": "", "type": "query", "description": "Id of the agent" }, { "name": "capacity", "value": "", "type": "query", "description": "Number of people" } ] }, "docs": "This endpoint returns days which a customer can select for his reservation. The response is based on when the merchant is known to be open. It is not guaranteed that they have available times for reservation. The days are returned starting from the first available day up to the merchant-defined limit, but never more than 365 days.\n\n####Request parameters:\n* **merchantId**: Id of the merchant. Path parameter.\n* **agentId**: Id of the agent making the request\n* **capacity**: Specifies the number o" } ] } ], "bundled": true }