{"info":{"_postman_id":"72daf119-c35e-47d9-85e2-234bba7527aa","name":"ElektraWeb Booking API For Guests","description":"<html><head></head><body><p><strong>Welecome to ElektraWeb's Booking API documentation.</strong></p>\n<p>in order to implement our REST API's in your project successfully please follow the following tips:</p>\n<ul>\n<li>All the requests require JWT_CODE or Google ReCaptcha's Token decide which one are you planning to use before starting, keep in mind for some cases there will be extra headers required in order to have a working requests.</li>\n<li>/Login request will only be used if you're planning to use JWT_CODE</li>\n<li>For Google ReCaptcha you should send it as a header with 'x-captcha' as header name and token as value, <strong>you should get the site key from us in order to have a token.</strong></li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"27317077","collectionId":"72daf119-c35e-47d9-85e2-234bba7527aa","publishedId":"2s9XxsUG4q","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-06-23T07:34:35.000Z"},"item":[{"name":"Auth","item":[{"name":"Guest Login","id":"1292194d-3059-4c99-92a5-77a6d83c028f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"guest\",\n    \"hotel-id\": 23155,\n    \"usercode\": \"test@test.com\",\n    \"password\": \"123456Test!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/login","urlObject":{"protocol":"https","path":["login"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1292194d-3059-4c99-92a5-77a6d83c028f"},{"name":"Registration","id":"59d5c7fb-d19f-4ff4-b139-f487605537de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"hotelid\": 23155,\n    \"password\": \"Test9753!\",\n    \"email\": \"test@test.com\",\n    \"name\": \"Test\",\n    \"surname\": \"SurTest\",\n    \"phone\": \"+905559876543\"\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/guest/register","urlObject":{"protocol":"https","path":["guest","register"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"59d5c7fb-d19f-4ff4-b139-f487605537de"},{"name":"Forgot Password","id":"1050f021-e2d0-47ff-93d8-752701f97e61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"hotelid\": 23155,\n    \"email\": \"test@test.com\",\n    \"phone\": \"+905559876543\"\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/guest/reset-password","urlObject":{"protocol":"https","path":["guest","reset-password"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1050f021-e2d0-47ff-93d8-752701f97e61"},{"name":"Validate Forgot Password","id":"a0e651b7-f17e-442e-93dd-c3ff376fda14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"hotelid\": 20000,\n    \"uid\": \"********-****-****-****-************\",\n    \"secret-code\": \"123456\",\n    \"password\": \"123456.Test\"\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/guest/verify-reset-password","urlObject":{"protocol":"https","path":["guest","verify-reset-password"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0e651b7-f17e-442e-93dd-c3ff376fda14"},{"name":"Validate Registration","id":"20fc9ffb-ad99-4dce-97e2-28be4e50922f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"hotelid\": 23155,\n    \"secret-code\": \"123456\",\n    \"uid\": \"********-****-****-****-************\"\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/guest/verify-register","urlObject":{"protocol":"https","path":["guest","verify-register"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"20fc9ffb-ad99-4dce-97e2-28be4e50922f"}],"id":"91f66fc2-dc0e-4c85-9d18-1181691a16c9","_postman_id":"91f66fc2-dc0e-4c85-9d18-1181691a16c9","description":""},{"name":"Hotel's Definitions","item":[{"name":"Exchange Rates","id":"6b0f126b-42ce-4ae1-ac1d-59e4dfdd0ced","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[{"key":"x-captcha","value":"","type":"text"}],"url":"https://bookingapi.elektraweb.com/hotel/24204/exchange-rate","urlObject":{"protocol":"https","path":["hotel","24204","exchange-rate"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b0f126b-42ce-4ae1-ac1d-59e4dfdd0ced"},{"name":"Params","id":"ab3a4523-0403-4d06-b243-d4c3fb702fb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[{"key":"x-captcha","value":"","type":"text"}],"url":"https://bookingapi.elektraweb.com/hotel/26583/params","urlObject":{"protocol":"https","path":["hotel","26583","params"],"host":["bookingapi","elektraweb","com"],"query":[{"disabled":true,"description":{"content":"<p>if params for RoomTypeGroup is required attach it's ID</p>\n","type":"text/plain"},"key":"room-type-group-id","value":""}],"variable":[]}},"response":[{"id":"37f709e3-a4d3-48c5-8fd1-cb321683811f","name":"Params","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer JWT_CODE","type":"text"},{"key":"x-captcha","value":"","type":"text"}],"url":{"raw":"https://bookingapi.elektraweb.com/hotel/22191/params","protocol":"https","host":["bookingapi","elektraweb","com"],"path":["hotel","22191","params"],"query":[{"key":"room-type-group-id","value":"","description":"if params for RoomTypeGroup is required attach it's ID","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"general\": {\n        \"id\": 22191,\n        \"portal-id\": 1,\n        \"name\": \"Granada Luxury Belek\",\n        \"default-language\": \"TR\",\n        \"default-currency\": \"EUR\",\n        \"reservation-email\": \"noreply@granada.com.tr\",\n        \"colors\": \"{\\\"primary\\\":{\\\"default\\\":{\\\"hex\\\":\\\"#80deea\\\",\\\"contrast\\\":\\\"rgba(0, 0, 0, 0.87)\\\"},\\\"lighter\\\":{\\\"hex\\\":\\\"#b4ffff\\\",\\\"contrast\\\":\\\"rgba(0, 0, 0, 0.87)\\\"},\\\"darker\\\":{\\\"hex\\\":\\\"#4bacb8\\\",\\\"contrast\\\":\\\"rgba(0, 0, 0, 0.87)\\\"}},\\\"accent\\\":{\\\"default\\\":{\\\"hex\\\":\\\"#546e7a\\\",\\\"contrast\\\":\\\"white\\\"},\\\"lighter\\\":{\\\"hex\\\":\\\"#819ca9\\\",\\\"contrast\\\":\\\"rgba(0, 0, 0, 0.87)\\\"},\\\"darker\\\":{\\\"hex\\\":\\\"#29434e\\\",\\\"contrast\\\":\\\"white\\\"}},\\\"warn\\\":{\\\"default\\\":{\\\"hex\\\":\\\"#f44336\\\",\\\"contrast\\\":\\\"white\\\"},\\\"lighter\\\":{\\\"hex\\\":\\\"#ffcdd2\\\",\\\"contrast\\\":\\\"rgba(0, 0, 0, 0.87)\\\"},\\\"darker\\\":{\\\"hex\\\":\\\"#d32f2f\\\",\\\"contrast\\\":\\\"white\\\"}}}\",\n        \"cname-web\": \"onlinereservationbelek.granada.com.tr\",\n        \"user-country-code\": null,\n        \"room-type-group\": \"[]\",\n        \"current-time\": \"2022-12-19T13:33:25.147Z\",\n        \"hotel-group-id\": 64,\n        \"domain-type\": null,\n        \"promotion-popup\": null,\n        \"booking-engine-domain\": \"rezervasyonal.com\",\n        \"enable-extra-service-tab\": null,\n        \"enable-reservation-tab\": true,\n        \"enable-availbility-cal\": false,\n        \"use-room-type-group-for-front-office\": null,\n        \"only-reservation-with-woman\": false,\n        \"open-availability-calendar\": null,\n        \"guest-login-card-image-url\": null\n    },\n    \"hotel-address\": {\n        \"longitude\": 31.071655,\n        \"latitude\": 36.860096,\n        \"address\": \" Belek, Cumhuriyet Cd., 07506 Serik/Antalya\",\n        \"country-code\": \"TR\",\n        \"city\": \"Belek, Turkey\",\n        \"country\": null\n    },\n    \"header\": {\n        \"favicon\": null,\n        \"sub-domain\": \"granada-luxury-belek\",\n        \"enable-check-in\": false,\n        \"enable-individual-login\": false,\n        \"hotel-currencies\": [\n            \"CHF\",\n            \"EUR\",\n            \"GBP\",\n            \"TRY\",\n            \"USD\"\n        ],\n        \"hotel-languages\": [\n            \"EN\",\n            \"TR\"\n        ],\n        \"seller-lookup\": false,\n        \"rental-owner-login\": false,\n        \"hide-login\": false,\n        \"google-provider-id\": null,\n        \"facebook-provider-id\": null,\n        \"apple-provider-id\": null\n    },\n    \"hotel-info\": {\n        \"property-type\": 1,\n        \"default-image\": \"https://erspublic.blob.core.windows.net/test/17a0f081-6127-5504-8674-606bdb176000.png\",\n        \"rating\": null,\n        \"stars\": 5,\n        \"description\": \"<h2>Eşsiz Belek doğasına hoş geldiniz...</h2>\\n\\n<p>Akdenizin incisi Belek mevkiinde konumlanmış, 100.000 m&sup2; alana sahip, muhteşem havuzları, eğlence mekanları ve eşsiz mimarisiyle unutulmaz bir tatil anılarınız i&ccedil;in tasarlanmıştır.</p>\\n\",\n        \"amenities\": \"[{\\\"amenity-name\\\":\\\"Terrace\\\",\\\"amenity-category\\\":\\\"General\\\",\\\"amenity-icon\\\":\\\"ha-Terrace\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Bar\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-CocktailLounge\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Air Conditioner\\\",\\\"amenity-category\\\":\\\"General\\\",\\\"amenity-icon\\\":\\\"ha-Airconditioning\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Wake-up Service\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-WakeupService\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Wi-Fi Internet Connection\\\",\\\"amenity-category\\\":\\\"General\\\",\\\"amenity-icon\\\":\\\"ha-Wi-FiInternetConnection\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Animation Team\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-AnimationTeam\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Mini Bar\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-MiniBar\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Room Service\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-RoomService\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Private Beach Area\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-BeachandPoolUmbrellas\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Mini Club\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-MiniClub\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Free private parking\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-Garage\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Water Sports Facilities on Site\\\",\\\"amenity-category\\\":\\\"Activities\\\",\\\"amenity-icon\\\":\\\"ha-WaterSportsFacilitiesonSite\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Designated Smoking Area\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-DesignatedSmokingArea\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Tennis Court\\\",\\\"amenity-category\\\":\\\"Activities\\\",\\\"amenity-icon\\\":\\\"ha-TennisCourt\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Snack Bar\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-SnackBar\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Football (Paid)\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-FootballPaid\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Pool Sun Loungers\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-SwimmingPool\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Changing Room\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-ChangingRoom\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Aquapark\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-WaterSlide\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Nightclub/DJ\\\",\\\"amenity-category\\\":\\\"Activities\\\",\\\"amenity-icon\\\":\\\"ha-Nightclub-DJ\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Cinema\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-Cinema\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Room Service\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-RoomService\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Water Slide\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-WaterSlide\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Elevator\\\",\\\"amenity-category\\\":\\\"General\\\",\\\"amenity-icon\\\":\\\"ha-LiftElevator\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Hostel Services\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-LadiesBeach\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Suitable for Children\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-BabyBed\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Children's Playground\\\",\\\"amenity-category\\\":\\\"Activities\\\",\\\"amenity-icon\\\":\\\"ha-ChildrensPlayground\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Sunbed\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-BeachandPoolUmbrellas\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Amphitheater\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":null,\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Children's Swimming Pool\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-SwimmingPool\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Tennis Court Lighting\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-TennisCourt\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Rental Car\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-RentalCar\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"24-Hour Reception\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-24HourReception\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Airport Shuttle (Surcharge)\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-AirportShuttle\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Laundry\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-DryCleaning\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Ironing Service\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-IroningService\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Shuttle Service\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-Shuttle\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Türk Hamamı\\\",\\\"amenity-category\\\":\\\"Activities\\\",\\\"amenity-icon\\\":\\\"ha-TurkishSteamBath\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"TV\\\",\\\"amenity-category\\\":\\\"General\\\",\\\"amenity-icon\\\":\\\"ha-Tv\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Doctor\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-AnimationTeam\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Lifeguard\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-Lifeguard\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Table Tennis\\\",\\\"amenity-category\\\":\\\"Activities\\\",\\\"amenity-icon\\\":\\\"ha-TennisCourt\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Garden\\\",\\\"amenity-category\\\":\\\"General\\\",\\\"amenity-icon\\\":\\\"ha-Garden\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Meeting/Banquet Facilities\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-Meeting-BanquetFacilities\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Massage\\\",\\\"amenity-category\\\":\\\"Activities\\\",\\\"amenity-icon\\\":\\\"ha-Massage\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Shuttle\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-Shuttle\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Beach Lounger\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-BeachandPoolUmbrellas\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Free Bathroom Supplies\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-TurkishSteamBath\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Baby Chair\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-BabyChair\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Daily maid service\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-Shuttle\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"طاقم متعاون\\\",\\\"amenity-category\\\":\\\"Activities\\\",\\\"amenity-icon\\\":\\\"ha-AnimationTeam\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Dry Cleaning\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-DryCleaning\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Special Diet Meals\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-SpecialDietMenusOnRequest\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Coiffeur\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-Coiffeur\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Hairdryer\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-Hairdryer\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Luggage Storage\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-LuggageStorage\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Beach Towel\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-BeachTowel\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Fire detector\\\",\\\"amenity-category\\\":\\\"General\\\",\\\"amenity-icon\\\":\\\"ha-Firedetector\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Fitness Center\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-FitnessCenter\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Nurse\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-AnimationTeam\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Mixed Outdoor Pool\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-SwimmingPool\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Mini Football\\\",\\\"amenity-category\\\":\\\"Activities\\\",\\\"amenity-icon\\\":\\\"ha-FootballPaid\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Restaurant (à la carte)\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-Restaurant\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Mixed Indoor Pool\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-SwimmingPool\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Sauna\\\",\\\"amenity-category\\\":\\\"Activities\\\",\\\"amenity-icon\\\":\\\"ha-SpaWellnesscenter\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Beach Sand\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-BeachandPoolUmbrellas\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Facilities for Disabled Guests\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-FacilitiesforDisabledGuests\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Spa & Wellness Center\\\",\\\"amenity-category\\\":\\\"Activities\\\",\\\"amenity-icon\\\":\\\"ha-SpaWellnesscenter\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Shops in Hotel\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-ShopsinHotel\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Parking Lot\\\",\\\"amenity-category\\\":\\\"Activities\\\",\\\"amenity-icon\\\":null,\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Satellite Channels\\\",\\\"amenity-category\\\":\\\"Other\\\",\\\"amenity-icon\\\":\\\"ha-Tv\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Beach and Pool Umbrellas\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-BeachandPoolUmbrellas\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Grocery\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-ShopsinHotel\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Smoke alarm\\\",\\\"amenity-category\\\":\\\"General\\\",\\\"amenity-icon\\\":\\\"ha-Smokealarm\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Baby Bed\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-BabyBed\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Steam Room\\\",\\\"amenity-category\\\":\\\"Activities\\\",\\\"amenity-icon\\\":\\\"ha-Steamroom\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Photographer\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-Photographer\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"VIP Spa services \\\",\\\"amenity-category\\\":\\\"Activities\\\",\\\"amenity-icon\\\":null,\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Lobby Bar\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-SnackBar\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Waterslide\\\",\\\"amenity-category\\\":\\\"Activities\\\",\\\"amenity-icon\\\":null,\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Safety Deposit Box\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-SafetyDepositBox\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Conference Room\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-ConferenceRoom\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Salt Room\\\",\\\"amenity-category\\\":\\\"Activities\\\",\\\"amenity-icon\\\":\\\"ha-WaterSlide\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"24 Hour Front Desk\\\",\\\"amenity-category\\\":\\\"General\\\",\\\"amenity-icon\\\":\\\"ha-24HourReception\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Bowling\\\",\\\"amenity-category\\\":\\\"Activities\\\",\\\"amenity-icon\\\":\\\"ha-Bowling\\\",\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Outdoor Pool \\\",\\\"amenity-category\\\":\\\"Activities\\\",\\\"amenity-icon\\\":\\\"ha-SwimmingPool\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Indoor Pool\\\",\\\"amenity-category\\\":\\\"Activities\\\",\\\"amenity-icon\\\":\\\"ha-SwimmingPool\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Game Room\\\",\\\"amenity-category\\\":\\\"Activities\\\",\\\"amenity-icon\\\":null,\\\"amenity-not-free\\\":true},{\\\"amenity-name\\\":\\\"Non Smoking Rooms\\\",\\\"amenity-category\\\":\\\"General\\\",\\\"amenity-icon\\\":\\\"ha-NonSmokingRooms\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Restaurant\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-Restaurant\\\",\\\"amenity-not-free\\\":false},{\\\"amenity-name\\\":\\\"Car Park\\\",\\\"amenity-category\\\":\\\"Services\\\",\\\"amenity-icon\\\":\\\"ha-RentalCar\\\",\\\"amenity-not-free\\\":false}]\",\n        \"images-visible\": false,\n        \"facility-visible\": true,\n        \"hotel-info-visible\": false,\n        \"hotel-description-visible\": false,\n        \"comment-visible\": false\n    },\n    \"footer\": {\n        \"logo-url\": \"https://erspublic.blob.core.windows.net/test/17497267-b4dd-5534-816a-cb6fb7d88000.png\"\n    },\n    \"seo-social-media\": {\n        \"web\": \"https://granada.com.tr/luxury-belek\",\n        \"phone\": \" +902427110707\",\n        \"email\": \"noreply@granada.com.tr\",\n        \"whatsapp\": null,\n        \"facebook-url\": null,\n        \"twitter-url\": null,\n        \"instagram-url\": null,\n        \"seo-title\": null,\n        \"seo-description\": null,\n        \"seo-keywords\": null,\n        \"google-analytics-uid\": null,\n        \"google-tag-manager-uid\": null,\n        \"yandex-metric-uid\": null,\n        \"enable-online-whatsapp\": null,\n        \"tawkto-id\": null,\n        \"facebook-page-id\": null\n    },\n    \"search-and-general-rules\": {\n        \"min-lady\": 0,\n        \"min-los\": 2,\n        \"max-adult\": 7,\n        \"max-child\": 6,\n        \"start-of-season\": null,\n        \"max-child-age\": 12,\n        \"min-child-age\": 0,\n        \"min-days-to-check-in\": null,\n        \"max-pax\": null,\n        \"hide-rooms-more-than\": 1000,\n        \"daily-price-visible\": true,\n        \"rate-code-visible\": null,\n        \"search-box-promotion-visible\": false,\n        \"room-list-order\": null,\n        \"search-box-country-code\": true,\n        \"room-price-discount\": true,\n        \"show-rates\": 2,\n        \"hide-turkey-to-foreign-agencies\": null,\n        \"rate-code_fixed-currency-rate-active\": false,\n        \"hide-unavailable-room\": true\n    },\n    \"payment\": {\n        \"extra-payment-information\": \"\",\n        \"bank-information\": null,\n        \"pay-by-credit-card\": true,\n        \"pay-by-credit-card-b2b\": true,\n        \"pay-by-wire-transfer\": false,\n        \"pay-by-wire-transfer-b2b\": null,\n        \"pay-at-hotel\": false,\n        \"pay-at-hotel-b2b\": null,\n        \"pay-by-agency\": false,\n        \"pay-by-mail-order\": false,\n        \"pay-by-mail-order-b2b\": false,\n        \"pay-at-hotel-with-credit-card-guarantee\": false,\n        \"pay-at-hotel-with-credit-card-guarantee-b2b\": null,\n        \"pay-by-down-payment\": false,\n        \"down-payment-percent\": 0,\n        \"online-bonus\": null,\n        \"installment-open\": false,\n        \"promotion-visible\": false,\n        \"garanti-pay-enabled\": false,\n        \"hosting-3d-pay-enabled\": null,\n        \"pay-type\": null,\n        \"hide-payment-link\": false,\n        \"installment-visible\": true,\n        \"buy-later-button\": true,\n        \"buy-later-label\": null,\n        \"insert-reservation-before-payment\": null,\n        \"vat-included\": null\n    },\n    \"call-center-operations\": {\n        \"hide-if-wire-transfer\": null,\n        \"hotelier-special-price\": null,\n        \"commission-type\": null,\n        \"show-commission\": null,\n        \"assign-room\": null,\n        \"voucher-no-visible\": false,\n        \"ivr-active\": false,\n        \"check-in-note-enabled\": null,\n        \"check-out-note-enabled\": null,\n        \"search-member\": null\n    },\n    \"voucher\": {\n        \"check-in-time\": \"14:00:00\",\n        \"check-out-time\": \"12:00:00\",\n        \"confirmer-email\": \"noreply@granada.com.tr\",\n        \"room-price-visible\": false,\n        \"total-price-visible\": true,\n        \"bank-commission-visible\": false,\n        \"exchange-visible\": false,\n        \"paid-amount-visible\": false\n    },\n    \"reservation-form-settings\": {\n        \"customer-info-form-visible\": true,\n        \"customer-gender-visible\": true,\n        \"customer-name-visible\": true,\n        \"customer-surname-visible\": true,\n        \"customer-birthdate-visible\": false,\n        \"customer-nationality-visible\": true,\n        \"customer-mail-visible\": false,\n        \"customer-phone-visible\": false,\n        \"customer-passport-no-visible\": false,\n        \"customer-passport-date-visible\": false,\n        \"customer-identity-no-visible\": false,\n        \"customer-hes-code-visible\": null,\n        \"gender-field-required\": false,\n        \"birthdate-field-required\": false,\n        \"passport-no-field-required\": false,\n        \"hes-code-field-required\": null,\n        \"child-birth-date-field-required\": true\n    },\n    \"contact-personal\": {\n        \"contact-name-visible\": true,\n        \"contact-surname-visible\": true,\n        \"contact-mail-visible\": true,\n        \"contact-phone-visible\": true,\n        \"contact-address-visible\": false,\n        \"contact-city-visible\": false,\n        \"contact-zipcode-visible\": false,\n        \"contact-country-visible\": false,\n        \"contact-extra-note-visible\": true,\n        \"contact-tckn-visible\": false,\n        \"invoice-tckn-visible\": true,\n        \"invoice-tax-no-visible\": true,\n        \"invoice-tax-place-name-visible\": true,\n        \"invoice-basket-visible\": false,\n        \"invoice-basket-required\": false,\n        \"input-transform-type\": null\n    },\n    \"basket-settings\": {\n        \"open-basket-auto\": true,\n        \"extra-service\": false,\n        \"time-out-duration\": null,\n        \"hotel-room-type-image-visible\": true,\n        \"basket-reservation-info\": true,\n        \"basket-kdv-service-message-visible\": true,\n        \"kvkk-agreement-check-visible\": false,\n        \"new-complete-active\": null,\n        \"check-in-note-label-name\": null,\n        \"check-out-note-label-name\": null\n    },\n    \"online\": {\n        \"use-local-data\": false,\n        \"guest-app-with-outres\": null,\n        \"whatsapp-phone\": null,\n        \"online-check-in-skip-id-scan\": false,\n        \"room-code-sms\": null,\n        \"contact-perm-phone\": null,\n        \"contact-perm-sms\": null,\n        \"contact-perm-email\": null,\n        \"contact-perm-whatsapp\": null,\n        \"online-check-in_skip-surname2\": true,\n        \"enable-deposit-payment\": true,\n        \"enable-online-check-in\": false,\n        \"enable-online-payment\": false,\n        \"enable-online-bill\": false,\n        \"enable-restaurant-order\": false,\n        \"enable-online-restaurant-reservations\": false,\n        \"enable-online-activities\": null,\n        \"enable-online-spares\": false,\n        \"enable-tennis-reservation\": false,\n        \"enable-golf-reservation\": false,\n        \"enable-beach-reservation\": false,\n        \"enable-water-sport-reservation\": false,\n        \"enable-online-shuttle\": null,\n        \"enable-online-kids-club\": null,\n        \"enable-online-catalogue\": true,\n        \"enable-online-bonus\": null,\n        \"enable-room-cleaning-reservation\": true,\n        \"enable-wake-up-call\": true,\n        \"enable-technical-service\": true,\n        \"enable-complaint\": true,\n        \"enable-call-bellboy\": true,\n        \"enable-laundry\": true,\n        \"enable-room-upgrade\": false,\n        \"enable-by-transfer\": false,\n        \"enable-survey\": 1,\n        \"enable-medical-assistance\": false,\n        \"enable-door-key\": false,\n        \"enable-open-room-door\": false,\n        \"enable-buy-late-check-out\": false,\n        \"enable-online-review-sites\": null,\n        \"enable-online-whatsapp\": null,\n        \"enable-online-check-out\": false,\n        \"enable-comment\": true,\n        \"enable-preview-prosurvey\": true,\n        \"review-prosurvey-pms-id\": null,\n        \"review-prosurvey-survey-id\": null,\n        \"review-prosurvey-public-key\": null,\n        \"review-prosurvey-shared-secret\": null,\n        \"online-covid19-agreement\": null,\n        \"online-check-in-signature\": 0,\n        \"online-check-in-gender\": 0,\n        \"online-check-in-birthplace\": 0,\n        \"online-check-in-birthdate\": 0,\n        \"online-check-in-nationality\": 0,\n        \"online-check-in-doc-expire-date\": 0,\n        \"online-check-in-doc-issue-date\": 0,\n        \"online-check-in-health-code\": 0,\n        \"online-check-in-all-mandatory\": 0,\n        \"enable-digital-menu\": null,\n        \"enable-pavilion-reservation\": null,\n        \"member-agreement-required\": null\n    },\n    \"images\": [\n        {\n            \"image-id\": 292127,\n            \"image-caption\": \"Ana Görsel\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cbbf4a-acf7-885-8a1a-e204b5aa1800.jpg\",\n            \"image-width\": 1350,\n            \"image-height\": 900,\n            \"image-bytes-size\": 946722,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cbbf4a-acf7-885-8a1a-e204b5aa1800.jpg\",\n            \"image-default-image\": false,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 0\n        },\n        {\n            \"image-id\": 292125,\n            \"image-caption\": \"_M3A7071s\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cbbf4a-aca3-3869-8ac1-e179b5727000.jpg\",\n            \"image-width\": 1350,\n            \"image-height\": 900,\n            \"image-bytes-size\": 859037,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cbbf4a-aca3-3869-8ac1-e179b5727000.jpg\",\n            \"image-default-image\": false,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 1\n        },\n        {\n            \"image-id\": 289245,\n            \"image-caption\": \"image\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17a0f081-6127-5504-8674-606bdb176000.png\",\n            \"image-width\": 900,\n            \"image-height\": 600,\n            \"image-bytes-size\": 1539756,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17a0f081-6127-5504-8674-606bdb176000.png\",\n            \"image-default-image\": true,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 2\n        },\n        {\n            \"image-id\": 289246,\n            \"image-caption\": \"image\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17a0f081-60b9-8715-8c83-ac8739e75000.png\",\n            \"image-width\": 800,\n            \"image-height\": 348,\n            \"image-bytes-size\": 768427,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17a0f081-60b9-8715-8c83-ac8739e75000.png\",\n            \"image-default-image\": false,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 4\n        },\n        {\n            \"image-id\": 292252,\n            \"image-caption\": \"_M3A7338s\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cef905-e76a-7662-8a8a-c29f36bf0000.jpg\",\n            \"image-width\": 1600,\n            \"image-height\": 800,\n            \"image-bytes-size\": 1178926,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cef905-e76a-7662-8a8a-c29f36bf0000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 5\n        },\n        {\n            \"image-id\": 292253,\n            \"image-caption\": \"_M3A6327s\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cef905-e832-3348-8c26-ac851e923000.jpg\",\n            \"image-width\": 1350,\n            \"image-height\": 900,\n            \"image-bytes-size\": 1212317,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cef905-e832-3348-8c26-ac851e923000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 6\n        },\n        {\n            \"image-id\": 292254,\n            \"image-caption\": \"_M3A7374s\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cef905-e845-5794-87ce-165cb5f6f000.jpg\",\n            \"image-width\": 1350,\n            \"image-height\": 900,\n            \"image-bytes-size\": 1086148,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cef905-e845-5794-87ce-165cb5f6f000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 7\n        },\n        {\n            \"image-id\": 292255,\n            \"image-caption\": \"Cinema 2\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cef905-e859-816-8ce2-6cbefefc4000.jpg\",\n            \"image-width\": 1350,\n            \"image-height\": 900,\n            \"image-bytes-size\": 1052750,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cef905-e859-816-8ce2-6cbefefc4000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 8\n        },\n        {\n            \"image-id\": 292256,\n            \"image-caption\": \"Game Centre 1\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cef905-e868-7301-8c33-da0869f11000.jpg\",\n            \"image-width\": 1350,\n            \"image-height\": 900,\n            \"image-bytes-size\": 1005337,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cef905-e868-7301-8c33-da0869f11000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 9\n        },\n        {\n            \"image-id\": 292257,\n            \"image-caption\": \"Kidsc club 11\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cef905-e879-1582-8ad7-df5807b0a000.jpg\",\n            \"image-width\": 1350,\n            \"image-height\": 900,\n            \"image-bytes-size\": 794007,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cef905-e879-1582-8ad7-df5807b0a000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 10\n        },\n        {\n            \"image-id\": 292258,\n            \"image-caption\": \"_M3A5087s\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cef905-e887-2968-8a87-e5905bb70000.jpg\",\n            \"image-width\": 1600,\n            \"image-height\": 800,\n            \"image-bytes-size\": 1018896,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cef905-e887-2968-8a87-e5905bb70000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 11\n        },\n        {\n            \"image-id\": 292261,\n            \"image-caption\": \"_M3A5078s\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cef905-e880-6604-88cc-2a736c1af000.jpg\",\n            \"image-width\": 1350,\n            \"image-height\": 900,\n            \"image-bytes-size\": 873799,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cef905-e880-6604-88cc-2a736c1af000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 12\n        },\n        {\n            \"image-id\": 292266,\n            \"image-caption\": \"Indoor Pool- Belek\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cef905-e892-6133-8b80-1514865cf000.jpg\",\n            \"image-width\": 1600,\n            \"image-height\": 800,\n            \"image-bytes-size\": 1336714,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cef905-e892-6133-8b80-1514865cf000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 13\n        },\n        {\n            \"image-id\": 292267,\n            \"image-caption\": \"_M3A5306s\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cef905-e8fa-9780-8726-d820b1392000.jpg\",\n            \"image-width\": 1350,\n            \"image-height\": 900,\n            \"image-bytes-size\": 829589,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cef905-e8fa-9780-8726-d820b1392000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 14\n        },\n        {\n            \"image-id\": 292259,\n            \"image-caption\": \"_M3A5162s\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cef905-e90c-4412-8cc4-8123722c0000.jpg\",\n            \"image-width\": 1350,\n            \"image-height\": 900,\n            \"image-bytes-size\": 935754,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cef905-e90c-4412-8cc4-8123722c0000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 15\n        },\n        {\n            \"image-id\": 292260,\n            \"image-caption\": \"_M3A7262s\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cef905-e91c-1805-88d2-54813a921000.jpg\",\n            \"image-width\": 1600,\n            \"image-height\": 800,\n            \"image-bytes-size\": 1016966,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cef905-e91c-1805-88d2-54813a921000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 17\n        },\n        {\n            \"image-id\": 292262,\n            \"image-caption\": \"_M3A5600s\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cef905-e91e-1680-8043-ee0d44901000.jpg\",\n            \"image-width\": 1350,\n            \"image-height\": 900,\n            \"image-bytes-size\": 1175155,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cef905-e91e-1680-8043-ee0d44901000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 18\n        },\n        {\n            \"image-id\": 292264,\n            \"image-caption\": \"_M3A5597s\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cef905-e92d-8396-8ed9-b62b32188000.jpg\",\n            \"image-width\": 1350,\n            \"image-height\": 900,\n            \"image-bytes-size\": 1131614,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cef905-e92d-8396-8ed9-b62b32188000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 19\n        },\n        {\n            \"image-id\": 292269,\n            \"image-caption\": \"_M3A6372s\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cef905-e945-9292-80ad-578bd7342000.jpg\",\n            \"image-width\": 1350,\n            \"image-height\": 900,\n            \"image-bytes-size\": 1261767,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cef905-e945-9292-80ad-578bd7342000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 21\n        },\n        {\n            \"image-id\": 292273,\n            \"image-caption\": \"_M3A7185s\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cef905-e955-2269-8c3d-6fc29d1a4000.jpg\",\n            \"image-width\": 1350,\n            \"image-height\": 900,\n            \"image-bytes-size\": 931492,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cef905-e955-2269-8c3d-6fc29d1a4000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 22\n        },\n        {\n            \"image-id\": 292274,\n            \"image-caption\": \"Std PoolsideRoom\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cef905-e95b-7767-8c06-09b451d0f000.jpg\",\n            \"image-width\": 1600,\n            \"image-height\": 800,\n            \"image-bytes-size\": 863452,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cef905-e95b-7767-8c06-09b451d0f000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 23\n        },\n        {\n            \"image-id\": 292293,\n            \"image-caption\": \"Lake House Family- Belek\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cefff5-f96b-961-8710-bd4dd9f82000.jpg\",\n            \"image-width\": 1350,\n            \"image-height\": 900,\n            \"image-bytes-size\": 947308,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cefff5-f96b-961-8710-bd4dd9f82000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 24\n        },\n        {\n            \"image-id\": 292268,\n            \"image-caption\": \"_M3A5564s\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cef905-e968-8218-8877-0330b3325000.jpg\",\n            \"image-width\": 1600,\n            \"image-height\": 800,\n            \"image-bytes-size\": 753746,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cef905-e968-8218-8877-0330b3325000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 25\n        },\n        {\n            \"image-id\": 292294,\n            \"image-caption\": \"_M3A6909s\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cefff5-f9cc-6867-83ed-88d8d4155000.jpg\",\n            \"image-width\": 1350,\n            \"image-height\": 900,\n            \"image-bytes-size\": 841637,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cefff5-f9cc-6867-83ed-88d8d4155000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 25\n        },\n        {\n            \"image-id\": 292270,\n            \"image-caption\": \"photo\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cef905-e967-1607-876a-085afc3b7000.jpg\",\n            \"image-width\": 1600,\n            \"image-height\": 800,\n            \"image-bytes-size\": 668305,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cef905-e967-1607-876a-085afc3b7000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 26\n        },\n        {\n            \"image-id\": 292296,\n            \"image-caption\": \"_M3A5450s\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cefff5-f9d4-788-8a9c-284d7e188000.jpg\",\n            \"image-width\": 1600,\n            \"image-height\": 800,\n            \"image-bytes-size\": 902804,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cefff5-f9d4-788-8a9c-284d7e188000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 26\n        },\n        {\n            \"image-id\": 292271,\n            \"image-caption\": \"Family room Two bedroom\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cef905-e97a-2254-86f5-8df1738f3000.jpg\",\n            \"image-width\": 1600,\n            \"image-height\": 800,\n            \"image-bytes-size\": 840537,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cef905-e97a-2254-86f5-8df1738f3000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 27\n        },\n        {\n            \"image-id\": 292295,\n            \"image-caption\": \"_M3A6494s\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cefff5-f9d4-3952-80dc-5c3cd6059000.jpg\",\n            \"image-width\": 1600,\n            \"image-height\": 800,\n            \"image-bytes-size\": 853413,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cefff5-f9d4-3952-80dc-5c3cd6059000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 27\n        },\n        {\n            \"image-id\": 292297,\n            \"image-caption\": \"Maldives\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cefff5-f9e4-9789-89a2-3ed8afc4c000.jpg\",\n            \"image-width\": 1600,\n            \"image-height\": 658,\n            \"image-bytes-size\": 988213,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cefff5-f9e4-9789-89a2-3ed8afc4c000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 28\n        },\n        {\n            \"image-id\": 292298,\n            \"image-caption\": \"Main Restaurant Sabor 2\",\n            \"image-url\": \"https://erspublic.blob.core.windows.net/test/17cefff5-f9ed-5521-8243-08c2eeec2000.jpg\",\n            \"image-width\": 1350,\n            \"image-height\": 900,\n            \"image-bytes-size\": 1008224,\n            \"image-thumbnail-url\": \"https://erspublic.blob.core.windows.net/test/t_17cefff5-f9ed-5521-8243-08c2eeec2000.jpg\",\n            \"image-default-image\": null,\n            \"image-hotel-id\": 22191,\n            \"image-sort-id\": 29\n        }\n    ],\n    \"group-hotel\": [\n        {\n            \"hotel-id\": 22191,\n            \"hotel-name\": \"Granada Luxury Belek\",\n            \"hotel-subdomain\": \"granada-luxury-belek\",\n            \"hotel-booking-engine\": \"onlinereservationbelek.granada.com.tr\",\n            \"group-hotel-name\": \"Granada Luxury Otelleri\",\n            \"group-booking-engine\": \"portal-onlinereservation.granada.com.tr\",\n            \"group-subdomain\": \"portal-onlinereservation\"\n        },\n        {\n            \"hotel-id\": 22993,\n            \"hotel-name\": \"Granada Muhasebe\",\n            \"hotel-subdomain\": \"h22993\",\n            \"hotel-booking-engine\": null,\n            \"group-hotel-name\": \"Granada Luxury Otelleri\",\n            \"group-booking-engine\": \"portal-onlinereservation.granada.com.tr\",\n            \"group-subdomain\": \"portal-onlinereservation\"\n        },\n        {\n            \"hotel-id\": 22192,\n            \"hotel-name\": \"Granada Luxury Okurcalar\",\n            \"hotel-subdomain\": \"granada-luxury-okurcalar\",\n            \"hotel-booking-engine\": \"onlinereservationokurcalar.granada.com.tr\",\n            \"group-hotel-name\": \"Granada Luxury Otelleri\",\n            \"group-booking-engine\": \"portal-onlinereservation.granada.com.tr\",\n            \"group-subdomain\": \"portal-onlinereservation\"\n        },\n        {\n            \"hotel-id\": 22193,\n            \"hotel-name\": \"Granada Luxury Beach\",\n            \"hotel-subdomain\": \"granada-luxury-beach\",\n            \"hotel-booking-engine\": \"onlinereservationbeach.granada.com.tr\",\n            \"group-hotel-name\": \"Granada Luxury Otelleri\",\n            \"group-booking-engine\": \"portal-onlinereservation.granada.com.tr\",\n            \"group-subdomain\": \"portal-onlinereservation\"\n        }\n    ]\n}"}],"_postman_id":"ab3a4523-0403-4d06-b243-d4c3fb702fb8"},{"name":"Hotel Definitions","id":"d80fd771-e609-4542-b168-67cecb787eb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://bookingapi.elektraweb.com/hotel/23155/hotel-definitions?language=TR","urlObject":{"protocol":"https","path":["hotel","23155","hotel-definitions"],"host":["bookingapi","elektraweb","com"],"query":[{"key":"language","value":"TR"}],"variable":[]}},"response":[{"id":"d1232913-695d-442f-82b8-60e8f525d4ab","name":"Hotel Definitions","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://bookingapi.elektraweb.com/hotel/23155/hotel-definitions?language=TR","protocol":"https","host":["bookingapi","elektraweb","com"],"path":["hotel","23155","hotel-definitions"],"query":[{"key":"language","value":"TR"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Jul 2025 05:20:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"br"},{"key":"CF-Ray","value":"95bd21ad2e181b6c-DUB"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Access-Control-Allow-Origin","value":"https://bookingapi.elektraweb.com"},{"key":"ETag","value":"W/\"1655-F0F5wsYTebUFMSvgKrw/fc376dg\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"x-invocation-id,ota-b2b,DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-allow-methods","value":"POST, GET, OPTIONS"},{"key":"access-control-max-age","value":"600"},{"key":"cf-apo-via","value":"origin,host"},{"key":"x-invocation-id","value":"c84b5470-dec1-4926-9b91-91d2d1be6b7f"},{"key":"x-powered-by","value":"Express"},{"key":"x-premium","value":"true"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"}],"cookie":[],"responseTime":null,"body":"{\n    \"roomtype\": [\n        {\n            \"room-id\": 401040,\n            \"room-group-id\": null,\n            \"room-name\": \"Suit\",\n            \"room-code\": \"SU\",\n            \"room-property\": \"Klima, Emanet kasası, Çalışma masası, Gardırop/Dolap, Kıyafet askılığı, Ahşap/Parke zemin, Tavandan tabana pencereler, Karartma perdeler, Kuran, Seccade, Kıble pusulası, Duş, Saç kurutma makinesi, Terlik, Ücretsiz banyo malzemeleri, Taharet musluğu, Wi-Fi, Düz ekran TV, Uydu kanalları, Telefon, Minibar, Çay/Kahve seti, Elektrikli su ısıtıcı, Dış mekan mobilyaları, Havlular\",\n            \"room-image-url\": \"https://erspublic.blob.core.windows.net/test/17e91d39-24ce-467-86fd-c7803ab6a000.jpg\",\n            \"room-bed-options\": \"Çift Kişilik Yatak + Kanepe\",\n            \"room-area\": 75,\n            \"room-level\": 2,\n            \"room-rules\": {\n                \"max-adult-capacity\": 5,\n                \"max-child-capacity\": 3,\n                \"min-child-capacity\": null,\n                \"max-baby-capacity\": 2,\n                \"max-pax-capacity\": 5\n            },\n            \"room-has-wifi\": true,\n            \"room-has-safe\": true,\n            \"room-has-private-bath\": true,\n            \"room-has-hairdryer\": true,\n            \"room-has-balcony\": true\n        },\n        {\n            \"room-id\": 411520,\n            \"room-group-id\": null,\n            \"room-name\": \"Ekonomik\",\n            \"room-code\": \"ECO\",\n            \"room-property\": null,\n            \"room-image-url\": \"https://files.cdn.elektraweb.com/bdcac343/18c57744-6fa1-60-8c19-80044405f000.jpeg\",\n            \"room-bed-options\": null,\n            \"room-area\": null,\n            \"room-level\": 4,\n            \"room-rules\": {\n                \"max-adult-capacity\": 3,\n                \"max-child-capacity\": null,\n                \"min-child-capacity\": null,\n                \"max-baby-capacity\": null,\n                \"max-pax-capacity\": 3\n            },\n            \"room-has-wifi\": false,\n            \"room-has-safe\": false,\n            \"room-has-private-bath\": false,\n            \"room-has-hairdryer\": false,\n            \"room-has-balcony\": false\n        },\n        {\n            \"room-id\": 415228,\n            \"room-group-id\": null,\n            \"room-name\": \"B Suites\",\n            \"room-code\": \"CC\",\n            \"room-property\": \"<ul>\\n\\t<li>Kara Manzaralı</li>\\n\\t<li>Balkon</li>\\n\\t<li>25 m2</li>\\n\\t<li>Su Parkı</li>\\n\\t<li>Minibar</li>\\n\\t<li>Dijital Ksa</li>\\n\\t<li>1 Sofa Bed</li>\\n\\t<li>2 &Ccedil;ift Kişilik Yatak</li>\\n\\t<li>Merkezi Klima</li>\\n\\t<li>1 Kişilik&nbsp;Tek Yatak</li>\\n</ul>\\n\",\n            \"room-image-url\": \"https://erspublic.blob.core.windows.net/test/17d2da94-9931-5166-88c9-961c2d4f4000.jpg\",\n            \"room-bed-options\": null,\n            \"room-area\": null,\n            \"room-level\": 5,\n            \"room-rules\": {\n                \"max-adult-capacity\": 4,\n                \"max-child-capacity\": null,\n                \"min-child-capacity\": null,\n                \"max-baby-capacity\": null,\n                \"max-pax-capacity\": 5\n            },\n            \"room-has-wifi\": true,\n            \"room-has-safe\": true,\n            \"room-has-private-bath\": true,\n            \"room-has-hairdryer\": true,\n            \"room-has-balcony\": true\n        },\n        {\n            \"room-id\": 401038,\n            \"room-group-id\": null,\n            \"room-name\": \"Standart\",\n            \"room-code\": \"STD\",\n            \"room-property\": \"\\nOda maksimum 4 yetişkin kapasitelidir, 4 yetişkin yanında 1 çocuk için  ek yatak sunulmamaktadır. Klima, Emanet kasası, Çalışma masası, Gardırop/Dolap, Kıyafet askılığı, Ahşap/Parke zemin, Tavandan tabana pencereler, Karartma perdeler, Kuran, Seccade, Kıble pusulası, Duş, Saç kurutma makinesi, Terlik, Ücretsiz banyo malzemeleri, Taharet musluğu, Wi-Fi, Düz ekran TV, Uydu kanalları, Telefon, Minibar, Çay/Kahve seti, Elektrikli su ısıtıcı, Dış mekan mobilyaları, Havlular  <br> Oda ve yatak kapasitesi için oda açıklamasını okuyunuz <br>\",\n            \"room-image-url\": \"https://erspublic.blob.core.windows.net/test/17e91d39-24ce-467-86fd-c7803ab6a000.jpg\",\n            \"room-bed-options\": \"Çift Kişilik Tek Yatak\",\n            \"room-area\": 80,\n            \"room-level\": 1,\n            \"room-rules\": {\n                \"max-adult-capacity\": 3,\n                \"max-child-capacity\": 1,\n                \"min-child-capacity\": 0,\n                \"max-baby-capacity\": 1,\n                \"max-pax-capacity\": 5\n            },\n            \"room-has-wifi\": true,\n            \"room-has-safe\": true,\n            \"room-has-private-bath\": true,\n            \"room-has-hairdryer\": true,\n            \"room-has-balcony\": true\n        },\n        {\n            \"room-id\": 404388,\n            \"room-group-id\": null,\n            \"room-name\": \"Garden Superrior\",\n            \"room-code\": \"GSA\",\n            \"room-property\": \"Oda maksimum 3 yetişkin kapasitelidir, 3 yetişkin yanında 2 çocuk için  ek yatak sunulmamaktadır. Klima, Emanet kasası, Çalışma masası, Gardırop/Dolap, Kıyafet askılığı, Ahşap/Parke zemin, Tavandan tabana pencereler, Karartma perdeler, Kuran, Seccade, Kıble pusulası, Duş, Saç kurutma makinesi, Terlik, Ücretsiz banyo malzemeleri, Taharet musluğu, Wi-Fi, Düz ekran TV, Uydu kanalları, Telefon, Minibar, Çay/Kahve seti, Elektrikli su ısıtıcı, Dış mekan mobilyaları, Havlular  <br> Oda ve yatak kapasitesi için oda açıklamasını okuyunuz <br>\",\n            \"room-image-url\": \"https://erspublic.blob.core.windows.net/test/17d75751-c125-5202-8c1e-877c5df84000.jpg\",\n            \"room-bed-options\": null,\n            \"room-area\": null,\n            \"room-level\": 3,\n            \"room-rules\": {\n                \"max-adult-capacity\": 3,\n                \"max-child-capacity\": 2,\n                \"min-child-capacity\": null,\n                \"max-baby-capacity\": 2,\n                \"max-pax-capacity\": 5\n            },\n            \"room-has-wifi\": true,\n            \"room-has-safe\": true,\n            \"room-has-private-bath\": false,\n            \"room-has-hairdryer\": false,\n            \"room-has-balcony\": true\n        }\n    ],\n    \"boardtypes\": [\n        {\n            \"id\": 46820,\n            \"name\": \"Oda Kahvaltı\",\n            \"code\": \"BB\",\n            \"sys-code\": \"BB\",\n            \"description\": \"Oda fiyatının içerisine sadece kahvaltı dahil olup, otel içerisinde yapacağınız diğer tüm harcamalar ekstra olarak fiyatlandırılır\"\n        },\n        {\n            \"id\": 62091,\n            \"name\": \"HB\",\n            \"code\": \"HB\",\n            \"sys-code\": \"HB\",\n            \"description\": \"Oda fiyatının içerisinde kahvaltı ve akşam yemeği dahildir.Kahvaltı ve akşam yemeği dışında yapacağınız tüm harcamalar ekstra ücretle ücretlendirilir\"\n        }\n    ],\n    \"ratetypes\": [\n        {\n            \"id\": 26769,\n            \"code\": \"Refundable\",\n            \"pay-now-percent\": 25,\n            \"min-los\": null,\n            \"max-los\": 365,\n            \"cancellation-possible\": true,\n            \"bookable-before-days\": 0,\n            \"days-before-arrival\": 7,\n            \"period-in-days\": 3,\n            \"payment-information\": \"Rezervasyonu iptal koşulları ve tarihi dışında iptal ederseniz otel rezervasyonun ödemesinin tamamını alma hakkına sahiptir\",\n            \"cancel-policy\": \"Girişe 7 gün kala İptal edilebilir\"\n        },\n        {\n            \"id\": 39735,\n            \"code\": \"Non Refundable\",\n            \"pay-now-percent\": 25,\n            \"min-los\": null,\n            \"max-los\": null,\n            \"cancellation-possible\": false,\n            \"bookable-before-days\": 2,\n            \"days-before-arrival\": 6,\n            \"period-in-days\": null,\n            \"payment-information\": \"In case of cancellation, modification or non-use of the reservation, you will be charged the total amount\",\n            \"cancel-policy\": \"Reservation cannot be canceled\"\n        }\n    ]\n}"}],"_postman_id":"d80fd771-e609-4542-b168-67cecb787eb0"}],"id":"767c8d1e-30a5-4484-a576-5c21cd6b0698","_postman_id":"767c8d1e-30a5-4484-a576-5c21cd6b0698","description":""},{"name":"Rate & Availability","item":[{"name":"Price","id":"6932f220-516a-4df6-8f4c-09537e340044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[{"key":"x-captcha","value":"","type":"text"}],"url":"https://bookingapi.elektraweb.com/hotel/26780/price/?fromdate=2022-12-20&todate=2022-12-25&adult=2&childage=&currency=TRY&nationality=&onlybestoffer=false&language=en&promocode=&room-type-group-id&min-room-count","urlObject":{"protocol":"https","path":["hotel","26780","price",""],"host":["bookingapi","elektraweb","com"],"query":[{"key":"fromdate","value":"2022-12-20"},{"key":"todate","value":"2022-12-25"},{"description":{"content":"<p>adult count</p>\n","type":"text/plain"},"key":"adult","value":"2"},{"description":{"content":"<p>children ages splitted by comma ex: 2,4,7</p>\n","type":"text/plain"},"key":"childage","value":""},{"key":"currency","value":"TRY"},{"description":{"content":"<p>ISO CODE2 Country Code ex. TR</p>\n","type":"text/plain"},"key":"nationality","value":""},{"key":"onlybestoffer","value":"false"},{"key":"language","value":"en"},{"key":"promocode","value":""},{"key":"room-type-group-id","value":null},{"description":{"content":"<p>minimum number of rooms needed</p>\n","type":"text/plain"},"key":"min-room-count","value":null}],"variable":[]}},"response":[{"id":"3c684731-420e-4ae0-8edb-ea3620435232","name":"Price","originalRequest":{"method":"GET","header":[{"key":"x-captcha","value":"","type":"text"},{"key":"Authorization","value":"Bearer JWT_CODE","type":"text"}],"url":{"raw":"https://bookingapi.elektraweb.com/hotel/26780/price/?fromdate=2022-12-20&todate=2022-12-25&adult=2&childage=&currency=TRY&nationality=&onlybestoffer=false&language=en&promocode=","protocol":"https","host":["bookingapi","elektraweb","com"],"path":["hotel","26780","price",""],"query":[{"key":"fromdate","value":"2022-12-20"},{"key":"todate","value":"2022-12-25"},{"key":"adult","value":"2","description":"adult count"},{"key":"childage","value":"","description":"children ages splitted by comma ex: 2,4,7"},{"key":"currency","value":"TRY"},{"key":"nationality","value":"","description":"ISO CODE2 Country Code ex. TR"},{"key":"onlybestoffer","value":"false"},{"key":"language","value":"en"},{"key":"promocode","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"26780-425897-57053-34882-685316-2022-12-20-2022-12-25\",\n        \"hotel-id\": 26780,\n        \"room-type-id\": 425897,\n        \"room-type\": \"Standart\",\n        \"board-type-id\": 57053,\n        \"board-type\": \"RO\",\n        \"rate-type-id\": 34882,\n        \"rate-type\": \"Refundable\",\n        \"rate-code-id\": 685316,\n        \"rate-code\": \"ONLINE\",\n        \"price-agency-id\": 459,\n        \"room-tosell\": 10,\n        \"stop-sell\": false,\n        \"stop-sell-closed-to-arrival\": false,\n        \"stop-sell-closed-to-departure\": false,\n        \"min-los\": null,\n        \"max-los\": null,\n        \"bookable-after-days\": null,\n        \"price\": 5000,\n        \"currency-id\": 142,\n        \"currency\": \"TRY\",\n        \"commission-percent\": 0,\n        \"discount-percent\": 10,\n        \"discount-amount\": 500,\n        \"promotion-percent\": 0,\n        \"promotion-amount\": 0,\n        \"discounted-price\": 4500,\n        \"cancellation-penalty\": {\n            \"description\": \"\",\n            \"period-in-days\": 7,\n            \"penalty-percentage\": null,\n            \"is-refundable\": false\n        }\n    },\n    {\n        \"id\": \"26780-425897-57052-34882-685316-2022-12-20-2022-12-25\",\n        \"hotel-id\": 26780,\n        \"room-type-id\": 425897,\n        \"room-type\": \"Standart\",\n        \"board-type-id\": 57052,\n        \"board-type\": \"BB\",\n        \"rate-type-id\": 34882,\n        \"rate-type\": \"Refundable\",\n        \"rate-code-id\": 685316,\n        \"rate-code\": \"ONLINE\",\n        \"price-agency-id\": 459,\n        \"room-count\": 10,\n        \"room-tosell\": 10,\n        \"stop-sell\": false,\n        \"stop-sell-closed-to-arrival\": false,\n        \"stop-sell-closed-to-departure\": false,\n        \"min-los\": null,\n        \"max-los\": null,\n        \"bookable-after-days\": null,\n        \"price\": 6000,\n        \"currency-id\": 142,\n        \"currency\": \"TRY\",\n        \"commission-percent\": 0,\n        \"discount-percent\": 10,\n        \"discount-amount\": 600,\n        \"promotion-percent\": 0,\n        \"promotion-amount\": 0,\n        \"discounted-price\": 5400,\n        \"cancellation-penalty\": {\n            \"description\": \"\",\n            \"period-in-days\": 7,\n            \"penalty-percentage\": null,\n            \"is-refundable\": false\n        }\n    },\n    {\n        \"id\": \"26780-425897-57053-34883-685316-2022-12-20-2022-12-25\",\n        \"hotel-id\": 26780,\n        \"room-type-id\": 425897,\n        \"room-type\": \"Standart\",\n        \"board-type-id\": 57053,\n        \"board-type\": \"RO\",\n        \"rate-type-id\": 34883,\n        \"rate-type\": \"Non-Refundable\",\n        \"rate-code-id\": 685316,\n        \"rate-code\": \"ONLINE\",\n        \"price-agency-id\": 459,\n        \"room-count\": 10,\n        \"room-tosell\": 10,\n        \"stop-sell\": false,\n        \"stop-sell-closed-to-arrival\": false,\n        \"stop-sell-closed-to-departure\": false,\n        \"min-los\": null,\n        \"max-los\": null,\n        \"bookable-after-days\": null,\n        \"price\": 4500,\n        \"currency-id\": 142,\n        \"currency\": \"TRY\",\n        \"commission-percent\": 0,\n        \"discount-percent\": 10,\n        \"discount-amount\": 450,\n        \"promotion-percent\": 0,\n        \"promotion-amount\": 0,\n        \"discounted-price\": 4050,\n        \"cancellation-penalty\": {\n            \"description\": \"\",\n            \"period-in-days\": null,\n            \"penalty-percentage\": 100,\n            \"is-refundable\": false\n        }\n    },\n    {\n        \"id\": \"26780-425897-57052-34883-685316-2022-12-20-2022-12-25\",\n        \"hotel-id\": 26780,\n        \"room-type-id\": 425897,\n        \"room-type\": \"Standart\",\n        \"board-type-id\": 57052,\n        \"board-type\": \"BB\",\n        \"rate-type-id\": 34883,\n        \"rate-type\": \"Non-Refundable\",\n        \"rate-code-id\": 685316,\n        \"rate-code\": \"ONLINE\",\n        \"price-agency-id\": 459,\n        \"room-count\": 10,\n        \"room-tosell\": 10,\n        \"stop-sell\": false,\n        \"stop-sell-closed-to-arrival\": false,\n        \"stop-sell-closed-to-departure\": false,\n        \"min-los\": null,\n        \"max-los\": null,\n        \"bookable-after-days\": null,\n        \"price\": 5400,\n        \"currency-id\": 142,\n        \"currency\": \"TRY\",\n        \"commission-percent\": 0,\n        \"discount-percent\": 10,\n        \"discount-amount\": 540,\n        \"promotion-percent\": 0,\n        \"promotion-amount\": 0,\n        \"discounted-price\": 4860,\n        \"cancellation-penalty\": {\n            \"description\": \"\",\n            \"period-in-days\": null,\n            \"penalty-percentage\": 100,\n            \"is-refundable\": false\n        }\n    },\n    {\n        \"id\": \"26780-425898-57053-34882-685316-2022-12-20-2022-12-25\",\n        \"hotel-id\": 26780,\n        \"room-type-id\": 425898,\n        \"room-type\": \"Suite\",\n        \"board-type-id\": 57053,\n        \"board-type\": \"RO\",\n        \"rate-type-id\": 34882,\n        \"rate-type\": \"Refundable\",\n        \"rate-code-id\": 685316,\n        \"rate-code\": \"ONLINE\",\n        \"price-agency-id\": 459,\n        \"room-count\": 10,\n        \"room-tosell\": 10,\n        \"stop-sell\": false,\n        \"stop-sell-closed-to-arrival\": false,\n        \"stop-sell-closed-to-departure\": false,\n        \"min-los\": null,\n        \"max-los\": null,\n        \"bookable-after-days\": null,\n        \"price\": 10000,\n        \"currency-id\": 142,\n        \"currency\": \"TRY\",\n        \"commission-percent\": 0,\n        \"discount-percent\": 10,\n        \"discount-amount\": 1000,\n        \"promotion-percent\": 0,\n        \"promotion-amount\": 0,\n        \"discounted-price\": 9000,\n        \"cancellation-penalty\": {\n            \"description\": \"\",\n            \"period-in-days\": 7,\n            \"penalty-percentage\": null,\n            \"is-refundable\": false\n        }\n    },\n    {\n        \"id\": \"26780-425898-57052-34882-685316-2022-12-20-2022-12-25\",\n        \"hotel-id\": 26780,\n        \"room-type-id\": 425898,\n        \"room-type\": \"Suite\",\n        \"board-type-id\": 57052,\n        \"board-type\": \"BB\",\n        \"rate-type-id\": 34882,\n        \"rate-type\": \"Refundable\",\n        \"rate-code-id\": 685316,\n        \"rate-code\": \"ONLINE\",\n        \"price-agency-id\": 459,\n        \"room-count\": 10,\n        \"room-tosell\": 10,\n        \"stop-sell\": false,\n        \"stop-sell-closed-to-arrival\": false,\n        \"stop-sell-closed-to-departure\": false,\n        \"min-los\": null,\n        \"max-los\": null,\n        \"bookable-after-days\": null,\n        \"price\": 11000,\n        \"currency-id\": 142,\n        \"currency\": \"TRY\",\n        \"commission-percent\": 0,\n        \"discount-percent\": 10,\n        \"discount-amount\": 1100,\n        \"promotion-percent\": 0,\n        \"promotion-amount\": 0,\n        \"discounted-price\": 9900,\n        \"cancellation-penalty\": {\n            \"description\": \"\",\n            \"period-in-days\": 7,\n            \"penalty-percentage\": null,\n            \"is-refundable\": false\n        }\n    },\n    {\n        \"id\": \"26780-425898-57053-34883-685316-2022-12-20-2022-12-25\",\n        \"hotel-id\": 26780,\n        \"room-type-id\": 425898,\n        \"room-type\": \"Suite\",\n        \"board-type-id\": 57053,\n        \"board-type\": \"RO\",\n        \"rate-type-id\": 34883,\n        \"rate-type\": \"Non-Refundable\",\n        \"rate-code-id\": 685316,\n        \"rate-code\": \"ONLINE\",\n        \"price-agency-id\": 459,\n        \"room-count\": 10,\n        \"room-tosell\": 10,\n        \"stop-sell\": false,\n        \"stop-sell-closed-to-arrival\": false,\n        \"stop-sell-closed-to-departure\": false,\n        \"min-los\": null,\n        \"max-los\": null,\n        \"bookable-after-days\": null,\n        \"price\": 9000,\n        \"currency-id\": 142,\n        \"currency\": \"TRY\",\n        \"commission-percent\": 0,\n        \"discount-percent\": 10,\n        \"discount-amount\": 900,\n        \"promotion-percent\": 0,\n        \"promotion-amount\": 0,\n        \"discounted-price\": 8100,\n        \"cancellation-penalty\": {\n            \"description\": \"\",\n            \"period-in-days\": null,\n            \"penalty-percentage\": 100,\n            \"is-refundable\": false\n        }\n    },\n    {\n        \"id\": \"26780-425898-57052-34883-685316-2022-12-20-2022-12-25\",\n        \"hotel-id\": 26780,\n        \"room-type-id\": 425898,\n        \"room-type\": \"Suite\",\n        \"board-type-id\": 57052,\n        \"board-type\": \"BB\",\n        \"rate-type-id\": 34883,\n        \"rate-type\": \"Non-Refundable\",\n        \"rate-code-id\": 685316,\n        \"rate-code\": \"ONLINE\",\n        \"price-agency-id\": 459,\n        \"room-count\": 10,\n        \"room-tosell\": 10,\n        \"stop-sell\": false,\n        \"stop-sell-closed-to-arrival\": false,\n        \"stop-sell-closed-to-departure\": false,\n        \"min-los\": null,\n        \"max-los\": null,\n        \"bookable-after-days\": null,\n        \"price\": 9900,\n        \"currency-id\": 142,\n        \"currency\": \"TRY\",\n        \"commission-percent\": 0,\n        \"discount-percent\": 10,\n        \"discount-amount\": 990,\n        \"promotion-percent\": 0,\n        \"promotion-amount\": 0,\n        \"discounted-price\": 8910,\n        \"cancellation-penalty\": {\n            \"description\": \"\",\n            \"period-in-days\": null,\n            \"penalty-percentage\": 100,\n            \"is-refundable\": false\n        }\n    }\n]"}],"_postman_id":"6932f220-516a-4df6-8f4c-09537e340044"},{"name":"Availability","id":"c97ef78a-081a-4b8e-957b-2f5b1cccf3ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[{"key":"x-captcha","value":"","type":"text"}],"url":"https://bookingapi.elektraweb.com/hotel/22191/availability?fromdate=2022-12-20&todate=2022-12-25","urlObject":{"protocol":"https","path":["hotel","22191","availability"],"host":["bookingapi","elektraweb","com"],"query":[{"key":"fromdate","value":"2022-12-20"},{"key":"todate","value":"2022-12-25"}],"variable":[]}},"response":[{"id":"cad1f95d-e465-415e-8651-1cd03f459e4f","name":"Availability","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer JWT_CODE","type":"text"},{"key":"x-captcha","value":"","type":"text"}],"url":{"raw":"https://bookingapi.elektraweb.com/hotel/24204/availability?fromdate=2022-12-20&todate=2022-12-25","protocol":"https","host":["bookingapi","elektraweb","com"],"path":["hotel","24204","availability"],"query":[{"key":"fromdate","value":"2022-12-20"},{"key":"todate","value":"2022-12-25"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2022-12-20\",\n        \"hotel-id\": 24204,\n        \"currency-id\": 142,\n        \"board-type-id\": 54319,\n        \"rate-type-id\": 28951,\n        \"rate-code-id\": 301578,\n        \"room-type-id\": 407396,\n        \"market-id\": 5534,\n        \"sng\": 4250,\n        \"dbl\": 6000,\n        \"trp\": 8250,\n        \"quad\": 8320,\n        \"extra-bed\": 500,\n        \"baby\": 0,\n        \"sng-baby\": 0,\n        \"extra-baby\": 0,\n        \"sng-extra-baby\": 0,\n        \"younger-chd\": 2500,\n        \"sng-younger-chd\": 2500,\n        \"extra-younger-chd\": 0,\n        \"sng-extra-younger-chd\": 0,\n        \"elder-chd\": 100,\n        \"sng-elder-chd\": 100,\n        \"extra-elder-chd\": 100,\n        \"sng-extra-elder-chd\": 100\n    },\n    {\n        \"date\": \"2022-12-21\",\n        \"hotel-id\": 24204,\n        \"currency-id\": 142,\n        \"board-type-id\": 54319,\n        \"rate-type-id\": 28951,\n        \"rate-code-id\": 301578,\n        \"room-type-id\": 407396,\n        \"market-id\": 5534,\n        \"sng\": 4250,\n        \"dbl\": 6000,\n        \"trp\": 8250,\n        \"quad\": 8320,\n        \"extra-bed\": 500,\n        \"baby\": 0,\n        \"sng-baby\": 0,\n        \"extra-baby\": 0,\n        \"sng-extra-baby\": 0,\n        \"younger-chd\": 2500,\n        \"sng-younger-chd\": 2500,\n        \"extra-younger-chd\": 0,\n        \"sng-extra-younger-chd\": 0,\n        \"elder-chd\": 100,\n        \"sng-elder-chd\": 100,\n        \"extra-elder-chd\": 100,\n        \"sng-extra-elder-chd\": 100\n    },\n    {\n        \"date\": \"2022-12-22\",\n        \"hotel-id\": 24204,\n        \"currency-id\": 142,\n        \"board-type-id\": 54319,\n        \"rate-type-id\": 28951,\n        \"rate-code-id\": 301578,\n        \"room-type-id\": 407396,\n        \"market-id\": 5534,\n        \"sng\": 4250,\n        \"dbl\": 6000,\n        \"trp\": 8250,\n        \"quad\": 8320,\n        \"extra-bed\": 500,\n        \"baby\": 0,\n        \"sng-baby\": 0,\n        \"extra-baby\": 0,\n        \"sng-extra-baby\": 0,\n        \"younger-chd\": 2500,\n        \"sng-younger-chd\": 2500,\n        \"extra-younger-chd\": 0,\n        \"sng-extra-younger-chd\": 0,\n        \"elder-chd\": 100,\n        \"sng-elder-chd\": 100,\n        \"extra-elder-chd\": 100,\n        \"sng-extra-elder-chd\": 100\n    },\n    {\n        \"date\": \"2022-12-23\",\n        \"hotel-id\": 24204,\n        \"currency-id\": 142,\n        \"board-type-id\": 54319,\n        \"rate-type-id\": 28951,\n        \"rate-code-id\": 301578,\n        \"room-type-id\": 407396,\n        \"market-id\": 5534,\n        \"sng\": 4250,\n        \"dbl\": 6000,\n        \"trp\": 8250,\n        \"quad\": 8320,\n        \"extra-bed\": 500,\n        \"baby\": 0,\n        \"sng-baby\": 0,\n        \"extra-baby\": 0,\n        \"sng-extra-baby\": 0,\n        \"younger-chd\": 2500,\n        \"sng-younger-chd\": 2500,\n        \"extra-younger-chd\": 0,\n        \"sng-extra-younger-chd\": 0,\n        \"elder-chd\": 100,\n        \"sng-elder-chd\": 100,\n        \"extra-elder-chd\": 100,\n        \"sng-extra-elder-chd\": 100\n    },\n    {\n        \"date\": \"2022-12-24\",\n        \"hotel-id\": 24204,\n        \"currency-id\": 142,\n        \"board-type-id\": 54319,\n        \"rate-type-id\": 28951,\n        \"rate-code-id\": 301578,\n        \"room-type-id\": 407396,\n        \"market-id\": 5534,\n        \"sng\": 4250,\n        \"dbl\": 6000,\n        \"trp\": 8250,\n        \"quad\": 8320,\n        \"extra-bed\": 500,\n        \"baby\": 0,\n        \"sng-baby\": 0,\n        \"extra-baby\": 0,\n        \"sng-extra-baby\": 0,\n        \"younger-chd\": 2500,\n        \"sng-younger-chd\": 2500,\n        \"extra-younger-chd\": 0,\n        \"sng-extra-younger-chd\": 0,\n        \"elder-chd\": 100,\n        \"sng-elder-chd\": 100,\n        \"extra-elder-chd\": 100,\n        \"sng-extra-elder-chd\": 100\n    },\n    {\n        \"date\": \"2022-12-25\",\n        \"hotel-id\": 24204,\n        \"currency-id\": 142,\n        \"board-type-id\": 54319,\n        \"rate-type-id\": 28951,\n        \"rate-code-id\": 301578,\n        \"room-type-id\": 407396,\n        \"market-id\": 5534,\n        \"sng\": 4250,\n        \"dbl\": 6000,\n        \"trp\": 8250,\n        \"quad\": 8320,\n        \"extra-bed\": 500,\n        \"baby\": 0,\n        \"sng-baby\": 0,\n        \"extra-baby\": 0,\n        \"sng-extra-baby\": 0,\n        \"younger-chd\": 2500,\n        \"sng-younger-chd\": 2500,\n        \"extra-younger-chd\": 0,\n        \"sng-extra-younger-chd\": 0,\n        \"elder-chd\": 100,\n        \"sng-elder-chd\": 100,\n        \"extra-elder-chd\": 100,\n        \"sng-extra-elder-chd\": 100\n    }\n]"}],"_postman_id":"c97ef78a-081a-4b8e-957b-2f5b1cccf3ca"}],"id":"50853ad2-64f6-404d-a998-59d50c0e55d0","_postman_id":"50853ad2-64f6-404d-a998-59d50c0e55d0","description":""},{"name":"Reservation Operations","item":[{"name":"Create Reservation","id":"7b1cd8c3-c731-4660-ba08-ced4a955b45d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"x-captcha","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"hotel-id\": 26780,\n    \"rate-type-id\": 1,\n    \"board-type-id\": 1,\n    \"room-type-id\": 1,\n    \"currency-code\": \"TRY\",\n    \"total-price\": 1.00,\n    \"price-agency-id\": 1,\n    \"adult-count\": 1,\n    \"nationality\": \"TR\",\n    \"check-in\": \"2022-01-03\",\n    \"check-out\": \"2022-01-02\",\n\t\"guest-list\": [\n\t\t{\n\t\t\t\"title-id\": 0,\n\t\t\t\"gender\": 0,\n\t\t\t\"country\": \"TR\",\n\t\t\t\"name\": \"Test\",\n\t\t\t\"surname\": \"TestSurName\",\n\t\t\t\"birthday\": \"2000-01-01\"\n\t\t}\n\t],\n\t\"elder-child-count\": 0,\n\t\"younger-child-count\": 0,\n\t\"baby-count\": 0,\n\t\"res-notes\": \"Test Note\",\n\t\"room-count\": 1,\n\t\"contact-first-name\": \"Test\",\n\t\"contact-last-name\": \"TestSurName\",\n\t\"contact-email\": \"test@test.com\",\n\t\"contact-phone\": \"+0000000000000\",\n\t\"voucher-no\": \"TESTVOUCHERNO\",       \n}\n","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/hotel/26780/createReservation","description":"<p>The Parameters used in the request are mostly from the (/Price end-point) or forms data from the front-end</p>\n<h3 id=\"request-body\">Request Body:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hotel-id</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>rate-type-id</td>\n<td>number</td>\n<td>from the selected price object</td>\n</tr>\n<tr>\n<td>board-type-id</td>\n<td>number</td>\n<td>from the selected price object</td>\n</tr>\n<tr>\n<td>room-type-id</td>\n<td>number</td>\n<td>from the selected price object</td>\n</tr>\n<tr>\n<td>room-id</td>\n<td>number?</td>\n<td>assign reservation to a exact room-id</td>\n</tr>\n<tr>\n<td>currency-code</td>\n<td>string</td>\n<td>from the selected price object</td>\n</tr>\n<tr>\n<td>total-price</td>\n<td>number</td>\n<td>from the selected price object</td>\n</tr>\n<tr>\n<td>price-agency-id</td>\n<td>number</td>\n<td>from the selected price object</td>\n</tr>\n<tr>\n<td>adult-count</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>nationality</td>\n<td>string</td>\n<td>guest's nationality ISO CODE2 Country Code ex. TR</td>\n</tr>\n<tr>\n<td>check-in</td>\n<td>number</td>\n<td>date in this format 'yyyy-MM-dd'</td>\n</tr>\n<tr>\n<td>check-out</td>\n<td>number</td>\n<td>date in this format 'yyyy-MM-dd'</td>\n</tr>\n<tr>\n<td>market-id</td>\n<td>number?</td>\n<td>Hotel's default final price with discount</td>\n</tr>\n<tr>\n<td>elder-child-count</td>\n<td>number?</td>\n<td></td>\n</tr>\n<tr>\n<td>younger-child-count</td>\n<td>number?</td>\n<td></td>\n</tr>\n<tr>\n<td>baby-count</td>\n<td>number?</td>\n<td></td>\n</tr>\n<tr>\n<td>guest-list</td>\n<td>Guest-List Object?</td>\n<td>as described below</td>\n</tr>\n<tr>\n<td>res-notes</td>\n<td>string?</td>\n<td>reservation's note</td>\n</tr>\n<tr>\n<td>room-count</td>\n<td>number?</td>\n<td></td>\n</tr>\n<tr>\n<td>contact-first-name</td>\n<td>string?</td>\n<td>contact guest name</td>\n</tr>\n<tr>\n<td>contact-last-name</td>\n<td>string?</td>\n<td>contact guest last name</td>\n</tr>\n<tr>\n<td>contact-email</td>\n<td>string?</td>\n<td>contact guest email</td>\n</tr>\n<tr>\n<td>contact-phone</td>\n<td>string?</td>\n<td>contact guest phone</td>\n</tr>\n<tr>\n<td>agency-commission</td>\n<td>number?</td>\n<td>from the selected price object</td>\n</tr>\n<tr>\n<td>voucher-no</td>\n<td>string?</td>\n<td>reservation's voucher number ( like PNR )</td>\n</tr>\n<tr>\n<td>payment-type</td>\n<td>number?</td>\n<td>reservation's payment type (2 as NOT PAID, 3 as PAID)</td>\n</tr>\n<tr>\n<td>tax-company</td>\n<td>string?</td>\n<td></td>\n</tr>\n<tr>\n<td>tax-no</td>\n<td>string?</td>\n<td></td>\n</tr>\n<tr>\n<td>tax-place</td>\n<td>string?</td>\n<td></td>\n</tr>\n<tr>\n<td>tax-address</td>\n<td>string?</td>\n<td></td>\n</tr>\n<tr>\n<td>tax-type</td>\n<td>number?</td>\n<td>Type (personal: 2 / company: 1)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"guest-list-object\">Guest-List Object:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title-id</td>\n<td>number?</td>\n<td>guest's title ( 0 = MR , 1 = MS , 2 = CHILD , 3 = BABY )</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>number?</td>\n<td>guest's gender ( 0 = Male , 1 = Female )</td>\n</tr>\n<tr>\n<td>country</td>\n<td>number?</td>\n<td>guest's nationality ISO CODE2 Country Code ex. TR</td>\n</tr>\n<tr>\n<td>name</td>\n<td>number?</td>\n<td>guest's first name</td>\n</tr>\n<tr>\n<td>surname</td>\n<td>number?</td>\n<td>guest's last name</td>\n</tr>\n<tr>\n<td>birthday</td>\n<td>number?</td>\n<td>guest's birthdate in this format 'YYYY-MM-DD'</td>\n</tr>\n<tr>\n<td>nationality-no</td>\n<td>string?</td>\n<td>guest's National ID number</td>\n</tr>\n<tr>\n<td>passport-no</td>\n<td>string?</td>\n<td>guest's Passport number</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string?</td>\n<td>valid Email</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>string?</td>\n<td>valid Phone Number with international code ex. +905555555555</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["hotel","26780","createReservation"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[{"id":"997194d3-fd4b-404c-90d4-ddef0aeb0540","name":"Create Reservation","originalRequest":{"method":"POST","header":[{"key":"jwt","value":"","type":"text","disabled":true},{"key":"X-Captcha","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"hotel-id\": 26780,\n    \"rate-type-id\": 1,\n    \"board-type-id\": 1,\n    \"room-type-id\": 1,\n    \"currency-code\": \"TRY\",\n    \"total-price\": 1.00,\n    \"price-agency-id\": 1,\n    \"adult-count\": 1,\n    \"nationality\": \"TR\",\n    \"check-in\": \"2022-01-03\",\n    \"check-out\": \"2022-01-02\"\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/hotel/26780/createReservation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://localhost"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"JWT,OTA-B2B,X-Captcha,DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"Access-Control-Max-Age","value":"600"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"ETag","value":"W/\"2a-YwpAlXKMChcHhJPguOSB7evLVto\""},{"key":"Date","value":"Tue, 27 Dec 2022 08:38:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"reservation-id\": 101010101542\n}"}],"_postman_id":"7b1cd8c3-c731-4660-ba08-ced4a955b45d"},{"name":"Cancel Reservation","id":"588d7b3c-98f5-41c2-a287-026c9dfce30c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reservation-id\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/hotel/23155/cancel-reservation","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hotelid</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>reservation-id</td>\n<td>number</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["hotel","23155","cancel-reservation"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"588d7b3c-98f5-41c2-a287-026c9dfce30c"},{"name":"Update Reservation","id":"a5892464-85a2-4b08-8236-aaeff5d91662","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[{"key":"x-captcha","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"hotel-id\": 24204,\n    \"reservation-id\": 123123123,\n    \"room-id\": null,\n    \"room-type-id\": 1,\n    \"board-type-id\": 1,\n    \"rate-type-id\": 1,\n    \"rate-code-id\": 1,\n    \"market-id\": 1,\n    \"price-agency-id\": 1,\n    \"currency-code\": \"TRY\",\n    \"total-price\": 200,\n    \"adult-count\": 2,\n    \"nationality\": \"TR\",\n    \"check-in\": \"2023-10-01\",\n    \"check-out\": \"2023-10-10\",\n    \"guest-list\": [\n        {\n            \"title-id\": 0,\n            \"gender\": 0,\n            \"country\": \"TR\",\n            \"name\": \"Utku\",\n            \"surname\": \"Kapoğlu\",\n            \"birthday\": \"2000-01-01\",\n            \"nationality-no\": \"56983838198\",\n            \"passport-no\": \"\",\n            \"email\": \"utku@kaposoft.com\",\n            \"phone\": \"+905545734846\"\n        }\n    ],\n    \"elder-child-count\": 0,\n    \"younger-child-count\": 0,\n    \"baby-count\": 0,\n    \"room-count\": 1,\n    \"voucher-no\": \"\",\n\n    \"promo-code\": null,\n    \"seller-commission\": null,\n    \"use-guest-bonus\": null,\n    \"is-offer\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/hotel/24204/updateReservation","description":"<p>The Parameters used in the request are mostly from the (/Price end-point) or forms data from the front-end</p>\n<h3 id=\"request-body\">Request Body:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hotel-id</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>reservation-id</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>rate-type-id</td>\n<td>number</td>\n<td>from the selected price object</td>\n</tr>\n<tr>\n<td>board-type-id</td>\n<td>number</td>\n<td>from the selected price object</td>\n</tr>\n<tr>\n<td>room-type-id</td>\n<td>number</td>\n<td>from the selected price object</td>\n</tr>\n<tr>\n<td>room-id</td>\n<td>number?</td>\n<td>assign reservation to a exact room-id</td>\n</tr>\n<tr>\n<td>currency-code</td>\n<td>string</td>\n<td>from the selected price object</td>\n</tr>\n<tr>\n<td>total-price</td>\n<td>number</td>\n<td>from the selected price object</td>\n</tr>\n<tr>\n<td>price-agency-id</td>\n<td>number</td>\n<td>from the selected price object</td>\n</tr>\n<tr>\n<td>adult-count</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>nationality</td>\n<td>string</td>\n<td>guest's nationality ISO CODE2 Country Code ex. TR</td>\n</tr>\n<tr>\n<td>check-in</td>\n<td>number</td>\n<td>date in this format 'yyyy-MM-dd'</td>\n</tr>\n<tr>\n<td>check-out</td>\n<td>number</td>\n<td>date in this format 'yyyy-MM-dd'</td>\n</tr>\n<tr>\n<td>market-id</td>\n<td>number?</td>\n<td>Hotel's default final price with discount</td>\n</tr>\n<tr>\n<td>elder-child-count</td>\n<td>number?</td>\n<td></td>\n</tr>\n<tr>\n<td>younger-child-count</td>\n<td>number?</td>\n<td></td>\n</tr>\n<tr>\n<td>baby-count</td>\n<td>number?</td>\n<td></td>\n</tr>\n<tr>\n<td>guest-list</td>\n<td>Guest-List Object?</td>\n<td>as described below</td>\n</tr>\n<tr>\n<td>room-count</td>\n<td>number?</td>\n<td></td>\n</tr>\n<tr>\n<td>agency-commission</td>\n<td>number?</td>\n<td>from the selected price object</td>\n</tr>\n<tr>\n<td>voucher-no</td>\n<td>string?</td>\n<td>reservation's voucher number ( like PNR )</td>\n</tr>\n<tr>\n<td>seller-commission</td>\n<td>number?</td>\n<td>the percentage of the discount needed to be implemated by hotel users</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"guest-list-object\">Guest-List Object:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title-id</td>\n<td>number?</td>\n<td>guest's title ( 0 = MR , 1 = MS , 2 = CHILD , 3 = BABY )</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>number?</td>\n<td>guest's gender ( 0 = Male , 1 = Female )</td>\n</tr>\n<tr>\n<td>country</td>\n<td>number?</td>\n<td>guest's nationality ISO CODE2 Country Code ex. TR</td>\n</tr>\n<tr>\n<td>name</td>\n<td>number?</td>\n<td>guest's first name</td>\n</tr>\n<tr>\n<td>surname</td>\n<td>number?</td>\n<td>guest's last name</td>\n</tr>\n<tr>\n<td>birthday</td>\n<td>number?</td>\n<td>guest's birthdate in this format 'YYYY-MM-DD'</td>\n</tr>\n<tr>\n<td>nationality-no</td>\n<td>string?</td>\n<td>guest's National ID number</td>\n</tr>\n<tr>\n<td>passport-no</td>\n<td>string?</td>\n<td>guest's Passport number</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string?</td>\n<td>valid Email</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>string?</td>\n<td>valid Phone Number with international code ex. +905555555555</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["hotel","24204","updateReservation"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5892464-85a2-4b08-8236-aaeff5d91662"}],"id":"23b29296-5bd6-483c-bc5e-2766d1dea243","_postman_id":"23b29296-5bd6-483c-bc5e-2766d1dea243","description":""},{"name":"Guest Operations","item":[{"name":"Online Check","item":[{"name":"Online Check-In","id":"ae7176e5-6d5d-43d0-af13-927980305dfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"hotelid\": 0,\n    \"reservation-uid\": \"********-****-****-****-************\",\n    \"address\": \"\",\n    \"town\": \"\",\n    \"kvkk-checked\": true,\n    \"contact-via-email\": true,\n    \"contact-via-phone\": true,\n    \"contact-via-sms\": true,\n    \"contact-via-whatsapp\": true,\n    \"guest-list\": [\n        {\n            \"reservation-guest-id\": 0,\n            \"name\": \"\",\n            \"surname\": \"\",\n            \"birth-place\": \"\",\n            \"nationality\": \"\",\n            \"gender\": \"Male\",\n            \"document-type\": \"Passport\",\n            \"document-issue-date\": \"2030-01-01\",\n            \"document-expire-date\": \"2030-01-01\",\n            \"document-number\": \"\",\n            \"phone\": \"\",\n            \"email\": \"\",\n            \"document-image-data\": \"BASE64_IMAGE_DATA\",\n            \"signature-image-data\": \"BASE64_IMAGE_DATA\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/guest/online-checkin","urlObject":{"protocol":"https","path":["guest","online-checkin"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae7176e5-6d5d-43d0-af13-927980305dfe"},{"name":"Online Check-Out","id":"7c4789f8-1062-4676-b338-7229028c02ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"hotelid\": 0,\n    \"reservation-uid\": \"********-****-****-****-************\"\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/guest/online-checkout","urlObject":{"protocol":"https","path":["guest","online-checkout"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c4789f8-1062-4676-b338-7229028c02ee"}],"id":"e23cbb02-e4b3-4c7a-abd2-dc482ad69238","_postman_id":"e23cbb02-e4b3-4c7a-abd2-dc482ad69238","description":""},{"name":"Task Management","item":[{"name":"Task Definition List","id":"57036b0c-1c8e-4466-b44b-225031667903","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://bookingapi.elektraweb.com/guest/task-definitions-list?hotelid=23155&language=EN","urlObject":{"protocol":"https","path":["guest","task-definitions-list"],"host":["bookingapi","elektraweb","com"],"query":[{"key":"hotelid","value":"23155"},{"key":"language","value":"EN"}],"variable":[]}},"response":[],"_postman_id":"57036b0c-1c8e-4466-b44b-225031667903"},{"name":"Task List","id":"1d891409-6444-4325-833d-257539bab63c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://bookingapi.elektraweb.com/guest/task-old-list?hotelid=23155&language=EN&reservation-uid=********-****-****-****-************","urlObject":{"protocol":"https","path":["guest","task-old-list"],"host":["bookingapi","elektraweb","com"],"query":[{"key":"hotelid","value":"23155"},{"key":"language","value":"EN"},{"key":"reservation-uid","value":"********-****-****-****-************"}],"variable":[]}},"response":[],"_postman_id":"1d891409-6444-4325-833d-257539bab63c"},{"name":"Create Task","id":"15d475dc-0c3a-4504-b0ae-f06c745621d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"hotelid\": 23155,\n    \"task-definition-id\": 1,\n    \"reservation-uid\": \"********-****-****-****-************\",\n    \"due-date\": \"2024-01-25 13:03:11.000\",\n    \"note\": \"rfr\"\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/guest/task-create","urlObject":{"protocol":"https","path":["guest","task-create"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"15d475dc-0c3a-4504-b0ae-f06c745621d8"},{"name":"Cancel Task","id":"2e4ee6a1-cec6-49a7-8d50-88b88137f9b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"hotelid\": 24204,\n    \"task-id\": 1,\n    \"reservation-uid\": \"********-****-****-****-************\"\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/guest/task-cancel","urlObject":{"protocol":"https","path":["guest","task-cancel"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e4ee6a1-cec6-49a7-8d50-88b88137f9b7"},{"name":"Score Task","id":"7e507691-1aea-4a79-b512-76fa0d18b7ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"hotelid\": 23155,\n    \"task-id\": 1,\n    \"reservation-uid\": \"********-****-****-****-************\",\n    \"score\": 1,\n    \"score-note\": \"test\"\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/guest/task-score","urlObject":{"protocol":"https","path":["guest","task-score"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e507691-1aea-4a79-b512-76fa0d18b7ad"}],"id":"108cd067-d7d7-40d0-bbd6-fae08b69aa17","_postman_id":"108cd067-d7d7-40d0-bbd6-fae08b69aa17","description":""},{"name":"Guest Comments","item":[{"name":"Comment Submit","id":"4ce7dc5e-32e7-4a6c-b595-ba4bb277f89d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"hotelid\": 23155,\n  \"comment-type\": \"Positive Comment\", // \"Positive Comment\",\"Negative Comment\",\"Suggestion\",\"Claim\",\"Request\",\"Information\"\n  \"comment\": \"comment text\",\n  \"date\": \"yyyy-MM-dd\",\n  \"res-uid\": \"********-****-****-****-************\"\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/guest/comment-submit","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hotelid</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>comment-type</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>comment</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>date</td>\n<td>DateTime</td>\n<td></td>\n</tr>\n<tr>\n<td>res-uid</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["guest","comment-submit"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ce7dc5e-32e7-4a6c-b595-ba4bb277f89d"},{"name":"Comments List","id":"76b2416c-0d02-4711-bbec-0681b247b414","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://bookingapi.elektraweb.com/guest/old-comment-list?hotelid=23155&res-uid=********-****-****-****-************","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hotelid</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>res-uid</td>\n<td>number</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["guest","old-comment-list"],"host":["bookingapi","elektraweb","com"],"query":[{"description":{"content":"<p>number</p>\n","type":"text/plain"},"key":"hotelid","value":"23155"},{"description":{"content":"<p>UUIDv4</p>\n","type":"text/plain"},"key":"res-uid","value":"********-****-****-****-************"}],"variable":[]}},"response":[],"_postman_id":"76b2416c-0d02-4711-bbec-0681b247b414"}],"id":"4f1826ef-b242-4b41-8141-41cd943672d3","_postman_id":"4f1826ef-b242-4b41-8141-41cd943672d3","description":""},{"name":"Hotel Facilities","item":[{"name":"Cancel Facility Reservation","id":"b97ca60c-2186-4c22-91fa-61d502bd7b47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"hotelid\": 23155,\n    \"reservation-id\": 294089\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/guest/activity-cancel-reservation","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hotelid</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>reservation-id</td>\n<td>number</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["guest","activity-cancel-reservation"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b97ca60c-2186-4c22-91fa-61d502bd7b47"},{"name":"Create Facility Reservation","id":"b08ca18a-1464-4a89-b6c7-49bdb4156fd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"hotelid\": 23155,\n    \"restaurant-id\": 1130,\n    \"date\": \"2023-11-01\",\n    \"serviceId\": null,\n    \"seanceId\": 484610,\n    \"adult-count\": 2,\n    \"child-count\": 1,\n    \"note\": \"Test Note\"\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/guest/activity-create-reservation","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>service-id</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>seance-id</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>adult-count</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>child-count</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>restaurant-id</td>\n<td>undefined</td>\n<td></td>\n</tr>\n<tr>\n<td>date</td>\n<td>DateTime</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["guest","activity-create-reservation"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b08ca18a-1464-4a89-b6c7-49bdb4156fd1"},{"name":"Facility List","id":"11267b1c-6e79-4888-85ef-4e38344ff757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://bookingapi.elektraweb.com/guest/activity-list?hotelid=&activity-type=","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hotelid</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>activity-type</td>\n<td>number</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["guest","activity-list"],"host":["bookingapi","elektraweb","com"],"query":[{"description":{"content":"<p>number</p>\n","type":"text/plain"},"key":"hotelid","value":""},{"description":{"content":"<p>number</p>\n","type":"text/plain"},"key":"activity-type","value":""}],"variable":[]}},"response":[],"_postman_id":"11267b1c-6e79-4888-85ef-4e38344ff757"},{"name":"Facility Reservations","id":"3f816bbc-39d5-451b-a189-c5aefdb8fb5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://bookingapi.elektraweb.com/guest/activity-reservations?hotelid=","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hotelid</td>\n<td>number</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["guest","activity-reservations"],"host":["bookingapi","elektraweb","com"],"query":[{"description":{"content":"<p>number</p>\n","type":"text/plain"},"key":"hotelid","value":""}],"variable":[]}},"response":[],"_postman_id":"3f816bbc-39d5-451b-a189-c5aefdb8fb5f"}],"id":"933d7f5a-81fb-4a71-a1f1-bf10ac82aaab","_postman_id":"933d7f5a-81fb-4a71-a1f1-bf10ac82aaab","description":""},{"name":"Wake-Up Call","item":[{"name":"Wake-Up Call List","id":"b753bf9f-58dd-4cb0-954b-1cbadeaee9ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"{{url}}/guest/wake-up-call-list?hotelid=23155&reservation-uid=********-****-****-****-************","urlObject":{"path":["guest","wake-up-call-list"],"host":["{{url}}"],"query":[{"key":"hotelid","value":"23155"},{"key":"reservation-uid","value":"********-****-****-****-************"}],"variable":[]}},"response":[],"_postman_id":"b753bf9f-58dd-4cb0-954b-1cbadeaee9ce"},{"name":"Wake-Up Call Create","id":"c406f79f-c89b-478d-8ed5-4c17f6ef6063","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"hotelid\": 23155,\n    \"reservation-uid\": \"********-****-****-****-************\",\n    \"note\": \"test\",\n    \"time\": \"2023-09-17 04:00:00.000\"\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/guest/wake-up-call-create","urlObject":{"protocol":"https","path":["guest","wake-up-call-create"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c406f79f-c89b-478d-8ed5-4c17f6ef6063"},{"name":"Wake-Up Call List Cancel","id":"a5dabe36-9049-4ef3-b5bc-04e0b7866f5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"hotelid\": 23155,\n    \"reservation-uid\": \"********-****-****-****-************\",\n    \"wake-up-call-id\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/guest/wake-up-call-cancel","urlObject":{"protocol":"https","path":["guest","wake-up-call-cancel"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5dabe36-9049-4ef3-b5bc-04e0b7866f5c"}],"id":"60703597-fcd8-4672-980e-12b6b6883825","_postman_id":"60703597-fcd8-4672-980e-12b6b6883825","description":""},{"name":"Survey","item":[{"name":"Survey Submit","id":"c45f40dd-8dd8-41f8-859f-cc26f0f77ef8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"hotelid\": 23155,\n  \"survey-id\": 507,\n  \"language\": \"EN\",\n  \"survey-note\": \"test Note\",\n  \"date\": \"2023-08-11\",\n  \"res-id\": null,\n  \"questions\": [\n    {\n      \"id\": 4113,\n      \"comment\": \"first survey note\",\n      \"choices\": null\n    },\n    {\n      \"id\": 4114,\n      \"comment\": null,\n      \"choices\": [\n        {\n          \"id\": 316,\n          \"checked\": true\n        },\n        {\n          \"id\": 317,\n          \"checked\": false\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/guest/survey-submit","urlObject":{"protocol":"https","path":["guest","survey-submit"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c45f40dd-8dd8-41f8-859f-cc26f0f77ef8"},{"name":"Survey List","id":"77c9113a-98e8-40af-be14-7367b1d0438b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://bookingapi.elektraweb.com/guest/survey-list?hotelid=23155&language=EN","urlObject":{"protocol":"https","path":["guest","survey-list"],"host":["bookingapi","elektraweb","com"],"query":[{"key":"hotelid","value":"23155"},{"key":"language","value":"EN"}],"variable":[]}},"response":[],"_postman_id":"77c9113a-98e8-40af-be14-7367b1d0438b"},{"name":"Survey Details","id":"0e4e5fa2-32a0-4f10-aefa-87bfb7804168","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://bookingapi.elektraweb.com/guest/survey-details?hotelid=23155&survey-id=507&language=EN","urlObject":{"protocol":"https","path":["guest","survey-details"],"host":["bookingapi","elektraweb","com"],"query":[{"key":"hotelid","value":"23155"},{"key":"survey-id","value":"507"},{"key":"language","value":"EN"}],"variable":[]}},"response":[],"_postman_id":"0e4e5fa2-32a0-4f10-aefa-87bfb7804168"}],"id":"8ed81030-47df-4cc0-84c9-77fe2461621d","_postman_id":"8ed81030-47df-4cc0-84c9-77fe2461621d","description":""},{"name":"Details","item":[{"name":"Update Guest Details","id":"93ba57e5-8c0f-417d-bef6-13c3d506888c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"hotelid\": 23155,\n    \"email\": \"test@test.com\",\n    \"phone\": \"+905555555555\",\n    \"marraige-date\": \"2021-06-11\",\n    \"birthday\": \"1997-08-21\",\n    \"name\": \"Test\",\n    \"surname\": \"Test\",\n    \"contact-using-email\": true,\n    \"contact-using-phone\": true,\n    \"contact-using-sms\": true,\n    \"contact-using-whatsapp\": true,\n    \"address\": \"Antalya/ Konyaalti/ Liman\",\n    \"city\": \"Antalya\",\n    \"sub-city\": \"Konyaalti\",\n    \"country\": \"Turkey\",\n    \"tax-number\": \"1234567\",\n    \"tax-place\": \"Konyaalti\",\n    \"tax-scheme\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/guest/details-update","urlObject":{"protocol":"https","path":["guest","details-update"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"93ba57e5-8c0f-417d-bef6-13c3d506888c"},{"name":"Guest Details","id":"88b98400-219f-437b-b07b-b650c256f686","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://bookingapi.elektraweb.com/guest/details?hotelid=23155&language=EN","urlObject":{"protocol":"https","path":["guest","details"],"host":["bookingapi","elektraweb","com"],"query":[{"key":"hotelid","value":"23155"},{"key":"language","value":"EN"}],"variable":[]}},"response":[],"_postman_id":"88b98400-219f-437b-b07b-b650c256f686"},{"name":"Update Guest Allergies","id":"89ac52bf-df8f-43a6-a325-60601ac3f28c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"hotelid\": 23155,\n    \"allergies\": [\n        {\n            \"name\": \"Fish/Balık\",\n            \"active\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/guest/allergy-update","urlObject":{"protocol":"https","path":["guest","allergy-update"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"89ac52bf-df8f-43a6-a325-60601ac3f28c"},{"name":"Reservations List","id":"56abb81c-f5a0-46de-b2a9-ddc27adcbaff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://bookingapi.elektraweb.com/guest/reservation-list?hotelid=23155&language=EN","urlObject":{"protocol":"https","path":["guest","reservation-list"],"host":["bookingapi","elektraweb","com"],"query":[{"key":"hotelid","value":"23155"},{"key":"language","value":"EN"}],"variable":[]}},"response":[],"_postman_id":"56abb81c-f5a0-46de-b2a9-ddc27adcbaff"}],"id":"6653ecdf-71a9-475e-afd4-4eebf49916ce","_postman_id":"6653ecdf-71a9-475e-afd4-4eebf49916ce","description":""},{"name":"Favorite Room","item":[{"name":"Update Guest Favorite Room","id":"dff3fb7a-eca7-4591-92bd-fbac697c9f0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"hotelid\": 23155,\n    \"room-type-id\": 365689,\n    \"favorite-id\": 382,\n    \"is-favorite\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/guest/favorite-room-update","urlObject":{"protocol":"https","path":["guest","favorite-room-update"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dff3fb7a-eca7-4591-92bd-fbac697c9f0d"},{"name":"Favorite Rooms","id":"d89157e9-dc3b-4957-8e12-3c3099e52991","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://bookingapi.elektraweb.com/guest/favorite-rooms?hotelid=23155&language=EN","urlObject":{"protocol":"https","path":["guest","favorite-rooms"],"host":["bookingapi","elektraweb","com"],"query":[{"key":"hotelid","value":"23155"},{"key":"language","value":"EN"}],"variable":[]}},"response":[],"_postman_id":"d89157e9-dc3b-4957-8e12-3c3099e52991"}],"id":"8aae1acb-4890-4be4-8c72-67afb420b5ea","_postman_id":"8aae1acb-4890-4be4-8c72-67afb420b5ea","description":""},{"name":"Debt","item":[{"name":"Debt Log","id":"ae3c7cab-9213-4db6-9c65-aa4441045f91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://bookingapi.elektraweb.com/guest/debt-log?hotelid=23155&reservation-uid=********-****-****-****-************","urlObject":{"protocol":"https","path":["guest","debt-log"],"host":["bookingapi","elektraweb","com"],"query":[{"key":"hotelid","value":"23155"},{"key":"reservation-uid","value":"********-****-****-****-************"}],"variable":[]}},"response":[],"_postman_id":"ae3c7cab-9213-4db6-9c65-aa4441045f91"},{"name":"Debt Total","id":"d379be74-1a64-409f-a865-f8d4898e1aea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{guest_jwt}}"},"isInherited":false},"method":"GET","header":[],"url":"https://bookingapi.elektraweb.com/guest/debt-total?hotelid=23155&reservation-uid=********-****-****-****-************","urlObject":{"protocol":"https","path":["guest","debt-total"],"host":["bookingapi","elektraweb","com"],"query":[{"key":"hotelid","value":"23155"},{"key":"reservation-uid","value":"********-****-****-****-************"}],"variable":[]}},"response":[],"_postman_id":"d379be74-1a64-409f-a865-f8d4898e1aea"}],"id":"c79cd23c-0359-4647-a0c8-9e129ac10628","_postman_id":"c79cd23c-0359-4647-a0c8-9e129ac10628","description":""},{"name":"POS","item":[{"name":"Submit Order","id":"3df224d3-95fc-4bb8-960d-f5fd5b666eef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"hotelid\": 23155,\n    \"reservation-uid\": \"********-****-****-****-************\",\n    \"department-id\": 11,\n    \"spot-type\": \"Table\", // Table, Sunbed, Room\n    \"spot-no\": \"101\",\n    \"order-items\": [\n        {\n            \"id\": 1,\n            \"name\": \"Product Name\",\n            \"price\": 50.5,\n            \"quantity\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://bookingapi.elektraweb.com/guest/pos-create-order","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hotelid</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>reservation-uid</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>department-id</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>spot-type</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>spot-no</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>order-items</td>\n<td>POSOrderItem[]</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["guest","pos-create-order"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3df224d3-95fc-4bb8-960d-f5fd5b666eef"},{"name":"Old Orders","id":"698bc506-4efb-46d9-bee5-22fe3d349696","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://bookingapi.elektraweb.com/guest/pos-old-orders?hotelid=23155&language=TR&reservation-uid=********-****-****-****-************","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hotelid</td>\n<td>number</td>\n<td></td>\n</tr>\n<tr>\n<td>language</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>reservation-uid</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["guest","pos-old-orders"],"host":["bookingapi","elektraweb","com"],"query":[{"description":{"content":"<p>number</p>\n","type":"text/plain"},"key":"hotelid","value":"23155"},{"description":{"content":"<p>string</p>\n","type":"text/plain"},"key":"language","value":"TR"},{"description":{"content":"<p>string</p>\n","type":"text/plain"},"key":"reservation-uid","value":"********-****-****-****-************"}],"variable":[]}},"response":[],"_postman_id":"698bc506-4efb-46d9-bee5-22fe3d349696"},{"name":"POS Menu Data","id":"44d1a2f4-5134-49cf-989f-0439ae1dc4c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://bookingapi.elektraweb.com/guest/pos-data?hotelid=23155&language=EN","urlObject":{"protocol":"https","path":["guest","pos-data"],"host":["bookingapi","elektraweb","com"],"query":[{"key":"hotelid","value":"23155"},{"key":"language","value":"EN"}],"variable":[]}},"response":[],"_postman_id":"44d1a2f4-5134-49cf-989f-0439ae1dc4c3"}],"id":"61c1ff60-cbac-4df2-b1f8-619c0664daeb","_postman_id":"61c1ff60-cbac-4df2-b1f8-619c0664daeb","description":""},{"name":"Loyalty","item":[{"name":"Total Bonus","id":"39340ac0-1f0f-4b53-9593-ff77ee07ba59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://bookingapi.elektraweb.com/guest/bonus-total?hotelid=23155&currency=TRY","urlObject":{"protocol":"https","path":["guest","bonus-total"],"host":["bookingapi","elektraweb","com"],"query":[{"key":"hotelid","value":"23155"},{"key":"currency","value":"TRY"}],"variable":[]}},"response":[],"_postman_id":"39340ac0-1f0f-4b53-9593-ff77ee07ba59"},{"name":"Bonus Log","id":"83639aca-61b0-4861-88fb-16e542a2e64c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://bookingapi.elektraweb.com/guest/bonus-log?hotelid=23155","urlObject":{"protocol":"https","path":["guest","bonus-log"],"host":["bookingapi","elektraweb","com"],"query":[{"key":"hotelid","value":"23155"}],"variable":[]}},"response":[],"_postman_id":"83639aca-61b0-4861-88fb-16e542a2e64c"},{"name":"Loyalty Cards","id":"17d102b2-f9a9-44e0-8d74-ca90b5aa97a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://bookingapi.elektraweb.com/guest/loyalty-cards?hotelid=23155","urlObject":{"protocol":"https","path":["guest","loyalty-cards"],"host":["bookingapi","elektraweb","com"],"query":[{"key":"hotelid","value":"23155"}],"variable":[]}},"response":[],"_postman_id":"17d102b2-f9a9-44e0-8d74-ca90b5aa97a0"}],"id":"46425c21-c061-48b9-bbb1-30d4c3aafa13","_postman_id":"46425c21-c061-48b9-bbb1-30d4c3aafa13","description":""}],"id":"78f9c3fe-4926-4e28-b92c-e304c7005057","_postman_id":"78f9c3fe-4926-4e28-b92c-e304c7005057","description":""},{"name":"System Constant Lists","item":[{"name":"Cities","id":"ea43c825-72af-4588-aada-5434706d4ea1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[{"key":"x-captcha","value":"","type":"text"}],"url":"https://bookingapi.elektraweb.com/cities","urlObject":{"protocol":"https","path":["cities"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[{"id":"193b6452-ccba-4e0d-b032-19d4fa6ead35","name":"Cities","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer JWT_CODE","type":"text"},{"key":"x-captcha","value":"","type":"text"}],"url":"https://bookingapi.elektraweb.com/cities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"https://localhost"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"JWT,OTA-B2B,X-Captcha,DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"Access-Control-Max-Age","value":"600"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"669525"},{"key":"ETag","value":"W/\"a3755-xGRnkDddTsiCaVgXFg01FV75p3A\""},{"key":"Date","value":"Tue, 10 Jan 2023 12:59:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"city-id\": 253,\n        \"city-address\": \"Al Arish, Egypt\"\n    },\n    {\n        \"city-id\": 264,\n        \"city-address\": \"Allentown, Pennsylvania, United States of America\"\n    }\n]"}],"_postman_id":"ea43c825-72af-4588-aada-5434706d4ea1"},{"name":"Countries","id":"03cc2146-38ef-4c5f-be5c-a8e4d8217c5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[{"key":"x-captcha","value":"","type":"text"}],"url":"https://bookingapi.elektraweb.com/countries","urlObject":{"protocol":"https","path":["countries"],"host":["bookingapi","elektraweb","com"],"query":[],"variable":[]}},"response":[{"id":"03f869f7-1c8b-4a8f-84c4-1f19355ac237","name":"Countries","originalRequest":{"method":"GET","header":[{"key":"jwt","value":"eyJhbGciOiJSUzI1NiJ9.eyJtb2RlIjoiYjJjIiwidXNlciI6eyJpc0Rldk1vZGUiOmZhbHNlLCJhZ2VuY3lJRCI6bnVsbCwiZWxla3RyYUhvdGVsc0FnZW5jeUlEIjpudWxsLCJzZWxsZXJJRCI6bnVsbCwiaXNFbGVrdHJhSG90ZWxzIjpmYWxzZSwiZXhjbHVkZWRIb3RlbElkcyI6W10sImhvdGVsSWQiOjEsInVzZXJJZCI6LTk5OTk5fSwiaXNzIjoiYm9va2luZ2FwaTplbGVrdHJhd2ViOmNvbSIsImlhdCI6MTY3NDU1NTUwNiwiZXhwIjoxNzE0NjQxOTA2LCJzdWIiOiJ1c2VyOmF1dGhvcml6YXRpb24ifQ.MKIzaNT3nHs5kUlMItgPpYMwa-BeXOvPW8htdr0OhkuGgCy6Bjp9RwGAm-puzBN2__bvd5yowAvxKWCirqZCpfaHiD0kVcvyfIFwA07Gzu7rKyDVEi3onC2LEMVwtS--0tv1d7Hluy9O3h9GuUPk8snoXXbeVLPAy1dZqEbtvg-XVD_AnFc_hrySt8A97nHjHnajWqBBUk940WUU9XPVgs0EfPZ6xG-qPWVpOVtHZWX58sbzq5edDC3L7ZaMuVoiBIfLSosdM-IABl0BGA1ouuKXPzqoQryHcgtvYyTYTCnNCyuSCNK5lPxpiNqWt1cQG46Co-MQq5CFQaJ6aXrEjA","type":"text"}],"url":"https://bookingapi.elektraweb.com/countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 08:29:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"CF-Ray","value":"7a7b2626baef3760-MXP"},{"key":"Access-Control-Allow-Origin","value":"https://bookingapi.elektraweb.com"},{"key":"ETag","value":"W/\"9006-rMepuEhO4Ip2uFZfFLS6tBgp9tw\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"JWT,OTA-B2B,X-Captcha,DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization"},{"key":"access-control-allow-methods","value":"POST, GET, OPTIONS"},{"key":"access-control-max-age","value":"600"},{"key":"cf-apo-via","value":"origin,host"},{"key":"x-powered-by","value":"Express"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=VzQt0zibwOxCJW9odfV38wXBdKeH%2Fs1l69SxTvVdpkGzCVqUtqNpSoLBJgjNpUbmnRzJx7BI%2Fx63xdsmAz5Q6XSM9QunLYw3tUgtrbycKABaplU42aeh7NskQH6WvKDr11RPu7wN0TnJFxQ%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"country-id\": 1,\n        \"country-name\": \"Turkey\",\n        \"country-code3\": \"TUR\",\n        \"country-code2\": \"TR\",\n        \"country-language-code2\": \"TR\",\n        \"country-currency-code3\": \"TRY\"\n    }\n]"}],"_postman_id":"03cc2146-38ef-4c5f-be5c-a8e4d8217c5a"}],"id":"2dc433be-c774-4e82-8d7f-91ab301252d9","_postman_id":"2dc433be-c774-4e82-8d7f-91ab301252d9","description":""}]}