{"info":{"_postman_id":"4b5383a2-730f-42c9-9526-396b219b4c82","name":"Eat Partner APIs","description":"<html><head></head><body><p>EatApp Partner APIs</p>\n<h1 id=\"overview\">Overview</h1>\n<ul>\n<li><p>All APIs are using <a href=\"http://jsonapi.org\">JSONAPI</a> response format and accepts JSON in the request's body for POST and PATCH endpoints.</p>\n</li>\n<li><p>All APIs accepting Gzip Encoding by passing <code>Accept-Encoding: 'gzip'</code> in the headers</p>\n</li>\n<li><p>All APIs accept <code>Content-Type: 'application/json'</code> in the headers</p>\n</li>\n</ul>\n<h1 id=\"authentication\">Authentication</h1>\n<p>All the endpoints required authentication that needs to pass it in the request header as:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Authorization: Bearer {{api_token}}\n\n</code></pre><h1 id=\"error-codes\">Error Codes</h1>\n<p>Eat APIs are following the <a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\">HTTP standards status codes</a> and <a href=\"https://jsonapi.org/examples/#error-objects-error-codes\">JSONAPI error response</a> format.</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>All the endpoints are limited to 60 requests per minute after locked out you will be able to hit again within the next minute.</p>\n<blockquote>\n<p>Note this limit can be altered to suit requirements </p>\n</blockquote>\n<p>Rate limit response with status 429 and body response :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"errors\": [\n    {\n      \"code\": \"many_requests\",\n      \"detail\": \"You exceted the requests limit, try again after sometime\"\n    }\n  ]\n}\n\n</code></pre>\n<h1 id=\"partner-portal\">Partner Portal</h1>\n<p>While using the API, you can review the reservations and guest in HTML format by using the parter portal:</p>\n<ul>\n<li><p><a href=\"https://sandbox.eatapp.co/portal\">Eat Partner Portal - Sandbox</a></p>\n</li>\n<li><p><a href=\"https://admin.eatapp.co/portal\">Eat Partner Portal - Production</a></p>\n</li>\n</ul>\n<p>Please use your provided email and password to login.</p>\n<p>Within the partner portal you may also update the status of any partnership you have with eat. Click edit on any partership and update your status accordingly. This way you can keep track of partnership statuses on your end.</p>\n<h1 id=\"regions\">Regions</h1>\n<p>You may views your available regions on the partner portal. Once our team activates a partnership on one of the restaurants in a particular region, you can also query other API listings related to those regions.</p>\n<h1 id=\"api-changelog\">API Changelog</h1>\n<h3 id=\"recent-unversioned-changes\">Recent unversioned changes</h3>\n<h4 id=\"july-2-2025\">July 2, 2025</h4>\n<ul>\n<li>Return Payment details if exists in create and show reservation response</li>\n</ul>\n<h4 id=\"november-8-2023\">November 8, 2023</h4>\n<p>Supporting preference in the reservation and availability APIs</p>\n<ol>\n<li><p>The Availability API response has been updated to include preferences and available slots based on those preferences. The response structure now includes: <code>preferences</code> an array of preferences including an array of time slots available for each preference</p>\n</li>\n<li><p>The response structure for the Creating, Listing, Updating, and Show reservation APIs has been updated to include the preference object</p>\n</li>\n<li><p>The Create and Update reservation API now accept a new parameter: <code>preference_id</code>. This parameter allows partners to specify their preference when making a booking or updating booking details.</p>\n</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"},{"content":"Partner Portal","slug":"partner-portal"},{"content":"Regions","slug":"regions"},{"content":"API Changelog","slug":"api-changelog"}],"owner":"6173104","collectionId":"4b5383a2-730f-42c9-9526-396b219b4c82","publishedId":"S1Lr4Av4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-08-24T18:40:52.000Z"},"item":[{"name":"V2","item":[{"name":"Authentication","item":[{"name":"Login","event":[{"listen":"test","script":{"id":"9dc90eea-9a8c-44b9-8071-c421da80f7c7","exec":["pm.test(\"set environment token\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.data.attributes).to.have.property('token');","    pm.environment.set(\"token\", jsonData && jsonData.data.attributes.token);","});"],"type":"text/javascript"}}],"id":"f44eb75f-1cfa-40a2-9e1c-2aa7c65cf7e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept-Encoding","value":"gzip","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"partner_email\",\n\t\"password\": \"partner_password\" \n}"},"url":"{{host}}/partners/v2/authentication","description":"<p>As a partner, you can sign in by entering your provided username (email address) and password</p>\n<ul>\n<li><strong>NOTE 1</strong> This method only gives a default 24 hour access</li>\n<li><strong>NOTE 2</strong> Our admin support team will most likely provide you a long term API key</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Type</th>\n<th>Note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>partner_email</td>\n<td>String</td>\n<td><a href=\"mailto:support@partner.com\">support@partner.com</a></td>\n</tr>\n<tr>\n<td>partner_password</td>\n<td>String</td>\n<td>password</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"f972b096-3e64-4864-82d9-ec7725555dfa","id":"f972b096-3e64-4864-82d9-ec7725555dfa","name":"Authentication","type":"folder"}},"urlObject":{"path":["partners","v2","authentication"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e90ab31b-1f5b-433e-b1f5-c336b251ea58","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{partner_email}}","type":"text"},{"key":"password","value":"{{partner_password}}","type":"text"}]},"url":"{{host}}/partners/v2/authentication"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"f89f0da65fc1a1e946696207be89b67c\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"3dcdce00-7150-4b56-90e3-f511b1d0485e"},{"key":"X-Runtime","value":"0.640871"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"a3a7203c-3165-4dfa-add1-b870d9424dd0\",\n        \"type\": \"partner\",\n        \"attributes\": {\n            \"email\": \"support@partner.com\",\n            \"token\": \"eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE1NTc5MzY4MjgsImlhdCI6MTU1NzMzMjAyOCwiaWQiOiJhNzM4OTAwZS03NmFkLTQyNTUtOTkwNi1lMmZhM2M5NjQ3OWEiLCJtb2RlbCI6IlBhcnRuZXIiLCJqdGkiOiJlNmQxZDYxZmQ5ZDY0MmVkODMwNyJ9.6PKK_vtpcMQWZ8BFePHkv56SYIRtQeR9BCiY14GLysd\"\n        }\n    }\n}"},{"id":"53924509-6948-4a9e-8a06-02bbd249f54f","name":"error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"{{restaurant_email}}x","type":"text"},{"key":"password","value":"{{restaurant_password}}","type":"text"}]},"url":"{{host}}/restaurant/v2/authentication"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding, Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"082c7a3d-04eb-43ad-a36e-a673d244b463"},{"key":"X-Runtime","value":"0.312172"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"detail\": \"Invalid email or password\"\n        }\n    ]\n}"}],"_postman_id":"f44eb75f-1cfa-40a2-9e1c-2aa7c65cf7e8"}],"id":"f972b096-3e64-4864-82d9-ec7725555dfa","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"b6ff5f92-8bda-49e3-a896-4874c9078abf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3032b788-5c7b-4f4c-8523-f4276f24091b","type":"text/javascript","exec":[""]}}],"_postman_id":"f972b096-3e64-4864-82d9-ec7725555dfa","description":""},{"name":"Partner","item":[{"name":"Current Profile","id":"4762b80e-8281-494f-afc2-2b67d2c691b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept-Encoding","value":"gzip","type":"text"}],"url":"{{host}}/partners/v2/me","description":"<p>Check the details of current partner</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}},"urlObject":{"path":["partners","v2","me"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5ea82533-b804-46d1-9a8b-024472b5a69a","name":"success","originalRequest":{"method":"GET","header":[],"url":"{{host}}/partners/v2/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"281edfa1718df9e65fe315608c87c4c0\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"706865f5-c332-4319-9900-9b1354ed60cf"},{"key":"X-Runtime","value":"0.446081"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"a738900e-76ad-4255-9906-e2fa3c96478c\",\n        \"type\": \"partner\",\n        \"attributes\": {\n            \"name\": \"partner_1\",\n            \"email\": \"support@partner.com\",\n            \"relationship\": \"full_service\",\n            \"eat_id\": null,\n            \"base_api_url\": \"https://partner.com/api\",\n            \"auth_url\": \"https://partner.com/auth\",\n            \"restaurant_webhook_url\": null,\n            \"reservation_webhook_url\": null,\n            \"guest_webhook_url\": null\n        }\n    }\n}"}],"_postman_id":"4762b80e-8281-494f-afc2-2b67d2c691b6"}],"id":"d8cf56d0-97b1-4ed4-96dd-b7afceb2a194","_postman_id":"d8cf56d0-97b1-4ed4-96dd-b7afceb2a194","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}}},{"name":"Partnerships (Restaurants)","item":[{"name":"List Restaurants","event":[{"listen":"test","script":{"id":"67b86d92-8fbe-4c31-bcc2-e441fa84d8d6","exec":[""],"type":"text/javascript"}}],"id":"0fbbd8bb-b2a2-4d9f-b7de-4679867f5506","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept-Encoding","type":"text","value":"gzip"}],"url":"{{host}}/partners/v2/restaurants","description":"<p>List and search for available authorised partner restaurants by using the available params:</p>\n<h3 id=\"search-params\">Search Params</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>param</th>\n<th>type</th>\n<th>required</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>false</td>\n<td>Specify what page of the search you want</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>false</td>\n<td>Limit of how many records you (default:30, Max:500)</td>\n</tr>\n<tr>\n<td>restaurant_id</td>\n<td>UUID</td>\n<td>false</td>\n<td>Search by Eat Restaurant ID (UUID)</td>\n</tr>\n<tr>\n<td>partner_restaurant_sid</td>\n<td>String</td>\n<td>false</td>\n<td>Search by Partner Restaurant Service ID (SID)</td>\n</tr>\n<tr>\n<td>partner_group_sid</td>\n<td>String</td>\n<td>false</td>\n<td>Search by Partner Group Service ID (SID)</td>\n</tr>\n<tr>\n<td>partner_region_sid</td>\n<td>String</td>\n<td>false</td>\n<td>Search by Partner Region Service ID (SID)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}},"urlObject":{"path":["partners","v2","restaurants"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Page ( default : 1 )</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Limit ( default : 30 , Max: 1000 )</p>\n","type":"text/plain"},"key":"limit","value":"30"},{"disabled":true,"key":"restaurant_id","value":"{{restaurant_id}}"},{"disabled":true,"key":"partner_restaurant_sid","value":"{{partner_restaurant_sid}}"},{"disabled":true,"key":"partner_group_sid","value":"{{partner_group_sid}}"},{"disabled":true,"key":"partner_region_sid","value":"{{partner_region_sid}}"}],"variable":[]}},"response":[{"id":"96ddfd49-f39f-4b3c-9002-b4342ac98e07","name":"success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/partners/v2/restaurants","host":["{{host}}"],"path":["partners","v2","restaurants"],"query":[{"description":"Page ( default : 1 )","key":"page","value":"1","disabled":true},{"description":"Limit ( default : 30 , Max: 1000 )","key":"limit","value":"30","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"832c89df9da1e05f63938c8d26af96f5\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"097ddb1d-39c3-49db-99f9-bbf1ddda415b"},{"key":"X-Runtime","value":"0.803786"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"f8899ff7-57e0-4e73-aa2f-914d3e6d6af4\",\n            \"type\": \"partnership\",\n            \"attributes\": {\n                \"partner_id\": \"a738900e-76ad-4255-9906-e2fa3c96479a\",\n                \"restaurant_id\": \"e797de18-6eb8-48c3-ac60-6d465327b9aa\",\n                \"scope\": \"bookings\",\n                \"partner_restaurant_sid\": null,\n                \"partner_group_sid\": null,\n                \"partner_region_sid\": null,\n                \"partner_notice_duration\": 0,\n                \"name\": \"The Eloquent Elephant\",\n                \"description\": \"A stylish artisan gastropub with huge personality, The Eloquent Elephant is perfectly located at lobby level, with its own direct entrance. Featuring starters, main course, desserts as well as special sharing platters and boards, the menu is a good selection of well-crafted British and international dishes with a gastronomic touch and a contemporary uncomplicated presentation. Inspired by a Victorian passion for collection, the gastro pub is clad in brass with vintage inspired metal window frames, aged-feel timber flooring and unique light fittings in large bell jars.Whether it is a business lunch, or after work happy-hours, The Eloquent Elephant is sure to be one of the most sought after venues.\",\n                \"time_zone_name\": \"Abu Dhabi\",\n                \"contact_email\": \"rashmi.chittal@tajhotels.com\",\n                \"phone\": \"+97144383100\",\n                \"neighborhood_name\": \"Business Bay\",\n                \"address_line_1\": \"Taj Hotel, Business Bay\",\n                \"address_line_2\": null,\n                \"city\": \"Dubai\",\n                \"province\": null,\n                \"country_code\": \"AE\",\n                \"postal_code\": \"0\",\n                \"latitude\": \"25.192141\",\n                \"longitude\": \"55.267423\",\n                \"terms_and_conditions\": \"• Please note that we don't allow kids after 9pm.\",\n                \"image_url\": \"https://ucarecdn.com/8666889c-9953-44b2-8916-4483a4eef30a/\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"4bf609b4-8db1-4fcb-b236-90dcb56a3f54\",\n            \"type\": \"partnership\",\n            \"attributes\": {\n                \"partner_id\": \"a738900e-76ad-4255-9906-e2fa3c96479a\",\n                \"restaurant_id\": \"9b92ebb1-50c8-424a-856b-3dcf5138767c\",\n                \"scope\": \"bookings\",\n                \"partner_restaurant_sid\": null,\n                \"partner_group_sid\": null,\n                \"partner_region_sid\": null,\n                \"partner_notice_duration\": 0,\n                \"name\": \"Tesoro\",\n                \"description\": \"Dine in style in this global eatery housed within an eye-catching glass and metal conservatory. Soak in the relaxed atmosphere as you savour a buffet style breakfast, followed by à la carte option for lunch. Choose to sit on the terrace to enjoy views of Burj Khalifa and Downtown Dubai.\",\n                \"time_zone_name\": \"Abu Dhabi\",\n                \"contact_email\": \"rashmi.chittal@tajhotels.com\",\n                \"phone\": \"+97144383111\",\n                \"neighborhood_name\": \"Business Bay\",\n                \"address_line_1\": \"Taj Dubai Burj Khalifa Street\",\n                \"address_line_2\": null,\n                \"city\": \"Dubai\",\n                \"province\": \"Dubai\",\n                \"country_code\": \"AE\",\n                \"postal_code\": \"0\",\n                \"latitude\": \"25.192128\",\n                \"longitude\": \"55.267423\",\n                \"terms_and_conditions\": null,\n                \"image_url\": \"https://ucarecdn.com/b30336c4-e26b-480b-8728-8372be685999/\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"55c6570c-cefb-46f2-974b-69236c33f571\",\n            \"type\": \"partnership\",\n            \"attributes\": {\n                \"partner_id\": \"a738900e-76ad-4255-9906-e2fa3c96479a\",\n                \"restaurant_id\": \"14bf9273-64f3-4b39-875b-a616fc83f453\",\n                \"scope\": \"bookings\",\n                \"partner_restaurant_sid\": null,\n                \"partner_group_sid\": null,\n                \"partner_region_sid\": null,\n                \"partner_notice_duration\": 0,\n                \"name\": \"Miss Tess\",\n                \"description\": \"Miss Tess is a street-food restaurant inspired by a story. \\r\\n\\r\\nA story of an Asian woman who grew up in the streets of her continent, \\r\\nlearning what they offer best and turning this knowledge into a fully Asian gastronomical experience. \\r\\n\\r\\nCome, meet Miss Tess and enjoy the best street delicatessen, the Asian Way. \",\n                \"time_zone_name\": \"Abu Dhabi\",\n                \"contact_email\": \"hello@misstessdubai.com\",\n                \"phone\": \"+971504988505\",\n                \"neighborhood_name\": \"Business Bay\",\n                \"address_line_1\": \"Business Bay\",\n                \"address_line_2\": \"Taj Hotel, 3rd Floor\",\n                \"city\": \"Dubai\",\n                \"province\": \"Dubai\",\n                \"country_code\": \"AE\",\n                \"postal_code\": \"8489\",\n                \"latitude\": \"25.192265\",\n                \"longitude\": \"55.267255\",\n                \"terms_and_conditions\": null,\n                \"image_url\": \"https://ucarecdn.com/88b40c71-9ea1-4fe6-946d-998ff274c5b3/\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"4092bf3b-44b9-486f-bcfa-091ce2cec365\",\n            \"type\": \"partnership\",\n            \"attributes\": {\n                \"partner_id\": \"a738900e-76ad-4255-9906-e2fa3c96479a\",\n                \"restaurant_id\": \"0d26da1e-cefe-45e8-94ba-fc1b1a7e3959\",\n                \"scope\": \"bookings\",\n                \"partner_restaurant_sid\": null,\n                \"partner_group_sid\": null,\n                \"partner_region_sid\": null,\n                \"partner_notice_duration\": 0,\n                \"name\": \"Treehouse\",\n                \"description\": \"Treehouse is an urban hideaway for effortlessly chic people of taste. With its rich Renaissance décor, lush furnishings and ornate trees, this decadent rooftop lounge is styled as a house turned inside out.\\r\\n\\r\\nYou will find our playful hideaway located in the Burj Khalifa’s back garden with uninterrupted views of the World’s tallest tower which never fail to lend a sense of the sublime.\\r\\n\\r\\nFeast on an artful menu of Mediterranean bites whilst creative mixologists fashion elixirs and potions with a penchant for smoke & vapour; all the while a soundtrack of soulful lounge beats exudes the ever-present promise of a place on the verge of a party.\\r\\n\\r\\nPlease be informed of the following guidelines:\\r\\n\\r\\n• Treehouse only taking reservation for 6 and above guest with minimum spend.\\r\\n\\r\\n• Saturday to Wednesday – AED 2,000\\r\\n\\r\\n• Thursday and Friday – AED 3,000\\r\\n\\r\\n• Treehouse is strictly 21 years old and above only\\r\\n\\r\\n• Bar Area is for walk in basis only.\",\n                \"time_zone_name\": \"Abu Dhabi\",\n                \"contact_email\": \"rashmi.chittal@tajhotels.com\",\n                \"phone\": \"+971588272763\",\n                \"neighborhood_name\": \"Business Bay\",\n                \"address_line_1\": \"Taj Hotel, Business Bay\",\n                \"address_line_2\": null,\n                \"city\": \"Dubai\",\n                \"province\": null,\n                \"country_code\": \"AE\",\n                \"postal_code\": \"0\",\n                \"latitude\": \"25.192362\",\n                \"longitude\": \"55.267251\",\n                \"terms_and_conditions\": \"• Treehouse only taking reservation for 6 and above guest with minimum spend.\\r\\n\\r\\n• Saturday to Wednesday – AED 2,000\\r\\n\\r\\n• Thursday and Friday – AED 3,000\\r\\n\\r\\n• Treehouse is strictly 21 years old and above only\",\n                \"image_url\": \"https://ucarecdn.com/c2eda84b-824b-470e-b41f-fddfbe01266c/\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"1aaae308-c42c-4a71-8416-cf66f0fe00db\",\n            \"type\": \"partnership\",\n            \"attributes\": {\n                \"partner_id\": \"a738900e-76ad-4255-9906-e2fa3c96479a\",\n                \"restaurant_id\": \"f03c483f-812c-4859-8827-08cdb9136d47\",\n                \"scope\": \"bookings\",\n                \"partner_restaurant_sid\": null,\n                \"partner_group_sid\": null,\n                \"partner_region_sid\": null,\n                \"partner_notice_duration\": 0,\n                \"name\": \"Bombay Brasserie\",\n                \"description\": \"Taj Dubai’s signature restaurant, Bombay Brasserie is a tryst between classic and contemporary. A dining experience here, promises drama, authenticity & innovation with a live open kitchen, vibrant oversized art and a botanical bar concept. The vibrant interiors and low-level lighting set a sophisticated and relaxed dining experience for fashionable diners.\\r\\n\\r\\nRAMADAN OFFER\\r\\n\\r\\nIndulge in Bombay Brasserie's luxurious Iftar menu - Khana-e-Khaas that represents its famed rich food traditions in an extravagant showcase of authentic delicacies sourced from all corners of India's royal kitchens.\\r\\n\\r\\nThis one-of-a-kind Iftar is sure to transport you straight to Indian palaces with exclusive shahi dastarkhwan delicacies and specialty biryanis and desserts and live stations serving an array of starters.\\r\\n\\r\\nTime: 6:00pm-9:00pm\\r\\n\\r\\nPrice: AED 195 per person for 3-course set menu inclusive of Ramadan special juices and welcome drink\",\n                \"time_zone_name\": \"Abu Dhabi\",\n                \"contact_email\": \"rashmi.chittal@tajhotels.com\",\n                \"phone\": \"+97144383222\",\n                \"neighborhood_name\": \"Business Bay\",\n                \"address_line_1\": \"Taj Hotel, Business Bay\",\n                \"address_line_2\": null,\n                \"city\": \"Dubai\",\n                \"province\": null,\n                \"country_code\": \"AE\",\n                \"postal_code\": \"0\",\n                \"latitude\": \"25.192455\",\n                \"longitude\": \"55.26722\",\n                \"terms_and_conditions\": null,\n                \"image_url\": \"https://ucarecdn.com/70aa16e7-f461-42bd-af5d-5597156d9035/\"\n            },\n            \"relationships\": {}\n        }\n    ],\n    \"meta\": {\n        \"limit\": 30,\n        \"total_pages\": 1,\n        \"total_count\": 5,\n        \"current_page\": 1\n    },\n    \"links\": {\n        \"first\": \"http://localhost:3000/api/partners/v2/restaurants?page=1\",\n        \"next\": null,\n        \"prev\": null,\n        \"last\": \"http://localhost:3000/api/partners/v2/restaurants?page=1\"\n    }\n}"}],"_postman_id":"0fbbd8bb-b2a2-4d9f-b7de-4679867f5506"},{"name":"Show Single Restaurant","event":[{"listen":"test","script":{"id":"67b86d92-8fbe-4c31-bcc2-e441fa84d8d6","exec":[""],"type":"text/javascript"}}],"id":"1f31cd6c-b735-423d-be5b-469fcbe5cd93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept-Encoding","value":"gzip","type":"text"}],"url":"{{host}}/partners/v2/restaurants/:uuid","description":"<p>Show single restaurant details by using restaurant UUID</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}},"urlObject":{"path":["partners","v2","restaurants",":uuid"],"host":["{{host}}"],"query":[],"variable":[{"id":"e7e0279d-7b54-45f3-8aa4-69101b7ef222","description":{"content":"<p>Restaurant ID (UUID)</p>\n","type":"text/plain"},"type":"string","value":"e797de18-6eb8-48c3-ac60-6d465327b9aa","key":"uuid"}]}},"response":[{"id":"c5fa9f1c-04da-4468-88c7-21a5638070a3","name":"success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept-Encoding","value":"gzip","type":"text"}],"url":{"raw":"{{host}}/partners/v2/restaurants/:uuid","host":["{{host}}"],"path":["partners","v2","restaurants",":uuid"],"variable":[{"key":"uuid","value":"e797de18-6eb8-48c3-ac60-6d465327b9aa","type":"string","description":"Restaurant ID (UUID)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"cac9fe41e80b36c051ef7648cedbb73f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"316bf324-2984-4132-961c-2b0ff7a465fd"},{"key":"X-Runtime","value":"7.433515"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"e797de18-6eb8-48c3-ac60-6d465327b9aa\",\n        \"type\": \"restaurant\",\n        \"attributes\": {\n            \"name\": \"The Eloquent Elephant\",\n            \"description\": \"A stylish artisan gastropub with huge personality, The Eloquent Elephant is perfectly located at lobby level, with its own direct entrance. Featuring starters, main course, desserts as well as special sharing platters and boards, the menu is a good selection of well-crafted British and international dishes with a gastronomic touch and a contemporary uncomplicated presentation. Inspired by a Victorian passion for collection, the gastro pub is clad in brass with vintage inspired metal window frames, aged-feel timber flooring and unique light fittings in large bell jars.Whether it is a business lunch, or after work happy-hours, The Eloquent Elephant is sure to be one of the most sought after venues.\",\n            \"time_zone_name\": \"Abu Dhabi\",\n            \"contact_email\": \"rashmi.chittal@tajhotels.com\",\n            \"phone\": \"+97144383100\",\n            \"country_code\": \"AE\",\n            \"reservation_notice_duration\": 0,\n            \"notice\": null,\n            \"price_level\": 2,\n            \"operating_hours\": \"3:00pm-1:00am;3:00pm-1:00am;3:00pm-1:00am;3:00pm-1:00am;12:00pm-2:00am;12:00pm-2:00am;3:00pm-1:00am\",\n            \"establishment_type\": \"Bar\",\n            \"attire\": \"Casual\",\n            \"valet\": true,\n            \"alcohol\": true,\n            \"outdoor_seating\": true,\n            \"smoking\": true,\n            \"deal\": null,\n            \"labels\": [],\n            \"good_for\": [\n                \"Dinner\"\n            ],\n            \"payments\": [\n                \"Credit\",\n                \"Cash\"\n            ],\n            \"terms_and_conditions\": \"• Please note that we don't allow kids after 9pm.\\r\\n\\r\\n• Please note that we require a minimum charge of AED 175 per person for the Cricket World Cup Booking.\",\n            \"currency\": \"AED\",\n            \"min_covers\": 2,\n            \"max_covers\": 15,\n            \"address_line_1\": \"Taj Hotel, Business Bay\",\n            \"address_line_2\": null,\n            \"city\": \"Dubai\",\n            \"province\": null,\n            \"postal_code\": \"0\",\n            \"slug\": \"the-eloquent-elephant\",\n            \"custom_confirmation_comments\": \"\\r\\n• Please note that we require a minimum charge of AED 175 per person for the Cricket World Cup Booking.\\r\\n\\r\\n• Please be informed that we do not allow kids after 9pm.\\r\\n\\r\\n• Minimum of 6 pax to be able to book at Eloquent Elephant.\",\n            \"latitude\": 25.192141,\n            \"longitude\": 55.267423,\n            \"image_url\": \"https://ucarecdn.com/8666889c-9953-44b2-8916-4483a4eef30a/\",\n            \"image_urls\": [\n                \"https://ucarecdn.com/8666889c-9953-44b2-8916-4483a4eef30a/\"\n            ],\n            \"menu_url\": null,\n            \"region_id\": \"3906535a-d96c-47cf-99b0-009fc9e038e0\",\n            \"region\": \"Dubai\",\n            \"cuisine_id\": \"cf3d3a12-d8bd-459d-9b6f-56be928a2c81\",\n            \"cuisine\": \"International\",\n            \"neighborhood_id\": \"e36e0df9-31a9-4eef-921d-e8b5ee616d18\",\n            \"neighborhood\": \"Business Bay\",\n            \"ratings_img\": \"http://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-34693-5.png\",\n            \"ratings_average\": \"4.5\",\n            \"ratings_count\": 208,\n            \"external_ratings_url\": \"https://www.tripadvisor.com/Restaurant_Review-g295424-d8091102-Reviews-The_Eloquent_Elephant-Dubai_Emirate_of_Dubai.html#rd_reviews_section_start\",\n            \"website\": \"https://eatapp.co/dubai-restaurants/the-eloquent-elephant\"\n        },\n        \"relationships\": {}\n    }\n}"}],"_postman_id":"1f31cd6c-b735-423d-be5b-469fcbe5cd93"}],"id":"da6202de-1673-4100-bbbd-955d0e16ecfb","description":"<p>Eat assigns each partner a partnership to link restaurant from eat &lt;&gt; partner. These partnerships can hold data for the partner, allowing partners to search for their own data.</p>\n","event":[{"listen":"prerequest","script":{"id":"31944b6c-ac31-4796-a184-9d576d8338d0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0010e8c6-83c3-4fc0-9aab-4d6c41170ec5","type":"text/javascript","exec":[""]}}],"_postman_id":"da6202de-1673-4100-bbbd-955d0e16ecfb","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}}},{"name":"Regions","item":[{"name":"List Regions","id":"1b80b374-d8ba-4dba-8266-ae7a68223efa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Encoding","type":"text","value":"gzip"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{host}}/partners/v2/regions","description":"<p>Regions can be used to filter customer restaurants</p>\n<blockquote>\n<p><strong>NOTE</strong> - Each partner is assigned regions, so will only see regions which you have access for.</p>\n</blockquote>\n<h3 id=\"search-params\">Search Params</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>param</th>\n<th>type</th>\n<th>required</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>false</td>\n<td>Specify what page of the search you want</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>false</td>\n<td>Limit of how many records you (default:30, Max:1000)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}},"urlObject":{"path":["partners","v2","regions"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"aa189a38-3a0f-4761-8be2-665bf9ee319e","name":"success","originalRequest":{"method":"GET","header":[],"url":"{{host}}/partners/v2/regions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"fa99d777a6109ab5fd49fce5ccc6e234\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"76e7a3f2-9328-4049-935a-09290d0ded8f"},{"key":"X-Runtime","value":"1.109493"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"e632e797-ebe9-4843-8553-bb85f683715d\",\n            \"type\": \"region\",\n            \"attributes\": {\n                \"name\": \"Abu Dhabi\",\n                \"country_code\": \"AE\",\n                \"phone\": null,\n                \"image_url\": \"https://ucarecdn.com/73194721-8ddf-47ee-b970-ffd41b6ab74b/\"\n            }\n        },\n        {\n            \"id\": \"7921128e-9190-4a73-b2f3-b9555c722631\",\n            \"type\": \"region\",\n            \"attributes\": {\n                \"name\": \"Beirut\",\n                \"country_code\": \"LB\",\n                \"phone\": null,\n                \"image_url\": \"https://ucarecdn.com/1bc29c43-9dae-4781-982a-ee927d822627/\"\n            }\n        },\n        {\n            \"id\": \"3906535a-d96c-47cf-99b0-009fc9e038e0\",\n            \"type\": \"region\",\n            \"attributes\": {\n                \"name\": \"Dubai\",\n                \"country_code\": \"AE\",\n                \"phone\": \"+971551668268\",\n                \"image_url\": \"https://ucarecdn.com/120c233a-2653-44f1-941b-8c374c7b917d/\"\n            }\n        },\n        {\n            \"id\": \"2b95ca43-cf41-425c-8e1a-5f458cc589c7\",\n            \"type\": \"region\",\n            \"attributes\": {\n                \"name\": \"Northern Emirates\",\n                \"country_code\": \"AE\",\n                \"phone\": null,\n                \"image_url\": \"https://ucarecdn.com/97342cfe-401a-4b07-8332-13247b735908/\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"limit\": 30,\n        \"total_pages\": 1,\n        \"total_count\": 4,\n        \"current_page\": 1\n    },\n    \"links\": {\n        \"first\": \"http://localhost:3000/api/partners/v2/regions?page=1\",\n        \"next\": null,\n        \"prev\": null,\n        \"last\": \"http://localhost:3000/api/partners/v2/regions?page=1\"\n    }\n}"}],"_postman_id":"1b80b374-d8ba-4dba-8266-ae7a68223efa"}],"id":"a83f6c46-80c5-4619-9194-e9c26ca33872","_postman_id":"a83f6c46-80c5-4619-9194-e9c26ca33872","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}}},{"name":"Cuisines","item":[{"name":"List Cuisines","id":"7ba4a1fd-8b43-4247-814f-8586b545f484","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Encoding","type":"text","value":"gzip"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{host}}/partners/v2/cuisines?region_id=2b95ca43-cf41-425c-8e1a-5f458cc589c7","description":"<p>Cuisines can be used for filtering purposes on the consumer restaurants endpoints</p>\n<blockquote>\n<p><strong>NOTE</strong> - You can filter appropriate cuisines based on a region. </p>\n</blockquote>\n<h3 id=\"search-params\">Search Params</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>param</th>\n<th>type</th>\n<th>required</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>false</td>\n<td>Specify what page of the search you want</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>false</td>\n<td>Limit of how many records you (default:30, Max:1000)</td>\n</tr>\n<tr>\n<td>region_id</td>\n<td>UUID</td>\n<td>false</td>\n<td>Search by Region ID (UUID)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}},"urlObject":{"path":["partners","v2","cuisines"],"host":["{{host}}"],"query":[{"description":{"content":"<p>Provides filtered cuisines for region</p>\n","type":"text/plain"},"key":"region_id","value":"2b95ca43-cf41-425c-8e1a-5f458cc589c7"}],"variable":[]}},"response":[{"id":"5f61ffc2-bb73-4aed-bfcc-85d3e78c621a","name":"success","originalRequest":{"method":"GET","header":[{"key":"Accept-Encoding","value":"gzip","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{host}}/partners/v2/cuisines?region_id=2b95ca43-cf41-425c-8e1a-5f458cc589c7","host":["{{host}}"],"path":["partners","v2","cuisines"],"query":[{"key":"region_id","value":"2b95ca43-cf41-425c-8e1a-5f458cc589c7","description":"Provides filtered cuisines for region"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"1d5f50a4b1f337f15e081282e720aa4f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"ad106916-34d3-40c5-9488-0c1b97ca4026"},{"key":"X-Runtime","value":"1.658968"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"4b198362-60b5-468b-9f00-7cd1453687d5\",\n            \"type\": \"cuisine\",\n            \"attributes\": {\n                \"name\": \"Afternoon Tea\"\n            }\n        },\n        {\n            \"id\": \"cf3d3a12-d8bd-459d-9b6f-56be928a2c81\",\n            \"type\": \"cuisine\",\n            \"attributes\": {\n                \"name\": \"International\"\n            }\n        },\n        {\n            \"id\": \"5016fd51-df14-4247-9dff-0c1640e436f4\",\n            \"type\": \"cuisine\",\n            \"attributes\": {\n                \"name\": \"Japanese\"\n            }\n        },\n        {\n            \"id\": \"b8300861-46b9-4bdd-810b-c459b1de18e0\",\n            \"type\": \"cuisine\",\n            \"attributes\": {\n                \"name\": \"Mediterranean\"\n            }\n        },\n        {\n            \"id\": \"d5941fed-ed0d-4522-8fac-fb6e76654651\",\n            \"type\": \"cuisine\",\n            \"attributes\": {\n                \"name\": \"Middle Eastern\"\n            }\n        },\n        {\n            \"id\": \"6928a7a0-66e2-420f-aec5-5915405dc769\",\n            \"type\": \"cuisine\",\n            \"attributes\": {\n                \"name\": \"Steakhouse\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"limit\": 30,\n        \"total_pages\": 1,\n        \"total_count\": 6,\n        \"current_page\": 1\n    },\n    \"links\": {\n        \"first\": \"http://localhost:3000/api/partners/v2/cuisines?page=1&region_id=2b95ca43-cf41-425c-8e1a-5f458cc589c7\",\n        \"next\": null,\n        \"prev\": null,\n        \"last\": \"http://localhost:3000/api/partners/v2/cuisines?page=1&region_id=2b95ca43-cf41-425c-8e1a-5f458cc589c7\"\n    }\n}"}],"_postman_id":"7ba4a1fd-8b43-4247-814f-8586b545f484"}],"id":"b2c4f94c-3f09-4559-86dc-445d8bc6a3f9","event":[{"listen":"prerequest","script":{"id":"d05f2207-2e8a-41c5-a3b8-efa470b54dde","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"82dd79db-4450-4560-87ac-a5053a75c03f","type":"text/javascript","exec":[""]}}],"_postman_id":"b2c4f94c-3f09-4559-86dc-445d8bc6a3f9","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}}},{"name":"Neighborhoods","item":[{"name":"List Neighborhoods","id":"c050fd49-4e80-403a-986d-7925209870e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Encoding","type":"text","value":"gzip"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{host}}/partners/v2/neighborhoods?region_id=2b95ca43-cf41-425c-8e1a-5f458cc589c7","description":"<p>Neighborhoods can be used for filtering purposes on the consumer restaurants endpoints</p>\n<blockquote>\n<p><strong>NOTE</strong> - You can filter appropriate neighborhoods based on a region.</p>\n</blockquote>\n<h3 id=\"search-params\">Search Params</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>param</th>\n<th>type</th>\n<th>required</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>false</td>\n<td>Specify what page of the search you want</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>false</td>\n<td>Limit of how many records you (default:30, Max:1000)</td>\n</tr>\n<tr>\n<td>region_id</td>\n<td>UUID</td>\n<td>false</td>\n<td>Search by Region ID (UUID)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}},"urlObject":{"path":["partners","v2","neighborhoods"],"host":["{{host}}"],"query":[{"description":{"content":"<p>Provides filtered Neighborhoods for region</p>\n","type":"text/plain"},"key":"region_id","value":"2b95ca43-cf41-425c-8e1a-5f458cc589c7"}],"variable":[]}},"response":[{"id":"af33837b-207b-4b53-aac5-b4c083d0bd9b","name":"success","originalRequest":{"method":"GET","header":[{"key":"Accept-Encoding","type":"text","value":"gzip"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"{{host}}/partners/v2/neighborhoods?region_id=2b95ca43-cf41-425c-8e1a-5f458cc589c7","host":["{{host}}"],"path":["partners","v2","neighborhoods"],"query":[{"key":"region_id","value":"2b95ca43-cf41-425c-8e1a-5f458cc589c7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"d1ce577998bead00bea9a84d743d8209\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"f6f9df5e-d7c8-405f-aa7c-33dbc0fc8b9d"},{"key":"X-Runtime","value":"2.152115"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"1b2672bc-3779-4ec8-a1c0-0666584b9f91\",\n            \"type\": \"neighborhood\",\n            \"attributes\": {\n                \"name\": \"Ajman\"\n            }\n        },\n        {\n            \"id\": \"c4fb3c84-7acc-49cb-8c4a-883e168e7979\",\n            \"type\": \"neighborhood\",\n            \"attributes\": {\n                \"name\": \"Ras Al Khaimah\"\n            }\n        },\n        {\n            \"id\": \"38e242ab-5954-4bfb-851c-f1d3d41523ff\",\n            \"type\": \"neighborhood\",\n            \"attributes\": {\n                \"name\": \"Vienna Street\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"limit\": 30,\n        \"total_pages\": 1,\n        \"total_count\": 3,\n        \"current_page\": 1\n    },\n    \"links\": {\n        \"first\": \"http://localhost:3000/api/partners/v2/neighborhoods?page=1&region_id=2b95ca43-cf41-425c-8e1a-5f458cc589c7\",\n        \"next\": null,\n        \"prev\": null,\n        \"last\": \"http://localhost:3000/api/partners/v2/neighborhoods?page=1&region_id=2b95ca43-cf41-425c-8e1a-5f458cc589c7\"\n    }\n}"}],"_postman_id":"c050fd49-4e80-403a-986d-7925209870e2"}],"id":"92ebc37b-eea6-4674-a048-f4343ee9e021","event":[{"listen":"prerequest","script":{"id":"d05f2207-2e8a-41c5-a3b8-efa470b54dde","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"82dd79db-4450-4560-87ac-a5053a75c03f","type":"text/javascript","exec":[""]}}],"_postman_id":"92ebc37b-eea6-4674-a048-f4343ee9e021","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}}},{"name":"Consumer Restaurants","item":[{"name":"List Consumer Restaurants","id":"4ce94a72-6bcc-4f91-a7b3-91ac6191fddb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Encoding","type":"text","value":"gzip"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{host}}/partners/v2/consumer_restaurants","description":"<p>Using the consumer listings you can filter through restuarants using query params. The results return ready to display data for your end users.</p>\n<h3 id=\"search-params\">Search Params</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>param</th>\n<th>type</th>\n<th>required</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>false</td>\n<td>Specify what page of the search you want</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>integer</td>\n<td>false</td>\n<td>Limit of how many records you (default:30, Max:50)</td>\n</tr>\n<tr>\n<td>q</td>\n<td>Integer</td>\n<td>false</td>\n<td>Search by Name, address, province, postal_code or country_code</td>\n</tr>\n<tr>\n<td>cuisine_id</td>\n<td>String</td>\n<td>false</td>\n<td>Search by Cuisine ID (UUID)</td>\n</tr>\n<tr>\n<td>neighborhood_id</td>\n<td>UUID</td>\n<td>false</td>\n<td>Search by Neighborhood ID (UUID)</td>\n</tr>\n<tr>\n<td>region_id</td>\n<td>UUID</td>\n<td>false</td>\n<td>Search by Region ID (UUID)</td>\n</tr>\n<tr>\n<td>price_level</td>\n<td>Integer</td>\n<td>false</td>\n<td>Search by Price Level (1,2,3) - support multi options</td>\n</tr>\n<tr>\n<td>good_for</td>\n<td>String</td>\n<td>false</td>\n<td>Search by Good for *see below list - support multi options</td>\n</tr>\n<tr>\n<td>establishment_type</td>\n<td>UUID</td>\n<td>false</td>\n<td>Search by Establishment type, one of Cafe, Fine, Dining, Casual, Dining, Lounge, Bar</td>\n</tr>\n<tr>\n<td>deal</td>\n<td>boolean</td>\n<td>false</td>\n<td>Search by deal (<code>true</code>, or <code>false</code>)</td>\n</tr>\n<tr>\n<td>outdoor_seating</td>\n<td>boolean</td>\n<td>false</td>\n<td>Search by outdoor seating (<code>true</code>, or <code>false</code>)</td>\n</tr>\n<tr>\n<td>smoking</td>\n<td>boolean</td>\n<td>false</td>\n<td>Search by smoking (<code>true</code>, or <code>false</code>)</td>\n</tr>\n<tr>\n<td>alcohol</td>\n<td>boolean</td>\n<td>false</td>\n<td>Search by alcohol (<code>true</code>, or <code>false</code>)</td>\n</tr>\n<tr>\n<td>sort</td>\n<td>String</td>\n<td>false</td>\n<td>Order by by distance <code>near_to%3A25.047717%2B55.167464</code>, (latitude &amp; longitude)</td>\n</tr>\n<tr>\n<td>food_type</td>\n<td>String</td>\n<td>false</td>\n<td>Search by food type for (<code>Breakfast</code>, <code>Lunch</code>, <code>Brunch</code>, <code>Dinner</code>)  - support multi options</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"good-for-list\">Good For List</h4>\n<ul>\n<li>Good for Groups</li>\n<li>Good for Families</li>\n<li>Good for Couples</li>\n<li>Romantic</li>\n<li>Fun</li>\n<li>Great Service</li>\n<li>Special Occasion</li>\n<li>Vegan Friendly</li>\n<li>Open Kitchen</li>\n<li>Upscale</li>\n<li>Good for Birthdays</li>\n<li>Vegetarian</li>\n<li>Healthy</li>\n<li>Scenic View</li>\n<li>Live Music</li>\n<li>Quick Bites</li>\n<li>Afternoon Tea</li>\n<li>Shisha</li>\n<li>Late-night Dining</li>\n</ul>\n<h4 id=\"multi-options\">Multi Options</h4>\n<p>Filters like <code>price_level</code>, <code>good_for</code>, and <code>food_type</code> support passing multiple values, list them as a string separated by a comma <code>,</code>.\nExample:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>partners/v2/consumer_restaurants?price_level=1,2&amp;food_type=Brunch,Lunch\n</code></pre>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}},"urlObject":{"path":["partners","v2","consumer_restaurants"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Page ( default : 1 )</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Limit ( default : 30 , Max: 50 )</p>\n","type":"text/plain"},"key":"limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Search by Name, address, province, postal_code or country_code</p>\n","type":"text/plain"},"key":"q","value":"some name"},{"disabled":true,"description":{"content":"<p>Sort result by any of (<code>name</code>, <code>mobile_sort_priority</code>, <code>price_level</code> <code>created_at</code>) followed by direction like <code>name:asc</code></p>\n","type":"text/plain"},"key":"sort","value":"mobile_sort_priority:desc, name:asc"},{"disabled":true,"description":{"content":"<p>Search by Cuisine ID (UUID)</p>\n","type":"text/plain"},"key":"cuisine_id","value":"4b198362-60b5-468b-9f00-7cd1453687d5"},{"disabled":true,"description":{"content":"<p>Search by Neighborhood ID (UUID)</p>\n","type":"text/plain"},"key":"neighborhood_id","value":"c4fb3c84-7acc-49cb-8c4a-883e168e7979"},{"disabled":true,"description":{"content":"<p>Search by Region ID (UUID)</p>\n","type":"text/plain"},"key":"region_id","value":"3906535a-d96c-47cf-99b0-009fc9e038e0"},{"disabled":true,"description":{"content":"<p>Search by Promotional Group ID (UUID)</p>\n","type":"text/plain"},"key":"promotional_group_id","value":"af088d4c-78db-47da-b189-c7a85ae30f3c"},{"disabled":true,"description":{"content":"<p>Search by Price Level (1,2,3)</p>\n","type":"text/plain"},"key":"price_level","value":"1,2"},{"disabled":true,"description":{"content":"<p>Search by Good for (Good for Groups, Good for Families, Good for Couples, Romantic, Fun, Great Service, Special Occasion, Vegan Friendly, Open Kitchen, Upscale, Good for Birthdays, Vegetarian, Healthy, Scenic View, Live Music, Quick Bites, Afternoon Tea, Shisha, Late-night Dining)</p>\n","type":"text/plain"},"key":"good_for","value":"Good for Groups"},{"disabled":true,"description":{"content":"<p>Search by Establishment type, one of Cafe, Fine, Dining, Casual, Dining, Lounge, Bar</p>\n","type":"text/plain"},"key":"establishment_type","value":"Cafe"},{"disabled":true,"description":{"content":"<p>Search by deal (<code>true</code>, or <code>false</code>)</p>\n","type":"text/plain"},"key":"deal","value":"true"},{"disabled":true,"description":{"content":"<p>Search by outdoor seating (<code>true</code>, or <code>false</code>)</p>\n","type":"text/plain"},"key":"outdoor_seating","value":"true"},{"disabled":true,"description":{"content":"<p>Search by smoking (<code>true</code>, or <code>false</code>)</p>\n","type":"text/plain"},"key":"smoking","value":"false"},{"disabled":true,"description":{"content":"<p>Search by alcohol (<code>true</code>, or <code>false</code>)</p>\n","type":"text/plain"},"key":"alcohol","value":"false"},{"disabled":true,"key":"sort","value":"near_to%3A25.047717%2B55.167464"},{"disabled":true,"description":{"content":"<p>Search by food type (Breakfast, Lunch, Brunch, Dinner)</p>\n","type":"text/plain"},"key":"food_type","value":"Breakfast, Lunch"}],"variable":[]}},"response":[{"id":"d58bad64-6e21-4411-8d3a-afc2e8cbb89d","name":"success","originalRequest":{"method":"GET","header":[{"key":"Accept-Encoding","value":"gzip","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{host}}/partners/v2/consumer_restaurants?page=1&q=some name&sort=mobile_sort_priority:desc, name:asc&cuisine_id=4b198362-60b5-468b-9f00-7cd1453687d5&neighborhood_id=c4fb3c84-7acc-49cb-8c4a-883e168e7979&region_id=3906535a-d96c-47cf-99b0-009fc9e038e0&promotional_group_id=af088d4c-78db-47da-b189-c7a85ae30f3c&price_level=1&good_for=Good for Groups&establishment_type=Cafe&deal=true&outdoor_seating=true&smoking=false&alcohol=false","host":["{{host}}"],"path":["partners","v2","consumer_restaurants"],"query":[{"key":"page","value":"1","description":"Page ( default : 1 )"},{"key":"limit","value":"1000","description":"Limit ( default : 30 , Max: 100 )","disabled":true},{"key":"q","value":"some name","description":"Search by Name, address, province, postal_code or country_code"},{"key":"sort","value":"mobile_sort_priority:desc, name:asc","description":"Sort result by any of (`name`, `mobile_sort_priority`, `price_level` `created_at`) followed by direction like `name:asc`"},{"key":"cuisine_id","value":"4b198362-60b5-468b-9f00-7cd1453687d5","description":"Search by Cuisine ID (UUID)"},{"key":"neighborhood_id","value":"c4fb3c84-7acc-49cb-8c4a-883e168e7979","description":"Search by Neighborhood ID (UUID)"},{"key":"region_id","value":"3906535a-d96c-47cf-99b0-009fc9e038e0","description":"Search by Region ID (UUID)"},{"key":"promotional_group_id","value":"af088d4c-78db-47da-b189-c7a85ae30f3c","description":"Search by Promotional Group ID (UUID)"},{"key":"price_level","value":"1","description":"Search by Price Level (1,2,3)"},{"key":"good_for","value":"Good for Groups","description":"Search by Good for (Good for Groups, Good for Families, Good for Couples, Romantic, Fun, Great Service, Special Occasion, Vegan Friendly, Open Kitchen, Upscale, Good for Birthdays, Vegetarian, Healthy, Scenic View, Live Music, Quick Bites)"},{"key":"establishment_type","value":"Cafe","description":"Search by Establishment type, one of Cafe, Fine, Dining, Casual, Dining, Lounge, Bar"},{"key":"deal","value":"true","description":"Search by deal (`true`, or `false`)"},{"key":"outdoor_seating","value":"true","description":"Search by outdoor seating (`true`, or `false`)"},{"key":"smoking","value":"false","description":"Search by smoking (`true`, or `false`)"},{"key":"alcohol","value":"false","description":"Search by alcohol (`true`, or `false`)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-bullet-footer-text","value":"[\"user: marc-jeffrey  USE eager loading detected    Restaurant =\\u003e [:account]\\n  Add to your finder: :includes =\\u003e [:account]\",\"user: marc-jeffrey  USE eager loading detected    Restaurant =\\u003e [:region]\\n  Add to your finder: :includes =\\u003e [:region]\"]"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"b91c9e6a31f18d85dbcef86b0f2b901a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"555142c6-c515-4af6-815b-4f9d092fb83f"},{"key":"X-Runtime","value":"0.260709"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"7ec3e299-3066-4e58-a480-9b553c734e1d\",\n            \"type\": \"restaurant\",\n            \"attributes\": {\n                \"name\": \"Entrecote Cafe de Paris\",\n                \"description\": \"The sauce “Café de Paris” developed by Mr. Boubier in 1930 to accompany the faux fillet steak (Entrecôte) at his restaurant in Geneva enabled him to launch an astonishing concept offering a single menu formula that gained an immediate worldwide success.\",\n                \"time_zone_name\": \"Abu Dhabi\",\n                \"contact_email\": \"chadi@entrecote.ae\",\n                \"phone\": \"+97144340122\",\n                \"country_code\": \"AE\",\n                \"reservation_notice_duration\": 0,\n                \"notice\": null,\n                \"price_level\": 2,\n                \"operating_hours\": \"11:00am-1:00am;11:00am-1:00am;11:00am-1:00am;11:00am-1:00am;11:00am-1:00am;10:00am-1:00am;10:00am-1:00am\",\n                \"establishment_type\": \"Casual Dining\",\n                \"attire\": \"Casual\",\n                \"valet\": false,\n                \"alcohol\": false,\n                \"outdoor_seating\": false,\n                \"smoking\": false,\n                \"deal\": null,\n                \"labels\": [\n                    \"Good for Groups\",\n                    \"Good for Families\",\n                    \"Good for Couples\",\n                    \"Romantic\",\n                    \"Fun\",\n                    \"Great Service\",\n                    \"Upscale\",\n                    \"Good for Birthdays\",\n                    \"Scenic View\"\n                ],\n                \"good_for\": [\n                    \"Lunch\",\n                    \"Dinner\"\n                ],\n                \"payments\": [\n                    \"Credit\",\n                    \"Cash\"\n                ],\n                \"terms_and_conditions\": null,\n                \"currency\": \"AED\",\n                \"min_covers\": 1,\n                \"max_covers\": 12,\n                \"address_line_1\": \"The Dubai Mall, Downtown\",\n                \"address_line_2\": null,\n                \"city\": \"Dubai\",\n                \"province\": null,\n                \"postal_code\": \"0\",\n                \"slug\": \"entrecote-cafe-de-paris-downtown\",\n                \"custom_confirmation_comments\": null,\n                \"latitude\": 25.194932,\n                \"longitude\": 55.279502,\n                \"image_url\": \"https://ucarecdn.com/7026ea88-efa6-4d61-b017-5039be043ebe/\",\n                \"image_urls\": [\n                    \"https://ucarecdn.com/7026ea88-efa6-4d61-b017-5039be043ebe/\",\n                    \"https://ucarecdn.com/39baa484-15d0-44c2-9cb4-f5dd271db30f/\",\n                    \"https://ucarecdn.com/713a5a3d-2046-4558-ac81-f470e267b7f8/\",\n                    \"https://ucarecdn.com/f182be03-e250-4c76-bdc3-5361929f8d11/\",\n                    \"https://ucarecdn.com/3c3fcff6-2d11-439c-8d01-6c1854154ef7/\",\n                    \"https://ucarecdn.com/acf94442-e05f-463c-81ad-841b099d44e3/\",\n                    \"https://ucarecdn.com/1ea483b6-f874-4612-9784-807ab1a2724c/\",\n                    \"https://ucarecdn.com/cb895ed7-4fcc-403c-9912-f071934642a4/\",\n                    \"https://ucarecdn.com/d404c9b7-5706-4a19-a88c-2153f627dcb1/\",\n                    \"https://ucarecdn.com/5177503a-8267-47a1-8f03-307ea25f88e5/\",\n                    \"https://ucarecdn.com/59d50c27-04cc-4c28-9969-8c9a66b31058/\",\n                    \"https://ucarecdn.com/5102ffef-302f-447d-92f5-da3623adba78/\",\n                    \"https://ucarecdn.com/b484bea9-d069-41fc-8b2f-68c55b11122a/\",\n                    \"https://ucarecdn.com/aac83899-019c-42e2-890a-9a2733d04740/\",\n                    \"https://ucarecdn.com/65340557-1e6a-4257-8d14-e361b0211c36/\",\n                    \"https://ucarecdn.com/473fe7a7-6a03-4798-b62b-c838c9fec5ab/\",\n                    \"https://ucarecdn.com/5088c3df-5937-4064-9650-fe0ca1b9dd38/\",\n                    \"https://ucarecdn.com/2c08aeee-7adf-4676-8cbe-0865e58215fe/\",\n                    \"https://ucarecdn.com/b8d08c2f-03b3-4ea7-b27c-42b1a1361c9b/\",\n                    \"https://ucarecdn.com/6340e4fb-77a7-4199-a9d0-61573f4b0c4e/\",\n                    \"https://ucarecdn.com/a6e7fb61-2326-4669-aa9d-193e00fc0f5e/\",\n                    \"https://ucarecdn.com/26ee75b9-7b7a-46c2-8435-145a0ba38801/\",\n                    \"https://ucarecdn.com/a44477cf-a396-49d9-96ff-b778148f2ec7/\"\n                ],\n                \"menu_url\": \"https://ucarecdn.com/7026ea88-efa6-4d61-b017-5039be043ebe/-/inline/yes/\",\n                \"region_id\": \"3906535a-d96c-47cf-99b0-009fc9e038e0\",\n                \"region\": \"Dubai\",\n                \"cuisine_id\": \"9ccb0086-3fc8-4a4f-ad91-a5071ba52191\",\n                \"cuisine\": \"French\",\n                \"neighborhood_id\": \"7aff34bd-97ea-4801-bc4a-72ea9c01a1b6\",\n                \"neighborhood\": \"Downtown\",\n                \"ratings_img\": \"http://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-34693-5.png\",\n                \"ratings_average\": \"4.5\",\n                \"ratings_count\": 967,\n                \"external_ratings_url\": \"https://www.tripadvisor.com/Restaurant_Review-g295424-d3456759-Reviews-Entrecote_Cafe_de_Paris-Dubai_Emirate_of_Dubai.html#rd_reviews_section_start\",\n                \"website\": \"https://eatapp.co/dubai-restaurants/entrecote-cafe-de-paris-downtown\",\n                \"partner_booking_widget_url\": \"http://localhost:3000/restaurants/5af306a9-873e-455c-ab2d-ee917cf3e240/openings/search?source=partner_name\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"bdd5dc4a-3fa7-4d2c-a716-7610db85e7b5\",\n            \"type\": \"restaurant\",\n            \"attributes\": {\n                \"name\": \"Cafe Society\",\n                \"description\": \"Café Society is a sophisticated and friendly place where artists, creative people, writers and poets, fashionista, celebrities, and influencers meet drinking coffee and sampling different food and desserts.\\r\\n\\r\\nWhilst the concept of Café Society is inspired by the extravagance of the 1920-1960's society cafes, Café society Dubai is a reflection of the modern social culture of this century.\",\n                \"time_zone_name\": \"Abu Dhabi\",\n                \"contact_email\": \"info@cafesociety.ae\",\n                \"phone\": \"+97143183755\",\n                \"country_code\": \"AE\",\n                \"reservation_notice_duration\": 3600,\n                \"notice\": null,\n                \"price_level\": 2,\n                \"operating_hours\": \"9:00am-11:00pm;9:00am-11:00pm;9:00am-11:00pm;9:00am-11:00pm;9:00am-11:00pm;9:00am-11:00pm;9:00am-11:00pm\",\n                \"establishment_type\": \"Fine Dining\",\n                \"attire\": \"Smart Casual\",\n                \"valet\": true,\n                \"alcohol\": false,\n                \"outdoor_seating\": true,\n                \"smoking\": false,\n                \"deal\": \"EXCLUSIVE: Eat app users receive 20% discount when dine at Café Society with code 'SOCIETY20' \\r\\n\\r\\nNote: The existing offer of 20% off is not applicable with any other offers together. \",\n                \"labels\": [\n                    \"Good for Groups\",\n                    \"Good for Families\",\n                    \"Good for Couples\",\n                    \"Romantic\",\n                    \"Great Service\",\n                    \"Special Occasion\",\n                    \"Upscale\",\n                    \"Good for Birthdays\",\n                    \"Vegetarian\",\n                    \"Healthy\",\n                    \"Quick Bites\"\n                ],\n                \"good_for\": [\n                    \"Breakfast\",\n                    \"Lunch\",\n                    \"Brunch\",\n                    \"Dinner\"\n                ],\n                \"payments\": [\n                    \"Credit\",\n                    \"Cash\"\n                ],\n                \"terms_and_conditions\": null,\n                \"currency\": \"AED\",\n                \"min_covers\": 1,\n                \"max_covers\": 6,\n                \"address_line_1\": \"King Salman Bin Abdelaziz Al Saud Street\",\n                \"address_line_2\": \"TAMANI Marina Hotel, Ground Floor, Dubai Marina\",\n                \"city\": \"Dubai\",\n                \"province\": null,\n                \"postal_code\": \"215855\",\n                \"slug\": \"cafe-society-tamani-marina-hotel-dubai-marina\",\n                \"custom_confirmation_comments\": null,\n                \"latitude\": 25.091212,\n                \"longitude\": 55.148741,\n                \"image_url\": \"https://ucarecdn.com/2d624e3b-acba-4e98-977a-d631f41eba06/\",\n                \"image_urls\": [\n                    \"https://ucarecdn.com/2d624e3b-acba-4e98-977a-d631f41eba06/\",\n                    \"https://ucarecdn.com/e7fcf687-e002-451c-bbfc-011bc4bf0260/\",\n                    \"https://ucarecdn.com/c2ea9712-14a5-4957-ac60-2f1242470189/\",\n                    \"https://ucarecdn.com/b7bbdbad-790a-4908-8041-026f7d79248c/\",\n                    \"https://ucarecdn.com/8e236a78-a6af-44ab-8657-7ecc2dbafc8b/\",\n                    \"https://ucarecdn.com/49bc1594-7064-4934-bac4-5b4ea22f584e/\",\n                    \"https://ucarecdn.com/e55b5d57-a3d4-4ccb-a68f-6359873c689b/\",\n                    \"https://ucarecdn.com/dfc6f813-0eb4-4545-9ea5-8b220d86ce73/\"\n                ],\n                \"menu_url\": null,\n                \"region_id\": \"3906535a-d96c-47cf-99b0-009fc9e038e0\",\n                \"region\": \"Dubai\",\n                \"cuisine_id\": \"cf3d3a12-d8bd-459d-9b6f-56be928a2c81\",\n                \"cuisine\": \"International\",\n                \"neighborhood_id\": \"2e47bebe-692b-4885-abd8-423eaaf24b07\",\n                \"neighborhood\": \"Dubai Marina\",\n                \"ratings_img\": \"http://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/5.0-34693-5.png\",\n                \"ratings_average\": \"5.0\",\n                \"ratings_count\": 23,\n                \"external_ratings_url\": \"https://www.tripadvisor.com/Restaurant_Review-g295424-d13539068-Reviews-Cafe_Society_Dubai-Dubai_Emirate_of_Dubai.html#rd_reviews_section_start\",\n                \"website\": \"http://cafesociety.ae/\",\n                \"partner_booking_widget_url\": \"http://localhost:3000/restaurants/cc0b1b73-e96f-427a-ac8b-546ca621703a/openings/search?source=partner_name\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"b5518355-2988-4210-8112-fac92acd2d10\",\n            \"type\": \"restaurant\",\n            \"attributes\": {\n                \"name\": \"Margherita Sheikh Zayed Road\",\n                \"description\": \"The first neighborhood pizza parlor opened in Massa Lubrense, a small fishing village near Naples, in southern Italy. Agata and Osvaldo Casa decided to open 'Margherita' in 1959, at the same time that their first son, Giovanni, was born. Over the years, Giovanni learned the ropes of life in a kitchen, mastered original Neapolitan recipes handed down from his mother, and became a great chef. Margherita still offers today those same recipes that conserve the authentic flavors of the South of Italy.\",\n                \"time_zone_name\": \"Abu Dhabi\",\n                \"contact_email\": \"haythemkammoun@gmail.com\",\n                \"phone\": \"+97143511823\",\n                \"country_code\": \"AE\",\n                \"reservation_notice_duration\": 0,\n                \"notice\": null,\n                \"price_level\": 1,\n                \"operating_hours\": \"12:00pm-2:00am;12:00pm-2:00am;12:00pm-2:00am;12:00pm-2:00am;12:00pm-2:00am;12:00pm-2:00am;12:00pm-2:00am\",\n                \"establishment_type\": \"Casual Dining\",\n                \"attire\": \"Casual\",\n                \"valet\": false,\n                \"alcohol\": false,\n                \"outdoor_seating\": false,\n                \"smoking\": false,\n                \"deal\": null,\n                \"labels\": [\n                    \"Good for Groups\",\n                    \"Good for Couples\",\n                    \"Great Service\",\n                    \"Open Kitchen\",\n                    \"Quick Bites\"\n                ],\n                \"good_for\": [\n                    \"Lunch\",\n                    \"Dinner\"\n                ],\n                \"payments\": [\n                    \"Credit\",\n                    \"Cash\"\n                ],\n                \"terms_and_conditions\": null,\n                \"currency\": \"AED\",\n                \"min_covers\": 1,\n                \"max_covers\": 6,\n                \"address_line_1\": \"Sheikh Zayed Road, Near Financial Metro Station\",\n                \"address_line_2\": null,\n                \"city\": \"Dubai\",\n                \"province\": null,\n                \"postal_code\": \"0\",\n                \"slug\": \"margherita-sheikh-zayed-road-sheikh-zayed-road-near-financial-metro-station\",\n                \"custom_confirmation_comments\": null,\n                \"latitude\": 25.20838,\n                \"longitude\": 55.274104,\n                \"image_url\": \"https://ucarecdn.com/dd087730-0a1a-42df-9c32-b0ac22f8e331/\",\n                \"image_urls\": [\n                    \"https://ucarecdn.com/dd087730-0a1a-42df-9c32-b0ac22f8e331/\",\n                    \"https://ucarecdn.com/711ad625-7e82-4940-99de-f62d0ab02d65/\",\n                    \"https://ucarecdn.com/b57f59e1-1809-45c5-a1db-c12ca54e6cf3/\",\n                    \"https://ucarecdn.com/edbb3501-9a35-4288-affb-7d9691b0c13a/\",\n                    \"https://ucarecdn.com/72f0bdd9-2e3d-4737-a3f3-9d20b975593c/\",\n                    \"https://ucarecdn.com/c49a0bae-8a14-4863-bb3e-a524991e9cd2/\",\n                    \"https://ucarecdn.com/a2b83334-9d57-45a2-9bdd-67f13b20180a/\",\n                    \"https://ucarecdn.com/869b4420-c02b-41bc-9bf0-fd7f567bceb0/\",\n                    \"https://ucarecdn.com/7acc66da-0f8e-4aaa-9385-2a2d91fd54af/\",\n                    \"https://ucarecdn.com/dc95a7e2-6e54-4685-b10c-47e35347555b/\",\n                    \"https://ucarecdn.com/e7a10431-ce6a-4c41-8a98-7db5a07e8ffa/\",\n                    \"https://ucarecdn.com/c2004da8-36c2-4477-82e8-244cbff4344e/\",\n                    \"https://ucarecdn.com/23ce8d03-dc27-4154-b9ba-40af46b9fc6c/\",\n                    \"https://ucarecdn.com/1d5637cd-acbc-46e1-baab-44a5803b42fb/\",\n                    \"https://ucarecdn.com/cfdb08ef-ab9d-4b7b-aecd-0cf2ea6dc765/\",\n                    \"https://ucarecdn.com/97f97fd9-00b6-4b01-8074-c1f4a37467bf/\",\n                    \"https://ucarecdn.com/df2339ad-a65b-48c4-b6ad-67a072a52a2b/\"\n                ],\n                \"menu_url\": \"https://ucarecdn.com/dd087730-0a1a-42df-9c32-b0ac22f8e331/-/inline/yes/\",\n                \"region_id\": \"3906535a-d96c-47cf-99b0-009fc9e038e0\",\n                \"region\": \"Dubai\",\n                \"cuisine_id\": \"e6f8d4b9-b10d-41c0-ac0b-9246da52d7c0\",\n                \"cuisine\": \"Italian\",\n                \"neighborhood_id\": \"0e29d345-2bf4-486e-874e-366b93bff76c\",\n                \"neighborhood\": \"Sheikh Zayed Road\",\n                \"ratings_img\": \"http://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-34693-5.png\",\n                \"ratings_average\": \"4.5\",\n                \"ratings_count\": 63,\n                \"external_ratings_url\": \"https://www.tripadvisor.com/Restaurant_Review-g295424-d7745900-Reviews-Margherita-Dubai_Emirate_of_Dubai.html#rd_reviews_section_start\",\n                \"website\": \"https://eatapp.co/dubai-restaurants/margherita-sheikh-zayed-road-sheikh-zayed-road-near-financial-metro-station\",\n                \"partner_booking_widget_url\": \"http://localhost:3000/restaurants/5af306a9-873e-455c-ab2d-ee917cf3e240/openings/search?source=partner_name\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"cc0b1b73-e96f-427a-ac8b-546ca621703a\",\n            \"type\": \"restaurant\",\n            \"attributes\": {\n                \"name\": \"The Social Kitchen\",\n                \"description\": \"Set in a delightful location that offers beautiful views across the Arabian Gulf, The Social Kitchen serves a selection of the healthiest signature Levantine cuisine.\\r\\n\\r\\nWith a showpiece tiled mashawi grill rotating fresh meats for all to see, the art of slow cooking is central to this family-friendly restaurant. Choose to dine inside in the elegant surroundings or al fresco on the terrace and enjoy a distinctive interactive dining experience, with many dishes served in the cast iron pots and pans they are cooked in, while tabletop grills allow you to cook your meat just the way you like it.\",\n                \"time_zone_name\": \"Abu Dhabi\",\n                \"contact_email\": \"HA9Q6-FB6@accor.com\",\n                \"phone\": null,\n                \"country_code\": \"AE\",\n                \"reservation_notice_duration\": 0,\n                \"notice\": null,\n                \"price_level\": 2,\n                \"operating_hours\": \"\",\n                \"establishment_type\": \"Fine Dining\",\n                \"attire\": \"Casual\",\n                \"valet\": true,\n                \"alcohol\": false,\n                \"outdoor_seating\": true,\n                \"smoking\": false,\n                \"deal\": null,\n                \"labels\": [\n                    \"Good for Groups\",\n                    \"Romantic\",\n                    \"Great Service\",\n                    \"Special Occasion\",\n                    \"Upscale\",\n                    \"Good for Birthdays\",\n                    \"Scenic View\"\n                ],\n                \"good_for\": [\n                    \"Dinner\"\n                ],\n                \"payments\": [\n                    \"Credit\",\n                    \"Cash\"\n                ],\n                \"terms_and_conditions\": null,\n                \"currency\": \"AED\",\n                \"min_covers\": 1,\n                \"max_covers\": 11,\n                \"address_line_1\": \"The Retreat Palm Dubai M Gallery by Sofitel\",\n                \"address_line_2\": null,\n                \"city\": null,\n                \"province\": null,\n                \"postal_code\": null,\n                \"slug\": \"the-social-kitchen-the-retreat-palm-jumeirah\",\n                \"custom_confirmation_comments\": null,\n                \"latitude\": 25.139203,\n                \"longitude\": 55.142444,\n                \"image_url\": \"https://ucarecdn.com/f388839d-b5f0-4b82-a08c-1d75e89cdf5a/\",\n                \"image_urls\": [\n                    \"https://ucarecdn.com/f388839d-b5f0-4b82-a08c-1d75e89cdf5a/\",\n                    \"https://ucarecdn.com/f940cf85-5ebf-4488-bad2-93abe3cf2262/\",\n                    \"https://ucarecdn.com/ff4f6518-59cf-49b1-8cb7-4b92b4832be3/\",\n                    \"https://ucarecdn.com/227a7b35-aaea-4fd6-a2b8-838668d26a2e/\",\n                    \"https://ucarecdn.com/148c35c6-b06b-4cb4-967b-1491cc96b9c5/\",\n                    \"https://ucarecdn.com/e43edd40-b4df-4df9-8427-c0d7dcc3b982/\",\n                    \"https://ucarecdn.com/64fc9f4c-c079-4797-bed9-aefb1983a4e0/\",\n                    \"https://ucarecdn.com/e6e2e3da-c498-4f63-8423-12e80ceb720d/\",\n                    \"https://ucarecdn.com/22661e9b-c782-47b8-bacf-1dbbd88b6795/\"\n                ],\n                \"menu_url\": null,\n                \"region_id\": \"3906535a-d96c-47cf-99b0-009fc9e038e0\",\n                \"region\": \"Dubai\",\n                \"cuisine_id\": \"cf3d3a12-d8bd-459d-9b6f-56be928a2c81\",\n                \"cuisine\": \"International\",\n                \"neighborhood_id\": \"4d1ffcb4-436c-4d5a-acb2-2d253ca3edcc\",\n                \"neighborhood\": \"Palm Jumeirah\",\n                \"ratings_img\": \"http://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/5.0-34693-5.png\",\n                \"ratings_average\": \"5.0\",\n                \"ratings_count\": 27,\n                \"external_ratings_url\": \"https://www.tripadvisor.com/Restaurant_Review-g295424-d14931912-Reviews-The_Social_Kitchen-Dubai_Emirate_of_Dubai.html#rd_reviews_section_start\",\n                \"website\": \"https://eatapp.co/dubai-restaurants/the-social-kitchen-the-retreat-palm-jumeirah\",\n                \"partner_booking_widget_url\": \"http://localhost:3000/restaurants/cc0b1b73-e96f-427a-ac8b-546ca621703a/openings/search?source=partner_name\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"5af306a9-873e-455c-ab2d-ee917cf3e240\",\n            \"type\": \"restaurant\",\n            \"attributes\": {\n                \"name\": \"Walnut Grove Dubai Mall\",\n                \"description\": \"Walnut Grove is a South African concept based in Dubai and has been operating since 2016. It brings a rustic yet authentic boutique dining experience with a vibrant and ingenious variety of delicacies. Offering a fusion style menu, the venue is enjoyed by families and friends and offers premium service to all.\",\n                \"time_zone_name\": \"Abu Dhabi\",\n                \"contact_email\": \"anna.martinez@walnutgrove.ae\",\n                \"phone\": \"+97143354888\",\n                \"country_code\": \"AE\",\n                \"reservation_notice_duration\": 0,\n                \"notice\": null,\n                \"price_level\": 2,\n                \"operating_hours\": \"9:00am-12:00am;9:00am-12:00am;9:00am-12:00am;9:00am-12:00am;9:00am-12:00am;9:00am-12:00am;9:00am-12:00am\",\n                \"establishment_type\": \"Cafe\",\n                \"attire\": \"Casual\",\n                \"valet\": false,\n                \"alcohol\": false,\n                \"outdoor_seating\": false,\n                \"smoking\": false,\n                \"deal\": null,\n                \"labels\": [\n                    \"Good for Groups\",\n                    \"Good for Families\",\n                    \"Fun\",\n                    \"Great Service\",\n                    \"Healthy\",\n                    \"Quick Bites\"\n                ],\n                \"good_for\": [\n                    \"Lunch\",\n                    \"Dinner\"\n                ],\n                \"payments\": [\n                    \"Credit\",\n                    \"Cash\"\n                ],\n                \"terms_and_conditions\": null,\n                \"currency\": \"AED\",\n                \"min_covers\": 1,\n                \"max_covers\": 10,\n                \"address_line_1\": \"The Dubai Mall, Downtown\",\n                \"address_line_2\": null,\n                \"city\": \"Dubai\",\n                \"province\": null,\n                \"postal_code\": \"0\",\n                \"slug\": \"ana-martinez-walnutgrove-ae\",\n                \"custom_confirmation_comments\": null,\n                \"latitude\": 25.197765,\n                \"longitude\": 55.27877,\n                \"image_url\": \"https://ucarecdn.com/88235e57-5244-4bb8-8b32-718c535eecd8/\",\n                \"image_urls\": [\n                    \"https://ucarecdn.com/88235e57-5244-4bb8-8b32-718c535eecd8/\",\n                    \"https://ucarecdn.com/4ae50124-274d-4d54-97ea-d7c22a47fd58/\",\n                    \"https://ucarecdn.com/d52b9bfd-3801-439b-9bec-cebd09487402/\",\n                    \"https://ucarecdn.com/fb191d46-8c65-4569-a9eb-12e65a46b7a2/\",\n                    \"https://ucarecdn.com/2117ebb6-a5c3-4cee-94bc-f959c9cd1923/\",\n                    \"https://ucarecdn.com/975a6ddd-829f-4fc6-af10-921665ea8111/\",\n                    \"https://ucarecdn.com/3caaad98-8449-426f-bddc-668bf33942de/\"\n                ],\n                \"menu_url\": null,\n                \"region_id\": \"3906535a-d96c-47cf-99b0-009fc9e038e0\",\n                \"region\": \"Dubai\",\n                \"cuisine_id\": \"cf3d3a12-d8bd-459d-9b6f-56be928a2c81\",\n                \"cuisine\": \"International\",\n                \"neighborhood_id\": \"1cd836cb-e7fa-4e57-bfd3-12aee1aef320\",\n                \"neighborhood\": \"Downtown Dubai\",\n                \"ratings_img\": \"http://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.0-34693-5.png\",\n                \"ratings_average\": \"4.0\",\n                \"ratings_count\": 130,\n                \"external_ratings_url\": \"https://www.tripadvisor.com/Restaurant_Review-g295424-d11722220-Reviews-Walnut_Grove_City_Walk-Dubai_Emirate_of_Dubai.html#rd_reviews_section_start\",\n                \"website\": \"https://eatapp.co/dubai-restaurants/ana-martinez-walnutgrove-ae\",\n                \"partner_booking_widget_url\": \"http://localhost:3000/restaurants/5af306a9-873e-455c-ab2d-ee917cf3e240/openings/search?source=partner_name\"\n            },\n            \"relationships\": {}\n        }\n    ],\n    \"meta\": {\n        \"limit\": 30,\n        \"total_pages\": 1,\n        \"total_count\": 5,\n        \"current_page\": 1\n    },\n    \"links\": {\n        \"first\": \"http://localhost:3000/api/partners/v2/consumer_restaurants?alcohol=false&good_for=Good+for+Groups&page=1&region_id=3906535a-d96c-47cf-99b0-009fc9e038e0&smoking=false\",\n        \"next\": null,\n        \"prev\": null,\n        \"last\": \"http://localhost:3000/api/partners/v2/consumer_restaurants?alcohol=false&good_for=Good+for+Groups&page=1&region_id=3906535a-d96c-47cf-99b0-009fc9e038e0&smoking=false\"\n    }\n}"}],"_postman_id":"4ce94a72-6bcc-4f91-a7b3-91ac6191fddb"},{"name":"Show Single Restaurant","event":[{"listen":"test","script":{"id":"67b86d92-8fbe-4c31-bcc2-e441fa84d8d6","exec":[""],"type":"text/javascript"}}],"id":"c1b0ab17-fa27-4168-89c4-556afb346fb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept-Encoding","type":"text","value":"gzip"}],"url":"{{host}}/partners/v2/consumer_restaurants/:uuid","description":"<p>Show single restaurant details by using restaurant UUID</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}},"urlObject":{"path":["partners","v2","consumer_restaurants",":uuid"],"host":["{{host}}"],"query":[],"variable":[{"description":{"content":"<p>Restaurant ID (UUID)</p>\n","type":"text/plain"},"type":"string","value":"{{restaurant_id}}","key":"uuid"}]}},"response":[{"id":"66ebc202-0526-4066-92ec-390c390bfba7","name":"success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept-Encoding","value":"gzip","type":"text"}],"url":{"raw":"{{host}}/partners/v2/restaurants/:uuid","host":["{{host}}"],"path":["partners","v2","restaurants",":uuid"],"variable":[{"key":"uuid","value":"e797de18-6eb8-48c3-ac60-6d465327b9aa","type":"string","description":"Restaurant ID (UUID)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"cac9fe41e80b36c051ef7648cedbb73f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"316bf324-2984-4132-961c-2b0ff7a465fd"},{"key":"X-Runtime","value":"7.433515"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"e797de18-6eb8-48c3-ac60-6d465327b9aa\",\n        \"type\": \"restaurant\",\n        \"attributes\": {\n            \"name\": \"The Eloquent Elephant\",\n            \"description\": \"A stylish artisan gastropub with huge personality, The Eloquent Elephant is perfectly located at lobby level, with its own direct entrance. Featuring starters, main course, desserts as well as special sharing platters and boards, the menu is a good selection of well-crafted British and international dishes with a gastronomic touch and a contemporary uncomplicated presentation. Inspired by a Victorian passion for collection, the gastro pub is clad in brass with vintage inspired metal window frames, aged-feel timber flooring and unique light fittings in large bell jars.Whether it is a business lunch, or after work happy-hours, The Eloquent Elephant is sure to be one of the most sought after venues.\",\n            \"time_zone_name\": \"Abu Dhabi\",\n            \"contact_email\": \"rashmi.chittal@tajhotels.com\",\n            \"phone\": \"+97144383100\",\n            \"country_code\": \"AE\",\n            \"reservation_notice_duration\": 0,\n            \"notice\": null,\n            \"price_level\": 2,\n            \"operating_hours\": \"3:00pm-1:00am;3:00pm-1:00am;3:00pm-1:00am;3:00pm-1:00am;12:00pm-2:00am;12:00pm-2:00am;3:00pm-1:00am\",\n            \"establishment_type\": \"Bar\",\n            \"attire\": \"Casual\",\n            \"valet\": true,\n            \"alcohol\": true,\n            \"outdoor_seating\": true,\n            \"smoking\": true,\n            \"deal\": null,\n            \"labels\": [],\n            \"good_for\": [\n                \"Dinner\"\n            ],\n            \"payments\": [\n                \"Credit\",\n                \"Cash\"\n            ],\n            \"terms_and_conditions\": \"• Please note that we don't allow kids after 9pm.\\r\\n\\r\\n• Please note that we require a minimum charge of AED 175 per person for the Cricket World Cup Booking.\",\n            \"currency\": \"AED\",\n            \"min_covers\": 2,\n            \"max_covers\": 15,\n            \"address_line_1\": \"Taj Hotel, Business Bay\",\n            \"address_line_2\": null,\n            \"city\": \"Dubai\",\n            \"province\": null,\n            \"postal_code\": \"0\",\n            \"slug\": \"the-eloquent-elephant\",\n            \"custom_confirmation_comments\": \"\\r\\n• Please note that we require a minimum charge of AED 175 per person for the Cricket World Cup Booking.\\r\\n\\r\\n• Please be informed that we do not allow kids after 9pm.\\r\\n\\r\\n• Minimum of 6 pax to be able to book at Eloquent Elephant.\",\n            \"latitude\": 25.192141,\n            \"longitude\": 55.267423,\n            \"image_url\": \"https://ucarecdn.com/8666889c-9953-44b2-8916-4483a4eef30a/\",\n            \"image_urls\": [\n                \"https://ucarecdn.com/8666889c-9953-44b2-8916-4483a4eef30a/\"\n            ],\n            \"menu_url\": null,\n            \"region_id\": \"3906535a-d96c-47cf-99b0-009fc9e038e0\",\n            \"region\": \"Dubai\",\n            \"cuisine_id\": \"cf3d3a12-d8bd-459d-9b6f-56be928a2c81\",\n            \"cuisine\": \"International\",\n            \"neighborhood_id\": \"e36e0df9-31a9-4eef-921d-e8b5ee616d18\",\n            \"neighborhood\": \"Business Bay\",\n            \"ratings_img\": \"http://www.tripadvisor.com/img/cdsi/img2/ratings/traveler/4.5-34693-5.png\",\n            \"ratings_average\": \"4.5\",\n            \"ratings_count\": 208,\n            \"external_ratings_url\": \"https://www.tripadvisor.com/Restaurant_Review-g295424-d8091102-Reviews-The_Eloquent_Elephant-Dubai_Emirate_of_Dubai.html#rd_reviews_section_start\",\n            \"website\": \"https://eatapp.co/dubai-restaurants/the-eloquent-elephant\",\n            \"partner_booking_widget_url\": \"http://localhost:3000/restaurants/e797de18-6eb8-48c3-ac60-6d465327b9aa/openings/search?source=partner_name\"\n        },\n        \"relationships\": {}\n    }\n}"}],"_postman_id":"c1b0ab17-fa27-4168-89c4-556afb346fb9"}],"id":"7ed463d3-25fe-48c9-b08f-83a9434a2818","_postman_id":"7ed463d3-25fe-48c9-b08f-83a9434a2818","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}}},{"name":"Experiences","item":[{"name":"List experiences","id":"ddcf279d-437b-4ea4-bc8c-7e367383997d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Encoding","value":"gzip","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{host}}/partners/v2/experiences?region_id=2b95ca43-cf41-425c-8e1a-5f458cc589c7","description":"<p>Listings of restaurant experiences (events).</p>\n<h3 id=\"search-params\">Search Params</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>param</th>\n<th>type</th>\n<th>required</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>false</td>\n<td>Specify what page of the search you want</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>false</td>\n<td>Limit of how many records you (default:30, Max:50)</td>\n</tr>\n<tr>\n<td>region_id</td>\n<td>UUID</td>\n<td>false</td>\n<td>Search by Region ID (UUID)</td>\n</tr>\n<tr>\n<td>restaurant_id</td>\n<td>UUID</td>\n<td>false</td>\n<td>Search by Restaurant ID (UUID)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}},"urlObject":{"path":["partners","v2","experiences"],"host":["{{host}}"],"query":[{"description":{"content":"<p>Provides filtered Neighborhoods for region</p>\n","type":"text/plain"},"key":"region_id","value":"2b95ca43-cf41-425c-8e1a-5f458cc589c7"},{"disabled":true,"description":{"content":"<p>Provides all experiences for given restaurant</p>\n","type":"text/plain"},"key":"restaurant_id","value":"2aff9624-3540-4785-8056-fc52e1036669"}],"variable":[]}},"response":[{"id":"b9eb3ccb-e932-47c3-921b-06dffe3293dd","name":"success","originalRequest":{"method":"GET","header":[{"key":"Accept-Encoding","value":"gzip","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{host}}/partners/v2/experiences?region_id=2b95ca43-cf41-425c-8e1a-5f458cc589c7","host":["{{host}}"],"path":["partners","v2","experiences"],"query":[{"key":"region_id","value":"2b95ca43-cf41-425c-8e1a-5f458cc589c7","description":"Provides filtered Neighborhoods for region"},{"key":"restaurant_id","value":"2aff9624-3540-4785-8056-fc52e1036669","description":"Provides all experiences for given restaurant","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"a631ad13fada1c2c2f3ff32087c63ce2\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"fd7bc509-e4c7-4e94-8a67-a8ee77bee8fb"},{"key":"X-Runtime","value":"12.105961"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"0aa70e95-c89a-4cad-8958-eb3d2d2b1408\",\n            \"type\": \"experience\",\n            \"attributes\": {\n                \"name\": \"WHERE VALUE AND TASTE BLOSSOM TOGETHER\",\n                \"description\": \"Quality of ingredients and attention to detail are at the heart of Umi’s award winning Japanese offering. Every Wednesday, guests can now experience an array of sushi platters and authentic sides as they witness Umi’s skilled chefs creating these sumptuous delicacies right before their eyes.\\r\\n\\r\\nPrice per person:\\r\\n\\r\\nAED 149 – Unlimited sharing sushi platters and sides\\r\\n\\r\\nAED 220 - Adds a half carafe or wine, 2 cocktails or 2 mocktails\",\n                \"region_id\": \"2b95ca43-cf41-425c-8e1a-5f458cc589c7\",\n                \"terms_and_conditions\": \"\",\n                \"experience_type\": \"Recurring\",\n                \"start_time\": \"2019-07-24T19:00:00Z\",\n                \"end_time\": \"2019-07-24T19:00:00Z\",\n                \"recurring\": \"Weekly on Wednesdays\",\n                \"image_url\": \"https://ucarecdn.com/c1b838d0-2874-4549-9cf8-bc37a4aaad80/\",\n                \"flyer_url\": null,\n                \"upcoming_experiences\": [\n                    \"2019-08-14T19:00:00Z\",\n                    \"2019-08-21T19:00:00Z\",\n                    \"2019-08-28T19:00:00Z\",\n                    \"2019-09-04T19:00:00Z\",\n                    \"2019-09-11T19:00:00Z\",\n                    \"2019-09-18T19:00:00Z\",\n                    \"2019-09-25T19:00:00Z\"\n                ]\n            },\n            \"relationships\": {\n                \"restaurant\": {\n                    \"data\": {\n                        \"id\": \"b5534ca9-34ec-4138-bfb9-48deda0036c3\",\n                        \"type\": \"restaurant\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"2eced95c-1959-4052-b2db-b68cd3351f6a\",\n            \"type\": \"experience\",\n            \"attributes\": {\n                \"name\": \"VALUE IS OUR NOBLEST TRADITION\",\n                \"description\": \"Marjan offers an eclectic fusion of traditional and quirky modern interiors and the finest Middle Eastern Cuisine. On Tuesdays, guests can relish a selection of cold mezze with unlimited mixed grills, with a choice of only the finest meats. Guests also have the option to include a choice of selected drinks for the perfect mid-week celebration.\\r\\n\\r\\nPrice per person:\\r\\n\\r\\nAED 149 – Selection of cold mezze and unlimited mixed grill\\r\\n\\r\\nAED 220 – Adds a half carafe or wine, 2 cocktails or 2 mocktails\",\n                \"region_id\": \"2b95ca43-cf41-425c-8e1a-5f458cc589c7\",\n                \"terms_and_conditions\": \"\",\n                \"experience_type\": \"Recurring\",\n                \"start_time\": \"2019-07-23T19:00:00Z\",\n                \"end_time\": \"2019-07-23T19:00:00Z\",\n                \"recurring\": \"Weekly on Tuesdays\",\n                \"image_url\": \"https://ucarecdn.com/156bdcbf-c7f0-4f1e-8266-d44d108682dd/\",\n                \"flyer_url\": null,\n                \"upcoming_experiences\": [\n                    \"2019-08-13T19:00:00Z\",\n                    \"2019-08-20T19:00:00Z\",\n                    \"2019-08-27T19:00:00Z\",\n                    \"2019-09-03T19:00:00Z\",\n                    \"2019-09-10T19:00:00Z\",\n                    \"2019-09-17T19:00:00Z\",\n                    \"2019-09-24T19:00:00Z\"\n                ]\n            },\n            \"relationships\": {\n                \"restaurant\": {\n                    \"data\": {\n                        \"id\": \"0ae2c3cf-250b-4a05-93bb-f72ae13307c5\",\n                        \"type\": \"restaurant\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"61fb2988-83a0-47a3-a90a-b47b420f4e7c\",\n            \"type\": \"experience\",\n            \"attributes\": {\n                \"name\": \"FOR THE BEST VALUE, THE BUCK STOPS HERE\",\n                \"description\": \"Available every Sunday, guests can enjoy a hearty start to the week at Waldorf Astoria Ras Al Khaimah’s award winning Lexington Grill. Gather family and friends to feast on a boundless selection of sharing starters and irresistible savoury platters that will ensure no one leaves hungry.\\r\\n\\r\\nPrice per person:\\r\\n\\r\\nAED 149 – Unlimited family-style starters and platters \\r\\n\\r\\nAED 220 - Adds a half carafe or wine, 2 cocktails or 2 mocktails\",\n                \"region_id\": \"2b95ca43-cf41-425c-8e1a-5f458cc589c7\",\n                \"terms_and_conditions\": \"\",\n                \"experience_type\": \"Recurring\",\n                \"start_time\": \"2019-07-21T19:00:00Z\",\n                \"end_time\": \"2019-07-21T19:00:00Z\",\n                \"recurring\": \"Weekly on Sundays\",\n                \"image_url\": \"https://ucarecdn.com/2b469910-5ebc-4f5c-abda-3dc440f05aa6/\",\n                \"flyer_url\": null,\n                \"upcoming_experiences\": [\n                    \"2019-08-11T19:00:00Z\",\n                    \"2019-08-18T19:00:00Z\",\n                    \"2019-08-25T19:00:00Z\",\n                    \"2019-09-01T19:00:00Z\",\n                    \"2019-09-08T19:00:00Z\",\n                    \"2019-09-15T19:00:00Z\",\n                    \"2019-09-22T19:00:00Z\",\n                    \"2019-09-29T19:00:00Z\"\n                ]\n            },\n            \"relationships\": {\n                \"restaurant\": {\n                    \"data\": {\n                        \"id\": \"2aff9624-3540-4785-8056-fc52e1036669\",\n                        \"type\": \"restaurant\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": \"7755f34a-17a2-409c-b98d-1e9ec5495184\",\n            \"type\": \"experience\",\n            \"attributes\": {\n                \"name\": \"VALUE LIKE OUR MAMA USED TO MAKE\",\n                \"description\": \"With recently appointed Chef de Cuisine - Matteo Dayem at the reigns, Azure now offers a newly curated and authentically Italian dining experience. Every Monday, guests are invited to dine on stone-oven cooked pizzas to their hearts content, accompanied by a refreshing pint of hops to wash it down.\\r\\n\\r\\nPrice AED 98 per person– Unlimited pizza and pint of selected hops\",\n                \"region_id\": \"2b95ca43-cf41-425c-8e1a-5f458cc589c7\",\n                \"terms_and_conditions\": \"\",\n                \"experience_type\": \"Recurring\",\n                \"start_time\": \"2019-07-22T19:00:00Z\",\n                \"end_time\": \"2019-07-22T19:00:00Z\",\n                \"recurring\": \"Weekly on Mondays\",\n                \"image_url\": \"https://ucarecdn.com/ad5d8f7d-0097-4bc6-ae7f-e480daf6ef91/\",\n                \"flyer_url\": null,\n                \"upcoming_experiences\": [\n                    \"2019-08-12T19:00:00Z\",\n                    \"2019-08-19T19:00:00Z\",\n                    \"2019-08-26T19:00:00Z\",\n                    \"2019-09-02T19:00:00Z\",\n                    \"2019-09-09T19:00:00Z\",\n                    \"2019-09-16T19:00:00Z\",\n                    \"2019-09-23T19:00:00Z\"\n                ]\n            },\n            \"relationships\": {\n                \"restaurant\": {\n                    \"data\": {\n                        \"id\": \"bd3e6dec-35f2-4728-a896-26c50dd3f0a9\",\n                        \"type\": \"restaurant\"\n                    }\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"id\": \"b5534ca9-34ec-4138-bfb9-48deda0036c3\",\n            \"type\": \"restaurant\",\n            \"attributes\": {\n                \"name\": \"UMI\",\n                \"price_level\": 3,\n                \"cuisine\": \"Japanese\",\n                \"image_url\": \"https://ucarecdn.com/df3300b8-8bf0-4ffa-a568-fa9d7d17ede3/\",\n                \"latitude\": 25.685286,\n                \"longitude\": 55.773269,\n                \"address_line_1\": \"Waldorf Astoria, Ras Al Khaimah\",\n                \"ratings_average\": \"4.5\",\n                \"ratings_count\": 337\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"0ae2c3cf-250b-4a05-93bb-f72ae13307c5\",\n            \"type\": \"restaurant\",\n            \"attributes\": {\n                \"name\": \"Marjan\",\n                \"price_level\": 3,\n                \"cuisine\": \"Middle Eastern\",\n                \"image_url\": \"https://ucarecdn.com/34ac026a-c50a-4302-9e4f-c5773ca787cc/\",\n                \"latitude\": 25.685058,\n                \"longitude\": 55.772942,\n                \"address_line_1\": \"Waldorf Astoria, Ras Al Khaimah\",\n                \"ratings_average\": \"4.5\",\n                \"ratings_count\": 185\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"2aff9624-3540-4785-8056-fc52e1036669\",\n            \"type\": \"restaurant\",\n            \"attributes\": {\n                \"name\": \"Lexington Grill\",\n                \"price_level\": 3,\n                \"cuisine\": \"Steakhouse\",\n                \"image_url\": \"https://ucarecdn.com/cda3a23d-b5c9-4da9-9b53-b11b851f0542/\",\n                \"latitude\": 25.685374,\n                \"longitude\": 55.773273,\n                \"address_line_1\": \"Waldorf Astoria, Ras Al Khaimah\",\n                \"ratings_average\": \"4.5\",\n                \"ratings_count\": 697\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"bd3e6dec-35f2-4728-a896-26c50dd3f0a9\",\n            \"type\": \"restaurant\",\n            \"attributes\": {\n                \"name\": \"Azure\",\n                \"price_level\": 2,\n                \"cuisine\": \"Mediterranean\",\n                \"image_url\": \"https://ucarecdn.com/e2e5b863-ed80-4a1d-ba6e-8710877732f3/\",\n                \"latitude\": 25.684877,\n                \"longitude\": 55.772743,\n                \"address_line_1\": \"Vienna St .\",\n                \"ratings_average\": \"4.5\",\n                \"ratings_count\": 102\n            },\n            \"relationships\": {}\n        }\n    ],\n    \"meta\": {\n        \"limit\": 30,\n        \"total_pages\": 1,\n        \"total_count\": 4,\n        \"current_page\": 1\n    },\n    \"links\": {\n        \"first\": \"http://localhost:3000/api/partners/v2/experiences?page=1&region_id=2b95ca43-cf41-425c-8e1a-5f458cc589c7\",\n        \"next\": null,\n        \"prev\": null,\n        \"last\": \"http://localhost:3000/api/partners/v2/experiences?page=1&region_id=2b95ca43-cf41-425c-8e1a-5f458cc589c7\"\n    }\n}"}],"_postman_id":"ddcf279d-437b-4ea4-bc8c-7e367383997d"},{"name":"Show experiences","id":"518b090a-4bcc-4bd1-9765-47f602198a6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Encoding","value":"gzip","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{host}}/partners/v2/experiences/:experience_id","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}},"urlObject":{"path":["partners","v2","experiences",":experience_id"],"host":["{{host}}"],"query":[],"variable":[{"type":"string","value":"61fb2988-83a0-47a3-a90a-b47b420f4e7c","key":"experience_id"}]}},"response":[{"id":"f7c655f5-d589-42af-abad-e65e245b89cc","name":"success","originalRequest":{"method":"GET","header":[{"key":"Accept-Encoding","value":"gzip","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{host}}/partners/v2/experiences/:experience_id","host":["{{host}}"],"path":["partners","v2","experiences",":experience_id"],"variable":[{"key":"experience_id","type":"string","value":"61fb2988-83a0-47a3-a90a-b47b420f4e7c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"d4cce1f4ef65afcfc2896e0b936564a3\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"3f31e375-7eff-47f6-b046-d842f6566350"},{"key":"X-Runtime","value":"0.914084"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"61fb2988-83a0-47a3-a90a-b47b420f4e7c\",\n        \"type\": \"experience\",\n        \"attributes\": {\n            \"name\": \"FOR THE BEST VALUE, THE BUCK STOPS HERE\",\n            \"description\": \"Available every Sunday, guests can enjoy a hearty start to the week at Waldorf Astoria Ras Al Khaimah’s award winning Lexington Grill. Gather family and friends to feast on a boundless selection of sharing starters and irresistible savoury platters that will ensure no one leaves hungry.\\r\\n\\r\\nPrice per person:\\r\\n\\r\\nAED 149 – Unlimited family-style starters and platters \\r\\n\\r\\nAED 220 - Adds a half carafe or wine, 2 cocktails or 2 mocktails\",\n            \"region_id\": \"2b95ca43-cf41-425c-8e1a-5f458cc589c7\",\n            \"terms_and_conditions\": \"\",\n            \"experience_type\": \"Recurring\",\n            \"start_time\": \"2019-07-21T19:00:00Z\",\n            \"end_time\": \"2019-07-21T19:00:00Z\",\n            \"recurring\": \"Weekly on Sundays\",\n            \"image_url\": \"https://ucarecdn.com/2b469910-5ebc-4f5c-abda-3dc440f05aa6/\",\n            \"flyer_url\": null,\n            \"upcoming_experiences\": [\n                \"2019-08-11T19:00:00Z\",\n                \"2019-08-18T19:00:00Z\",\n                \"2019-08-25T19:00:00Z\",\n                \"2019-09-01T19:00:00Z\",\n                \"2019-09-08T19:00:00Z\",\n                \"2019-09-15T19:00:00Z\",\n                \"2019-09-22T19:00:00Z\",\n                \"2019-09-29T19:00:00Z\"\n            ]\n        },\n        \"relationships\": {\n            \"restaurant\": {\n                \"data\": {\n                    \"id\": \"2aff9624-3540-4785-8056-fc52e1036669\",\n                    \"type\": \"restaurant\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"2aff9624-3540-4785-8056-fc52e1036669\",\n            \"type\": \"restaurant\",\n            \"attributes\": {\n                \"name\": \"Lexington Grill\",\n                \"price_level\": 3,\n                \"cuisine\": \"Steakhouse\",\n                \"image_url\": \"https://ucarecdn.com/cda3a23d-b5c9-4da9-9b53-b11b851f0542/\",\n                \"latitude\": 25.685374,\n                \"longitude\": 55.773273,\n                \"address_line_1\": \"Waldorf Astoria, Ras Al Khaimah\",\n                \"ratings_average\": \"4.5\",\n                \"ratings_count\": 697\n            },\n            \"relationships\": {}\n        }\n    ]\n}"}],"_postman_id":"518b090a-4bcc-4bd1-9765-47f602198a6f"}],"id":"8a2e518d-8ec5-42d6-a9da-650582d00c2c","_postman_id":"8a2e518d-8ec5-42d6-a9da-650582d00c2c","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}}},{"name":"Promotional Groups","item":[{"name":"List promotional groups","id":"be40d461-f81a-42c7-aabf-43a10ca61f89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Encoding","type":"text","value":"gzip"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{host}}/partners/v2/promotional_groups?region_id=2b95ca43-cf41-425c-8e1a-5f458cc589c7","description":"<p>List promotional groups with deals/collections/highlights on restaurants</p>\n<h3 id=\"search-params\">Search Params</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>param</th>\n<th>type</th>\n<th>required</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>false</td>\n<td>Specify what page of the search you want</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>false</td>\n<td>Limit of how many records you (default:30, Max:50)</td>\n</tr>\n<tr>\n<td>region_id</td>\n<td>UUID</td>\n<td>false</td>\n<td>Search by Region ID (UUID)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}},"urlObject":{"path":["partners","v2","promotional_groups"],"host":["{{host}}"],"query":[{"description":{"content":"<p>Provides filtered Promotional Groups for region</p>\n","type":"text/plain"},"key":"region_id","value":"2b95ca43-cf41-425c-8e1a-5f458cc589c7"},{"disabled":true,"key":"category","value":"collection"}],"variable":[]}},"response":[{"id":"4386d08f-7707-4a26-892d-8210e07f8d33","name":"success","originalRequest":{"method":"GET","header":[{"key":"Accept-Encoding","type":"text","value":"gzip"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"{{host}}/partners/v2/promotional_groups?region_id=2b95ca43-cf41-425c-8e1a-5f458cc589c7","host":["{{host}}"],"path":["partners","v2","promotional_groups"],"query":[{"key":"region_id","value":"2b95ca43-cf41-425c-8e1a-5f458cc589c7","description":"Provides filtered Promotional Groups for region"},{"key":"category","value":"collection","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"X-bullet-footer-text","value":"[\"user: marc-jeffrey  USE eager loading detected    PromotionalGroup =\\u003e [:region]\\n  Add to your finder: :includes =\\u003e [:region]\",\"user: marc-jeffrey  AVOID eager loading detected    Restaurant =\\u003e [:cuisine, :rating]\\n  Remove from your finder: :includes =\\u003e [:cuisine, :rating]\"]"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"4f49d4896ec7fc584f00752d322ee4e7\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"bef1e5eb-4e4e-430d-ad47-3c3a8f1ca392"},{"key":"X-Runtime","value":"1.368676"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"acb2a2a9-aa95-4072-adba-f9d5db821b10\",\n            \"type\": \"promotional_group\",\n            \"attributes\": {\n                \"name\": \"Restaurants at The Waldorf Astoria\",\n                \"description\": \"Check out some of the best restaurants at The Waldorf Astoria Ras Al Khaimeh on Eat.\",\n                \"region_id\": \"2b95ca43-cf41-425c-8e1a-5f458cc589c7\",\n                \"key\": \"ewi7t\",\n                \"slug\": \"waldorf-astoria-ras-al-khaimeh\",\n                \"page_title\": \"Restaurants at The Waldorf Astoria | Eat App\",\n                \"page_description\": \"Check out some of the best restaurants at The Waldorf Astoria Ras Al Khaimeh on Eat.\",\n                \"restaurants_count\": 6,\n                \"image_url\": \"https://ucarecdn.com/66d053cd-29e9-46fb-9d85-9353fb2027fa/\"\n            },\n            \"relationships\": {\n                \"restaurants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"2aff9624-3540-4785-8056-fc52e1036669\",\n                            \"type\": \"restaurant\"\n                        },\n                        {\n                            \"id\": \"b5534ca9-34ec-4138-bfb9-48deda0036c3\",\n                            \"type\": \"restaurant\"\n                        },\n                        {\n                            \"id\": \"0ae2c3cf-250b-4a05-93bb-f72ae13307c5\",\n                            \"type\": \"restaurant\"\n                        },\n                        {\n                            \"id\": \"c686f5d6-b52e-47f9-afa7-a32c9c86aa91\",\n                            \"type\": \"restaurant\"\n                        },\n                        {\n                            \"id\": \"9869176c-0353-4044-952d-306585d20210\",\n                            \"type\": \"restaurant\"\n                        },\n                        {\n                            \"id\": \"bd3e6dec-35f2-4728-a896-26c50dd3f0a9\",\n                            \"type\": \"restaurant\"\n                        },\n                        {\n                            \"id\": \"6e6d1749-a252-4064-ac84-9f63b28fb2ea\",\n                            \"type\": \"restaurant\"\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": \"c6b5b0d6-1f81-40f2-ba0a-c17e0a79af54\",\n            \"type\": \"promotional_group\",\n            \"attributes\": {\n                \"name\": \"Eid Al Adha 2019!\",\n                \"description\": \"We have handpicked some of the best restaurants in the city to celebrate this auspicious occasion with friends & family!\",\n                \"region_id\": \"2b95ca43-cf41-425c-8e1a-5f458cc589c7\",\n                \"key\": \"8luh2\",\n                \"slug\": \"eid-al-adha-rak-2019\",\n                \"page_title\": \"Eid Al Adha 2019! | Eat App\",\n                \"page_description\": \"We have handpicked some of the best restaurants in the city to celebrate this auspicious occasion with friends & family!\",\n                \"restaurants_count\": 4,\n                \"image_url\": \"https://ucarecdn.com/46cfe739-5a19-465c-83fb-5aeae544f8b1/\"\n            },\n            \"relationships\": {\n                \"restaurants\": {\n                    \"data\": [\n                        {\n                            \"id\": \"2aff9624-3540-4785-8056-fc52e1036669\",\n                            \"type\": \"restaurant\"\n                        },\n                        {\n                            \"id\": \"b5534ca9-34ec-4138-bfb9-48deda0036c3\",\n                            \"type\": \"restaurant\"\n                        },\n                        {\n                            \"id\": \"0ae2c3cf-250b-4a05-93bb-f72ae13307c5\",\n                            \"type\": \"restaurant\"\n                        },\n                        {\n                            \"id\": \"c686f5d6-b52e-47f9-afa7-a32c9c86aa91\",\n                            \"type\": \"restaurant\"\n                        },\n                        {\n                            \"id\": \"9869176c-0353-4044-952d-306585d20210\",\n                            \"type\": \"restaurant\"\n                        },\n                        {\n                            \"id\": \"bd3e6dec-35f2-4728-a896-26c50dd3f0a9\",\n                            \"type\": \"restaurant\"\n                        },\n                        {\n                            \"id\": \"6e6d1749-a252-4064-ac84-9f63b28fb2ea\",\n                            \"type\": \"restaurant\"\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"meta\": {\n        \"limit\": 30,\n        \"total_pages\": 1,\n        \"total_count\": 2,\n        \"current_page\": 1\n    },\n    \"links\": {\n        \"first\": \"http://localhost:3000/api/partners/v2/promotional_groups?page=1&region_id=2b95ca43-cf41-425c-8e1a-5f458cc589c7\",\n        \"next\": null,\n        \"prev\": null,\n        \"last\": \"http://localhost:3000/api/partners/v2/promotional_groups?page=1&region_id=2b95ca43-cf41-425c-8e1a-5f458cc589c7\"\n    }\n}"}],"_postman_id":"be40d461-f81a-42c7-aabf-43a10ca61f89"},{"name":"Show promotional groups","id":"7df1e228-6f58-40df-97ac-42b37a976bff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Encoding","value":"gzip","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{host}}/partners/v2/promotional_groups/:promotional_group_id","description":"<p>Show more details of a specific promotional group</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}},"urlObject":{"path":["partners","v2","promotional_groups",":promotional_group_id"],"host":["{{host}}"],"query":[],"variable":[{"type":"string","value":"c6b5b0d6-1f81-40f2-ba0a-c17e0a79af54","key":"promotional_group_id"}]}},"response":[{"id":"374d33f7-8bec-4486-b482-cf57454fd7e3","name":"success","originalRequest":{"method":"GET","header":[{"key":"Accept-Encoding","value":"gzip","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{host}}/partners/v2/promotional_groups/:promotional_group_id","host":["{{host}}"],"path":["partners","v2","promotional_groups",":promotional_group_id"],"variable":[{"key":"promotional_group_id","value":"c6b5b0d6-1f81-40f2-ba0a-c17e0a79af54","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"96be73c43a1f65c99aa4015cb6570c63\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"6d8ef132-fd06-497f-ba86-4517a7c497b0"},{"key":"X-Runtime","value":"0.734880"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"c6b5b0d6-1f81-40f2-ba0a-c17e0a79af54\",\n        \"type\": \"promotional_group\",\n        \"attributes\": {\n            \"name\": \"Eid Al Adha 2019!\",\n            \"description\": \"We have handpicked some of the best restaurants in the city to celebrate this auspicious occasion with friends & family!\",\n            \"region_id\": \"2b95ca43-cf41-425c-8e1a-5f458cc589c7\",\n            \"key\": \"8luh2\",\n            \"slug\": \"eid-al-adha-rak-2019\",\n            \"page_title\": \"Eid Al Adha 2019! | Eat App\",\n            \"page_description\": \"We have handpicked some of the best restaurants in the city to celebrate this auspicious occasion with friends & family!\",\n            \"restaurants_count\": 4,\n            \"image_url\": \"https://ucarecdn.com/46cfe739-5a19-465c-83fb-5aeae544f8b1/\"\n        },\n        \"relationships\": {\n            \"restaurants\": {\n                \"data\": [\n                    {\n                        \"id\": \"2aff9624-3540-4785-8056-fc52e1036669\",\n                        \"type\": \"restaurant\"\n                    },\n                    {\n                        \"id\": \"b5534ca9-34ec-4138-bfb9-48deda0036c3\",\n                        \"type\": \"restaurant\"\n                    },\n                    {\n                        \"id\": \"0ae2c3cf-250b-4a05-93bb-f72ae13307c5\",\n                        \"type\": \"restaurant\"\n                    },\n                    {\n                        \"id\": \"c686f5d6-b52e-47f9-afa7-a32c9c86aa91\",\n                        \"type\": \"restaurant\"\n                    },\n                    {\n                        \"id\": \"9869176c-0353-4044-952d-306585d20210\",\n                        \"type\": \"restaurant\"\n                    },\n                    {\n                        \"id\": \"bd3e6dec-35f2-4728-a896-26c50dd3f0a9\",\n                        \"type\": \"restaurant\"\n                    },\n                    {\n                        \"id\": \"6e6d1749-a252-4064-ac84-9f63b28fb2ea\",\n                        \"type\": \"restaurant\"\n                    }\n                ]\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"2aff9624-3540-4785-8056-fc52e1036669\",\n            \"type\": \"restaurant\",\n            \"attributes\": {\n                \"name\": \"Lexington Grill\",\n                \"price_level\": 3,\n                \"cuisine\": \"Steakhouse\",\n                \"image_url\": \"https://ucarecdn.com/cda3a23d-b5c9-4da9-9b53-b11b851f0542/\",\n                \"latitude\": 25.685374,\n                \"longitude\": 55.773273,\n                \"address_line_1\": \"Waldorf Astoria, Ras Al Khaimah\",\n                \"ratings_average\": \"4.5\",\n                \"ratings_count\": 697\n            }\n        },\n        {\n            \"id\": \"b5534ca9-34ec-4138-bfb9-48deda0036c3\",\n            \"type\": \"restaurant\",\n            \"attributes\": {\n                \"name\": \"UMI\",\n                \"price_level\": 3,\n                \"cuisine\": \"Japanese\",\n                \"image_url\": \"https://ucarecdn.com/df3300b8-8bf0-4ffa-a568-fa9d7d17ede3/\",\n                \"latitude\": 25.685286,\n                \"longitude\": 55.773269,\n                \"address_line_1\": \"Waldorf Astoria, Ras Al Khaimah\",\n                \"ratings_average\": \"4.5\",\n                \"ratings_count\": 337\n            }\n        },\n        {\n            \"id\": \"0ae2c3cf-250b-4a05-93bb-f72ae13307c5\",\n            \"type\": \"restaurant\",\n            \"attributes\": {\n                \"name\": \"Marjan\",\n                \"price_level\": 3,\n                \"cuisine\": \"Middle Eastern\",\n                \"image_url\": \"https://ucarecdn.com/34ac026a-c50a-4302-9e4f-c5773ca787cc/\",\n                \"latitude\": 25.685058,\n                \"longitude\": 55.772942,\n                \"address_line_1\": \"Waldorf Astoria, Ras Al Khaimah\",\n                \"ratings_average\": \"4.5\",\n                \"ratings_count\": 185\n            }\n        },\n        {\n            \"id\": \"c686f5d6-b52e-47f9-afa7-a32c9c86aa91\",\n            \"type\": \"restaurant\",\n            \"attributes\": {\n                \"name\": \"Siddharta Lounge by Buddha-Bar\",\n                \"price_level\": 2,\n                \"cuisine\": \"Mediterranean\",\n                \"image_url\": \"https://ucarecdn.com/5b7641de-65de-4d1c-b97f-ca8288741849/\",\n                \"latitude\": 25.685273,\n                \"longitude\": 55.773268,\n                \"address_line_1\": \"Waldorf Astoria\",\n                \"ratings_average\": \"4.5\",\n                \"ratings_count\": 553\n            }\n        },\n        {\n            \"id\": \"9869176c-0353-4044-952d-306585d20210\",\n            \"type\": \"restaurant\",\n            \"attributes\": {\n                \"name\": \"Peacock Alley\",\n                \"price_level\": 2,\n                \"cuisine\": \"International\",\n                \"image_url\": \"https://ucarecdn.com/767b697b-b05b-444d-a1d1-95b245d337ca/\",\n                \"latitude\": 25.686175,\n                \"longitude\": 55.774098,\n                \"address_line_1\": \"Waldorf Astoria\",\n                \"ratings_average\": \"5.0\",\n                \"ratings_count\": 19\n            }\n        },\n        {\n            \"id\": \"bd3e6dec-35f2-4728-a896-26c50dd3f0a9\",\n            \"type\": \"restaurant\",\n            \"attributes\": {\n                \"name\": \"Azure\",\n                \"price_level\": 2,\n                \"cuisine\": \"Mediterranean\",\n                \"image_url\": \"https://ucarecdn.com/e2e5b863-ed80-4a1d-ba6e-8710877732f3/\",\n                \"latitude\": 25.684877,\n                \"longitude\": 55.772743,\n                \"address_line_1\": \"Vienna St .\",\n                \"ratings_average\": \"4.5\",\n                \"ratings_count\": 102\n            }\n        },\n        {\n            \"id\": \"6e6d1749-a252-4064-ac84-9f63b28fb2ea\",\n            \"type\": \"restaurant\",\n            \"attributes\": {\n                \"name\": \"Camelia\",\n                \"price_level\": 2,\n                \"cuisine\": \"Afternoon Tea\",\n                \"image_url\": \"https://ucarecdn.com/5721f91a-f12e-44da-9c7c-df2e3355f838/\",\n                \"latitude\": 25.684907,\n                \"longitude\": 55.77284,\n                \"address_line_1\": \" Vienna St\",\n                \"ratings_average\": \"5.0\",\n                \"ratings_count\": 46\n            }\n        }\n    ]\n}"}],"_postman_id":"7df1e228-6f58-40df-97ac-42b37a976bff"}],"id":"8b84ad93-6646-45c0-929a-07199a3b4a83","event":[{"listen":"prerequest","script":{"id":"5cdb9ef4-dfb5-4fd8-ac42-3eea860deb0d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"91106b56-ca0a-498d-944f-191c0f8ec26c","type":"text/javascript","exec":[""]}}],"_postman_id":"8b84ad93-6646-45c0-929a-07199a3b4a83","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}}},{"name":"Availability","item":[{"name":"Availability (DEPRECATED - DONT USE)","id":"1aa17a62-064e-418f-a878-540f49bd8231","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept-Encoding","value":"gzip","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"restaurant_id\": \"{{restaurant_id}}\",\n    \"earliest_start_time\": \"2023-11-8T23:00:00\",\n    \"latest_start_time\": \"2023-11-8T23:00:00\",\n    \"covers\": 2\n}"},"url":"{{host}}/partners/v2/availability","description":"<p><strong>DEPRECATED</strong></p>\n<p><strong>Please user the new</strong> <a href=\"https://documenter.getpostman.com/view/6173104/S1Lr4Av4#fdb669ff-5bc4-4a44-8814-8a12f0a5bfdf\"><b>Availability API</b></a></p>\n<hr />\n<p>First step to make a reservation.</p>\n<p>Check the availability for X number of covers for a time range. The response will list all time slots for a restaurant between the selected times.<br />Timestamps can be passed directly to the POST Create Reservation endpoint.</p>\n<blockquote>\n<p><strong>NOTE</strong> - Start and End times are limited to a single 24hour period (4am to 4am). i.e. if the <code>latest_start_time</code> spans over this 24 hour, the results will only show availability in the period, not beyond. </p>\n</blockquote>\n<h3 id=\"request-params\">Request Params</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>param</th>\n<th>type</th>\n<th>required</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>restaurant_id</td>\n<td>UUID</td>\n<td>true</td>\n<td>Restaurant ID (UUID)</td>\n</tr>\n<tr>\n<td>earliest_start_time</td>\n<td>ISO8601</td>\n<td>true</td>\n<td>Desired start time and date in ISO8601 format</td>\n</tr>\n<tr>\n<td>latest_start_time</td>\n<td>ISO8601</td>\n<td>true</td>\n<td>Desired end time and date in ISO8601 format</td>\n</tr>\n<tr>\n<td>covers</td>\n<td>Integer</td>\n<td>true</td>\n<td>The party size</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>param</th>\n<th>type</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>notice_duration</td>\n<td>Integer</td>\n<td>Info only, all availability considers this.</td>\n</tr>\n<tr>\n<td>term</td>\n<td>String</td>\n<td>Restaurants may have some terms pre-booking</td>\n</tr>\n<tr>\n<td>min_covers</td>\n<td>Integer</td>\n<td>Min Party Size</td>\n</tr>\n<tr>\n<td>max_covers</td>\n<td>Integer</td>\n<td>Max Party Size</td>\n</tr>\n<tr>\n<td>first_seating</td>\n<td>iso8601</td>\n<td>based on available slots</td>\n</tr>\n<tr>\n<td>last_seating</td>\n<td>iso8601</td>\n<td>based on available slots</td>\n</tr>\n<tr>\n<td>available</td>\n<td>Array</td>\n<td>Sorted array of iso8601 slot availalbe for booking</td>\n</tr>\n<tr>\n<td>preference_required</td>\n<td>Boolean</td>\n<td>Indicate if selecting a preference is required to make a booking</td>\n</tr>\n<tr>\n<td>preferences</td>\n<td>Array</td>\n<td>Array of available preferences on the search period</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["partners","v2","availability"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"9549d52d-52c3-4ec8-8a70-a31d8eebdbee","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept-Encoding","value":"gzip"}],"body":{"mode":"raw","raw":"{\n    \"restaurant_id\": \"{{restaurant_id}}\",\n    \"earliest_start_time\": \"2023-11-8T00:00:00\",\n    \"latest_start_time\": \"2023-11-8T04:00:00\",\n    \"covers\": 2\n}"},"url":"{{host}}/partners/v2/availability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"d9dc13cd48b2cb7501a6153b05ae8c28\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_eatapp_session=xqirKp2eg68u2bEXus326YaLwZD%2BBvtoaLALn%2FPKAliA%2BvZvwsWsMWE%2BikjDBtB9l3MHOHN5kVJavAy%2FZyiSl9vMD9P6Jf0mkqLmXvhzU5fW0BJ8MkG6G7mpQ5ZWhsxU2MIpQBUVFpHdfu0wApyhb%2BHnPqDVu%2B%2FD4Mqygzze%2FxRUtIK%2FM%2BDmeOxJPakjCEwAZQfAPaATxQI7fOMQzWyi%2FEc4Xs5jeS6dREPO--VZZgBm922%2BYwEcPL--1yGHKzryws87%2FN5X7yMYkA%3D%3D; path=/; HttpOnly; SameSite=Lax"},{"key":"X-Request-Id","value":"90d715c6-ee77-4748-99dc-a4993596ac66"},{"key":"X-Runtime","value":"0.117324"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.25, sql.active_record;dur=33.19, instantiation.active_record;dur=0.78, unpermitted_parameters.action_controller;dur=0.11, render.active_model_serializers;dur=5.56, process_action.action_controller;dur=111.94, database_selector.active_record.wrote_to_primary;dur=113.34"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"Content-Length","value":"304"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"63c6a71c-9e6e-420e-b290-d8b1b64fb1e5\",\n        \"type\": \"restaurant_availability\",\n        \"attributes\": {\n            \"notice_duration\": 2700,\n            \"terms\": null,\n            \"min_covers\": 1,\n            \"max_covers\": 6,\n            \"first_seating\": \"2023-11-08T00:15:00\",\n            \"last_seating\": \"2023-11-08T03:45:00\",\n            \"preference_required\": true,\n            \"available\": [\n                \"2023-11-08T00:15:00\",\n                \"2023-11-08T00:45:00\",\n                \"2023-11-08T01:15:00\",\n                \"2023-11-08T01:45:00\",\n                \"2023-11-08T02:15:00\",\n                \"2023-11-08T02:45:00\",\n                \"2023-11-08T03:15:00\",\n                \"2023-11-08T03:45:00\"\n            ],\n            \"preferences\": [\n                {\n                    \"id\": \"95e8d2ea-4001-4e7f-8d99-e5b768938881\",\n                    \"name\": \"Preference one\",\n                    \"min_covers\": 2,\n                    \"max_covers\": 8,\n                    \"available\": [\n                        \"2023-11-08T00:15:00\",\n                        \"2023-11-08T00:45:00\",\n                        \"2023-11-08T01:15:00\",\n                        \"2023-11-08T01:45:00\",\n                        \"2023-11-08T02:15:00\",\n                        \"2023-11-08T02:45:00\",\n                        \"2023-11-08T03:15:00\",\n                        \"2023-11-08T03:45:00\"\n                    ]\n                }\n            ]\n        }\n    }\n}"},{"id":"861702b5-cf86-45a5-9d82-89dea810048f","name":"No availability","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept-Encoding","value":"gzip"}],"body":{"mode":"raw","raw":"{\n    \"restaurant_id\": \"{{restaurant_id}}\",\n    \"earliest_start_time\": \"2023-11-8T23:00:00\",\n    \"latest_start_time\": \"2023-11-8T23:00:00\",\n    \"covers\": 2\n}"},"url":"{{host}}/partners/v2/availability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"06c7e6c4e62aaf8388b5821066eb05e4\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_eatapp_session=BE09EXA%2F7oTkC%2FpwUR1HyVzF1%2BAZxCDgcsHskktdG5teIDGc%2FMjMch9byzVGfp1lzgz2sk%2FLYN9oISzUm3wMvR1orCNnSo4bB4xQUvK3AnnD2nBCsI6xsFYJkeVVH%2B0zyvsz4QV2lz3AGqhtwBND88kqBBjoPWotszKQOFAbIUcpWp4SFvYFkQPREbvqxbRdXDl1pYSD4aAWf1foZioO11mrgU6t6tzMYkLn--%2BoJISWxBl%2BSJZS5u--LxKA3ptV9fv3rEq9hixhow%3D%3D; path=/; HttpOnly; SameSite=Lax"},{"key":"X-Request-Id","value":"91a1b46c-ad5d-46a1-9288-96032a7c8d4a"},{"key":"X-Runtime","value":"0.220720"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.95, sql.active_record;dur=35.87, instantiation.active_record;dur=0.56, unpermitted_parameters.action_controller;dur=0.27, render.active_model_serializers;dur=6.41, process_action.action_controller;dur=210.21, database_selector.active_record.wrote_to_primary;dur=212.00"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"Content-Length","value":"206"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"63c6a71c-9e6e-420e-b290-d8b1b64fb1e5\",\n        \"type\": \"restaurant_availability\",\n        \"attributes\": {\n            \"notice_duration\": 2700,\n            \"terms\": null,\n            \"min_covers\": 1,\n            \"max_covers\": 6,\n            \"first_seating\": null,\n            \"last_seating\": null,\n            \"preference_required\": false,\n            \"available\": [],\n            \"preferences\": []\n        }\n    }\n}"}],"_postman_id":"1aa17a62-064e-418f-a878-540f49bd8231"},{"name":"Availability Range (New)","id":"fdb669ff-5bc4-4a44-8814-8a12f0a5bfdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept-Encoding","value":"gzip"}],"body":{"mode":"raw","raw":"{\n    \"restaurant_id\": \"{{restaurant_id}}\",\n    \"first_seating\": \"2025-07-03T00:00\",\n    \"last_seating\": \"2025-07-03T23:59\",\n    \"only_available\": true\n}"},"url":"{{host}}/partners/v2/availability/range","description":"<p>Use this API to get restaurant availabilities withing 30 days. can be used to query single slot or range of multiple days.</p>\n<h3 id=\"request-params\">Request Params</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>param</th>\n<th>type</th>\n<th>required</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>restaurant_id</td>\n<td>UUID</td>\n<td>true</td>\n<td>Restaurant ID (UUID)</td>\n</tr>\n<tr>\n<td>first_seating</td>\n<td>ISO8601</td>\n<td>true</td>\n<td>Desired start time and date in ISO8601 format</td>\n</tr>\n<tr>\n<td>last_seating</td>\n<td>ISO8601</td>\n<td>true</td>\n<td>Desired end time and date in ISO8601 format</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-attributes\">Response Attributes:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>param</th>\n<th>type</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>covers</code></td>\n<td>Array of Integres</td>\n<td>All covers/party sizes availalbe for booking on this slot</td>\n</tr>\n<tr>\n<td><code>date</code></td>\n<td>Date</td>\n<td>the Date of this slot</td>\n</tr>\n<tr>\n<td><code>epoch</code></td>\n<td>Integer</td>\n<td>Unix epoch of this time slot</td>\n</tr>\n<tr>\n<td><code>label</code></td>\n<td>String</td>\n<td>Time display</td>\n</tr>\n<tr>\n<td><code>notice_period</code></td>\n<td>Integer</td>\n<td>Minimum time in seconds before making the reservation</td>\n</tr>\n<tr>\n<td><code>time</code></td>\n<td>String</td>\n<td>Full time stamp, use this value in Create Reservation API</td>\n</tr>\n<tr>\n<td><code>available</code></td>\n<td>Boolean</td>\n<td>Is this slot still available for booking?</td>\n</tr>\n<tr>\n<td><code>remaining_covers</code></td>\n<td>Integer</td>\n<td>An estimate on how many covers are remaining for online booking</td>\n</tr>\n<tr>\n<td><code>payment_required</code></td>\n<td>Boolean</td>\n<td>After making a resevation, guest will receive payment link to confirm the reservation, as payment is required to confirm the booking.</td>\n</tr>\n<tr>\n<td><code>preference_required</code></td>\n<td>Boolean</td>\n<td>a Preference is manditory to make a reservation</td>\n</tr>\n<tr>\n<td><code>preferences.id</code></td>\n<td>UUID</td>\n<td>Preference ID, use the preference id while making a reservation</td>\n</tr>\n<tr>\n<td><code>preferences.name</code></td>\n<td>String</td>\n<td>Preference title</td>\n</tr>\n<tr>\n<td><code>preferences.covers</code></td>\n<td>Array of Integres</td>\n<td>All covers/party sizes availalbe for booking on this preference at this time</td>\n</tr>\n<tr>\n<td><code>preferences.payment_required</code></td>\n<td>Boolean</td>\n<td>payment is required to confirm the booking with this preference</td>\n</tr>\n<tr>\n<td><code>preferences.notice_period</code></td>\n<td>Integer</td>\n<td>Minimum time in seconds before making the reservation, preference notice period can override the slot notice period.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}},"urlObject":{"path":["partners","v2","availability","range"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"07f5a81e-0e85-4b34-a582-3276858c2617","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept-Encoding","value":"gzip"}],"body":{"mode":"raw","raw":"{\n    \"restaurant_id\": \"{{restaurant_id}}\",\n    \"first_seating\": \"2024-10-16T18:00:00\",\n    \"last_seating\": \"2024-10-16T20:00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/partners/v2/availability/range"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"680ef3805a1ac6bf254fc233f222bc19\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"894125fc-80ae-4d28-8c26-cfe671520cac"},{"key":"X-Runtime","value":"0.159409"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"8f0b8d58-0a07-46fe-a479-df5ee87bb73d:1729087200\",\n      \"type\": \"slot\",\n      \"attributes\": {\n        \"covers\": [\n          2,\n          3,\n          4,\n          5,\n          6,\n          7,\n          8\n        ],\n        \"date\": \"2024-10-16\",\n        \"epoch\": 1729087200,\n        \"label\": \"18:00\",\n        \"notice_period\": 2700,\n        \"time\": \"2024-10-16T18:00:00\",\n        \"shift\": \"Lunch\",\n        \"available\": true,\n        \"remaining_covers\": 60,\n        \"payment_required\": false,\n        \"preference_required\": true,\n        \"preferences\": [\n          {\n            \"id\": \"b3e48b16-98d7-45e3-b40c-7fb2d2c2ac25\",\n            \"name\": \"VIP\",\n            \"covers\": [\n              2,\n              3,\n              4,\n              5,\n              6,\n              7,\n              8\n            ],\n            \"payment_required\": true,\n            \"notice_period\": 2700\n          }\n        ]\n      }\n    },\n    {\n      \"id\": \"8f0b8d58-0a07-46fe-a479-df5ee87bb73d:1729090800\",\n      \"type\": \"slot\",\n      \"attributes\": {\n        \"covers\": [\n          2,\n          3,\n          4,\n          5,\n          6,\n          7,\n          8\n        ],\n        \"date\": \"2024-10-16\",\n        \"epoch\": 1729090800,\n        \"label\": \"19:00\",\n        \"notice_period\": 36000,\n        \"time\": \"2024-10-16T19:00:00\",\n        \"shift\": \"Dinner\",\n        \"available\": false,\n        \"remaining_covers\": 55,\n        \"payment_required\": true,\n        \"preference_required\": false,\n        \"preferences\": []\n      }\n    },\n    {\n      \"id\": \"8f0b8d58-0a07-46fe-a479-df5ee87bb73d:1729091700\",\n      \"type\": \"slot\",\n      \"attributes\": {\n        \"covers\": [\n          2,\n          3,\n          4,\n          5,\n          6,\n          7,\n          8\n        ],\n        \"date\": \"2024-10-16\",\n        \"epoch\": 1729091700,\n        \"label\": \"19:15\",\n        \"notice_period\": 36000,\n        \"time\": \"2024-10-16T19:15:00\",\n        \"shift\": \"Dinner\",\n        \"available\": false,\n        \"payment_required\": true,\n        \"preference_required\": false,\n        \"preferences\": []\n      }\n    },\n    {\n      \"id\": \"8f0b8d58-0a07-46fe-a479-df5ee87bb73d:1729092600\",\n      \"type\": \"slot\",\n      \"attributes\": {\n        \"covers\": [\n          2,\n          3,\n          4,\n          5,\n          6,\n          7,\n          8\n        ],\n        \"date\": \"2024-10-16\",\n        \"epoch\": 1729092600,\n        \"label\": \"19:30\",\n        \"notice_period\": 36000,\n        \"time\": \"2024-10-16T19:30:00\",\n        \"shift\": \"Dinner\",\n        \"available\": false,\n        \"remaining_covers\": 55,\n        \"payment_required\": true,\n        \"preference_required\": false,\n        \"preferences\": []\n      }\n    },\n    {\n      \"id\": \"8f0b8d58-0a07-46fe-a479-df5ee87bb73d:1729093500\",\n      \"type\": \"slot\",\n      \"attributes\": {\n        \"covers\": [\n          2,\n          3,\n          4,\n          5,\n          6,\n          7,\n          8\n        ],\n        \"date\": \"2024-10-16\",\n        \"epoch\": 1729093500,\n        \"label\": \"19:45\",\n        \"notice_period\": 36000,\n        \"time\": \"2024-10-16T19:45:00\",\n        \"shift\": \"Dinner\",\n        \"available\": false,\n        \"remaining_covers\": 55,\n        \"payment_required\": true,\n        \"preference_required\": false,\n        \"preferences\": []\n      }\n    },\n    {\n      \"id\": \"8f0b8d58-0a07-46fe-a479-df5ee87bb73d:1729094400\",\n      \"type\": \"slot\",\n      \"attributes\": {\n        \"covers\": [\n          2,\n          3,\n          4,\n          5,\n          6,\n          7,\n          8\n        ],\n        \"date\": \"2024-10-16\",\n        \"epoch\": 1729094400,\n        \"label\": \"20:00\",\n        \"notice_period\": 36000,\n        \"time\": \"2024-10-16T20:00:00\",\n        \"shift\": \"Dinner\",\n        \"available\": false,\n        \"remaining_covers\": 55,\n        \"payment_required\": true,\n        \"preference_required\": false,\n        \"preferences\": []\n      }\n    }\n  ]\n}"},{"id":"bd65e2b2-4572-49d8-8783-f68ead7cb7a8","name":"Invalid Params","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept-Encoding","value":"gzip"}],"body":{"mode":"raw","raw":"{\n    \"restaurant_id\": \"\",\n    \"first_seating\": \"\",\n    \"last_seating\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/partners/v2/availability/range"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"970ec70e-f871-42ba-b9fc-841f57f026ac"},{"key":"X-Runtime","value":"0.713240"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"source\": {\n        \"pointer\": \"/data/attributes/first_seating\"\n      },\n      \"key\": \"first_seating\",\n      \"code\": \"first_seating\",\n      \"detail\": \"can't be blank\"\n    },\n    {\n      \"source\": {\n        \"pointer\": \"/data/attributes/last_seating\"\n      },\n      \"key\": \"last_seating\",\n      \"code\": \"last_seating\",\n      \"detail\": \"can't be blank\"\n    }\n  ]\n}"}],"_postman_id":"fdb669ff-5bc4-4a44-8814-8a12f0a5bfdf"}],"id":"807a0856-a2b6-45b2-8b2b-ad35d6200081","_postman_id":"807a0856-a2b6-45b2-8b2b-ad35d6200081","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}}},{"name":"Reservations","item":[{"name":"List Reservations","id":"f858c8dc-d94c-4b3a-a6df-1782df0855ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept-Encoding","type":"text","value":"gzip"}],"url":"{{host}}/partners/v2/reservations","description":"<p>Show list of reservations made by the partner</p>\n<h3 id=\"search-params\">Search Params</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>param</th>\n<th>type</th>\n<th>required</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>integer</td>\n<td>false</td>\n<td>Specify what page of the search you want</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>integer</td>\n<td>false</td>\n<td>Limit of how many records you (default:30, Max:100)</td>\n</tr>\n<tr>\n<td>restaurant_id</td>\n<td>UUID</td>\n<td>false</td>\n<td>Search by Eat Restaurant ID (UUID)</td>\n</tr>\n<tr>\n<td>partner_reservation_sid</td>\n<td>String</td>\n<td>false</td>\n<td>Search by Partner Reservation Service ID (SID)</td>\n</tr>\n<tr>\n<td>partner_guest_sid</td>\n<td>String</td>\n<td>false</td>\n<td>Search by Partner Guest Service ID (SID)</td>\n</tr>\n<tr>\n<td>start_time_on</td>\n<td>String</td>\n<td>false</td>\n<td>Search by specific date <code>YYYY-MM-DD</code></td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>false</td>\n<td>Search by status *see below list</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"reservation-status-list\">Reservation Status List</h3>\n<ul>\n<li><code>not_confirmed</code></li>\n<li><code>no_answer</code></li>\n<li><code>confirmed</code></li>\n<li><code>canceled</code></li>\n<li><code>denied</code></li>\n<li><code>late</code></li>\n<li><code>partially_arrived</code></li>\n<li><code>arrived</code></li>\n<li><code>seated</code></li>\n<li><code>appetizer</code></li>\n<li><code>entree</code></li>\n<li><code>dessert</code></li>\n<li><code>check_dropped</code></li>\n<li><code>finished</code></li>\n<li><code>no_show</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}},"urlObject":{"path":["partners","v2","reservations"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Page ( default : 1 )</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Limit ( default : 30 , Max: 1000 )</p>\n","type":"text/plain"},"key":"limit","value":"30"},{"disabled":true,"description":{"content":"<p>Search by specific date <code>YYYY-MM-DD</code></p>\n","type":"text/plain"},"key":"start_time_on","value":"2017-03-20"},{"disabled":true,"description":{"content":"<p>Search by status ( one of : <code>not_confirmed</code>, <code>no_answer</code>, <code>confirmed</code>, <code>canceled</code>, <code>denied</code>, <code>late</code>, <code>partially_arrived</code>, <code>arrived</code>, <code>seated</code>, <code>appetizer</code>, <code>entree</code>, <code>dessert</code>, <code>check_dropped</code>, <code>finished</code>, <code>no_show</code> )</p>\n","type":"text/plain"},"key":"status","value":"confirmed"},{"disabled":true,"description":{"content":"<p>Search by Eat Restaurant ID (UUID)</p>\n","type":"text/plain"},"key":"restaurant_id","value":"uuid"},{"disabled":true,"description":{"content":"<p>Search by Partner Reservation Service ID (SID)</p>\n","type":"text/plain"},"key":"partner_guest_sid","value":"string"},{"disabled":true,"description":{"content":"<p>Search by Partner Guest Service ID (SID)</p>\n","type":"text/plain"},"key":"partner_guest_sid","value":"string"}],"variable":[]}},"response":[{"id":"61b4b22e-aa5e-4298-8a61-e5ba56b1f918","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept-Encoding","value":"gzip"}],"url":{"raw":"{{host}}/partners/v2/reservations","host":["{{host}}"],"path":["partners","v2","reservations"],"query":[{"key":"page","value":"1","description":"Page ( default : 1 )","disabled":true},{"key":"limit","value":"30","description":"Limit ( default : 30 , Max: 1000 )","disabled":true},{"key":"start_time_on","value":"2017-03-20","description":"Search by specific date `YYYY-MM-DD`","disabled":true},{"key":"status","value":"confirmed","description":"Search by status ( one of : `not_confirmed`, `no_answer`, `confirmed`, `canceled`, `denied`, `late`, `partially_arrived`, `arrived`, `seated`, `appetizer`, `entree`, `dessert`, `check_dropped`, `finished`, `no_show` )","disabled":true},{"key":"restaurant_id","value":"uuid","description":"Search by Eat Restaurant ID (UUID)","disabled":true},{"key":"partner_guest_sid","value":"string","description":"Search by Partner Reservation Service ID (SID)","disabled":true},{"key":"partner_guest_sid","value":"string","description":"Search by Partner Guest Service ID (SID)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Wed, 29 Apr 2020 08:18:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding, Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"b04367fadf9b8392c65f035765272ef6\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"91cb9f48-9004-4e27-9d5c-765e92760aa5"},{"key":"X-Runtime","value":"0.651302"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"c5ba3fff-d2ea-46a1-b729-275dadafcecc\",\n            \"type\": \"reservation\",\n            \"attributes\": {\n                \"key\": \"YW8MU8\",\n                \"restaurant_id\": \"e797de18-6eb8-48c3-ac60-6d465327b9aa\",\n                \"covers\": 2,\n                \"duration\": 9000,\n                \"status\": \"confirmed\",\n                \"notes\": \"Some my special request here.\",\n                \"idempotency_token\": \"5ecd821b61678a6572d267be603e6702\",\n                \"start_time\": \"2020-04-06T20:45:00+04:00\",\n                \"end_time\": \"2020-04-06T23:15:00+04:00\",\n                \"partner_reservation_sid\": null,\n                \"guest_id\": \"4ba09161-c0c0-49ba-bedf-10078f7afc1b\",\n                \"partner_guest_sid\": \"Some unige guest ID here\",\n                \"first_name\": \"john\",\n                \"last_name\": \"doe\",\n                \"phone\": \"+971555535611\",\n                \"email\": \"jon@gmail.com\"\",\n                \"created_at\": \"2020-04-06T15:41:59+04:00\",\n                \"updated_at\": \"2020-04-29T04:03:16+04:00\"\n            },\n            \"relationships\": {\n                \"preference\": {\n                    \"data\": null\n                }\n        },\n        {\n            \"id\": \"c5ba3fff-d2ea-46a1-b729-275dadafce22\",\n            \"type\": \"reservation\",\n            \"attributes\": {\n                \"key\": \"YW8MU9\",\n                \"restaurant_id\": \"e797de18-6eb8-48c3-ac60-6d465327b9aa\",\n                \"covers\": 6,\n                \"duration\": 9000,\n                \"status\": \"canceled\",\n                \"notes\": \"This is a API test\",\n                \"idempotency_token\": \"5ecd821b61678a6572d267be603e6702\",\n                \"start_time\": \"2020-04-06T20:45:00+04:00\",\n                \"end_time\": \"2020-04-06T23:15:00+04:00\",\n                \"partner_reservation_sid\": null,\n                \"guest_id\": \"4ba09161-c0c0-49ba-bedf-10078f7afc1b\",\n                \"partner_guest_sid\": \"Some unige guest ID here\",\n                \"first_name\": \"john\",\n                \"last_name\": \"doe\",\n                \"phone\": \"+971555535611\",\n                \"email\": \"jon@gmail.com\",\n                \"created_at\": \"2020-04-06T18:22:04+04:00\",\n                \"updated_at\": \"2020-04-29T04:03:47+04:00\"\n            },\n            \"relationships\": {\n                \"preference\": {\n                    \"data\": null\n                }\n            }\n        }\n    ],\n    \"included\": [\n        {\n            \"id\": \"89936b65-9dce-4c24-8b2b-31965962a438\",\n            \"type\": \"preference\",\n            \"attributes\": {\n                \"id\": \"89936b65-9dce-4c24-8b2b-31965962a438\",\n                \"name\": \"Zen Garden\"\n            }\n        },\n        {\n            \"id\": \"1e604d9f-d37c-49e1-b376-bd8c491d1fda\",\n            \"type\": \"preference\",\n            \"attributes\": {\n                \"id\": \"1e604d9f-d37c-49e1-b376-bd8c491d1fda\",\n                \"name\": \"Bamboo House\"\n            }\n        }\n    ],\n    \"meta\": {\n        \"limit\": 30,\n        \"total_pages\": 1,\n        \"total_count\": 10,\n        \"current_page\": 1\n    },\n    \"links\": {\n        \"first\": \"https://api.sandbox.eatapp.co/partners/v2/reservations?page=1\",\n        \"next\": null,\n        \"prev\": null,\n        \"last\": \"https://api.sandbox.eatapp.co/partners/v2/reservations?page=1\"\n    }\n}"}],"_postman_id":"f858c8dc-d94c-4b3a-a6df-1782df0855ae"},{"name":"Show Reservation","id":"57e7217b-037c-4d8a-8a77-3e8fca172d89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept-Encoding","value":"gzip","type":"text"}],"url":"{{host}}/partners/v2/reservations/:id_or_key","description":"<p>Show single reservation details</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}},"urlObject":{"path":["partners","v2","reservations",":id_or_key"],"host":["{{host}}"],"query":[],"variable":[{"description":{"content":"<p>Reservation ID (UUID) or Reservation Key</p>\n","type":"text/plain"},"type":"any","value":"{{reservation_id}}","key":"id_or_key"}]}},"response":[{"id":"bbff4ffb-25f8-422f-9545-d486cc8d8ece","name":"success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/partners/v2/reservations/:id_or_key","host":["{{host}}"],"path":["partners","v2","reservations",":id_or_key"],"variable":[{"key":"id_or_key","value":"c5ba3fff-d2ea-46a1-b729-275dadafcecc","description":"Reservation ID (UUID) or Reservation Key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"d16815878b4077d18b18c2fd07a226c6\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"5fd72d3d-087d-4ce7-aa8d-09cff8fd3e87"},{"key":"X-Runtime","value":"0.085498"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"c5ba3fff-d2ea-46a1-b729-275dadafcecc\",\n        \"type\": \"reservation\",\n        \"attributes\": {\n            \"key\": \"YW8MU8\",\n            \"restaurant_id\": \"f03c483f-812c-4859-8827-08cdb9136d47\",\n            \"covers\": 2,\n            \"duration\": 5400,\n            \"status\": \"not_confirmed\",\n            \"notes\": \"its our anniversary\",\n            \"idempotency_token\": \"5ecd821b61678a6572d267be603e6702\",\n            \"start_time\": \"2019-05-25T12:30:00+04:00\",\n            \"end_time\": \"2019-05-25T14:00:00+04:00\",\n            \"partner_reservation_sid\": null,\n            \"guest_id\": \"45084f3f-cb41-4f15-ae3f-0f89f98d2c69\",\n            \"partner_guest_sid\": \"1234\",\n            \"first_name\": \"john\",\n            \"last_name\": \"doe\",\n            \"phone\": \"+971555535611\",\n            \"email\": \"jon@gmail.com\",\n            \"created_at\": \"2019-05-12T21:09:38+04:00\",\n            \"updated_at\": \"2019-05-12T21:10:31+04:00\"\n        },\n        \"relationships\": {\n            \"preference\": {\n                \"data\": {\n                    \"id\": \"89936b65-9dce-4c24-8b2b-31965962a438\",\n                    \"type\": \"preference\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"89936b65-9dce-4c24-8b2b-31965962a438\",\n            \"type\": \"preference\",\n            \"attributes\": {\n                \"id\": \"89936b65-9dce-4c24-8b2b-31965962a438\",\n                \"name\": \"Bamboo House\"\n            }\n        }\n    ]\n    \n}"}],"_postman_id":"57e7217b-037c-4d8a-8a77-3e8fca172d89"},{"name":"Create Reservation","id":"36e594a7-b3de-444c-9885-869bf004953c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept-Encoding","type":"text","value":"gzip"}],"body":{"mode":"raw","raw":"{\n  \"restaurant_id\": \"{{restaurant_id}}\",\n  \"first_name\": \"john\",\n  \"last_name\": \"doe\",\n  \"phone\": \"0555535611\",\n  \"email\": \"jon@gmail.com\",\n  \"partner_guest_sid\": \"1234\",\n  \"notes\": \"its our anniversary\",\n  \"start_time\": \"2025-07-03T20:00:00\",\n  \"covers\": 2,\n  \"idempotency_token\": \"8d10bf58-9a7d-492d-bee7-c16d8467fde3\"\n}"},"url":"{{host}}/partners/v2/reservations","description":"<h3 id=\"request-params\">Request Params:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>param</th>\n<th>type</th>\n<th>required</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>restaurant_id</td>\n<td>UUID</td>\n<td>true</td>\n<td>Restaurant ID</td>\n</tr>\n<tr>\n<td>start_time</td>\n<td>ISO8601</td>\n<td>true</td>\n<td>ISO 8601 Time stamp of reservation time</td>\n</tr>\n<tr>\n<td>covers</td>\n<td>Integer</td>\n<td>true</td>\n<td>Number of covers</td>\n</tr>\n<tr>\n<td>notes</td>\n<td>String</td>\n<td>false</td>\n<td>Guest note</td>\n</tr>\n<tr>\n<td>idempotency_token</td>\n<td>String</td>\n<td>false</td>\n<td>*see below</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>true</td>\n<td>Guest first name</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>true</td>\n<td>Guest last name</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>true</td>\n<td>Guest phone</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>String</td>\n<td>false</td>\n<td>*Guest phone country code (ISO3166)</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>true</td>\n<td>Guest email</td>\n</tr>\n<tr>\n<td>partner_guest_sid</td>\n<td>String</td>\n<td>false</td>\n<td>Partner Guest ID</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>idempotency_token</strong>\nYou may leave this out or define as <code>null</code>, however if sent, please send a unique one with each unique booking. We will safely ensure duplicate bookings are not created if the same token is sent, intead we'll just return back the previous success response for duplicates without showing an error. This is highly useful for partners with automated API processes, which may make the same call more than once. </p>\n</blockquote>\n<blockquote>\n<p><strong>country_code</strong>: This is optional.\nYou can either provide the phone is the full format i.e. <code>+971555545611</code> \nOR \nYou can provide a combination of phone and country code i.e. <code>0555545611</code> / <code>AE</code></p>\n</blockquote>\n<blockquote>\n<p><strong>partner_guest_sid</strong>: You may choose to assign your guest id here, later this will be displayed on the guest data for tracking</p>\n</blockquote>\n<blockquote>\n<p><strong>Note</strong>: If user tried to same reservation within 20 seconds, will get the same reservation response (will not make new one)</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}},"urlObject":{"path":["partners","v2","reservations"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"bd036dc5-087a-4058-a01a-6d6640d9b455","name":"success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"restaurant_id\": \"f03c483f-812c-4859-8827-08cdb9136d47\",\n    \"first_name\": \"john\",\n    \"last_name\": \"doe\",\n    \"phone\": \"0555535611\",\n    \"country_code\": \"AE\",\n    \"email\": \"jon@gmail.com\",\n    \"partner_guest_sid\": \"1234\",\n    \"notes\": \"its our anniversary\",\n    \"start_time\": \"2019-05-25T12:30:00\",\n    \"covers\": 2,\n    \"idempotency_token\": \"5ecd821b61678a6572d267be603e6702\",\n    \"preference_id\":     \"89936b65-9dce-4c24-8b2b-31965962a438\"\n}"},"url":"{{host}}/partners/v2/reservations"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"bfdfa72bf9c912cf200709a7e0ff06e6\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"198bdba8-46ce-45d4-9901-da1ebec35921"},{"key":"X-Runtime","value":"2.028397"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"c5ba3fff-d2ea-46a1-b729-275dadafcecc\",\n        \"type\": \"reservation\",\n        \"attributes\": {\n            \"key\": \"YW8MU8\",\n            \"covers\": 2,\n            \"duration\": 5400,\n            \"status\": \"not_confirmed\",\n            \"notes\": \"its our anniversary\",\n            \"idempotency_token\": \"5ecd821b61678a6572d267be603e6702\",\n            \"start_time\": \"2019-05-25T12:30:00+04:00\",\n            \"end_time\": \"2019-05-25T14:00:00+04:00\",\n            \"partner_reservation_sid\": null,\n            \"guest_id\": \"45084f3f-cb41-4f15-ae3f-0f89f98d2c69\",\n            \"partner_guest_sid\": \"1234\",\n            \"first_name\": \"john\",\n            \"last_name\": \"doe\",\n            \"phone\": \"+971555535611\",\n            \"email\": \"jon@gmail.com\",\n            \"created_at\": \"2019-05-12T21:09:38+04:00\",\n            \"updated_at\": \"2019-05-12T21:09:39+04:00\"\n        },\n        \"relationships\": {\n            \"preference\": {\n                \"data\": {\n                    \"id\": \"89936b65-9dce-4c24-8b2b-31965962a438\",\n                    \"type\": \"preference\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"89936b65-9dce-4c24-8b2b-31965962a438\",\n            \"type\": \"preference\",\n            \"attributes\": {\n                \"id\": \"89936b65-9dce-4c24-8b2b-31965962a438\",\n                \"name\": \"Preference two\"\n            }\n        }\n    ]\n}"},{"id":"f4a5c85c-e307-4f59-9b56-642c18853056","name":"success with payment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept-Encoding","value":"gzip"}],"body":{"mode":"raw","raw":"{\n  \"restaurant_id\": \"{{restaurant_id}}\",\n  \"first_name\": \"john\",\n  \"last_name\": \"doe\",\n  \"phone\": \"0555535611\",\n  \"email\": \"jon@gmail.com\",\n  \"partner_guest_sid\": \"1234\",\n  \"notes\": \"its our anniversary\",\n  \"start_time\": \"2025-07-03T20:00:00\",\n  \"covers\": 2,\n  \"idempotency_token\": \"0f085a70-ffef-439b-b425-d2bb14399ad5\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/partners/v2/reservations"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"647d7f251fad0ba607ee67bb7ed58ea6\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_eatapp_session=2lsdQLYuxSOPOuFFbl7%2FTisubknhqyaz4WC%2BF2d0wImB7%2Bbx04f%2BwMrXCmLxjnffmSGnwMn3r9rrJLd82hO6IZeMq8w9SV83Kcz1TWUTrztjyXrZrkkMdRRYbp5Y1tUGdK0%2FfUE0MzjaTCckqBsFYySwLXHV5lT%2Fyv%2F%2FUUhyPai4iLsCq4uKaGD9i2ds1jGCHPL0AJq43gSFiu2DjS2do2IupAy7y8Cs8deR--X8QB1Vi7V8WTy83o--xWnQOi03T8PEzBVlQqmauQ%3D%3D; path=/; HttpOnly; SameSite=Lax"},{"key":"X-Request-Id","value":"52019099-9592-4b61-b5ec-0a4f3d03493a"},{"key":"X-Runtime","value":"4.599341"},{"key":"Server-Timing","value":"start_processing.action_controller;dur=0.01, sql.active_record;dur=1926.71, instantiation.active_record;dur=121.07, cache_read.active_support;dur=0.52, cache_generate.active_support;dur=108.44, cache_write.active_support;dur=0.19, transaction.active_record;dur=4262.12, cache_fetch_hit.active_support;dur=0.01, render.active_model_serializers;dur=18.52, process_action.action_controller;dur=4488.07, database_selector.active_record.wrote_to_primary;dur=4537.80"},{"key":"vary","value":"Accept-Encoding, Origin"},{"key":"Content-Length","value":"614"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"0ed97cfb-4570-4078-a374-97225bc8f0a7\",\n        \"type\": \"reservation\",\n        \"attributes\": {\n            \"key\": \"E82XEM\",\n            \"restaurant_id\": \"8f0b8d58-0a07-46fe-a479-df5ee87bb73d\",\n            \"covers\": 2,\n            \"duration\": 3600,\n            \"status\": \"not_confirmed\",\n            \"notes\": \"its our anniversary\",\n            \"idempotency_token\": \"522dc44d-c9eb-4299-ba21-7480c5943894\",\n            \"start_time\": \"2025-07-03T20:00:00+04:00\",\n            \"end_time\": \"2025-07-03T21:00:00+04:00\",\n            \"partner_reservation_sid\": null,\n            \"guest_id\": \"1c0f8d36-d9a4-4c49-8f66-a4a4f39256f4\",\n            \"partner_guest_sid\": \"1234\",\n            \"first_name\": \"john\",\n            \"last_name\": \"doe\",\n            \"phone\": \"+971555535611\",\n            \"email\": \"jon@gmail.com\",\n            \"created_at\": \"2025-07-02T13:49:58+04:00\",\n            \"updated_at\": \"2025-07-02T13:49:58+04:00\"\n        },\n        \"relationships\": {\n            \"payments\": {\n                \"data\": [\n                    {\n                        \"id\": \"cc91596b-fd29-46bc-9692-be963d1ea0ae\",\n                        \"type\": \"payment\"\n                    }\n                ]\n            },\n            \"preference\": {\n                \"data\": null\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"cc91596b-fd29-46bc-9692-be963d1ea0ae\",\n            \"type\": \"payment\",\n            \"attributes\": {\n                \"restaurant_id\": \"8f0b8d58-0a07-46fe-a479-df5ee87bb73d\",\n                \"status\": \"requested\",\n                \"description\": \"A pre-payment lump sum for 10.0 AED is required\",\n                \"gateway\": \"stripe\",\n                \"currency\": \"AED\",\n                \"notes\": null,\n                \"payment_widget_url\": \"http://localhost:3000/pay/E82XEM\",\n                \"amount\": 10\n            }\n        }\n    ]\n}"},{"id":"793666cb-4534-45f6-8fd6-72be45125296","name":"not_found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"restaurant_id\": \"349d4e8c-8ca9-4608-b3fd-87de3ca78cdd\",\n    \"first_name\": \"john\",\n    \"last_name\": \"doe\",\n    \"phone\": \"+971 555555555\",\n    \"email\": \"jon@gmail.com\",\n    \"notes\": \"its our anniversary\",\n    \"referrer_tag\": \"tripadvisor\",\n    \"start_time\": \"2019-03-25T19:00:00+04:00\",\n    \"covers\": 2\n}"},"url":"{{host}}/partners/v2/reservations"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding, Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"_eat_session=NWo5VW13dGF2clhwaEV6Rlk4TWlVekZIWks4QTkzQ0Z5b01vR05RV2p5YmZCbzFMTTJ4N0NmYWgvVWFWMWtLeDlTdXhpSGlOZkdlUUg4TUVXOVNSb0E9PS0tR05UMUFSdXJNc0JHZkVDWTdzcjJZUT09--70d3b2305577a446f3f49e029bbb40d0a8480cd0; path=/; HttpOnly"},{"key":"X-Request-Id","value":"633a9660-838d-4aeb-9173-3b3b24bb80fe"},{"key":"X-Runtime","value":"0.011588"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"resource_not_found\",\n            \"detail\": \"Resource not found\"\n        }\n    ]\n}"},{"id":"a336d746-cacc-4e5b-8578-b14ee7bdeefb","name":"time_unavailable_for_reservation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"restaurant_id\": \"349d4e8c-8ca9-4608-b3fd-87de3ca78cdc\",\n    \"first_name\": \"john\",\n    \"last_name\": \"doe\",\n    \"phone\": \"+971 555555555\",\n    \"email\": \"jon@gmail.com\",\n    \"notes\": \"its our anniversary\",\n    \"referrer_tag\": \"tripadvisor\",\n    \"start_time\": \"2019-01-25T19:00:00+04:00\",\n    \"covers\": 2\n}"},"url":"{{host}}/partners/v2/reservations"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding, Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"_eat_session=a1E5UnRQcGFoZ1RwWTJRT2lvUGNaeWRIalFwb0lFUy9JVGpUMzZLRzNna3pENDB1U1I5NnVrblhZTE81c25DZE5XT3FrUWlXbmRGUmFGRFVpZ0JtOEE9PS0tY0hwQlQrUDhEQnN2RjV1OENISzFlZz09--d460f63154f543e694d3022b8e5e6e0312ab96c8; path=/; HttpOnly"},{"key":"X-Request-Id","value":"fb39e1b9-234d-4375-8c19-5cbb44a49709"},{"key":"X-Runtime","value":"0.041778"},{"key":"X-Rack-CORS","value":"miss; no-origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"time_unavailable_for_reservation\",\n            \"detail\": \"That time is now unavailable for a reservation. Press your browser's 'back' button to search for a new opening.\"\n        }\n    ]\n}"}],"_postman_id":"36e594a7-b3de-444c-9885-869bf004953c"},{"name":"Update Reservation","id":"c23b9c56-d92b-44e3-a65a-2e8ccf0695d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept-Encoding","type":"text","value":"gzip"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"canceled\",\n    \"start_time\": \"2019-03-11T15:00:00\",\n    \"covers\": 2,\n    \"notes\": \"its our anniversary\",\n    \"partner_guest_sid\": \"1234\",\n    \"partner_reservation_sid\": \"8af8fd68-a2f5-48a5-9b82-28963fcc6c7e\"\n}"},"url":"{{host}}/partners/v2/reservations/:id_or_key","description":"<h3 id=\"request-params\">Request Params:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>param</th>\n<th>type</th>\n<th>required</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>false</td>\n<td>Status (<code>late</code> or <code>canceled</code> )</td>\n</tr>\n<tr>\n<td>start_time</td>\n<td>ISO8601</td>\n<td>true</td>\n<td>ISO 8601 Time stamp of reservation time</td>\n</tr>\n<tr>\n<td>covers</td>\n<td>Integer</td>\n<td>true</td>\n<td>Number of covers</td>\n</tr>\n<tr>\n<td>notes</td>\n<td>String</td>\n<td>false</td>\n<td>Add note to the reservation</td>\n</tr>\n<tr>\n<td>partner_guest_sid</td>\n<td>String</td>\n<td>false</td>\n<td>Partner Guest ID</td>\n</tr>\n<tr>\n<td>partner_reservation_sid</td>\n<td>String</td>\n<td>false</td>\n<td>Partner Reservation ID</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><em>NOTE 1</em> - Once the reservation is canceled, there can be no more changes</p>\n</blockquote>\n<blockquote>\n<p><em>NOTE 2</em> - You can send any combination of params above</p>\n</blockquote>\n<blockquote>\n<p><em>NOTE 3</em> - partner_guest_sid can be update here or while creating the booking also, allowing you to reference your guests by your internal id's</p>\n</blockquote>\n<blockquote>\n<p><em>NOTE 4</em> - partner_reservation_sid can be added if you intend on using webhooks, allowing you to reference your reservations by your internal id's</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}},"urlObject":{"path":["partners","v2","reservations",":id_or_key"],"host":["{{host}}"],"query":[],"variable":[{"description":{"content":"<p>Reservation ID (UUID) or Reservation Key</p>\n","type":"text/plain"},"type":"string","value":"c5ba3fff-d2ea-46a1-b729-275dadafcecc","key":"id_or_key"}]}},"response":[{"id":"749ee0b9-2c31-41d9-b8ec-68ba54384a11","name":"Forbidden Cancellation","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept-Encoding","value":"gzip","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"canceled\"\n}"},"url":{"raw":"{{host}}/partners/v2/reservations/:id_or_key","host":["{{host}}"],"path":["partners","v2","reservations",":id_or_key"],"variable":[{"description":"Reservation ID (UUID) or Reservation Key","key":"id_or_key","type":"string","value":"d4ea6734-a592-4fd2-919b-918fbf0145c9"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Fri, 31 May 2019 10:11:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding, Origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"f2a301d7-c852-496d-9252-dab1182227c7"},{"key":"X-Runtime","value":"0.578363"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"code\": \"forbidden\",\n            \"detail\": \"Changes are forbidden if start_time has passed or reservation in finished state\"\n        }\n    ]\n}"},{"id":"f66b94bc-eaef-4155-b289-9e7e10d3478b","name":"success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"canceled\",\n    \"start_time\": \"2019-03-11T15:00:00\",\n    \"covers\": 2,\n    \"notes\": \"its our anniversary\",\n    \"partner_guest_sid\": \"1234\",\n    \"partner_reservation_sid\": \"8af8fd68-a2f5-48a5-9b82-28963fcc6c7e\",\n    \"preference_id\":     \"89936b65-9dce-4c24-8b2b-31965962a438\"\n}"},"url":{"raw":"{{host}}/partners/v2/reservations/:id_or_key","host":["{{host}}"],"path":["partners","v2","reservations",":id_or_key"],"variable":[{"key":"id_or_key","value":"c5ba3fff-d2ea-46a1-b729-275dadafcecc","description":"Reservation ID (UUID) or Reservation Key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"4549d02de3b6114d7afc9ac71ef3a555\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"14bb82a2-2c9b-4044-a4e2-807b1a36609b"},{"key":"X-Runtime","value":"0.191289"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"c5ba3fff-d2ea-46a1-b729-275dadafcecc\",\n        \"type\": \"reservation\",\n        \"attributes\": {\n            \"key\": \"YW8MU8\",\n            \"covers\": 2,\n            \"duration\": 5400,\n            \"status\": \"not_confirmed\",\n            \"notes\": \"its our anniversary\",\n            \"idempotency_token\": \"5ecd821b61678a6572d267be603e6702\",\n            \"start_time\": \"2019-05-25T12:30:00+04:00\",\n            \"end_time\": \"2019-05-25T14:00:00+04:00\",\n            \"partner_reservation_sid\": null,\n            \"guest_id\": \"45084f3f-cb41-4f15-ae3f-0f89f98d2c69\",\n            \"partner_guest_sid\": \"1234\",\n            \"first_name\": \"john\",\n            \"last_name\": \"doe\",\n            \"phone\": \"+971555535611\",\n            \"email\": \"jon@gmail.com\",\n            \"created_at\": \"2019-05-12T21:09:38+04:00\",\n            \"updated_at\": \"2019-05-12T21:09:39+04:00\"\n        },\n        \"relationships\": {\n            \"preference\": {\n                \"data\": {\n                    \"id\": \"89936b65-9dce-4c24-8b2b-31965962a438\",\n                    \"type\": \"preference\"\n                }\n            }\n        }\n    },\n    \"included\": [\n        {\n            \"id\": \"89936b65-9dce-4c24-8b2b-31965962a438\",\n            \"type\": \"preference\",\n            \"attributes\": {\n                \"id\": \"89936b65-9dce-4c24-8b2b-31965962a438\",\n                \"name\": \"Preference two\"\n            }\n        }\n    ]\n}"}],"_postman_id":"c23b9c56-d92b-44e3-a65a-2e8ccf0695d5"}],"id":"630f8fa3-f8b4-44e4-acaf-dedcbed1569c","description":"<h1 id=\"reservation-statuses\">Reservation Statuses:</h1>\n<p>Reservations can have any of the following statuses.</p>\n<ul>\n<li>not_confirmed</li>\n<li>no_answer</li>\n<li>confirmed</li>\n<li>canceled</li>\n<li>denied</li>\n<li>no_show</li>\n<li>late</li>\n<li>partially_arrived</li>\n<li>arrived</li>\n<li>seated</li>\n<li>appetizer</li>\n<li>entree</li>\n<li>dessert</li>\n<li>check_dropped</li>\n<li>finished</li>\n</ul>\n<h2 id=\"status-groups\">Status Groups</h2>\n<p>Although we only strictly use the statuses above, we also treat statuses in terms of groups.\nStatus groups have different meanings as follows:</p>\n<h3 id=\"pre-arrival-statuses\">Pre-Arrival Statuses</h3>\n<blockquote>\n<p>These statuses are used up until the guest actually arrives, all set from the restaurants.</p>\n</blockquote>\n<ul>\n<li>not_confirmed</li>\n<li>no_answer</li>\n<li>confirmed</li>\n<li>canceled</li>\n<li>denied</li>\n<li>late</li>\n<li>partially_arrived</li>\n<li>no_show</li>\n</ul>\n<h3 id=\"arrived-statuses\">Arrived Statuses</h3>\n<blockquote>\n<p>These statuses are used once the guest has arrived, mostly for restaurants to track table statuses for operations. All of there statuses are <code>green</code>, i.e. the guest has arrived and the booking has materialised.</p>\n</blockquote>\n<ul>\n<li>arrived</li>\n<li>seated</li>\n<li>appetizer</li>\n<li>entree</li>\n<li>dessert</li>\n<li>check_dropped</li>\n<li>finished</li>\n</ul>\n<h3 id=\"completion-statuses\">Completion Statuses</h3>\n<blockquote>\n<p>These statuses are in the danger zone, once set, partners cannot alter the bookings in any way. This is a 1 time transaction (set either from the restaurants or partner).</p>\n</blockquote>\n<ul>\n<li>canceled</li>\n<li>denied</li>\n<li>no_show</li>\n<li>finished</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"f1b8062e-6a98-4881-927f-ec5d09dc9a2c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ba4323e5-7b95-4b7e-a277-a632e4de8fa3","type":"text/javascript","exec":[""]}}],"_postman_id":"630f8fa3-f8b4-44e4-acaf-dedcbed1569c","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}}},{"name":"Guests","item":[{"name":"List Guests","id":"35858d0b-2773-4efe-b6dd-421a09e8a38b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept-Encoding","type":"text","value":"gzip"}],"url":"{{host}}/partners/v2/guests","description":"<p>Show list of reservations made by the partner</p>\n<h3 id=\"search-params\">Search Params</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>param</th>\n<th>type</th>\n<th>required</th>\n<th>note</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>integer</td>\n<td>false</td>\n<td>Specify what page of the search you want</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>integer</td>\n<td>false</td>\n<td>Limit of how many records you (default:30, Max:100)</td>\n</tr>\n<tr>\n<td>restaurant_id</td>\n<td>UUID</td>\n<td>false</td>\n<td>Search by Eat Restaurant ID (UUID)</td>\n</tr>\n<tr>\n<td>partner_reservation_sid</td>\n<td>String</td>\n<td>false</td>\n<td>Search by Partner Reservation Service ID (SID)</td>\n</tr>\n<tr>\n<td>partner_guest_sid</td>\n<td>String</td>\n<td>false</td>\n<td>Search by Partner Guest Service ID (SID)</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>false</td>\n<td>Search by Guest First Name</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>false</td>\n<td>Search by Guest Last Name</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>false</td>\n<td>Search by Guest Phone</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>false</td>\n<td>Search by Guest Email</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}},"urlObject":{"path":["partners","v2","guests"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Page ( default : 1 )</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Limit ( default : 30 , Max: 1000 )</p>\n","type":"text/plain"},"key":"limit","value":"30"},{"disabled":true,"description":{"content":"<p>Exact Value (partner reservation id)</p>\n","type":"text/plain"},"key":"partner_reservation_sid","value":"91d6ef84f79a"},{"disabled":true,"description":{"content":"<p>Exact Value (partner guest id)</p>\n","type":"text/plain"},"key":"partner_guest_sid","value":"e21572d1701bcb30c903"},{"disabled":true,"description":{"content":"<p>guest first name contains</p>\n","type":"text/plain"},"key":"first_name","value":"Joe"},{"disabled":true,"description":{"content":"<p>guest last name contains</p>\n","type":"text/plain"},"key":"last_name","value":"Smith"},{"disabled":true,"description":{"content":"<p>guest phone name contains</p>\n","type":"text/plain"},"key":"phone","value":"555535"},{"disabled":true,"description":{"content":"<p>guest email name contains</p>\n","type":"text/plain"},"key":"email","value":"partner@partner.com"}],"variable":[]}},"response":[{"id":"461dd7be-4eb9-4152-a456-ae7186a101d5","name":"success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/partners/v2/guests","host":["{{host}}"],"path":["partners","v2","guests"],"query":[{"key":"page","value":"1","description":"Page ( default : 1 )","disabled":true},{"key":"limit","value":"30","description":"Limit ( default : 30 , Max: 1000 )","disabled":true},{"key":"partner_reservation_sid","value":"91d6ef84f79a","description":"Exact Value (partner reservation id)","disabled":true},{"key":"partner_guest_sid","value":"e21572d1701bcb30c903","description":"Exact Value (partner guest id)","disabled":true},{"key":"first_name","value":"Joe","description":"guest first name contains","type":"text","disabled":true},{"key":"last_name","value":"Smith","description":"guest last name contains","type":"text","disabled":true},{"key":"phone","value":"555535","description":"guest phone name contains","type":"text","disabled":true},{"key":"email","value":"partner@partner.com","description":"guest email name contains","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"e511641c7f71820b42daf53c0dc67b72\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"3c76bbda-4528-4e1a-986c-fa25ee3bc30a"},{"key":"X-Runtime","value":"0.174606"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"1b6386d1-54d3-49f5-8b06-6dd14fc55e93\",\n            \"type\": \"guest\",\n            \"attributes\": {\n                \"first_name\": \"Jane\",\n                \"last_name\": \"doe\",\n                \"phone\": \"+971555535611\",\n                \"email\": \"jon@gmail.com\",\n                \"partner_guest_sid\": \"1234\",\n                \"created_at\": \"2019-05-12T21:12:54Z\",\n                \"updated_at\": \"2019-05-12T21:12:54Z\"\n            },\n            \"relationships\": {}\n        },\n        {\n            \"id\": \"45084f3f-cb41-4f15-ae3f-0f89f98d2c69\",\n            \"type\": \"guest\",\n            \"attributes\": {\n                \"first_name\": \"john\",\n                \"last_name\": \"doe\",\n                \"phone\": \"+971555535611\",\n                \"email\": \"jon@gmail.com\",\n                \"partner_guest_sid\": \"1234\",\n                \"created_at\": \"2019-05-12T21:09:38Z\",\n                \"updated_at\": \"2019-05-12T21:13:53Z\"\n            },\n            \"relationships\": {}\n        }\n    ],\n    \"meta\": {\n        \"limit\": 30,\n        \"total_pages\": 1,\n        \"total_count\": 2,\n        \"current_page\": 1\n    },\n    \"links\": {\n        \"first\": \"http://localhost:3000/api/partners/v2/guests?page=1\",\n        \"next\": null,\n        \"prev\": null,\n        \"last\": \"http://localhost:3000/api/partners/v2/guests?page=1\"\n    }\n}"}],"_postman_id":"35858d0b-2773-4efe-b6dd-421a09e8a38b"},{"name":"Show Guest","id":"a226425d-279c-41b6-9e50-a90527926f76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept-Encoding","value":"gzip","type":"text"}],"url":"{{host}}/partners/v2/guests/:id","description":"<p>Show single reservation details</p>\n","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}},"urlObject":{"path":["partners","v2","guests",":id"],"host":["{{host}}"],"query":[],"variable":[{"type":"string","value":"1b6386d1-54d3-49f5-8b06-6dd14fc55e93","key":"id"}]}},"response":[{"id":"e0c150bf-d973-4306-93c7-02bcb7fcef1f","name":"success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/partners/v2/guests/:id","host":["{{host}}"],"path":["partners","v2","guests",":id"],"variable":[{"key":"id","value":"1b6386d1-54d3-49f5-8b06-6dd14fc55e93"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"ETag","value":"W/\"f23044939b151157b296753fa689fe7a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"8a990535-70d9-41c1-a691-94bfa6fe5384"},{"key":"X-Runtime","value":"0.082980"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1b6386d1-54d3-49f5-8b06-6dd14fc55e93\",\n        \"type\": \"guest\",\n        \"attributes\": {\n            \"first_name\": \"Jane\",\n            \"last_name\": \"doe\",\n            \"phone\": \"+971555535611\",\n            \"email\": \"jon@gmail.com\",\n            \"partner_guest_sid\": \"1234\",\n            \"created_at\": \"2019-05-12T21:12:54Z\",\n            \"updated_at\": \"2019-05-12T21:12:54Z\"\n        },\n        \"relationships\": {}\n    }\n}"}],"_postman_id":"a226425d-279c-41b6-9e50-a90527926f76"}],"id":"cc083083-bec6-415e-b4f4-3452d82f4e62","event":[{"listen":"prerequest","script":{"id":"f1b8062e-6a98-4881-927f-ec5d09dc9a2c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ba4323e5-7b95-4b7e-a277-a632e4de8fa3","type":"text/javascript","exec":[""]}}],"_postman_id":"cc083083-bec6-415e-b4f4-3452d82f4e62","description":"","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":true,"source":{"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","id":"4924690e-1199-4342-8300-0aad2c182b92","name":"V2","type":"folder"}}}],"id":"4924690e-1199-4342-8300-0aad2c182b92","auth":{"type":"bearer","bearer":{"token":"{{token}}"},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"ed95b0d1-60b4-48bd-b02b-e87854c4e005","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9b0a6950-ff3d-4de2-b840-4e43b2052d41","type":"text/javascript","exec":[""]}}],"_postman_id":"4924690e-1199-4342-8300-0aad2c182b92","description":""}],"auth":{"type":"bearer","bearer":{"token":"{{api_token}}"}},"event":[{"listen":"prerequest","script":{"id":"31a70b57-3b76-46d3-9bf3-84105aa65c8d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9f8d0f44-ff9d-46f1-bafa-84ed0b014a9c","type":"text/javascript","exec":[""]}}]}