{"info":{"_postman_id":"6b1210df-c6ef-eda6-d886-632c8213b553","name":"APItude","description":"APItude complete postman collection, with both BookingAPI & ContentAPI. You have the full details of our API in our developer portal:\r\nhttps://developer.hotelbeds.com/docs?hotel","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"BookingAPI","item":[{"name":"1. Basic booking workflow JSON","item":[{"name":"1 - Availability","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"4c2ffd80-97e4-c17f-3e5b-3e4d45f49d25","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"stay\": {\n\t\t\"checkIn\": \"2018-03-15\",\n\t\t\"checkOut\": \"2018-03-16\"\n\t},\n\t\"occupancies\": [{\n\t\t\"rooms\": 1,\n\t\t\"adults\": 2,\n\t\t\"children\": 0\n\t}],\n\t\"hotels\": {\n\t\t\"hotel\": [1067,\n\t\t1070,\n\t\t1075,\n\t\t135813,\n\t\t145214,\n\t\t1506,\n\t\t1508,\n\t\t1526,\n\t\t1533,\n\t\t1539,\n\t\t1550,\n\t\t161032,\n\t\t170542,\n\t\t182125,\n\t\t187939,\n\t\t212167,\n\t\t215417,\n\t\t228671,\n\t\t229318,\n\t\t23476]\n\t}\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels","description":"Search availability. \nThe given example uses a \"destination\" search, but you can change it and instead do a hotel search or a geolocation search.\nAlso you can add as many filters as you want. See the docs for that."},"response":[],"_postman_id":"4c2ffd80-97e4-c17f-3e5b-3e4d45f49d25"},{"name":"2 -  CheckRate","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"6977136a-f970-f9c8-36bb-417f71684eeb","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"rooms\": [{\n\t\t\"rateKey\": \"20171115|20171116|W|235|161798|DBL.ST-1|INTL J397H|RO||1~2~0||N@1534573282\"\n\t}]\n}"},"url":"{{endpoint}}/hotel-api/1.0/checkrates","description":"Check rates when needed.\nThat is, if the rate you want to book has rateClass='RECHECK', you need to throw this request."},"response":[],"_postman_id":"6977136a-f970-f9c8-36bb-417f71684eeb"},{"name":"3 - Booking","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"18a09846-43bf-4ae8-1a9c-17665e504779","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"holder\": {\n\t\t\"name\": \"HolderFirstName\",\n\t\t\"surname\": \"HolderLastName\"\n\t},\n\t\"rooms\": [{\n\t\t\"rateKey\": \"20171115|20171116|W|235|161798|DBL.ST-1|INTL J397H|RO||1~2~0||N@1534573282\",\n\t\t\"paxes\": [{\n\t\t\t\"roomId\": \"1\",\n\t\t\t\"type\": \"AD\",\n\t\t\t\"name\": \"First Adult Name\",\n\t\t\t\"surname\": \"Surname\"\n\t\t},\n\t\t{\n\t\t\t\"roomId\": \"1\",\n\t\t\t\"type\": \"AD\",\n\t\t\t\"name\": \"Second Adult Name\",\n\t\t\t\"surname\": \"Surname\"\n\t\t}]\n\t}],\n\t\"clientReference\": \"IntegrationAgency\",\n\t\"remark\": \"Booking remarks are to be written here.\"\n}"},"url":"{{endpoint}}/hotel-api/1.0/bookings","description":"Select the rateKey you want from your previous step, together with the holder and paxes information and book it."},"response":[],"_postman_id":"18a09846-43bf-4ae8-1a9c-17665e504779"}],"id":"4681408f-cba1-3f11-3551-17b154c2f4d9","description":"BookingAPI has been designed for a two steps confirmation, but due the the complexity of client and providers systems a third method has been designed.\n\nHere are the transactions of the complete process to confirm a booking in JSON format.","_postman_id":"4681408f-cba1-3f11-3551-17b154c2f4d9"},{"name":"1. Basic booking workflow XML","item":[{"name":"1 - Availability","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"38f8a64d-f071-4ea1-28d6-c8cfac2a619a","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" >\r\n\t<stay checkIn=\"2018-03-15\" checkOut=\"2018-03-16\"/>\r\n\t<occupancies>\r\n\t\t<occupancy rooms=\"1\" adults=\"2\" children=\"0\"/>\r\n\t</occupancies>\r\n\t<hotels>\r\n\t\t<hotel>1067</hotel>\r\n\t\t<hotel>1070</hotel>\r\n\t\t<hotel>1075</hotel>\r\n\t\t<hotel>135813</hotel>\r\n\t\t<hotel>145214</hotel>\r\n\t\t<hotel>1506</hotel>\r\n\t\t<hotel>1508</hotel>\r\n\t\t<hotel>1526</hotel>\r\n\t\t<hotel>1533</hotel>\r\n\t\t<hotel>1539</hotel>\r\n\t\t<hotel>1550</hotel>\r\n\t\t<hotel>161032</hotel>\r\n\t\t<hotel>170542</hotel>\r\n\t\t<hotel>182125</hotel>\r\n\t\t<hotel>187939</hotel>\r\n\t\t<hotel>212167</hotel>\r\n\t\t<hotel>215417</hotel>\r\n\t\t<hotel>228671</hotel>\r\n\t\t<hotel>229318</hotel>\r\n\t\t<hotel>23476</hotel>\r\n\t</hotels>\r\n</availabilityRQ>"},"url":"{{endpoint}}/hotel-api/1.0/hotels","description":"Search availability. \nThe given example uses a \"destination\" search, but you can change it and instead do a hotel search or a geolocation search.\nAlso you can add as many filters as you want. See the docs for that."},"response":[],"_postman_id":"38f8a64d-f071-4ea1-28d6-c8cfac2a619a"},{"name":"2 -  CheckRate","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"ac403497-b204-dd07-3a88-194b7fdeedfc","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<checkRateRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" upselling=\"true\" language=\"ENG\">\r\n\t<rooms>\r\n\t\t<!-- replace the following value with the given rateKey in the Availability Request-->\r\n\t\t<room rateKey=\"20171115|20171116|W|235|161798|DBL.ST-1|INTL J397H|RO||1~2~0||N@1534573282\"/>\r\n\t</rooms>\r\n</checkRateRQ>"},"url":"{{endpoint}}/hotel-api/1.0/checkrates","description":"Check rates when needed.\nThat is, if the rate you want to book has rateClass='RECHECK', you need to throw this request."},"response":[],"_postman_id":"ac403497-b204-dd07-3a88-194b7fdeedfc"},{"name":"3 - Booking","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"0e26c193-1852-ceda-5265-916d308d0183","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<bookingRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<holder name=\"HolderFirstName\" surname=\"HolderLastName\"/>\r\n\t<clientReference>IntegrationAgency</clientReference>\r\n\t<rooms>\r\n\t\t<!-- replace the following value with the desired rateKey to book -->\r\n\t\t<room rateKey=\"20171115|20171116|W|235|161798|DBL.ST-1|INTL J397H|RO||1~2~0||N@1534573282\">\r\n\t\t\t<paxes>\r\n\t\t\t\t<pax roomId=\"1\" type=\"AD\" name=\"First Adult Name\" surname=\"Surname\"/>\r\n\t\t\t\t<pax roomId=\"1\" type=\"AD\" name=\"Second Adult Name\" surname=\"Surname\"/>\r\n\t\t\t</paxes>\r\n\t\t</room>\r\n\t</rooms>\r\n\t<remark>Booking remarks are to be written here.</remark>\r\n</bookingRQ>"},"url":"{{endpoint}}/hotel-api/1.0/bookings","description":"Select the rateKey you want from your previous step, together with the holder and paxes information and book it."},"response":[],"_postman_id":"0e26c193-1852-ceda-5265-916d308d0183"}],"id":"c82eb730-b1b3-9cd6-db55-b5b42d798906","description":"BookingAPI has been designed for a two steps confirmation, but due the the complexity of client and providers systems a third method has been designed.\n\nHere are the transactions of the complete process to confirm a booking in XML format.","_postman_id":"c82eb730-b1b3-9cd6-db55-b5b42d798906"},{"name":"2. Availability JSON","item":[{"name":"Availability by hotel code","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"a92649af-63ea-fd3a-ec78-57c2554ff92e","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"stay\": {\n\t\t\"checkIn\": \"2018-03-15\",\n\t\t\"checkOut\": \"2018-03-16\"\n\t},\n\t\"occupancies\": [{\n\t\t\"rooms\": 1,\n\t\t\"adults\": 2,\n\t\t\"children\": 0\n\t}],\n\t\"hotels\": {\n\t\t\"hotel\": [265,\n\t\t300]\n\t}\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels","description":"Hotel code list search. \n\nIn 'examples' you can find different cases of requests and responses."},"response":[{"id":"2a5c11b0-c718-fc24-74a5-dade6ef7545f","name":"1~2~2","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"stay\": {\n\t\t\"checkIn\": \"2018-03-15\",\n\t\t\"checkOut\": \"2018-03-16\"\n\t},\n\t\"occupancies\": [{\n\t\t\"rooms\": 1,\n\t\t\"adults\": 2,\n\t\t\"children\": 2,\n\t\t\"paxes\": [{\n\t\t\t\"type\": \"CH\",\n\t\t\t\"age\": 2\n\t\t},\n\t\t{\n\t\t\t\"type\": \"CH\",\n\t\t\t\"age\": 4\n\t\t}]\n\t}],\n\t\"hotels\": {\n\t\t\"hotel\": [265,\n\t\t300]\n\t}\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1193","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 12 Dec 2017 12:55:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Mashery Proxy","name":"Server","description":"A name for the server"},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-hotelbeds-eu-west-1c-102.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"169","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Wednesday, December 13, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"}],"cookie":[],"responseTime":"423","body":"{\"auditData\":{\"processTime\":\"35\",\"timestamp\":\"2017-12-12 13:55:28.315\",\"requestHost\":\"212.66.164.12\",\"serverId\":\"sa3RKSJACHXE79K.env#PL\",\"environment\":\"[int]\",\"release\":\"be8bbee54ea6781ecaa959acb3f882f5ec840e7f\",\"token\":\"cccc2dd4-1ad0-4693-897c-2e92689f5613\",\"internal\":\"0|A6D7A1ECC41344FA833EE874EB4552381355|AE|06|1|1||||||||||||1||1~1~2~2||0||0|yndhxjpbkr9xpne3kzyavwh5|||\"},\"hotels\":{\"hotels\":[{\"code\":265,\"name\":\"HM Jaime III\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"PMI\",\"destinationName\":\"Majorca\",\"zoneCode\":10,\"zoneName\":\"Palma\",\"latitude\":\"39.57301\",\"longitude\":\"2.642626\",\"rooms\":[{\"code\":\"QUA.ST\",\"name\":\"QUADRUPLE STANDARD\",\"rates\":[{\"rateKey\":\"20180315|20180316|W|1|265|QUA.ST|CG-TODOS|BB||1~2~2|2~4|N@A6D7A1ECC41344FA833EE874EB4552381355\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"196.48\",\"allotment\":1,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"196.48\",\"from\":\"2018-03-12T23:59:00+01:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"2,4\"}]}],\"minRate\":\"196.48\",\"maxRate\":\"196.48\",\"currency\":\"USD\"}],\"checkIn\":\"2018-03-15\",\"total\":1,\"checkOut\":\"2018-03-16\"}}"},{"id":"2fa61a00-c82e-abf2-f842-b4f09a7dd9d4","name":"1~2~0","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"stay\": {\n\t\t\"checkIn\": \"2018-03-15\",\n\t\t\"checkOut\": \"2018-03-16\"\n\t},\n\t\"occupancies\": [{\n\t\t\"rooms\": 1,\n\t\t\"adults\": 2,\n\t\t\"children\": 0\n\t}],\n\t\"hotels\": {\n\t\t\"hotel\": [265,\n\t\t300]\n\t}\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1175","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 12 Dec 2017 12:51:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Mashery Proxy","name":"Server","description":"A name for the server"},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-hotelbeds-eu-west-1b-107.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"167","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Wednesday, December 13, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"}],"cookie":[],"responseTime":"463","body":"{\"auditData\":{\"processTime\":\"36\",\"timestamp\":\"2017-12-12 13:51:13.040\",\"requestHost\":\"212.66.164.12\",\"serverId\":\"sa37AUX3ROLBLIS.env#PL\",\"environment\":\"[int]\",\"release\":\"be8bbee54ea6781ecaa959acb3f882f5ec840e7f\",\"token\":\"7b716583-29e3-446c-a091-f22806488bf8\",\"internal\":\"0|506C6B7C5F5D4322A8A6FC0722FE31901351|AE|06|1|1||||||||||||1||1~1~2~0||0||0|yndhxjpbkr9xpne3kzyavwh5|||\"},\"hotels\":{\"hotels\":[{\"code\":265,\"name\":\"HM Jaime III\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"PMI\",\"destinationName\":\"Majorca\",\"zoneCode\":10,\"zoneName\":\"Palma\",\"latitude\":\"39.57301\",\"longitude\":\"2.642626\",\"rooms\":[{\"code\":\"DBT.ST\",\"name\":\"Double or Twin STANDARD\",\"rates\":[{\"rateKey\":\"20180315|20180316|W|1|265|DBT.ST|CG-TODOS|BB||1~2~0||N@506C6B7C5F5D4322A8A6FC0722FE31901351\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"155.12\",\"allotment\":30,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"155.12\",\"from\":\"2018-03-12T23:59:00+01:00\"}],\"rooms\":1,\"adults\":2,\"children\":0}]}],\"minRate\":\"155.12\",\"maxRate\":\"155.12\",\"currency\":\"USD\"}],\"checkIn\":\"2018-03-15\",\"total\":1,\"checkOut\":\"2018-03-16\"}}"},{"id":"6561ff8a-7620-747b-af21-bc149095aa6b","name":"1~1~1","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"stay\": {\n\t\t\"checkIn\": \"2018-03-15\",\n\t\t\"checkOut\": \"2018-03-16\"\n\t},\n\t\"occupancies\": [{\n\t\t\"rooms\": 1,\n\t\t\"adults\": 1,\n\t\t\"children\": 1,\n\t\t\"paxes\": [{\n\t\t\t\"type\": \"CH\",\n\t\t\t\"age\": 2\n\t\t}]\n\t}],\n\t\"hotels\": {\n\t\t\"hotel\": [265,\n\t\t300]\n\t}\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1195","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 12 Dec 2017 12:53:42 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Mashery Proxy","name":"Server","description":"A name for the server"},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-hotelbeds-eu-west-1b-101.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"168","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Wednesday, December 13, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"}],"cookie":[],"responseTime":"382","body":"{\"auditData\":{\"processTime\":\"37\",\"timestamp\":\"2017-12-12 13:53:42.408\",\"requestHost\":\"212.66.164.12\",\"serverId\":\"sa37AUX3ROLBLIS.env#PL\",\"environment\":\"[int]\",\"release\":\"be8bbee54ea6781ecaa959acb3f882f5ec840e7f\",\"token\":\"e3fc01c9-781b-4aa5-ab71-e4661b60702c\",\"internal\":\"0|A746F3BC0A3C4EF28EC0AC565ED13FE21353|AE|06|1|1||||||||||||1||1~1~1~1||0||0|yndhxjpbkr9xpne3kzyavwh5|||\"},\"hotels\":{\"hotels\":[{\"code\":265,\"name\":\"HM Jaime III\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"PMI\",\"destinationName\":\"Majorca\",\"zoneCode\":10,\"zoneName\":\"Palma\",\"latitude\":\"39.57301\",\"longitude\":\"2.642626\",\"rooms\":[{\"code\":\"DBT.ST\",\"name\":\"Double or Twin STANDARD\",\"rates\":[{\"rateKey\":\"20180315|20180316|W|1|265|DBT.ST|CG-TODOS|BB||1~1~1|2|N@A746F3BC0A3C4EF28EC0AC565ED13FE21353\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"155.12\",\"allotment\":30,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"155.12\",\"from\":\"2018-03-12T23:59:00+01:00\"}],\"rooms\":1,\"adults\":1,\"children\":1,\"childrenAges\":\"2\"}]}],\"minRate\":\"155.12\",\"maxRate\":\"155.12\",\"currency\":\"USD\"}],\"checkIn\":\"2018-03-15\",\"total\":1,\"checkOut\":\"2018-03-16\"}}"},{"id":"7a19bcf8-2cbc-bec0-d14d-4b103ae09ba1","name":"1~4~0 (sourceMarket)","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"sourceMarket\": \"UK\",\n\t\"stay\": {\n\t\t\"checkIn\": \"2018-03-15\",\n\t\t\"checkOut\": \"2018-03-16\"\n\t},\n\t\"occupancies\": [{\n\t\t\"rooms\": 1,\n\t\t\"adults\": 4,\n\t\t\"children\": 0\n\t}],\n\t\"hotels\": {\n\t\t\"hotel\": [1070]\n\t}\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"5395","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 12 Dec 2017 13:08:26 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Mashery Proxy","name":"Server","description":"A name for the server"},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-hotelbeds-eu-west-1a-115.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"173","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Wednesday, December 13, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"}],"cookie":[],"responseTime":"460","body":"{\"auditData\":{\"processTime\":\"37\",\"timestamp\":\"2017-12-12 14:08:26.958\",\"requestHost\":\"212.66.164.12\",\"serverId\":\"sa37AUX3ROLBLIS.env#PL\",\"environment\":\"[int]\",\"release\":\"be8bbee54ea6781ecaa959acb3f882f5ec840e7f\",\"token\":\"038a27e9-c6bb-4e1b-8a99-317ec37476ed\",\"internal\":\"0|94501961F41F4FFBAB07E0547006B37B1408|AE|05|1|9||||||||||||4||1~1~4~0||0||0|yndhxjpbkr9xpne3kzyavwh5|||\"},\"hotels\":{\"hotels\":[{\"code\":1070,\"name\":\"Armadams\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"PMI\",\"destinationName\":\"Majorca\",\"zoneCode\":10,\"zoneName\":\"Palma\",\"latitude\":\"39.568861\",\"longitude\":\"2.630294\",\"rooms\":[{\"code\":\"QUA.ST\",\"name\":\"QUADRUPLE STANDARD\",\"rates\":[{\"rateKey\":\"20180315|20180316|W|1|1070|QUA.ST|NRF- MERCHANT|RO||1~4~0||N@94501961F41F4FFBAB07E0547006B37B1408\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"137.58\",\"allotment\":5,\"rateCommentsId\":\"1|99455|96\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"137.58\",\"from\":\"2017-12-11T23:59:00+01:00\"}],\"rooms\":1,\"adults\":4,\"children\":0,\"offers\":[{\"code\":\"9002\",\"name\":\"Early Booking discount\",\"amount\":\"-11.96\"}]},{\"rateKey\":\"20180315|20180316|W|1|1070|QUA.ST|CG- MERCHANT|RO||1~4~0||N@94501961F41F4FFBAB07E0547006B37B1408\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"152.86\",\"allotment\":5,\"rateCommentsId\":\"1|99454|96\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"152.86\",\"from\":\"2018-03-12T23:59:00+01:00\"}],\"rooms\":1,\"adults\":4,\"children\":0,\"offers\":[{\"code\":\"9002\",\"name\":\"Early Booking discount\",\"amount\":\"-13.29\"}]},{\"rateKey\":\"20180315|20180316|W|1|1070|QUA.ST|NRF- MERCHANT|BB||1~4~0||N@94501961F41F4FFBAB07E0547006B37B1408\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"182.92\",\"allotment\":5,\"rateCommentsId\":\"1|99455|96\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"182.92\",\"from\":\"2017-12-11T23:59:00+01:00\"}],\"rooms\":1,\"adults\":4,\"children\":0,\"offers\":[{\"code\":\"9002\",\"name\":\"Early Booking discount\",\"amount\":\"-15.90\"}]},{\"rateKey\":\"20180315|20180316|W|1|1070|QUA.ST|CG- MERCHANT|BB||1~4~0||N@94501961F41F4FFBAB07E0547006B37B1408\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"203.20\",\"allotment\":5,\"rateCommentsId\":\"1|99454|96\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"203.20\",\"from\":\"2018-03-12T23:59:00+01:00\"}],\"rooms\":1,\"adults\":4,\"children\":0,\"offers\":[{\"code\":\"9002\",\"name\":\"Early Booking discount\",\"amount\":\"-17.67\"}]},{\"rateKey\":\"20180315|20180316|W|1|1070|QUA.ST|NRF- MERCHANT|HB||1~4~0||N@94501961F41F4FFBAB07E0547006B37B1408\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"263.84\",\"allotment\":5,\"rateCommentsId\":\"1|99455|96\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"263.84\",\"from\":\"2017-12-11T23:59:00+01:00\"}],\"rooms\":1,\"adults\":4,\"children\":0,\"offers\":[{\"code\":\"9002\",\"name\":\"Early Booking discount\",\"amount\":\"-22.94\"}]},{\"rateKey\":\"20180315|20180316|W|1|1070|QUA.ST|CG- MERCHANT|HB||1~4~0||N@94501961F41F4FFBAB07E0547006B37B1408\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"293.10\",\"allotment\":5,\"rateCommentsId\":\"1|99454|96\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"293.10\",\"from\":\"2018-03-12T23:59:00+01:00\"}],\"rooms\":1,\"adults\":4,\"children\":0,\"offers\":[{\"code\":\"9002\",\"name\":\"Early Booking discount\",\"amount\":\"-25.49\"}]}]},{\"code\":\"JSU.ST\",\"name\":\"JUNIOR SUITE STANDARD\",\"rates\":[{\"rateKey\":\"20180315|20180316|W|1|1070|JSU.ST|CG- FIT|RO||1~4~0||N@94501961F41F4FFBAB07E0547006B37B1408\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"246.90\",\"allotment\":99,\"rateCommentsId\":\"1|98944|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"246.90\",\"from\":\"2018-03-12T23:59:00+01:00\"}],\"rooms\":1,\"adults\":4,\"children\":0,\"offers\":[{\"code\":\"9002\",\"name\":\"Early Booking discount\",\"amount\":\"-21.48\"},{\"code\":\"9008\",\"name\":\"Extra bed discount\",\"amount\":\"-47.38\"}]},{\"rateKey\":\"20180315|20180316|W|1|1070|JSU.ST|CG- FIT|BB||1~4~0||N@94501961F41F4FFBAB07E0547006B37B1408\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"293.96\",\"allotment\":99,\"rateCommentsId\":\"1|98944|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"293.96\",\"from\":\"2018-03-12T23:59:00+01:00\"}],\"rooms\":1,\"adults\":4,\"children\":0,\"offers\":[{\"code\":\"9002\",\"name\":\"Early Booking discount\",\"amount\":\"-25.56\"},{\"code\":\"9008\",\"name\":\"Extra bed discount\",\"amount\":\"-56.40\"}]},{\"rateKey\":\"20180315|20180316|W|1|1070|JSU.ST|CG- FIT|HB||1~4~0||N@94501961F41F4FFBAB07E0547006B37B1408\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"372.32\",\"allotment\":99,\"rateCommentsId\":\"1|98944|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"372.32\",\"from\":\"2018-03-12T23:59:00+01:00\"}],\"rooms\":1,\"adults\":4,\"children\":0,\"offers\":[{\"code\":\"9002\",\"name\":\"Early Booking discount\",\"amount\":\"-32.40\"},{\"code\":\"9008\",\"name\":\"Extra bed discount\",\"amount\":\"-71.44\"}]}]}],\"minRate\":\"137.58\",\"maxRate\":\"372.32\",\"currency\":\"USD\"}],\"checkIn\":\"2018-03-15\",\"total\":1,\"checkOut\":\"2018-03-16\"}}"},{"id":"91e1a482-453f-fb3c-67de-61a4fbbfed51","name":"1~2~0/1~1~1","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"stay\": {\r\n\t\t\"checkIn\": \"2018-03-15\",\r\n\t\t\"checkOut\": \"2018-03-16\"\r\n\t},\r\n\t\"occupancies\": [{\r\n\t\t\"rooms\": 1,\r\n\t\t\"adults\": 2,\r\n\t\t\"children\": 0\r\n\t},\r\n\t{\r\n\t\t\"rooms\": 1,\r\n\t\t\"adults\": 1,\r\n\t\t\"children\": 1,\r\n\t\t\"paxes\": [\r\n\t\t{\r\n\t\t\t\"type\": \"CH\",\r\n\t\t\t\"age\": 2\r\n\t\t}]\r\n\t}],\r\n\t\"hotels\": {\r\n\t\t\"hotel\": [265,300]\r\n\t}\r\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1576","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 12 Dec 2017 13:01:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Mashery Proxy","name":"Server","description":"A name for the server"},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-hotelbeds-eu-west-1c-105.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"170","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Wednesday, December 13, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"}],"cookie":[],"responseTime":"635","body":"{\"auditData\":{\"processTime\":\"122\",\"timestamp\":\"2017-12-12 14:01:14.885\",\"requestHost\":\"212.66.164.12\",\"serverId\":\"sa3RKSJACHXE79K.env#PL\",\"environment\":\"[int]\",\"release\":\"be8bbee54ea6781ecaa959acb3f882f5ec840e7f\",\"token\":\"eb2e0f71-ab48-47f4-b8da-606aa78ebeba\",\"internal\":\"0|3185599DAF4C47FAB2525E9093BBE4D11401|AE|06|1|2||||||||||||1||2~2~3~1||0||0|yndhxjpbkr9xpne3kzyavwh5|||\"},\"hotels\":{\"hotels\":[{\"code\":265,\"name\":\"HM Jaime III\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"PMI\",\"destinationName\":\"Majorca\",\"zoneCode\":10,\"zoneName\":\"Palma\",\"latitude\":\"39.57301\",\"longitude\":\"2.642626\",\"rooms\":[{\"code\":\"DBT.ST\",\"name\":\"Double or Twin STANDARD\",\"rates\":[{\"rateKey\":\"20180315|20180316|W|1|265|DBT.ST|CG-TODOS|BB||1~1~1|2|N@3185599DAF4C47FAB2525E9093BBE4D11401\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"155.12\",\"allotment\":30,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"155.12\",\"from\":\"2018-03-12T23:59:00+01:00\"}],\"rooms\":1,\"adults\":1,\"children\":1,\"childrenAges\":\"2\"},{\"rateKey\":\"20180315|20180316|W|1|265|DBT.ST|CG-TODOS|BB||1~2~0||N@3185599DAF4C47FAB2525E9093BBE4D11401\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"155.12\",\"allotment\":30,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"155.12\",\"from\":\"2018-03-12T23:59:00+01:00\"}],\"rooms\":1,\"adults\":2,\"children\":0}]}],\"minRate\":\"155.12\",\"maxRate\":\"155.12\",\"currency\":\"USD\"}],\"checkIn\":\"2018-03-15\",\"total\":1,\"checkOut\":\"2018-03-16\"}}"},{"id":"a591ec8b-45ff-4746-dca7-8add39a270d5","name":"1~1~0","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"stay\": {\n\t\t\"checkIn\": \"2018-03-15\",\n\t\t\"checkOut\": \"2018-03-16\"\n\t},\n\t\"occupancies\": [{\n\t\t\"rooms\": 1,\n\t\t\"adults\": 1,\n\t\t\"children\": 0\n\t}],\n\t\"hotels\": {\n\t\t\"hotel\": [265,\n\t\t300]\n\t}\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1175","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 12 Dec 2017 12:49:42 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Mashery Proxy","name":"Server","description":"A name for the server"},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-hotelbeds-eu-west-1c-114.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"166","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Wednesday, December 13, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"}],"cookie":[],"responseTime":"496","body":"{\"auditData\":{\"processTime\":\"36\",\"timestamp\":\"2017-12-12 13:49:42.220\",\"requestHost\":\"212.66.164.12\",\"serverId\":\"sa3RKSJACHXE79K.env#PL\",\"environment\":\"[int]\",\"release\":\"be8bbee54ea6781ecaa959acb3f882f5ec840e7f\",\"token\":\"90389202-2cc6-4845-a703-1bb8860724d0\",\"internal\":\"0|9512E83BFE3C4A8D88DD6E72B1EACEB41349|AE|06|1|1||||||||||||1||1~1~1~0||0||0|yndhxjpbkr9xpne3kzyavwh5|||\"},\"hotels\":{\"hotels\":[{\"code\":265,\"name\":\"HM Jaime III\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"PMI\",\"destinationName\":\"Majorca\",\"zoneCode\":10,\"zoneName\":\"Palma\",\"latitude\":\"39.57301\",\"longitude\":\"2.642626\",\"rooms\":[{\"code\":\"DBT.ST\",\"name\":\"Double or Twin STANDARD\",\"rates\":[{\"rateKey\":\"20180315|20180316|W|1|265|DBT.ST|CG-TODOS|BB||1~1~0||N@9512E83BFE3C4A8D88DD6E72B1EACEB41349\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"155.12\",\"allotment\":30,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"155.12\",\"from\":\"2018-03-12T23:59:00+01:00\"}],\"rooms\":1,\"adults\":1,\"children\":0}]}],\"minRate\":\"155.12\",\"maxRate\":\"155.12\",\"currency\":\"USD\"}],\"checkIn\":\"2018-03-15\",\"total\":1,\"checkOut\":\"2018-03-16\"}}"},{"id":"ba2f9419-2b67-3317-d66d-fdac7c5ebec8","name":"1~3~1 (dailyRate)","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"dailyRate\": true,\r\n\t\"stay\": {\r\n\t\t\"checkIn\": \"2018-03-17\",\r\n\t\t\"checkOut\": \"2018-03-21\"\r\n\t},\r\n\t\"occupancies\": [{\r\n\t\t\"rooms\": 1,\r\n\t\t\"adults\": 3,\r\n\t\t\"children\": 1,\r\n\t\t\"paxes\": [\r\n\t\t{\r\n\t\t\t\"type\": \"CH\",\r\n\t\t\t\"age\": 2\r\n\t\t}]\r\n\t}],\r\n\t\"hotels\": {\r\n\t\t\"hotel\": [265,300]\r\n\t}\r\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 12 Dec 2017 13:03:37 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Mashery Proxy","name":"Server","description":"A name for the server"},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-hotelbeds-eu-west-1a-100.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"172","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Wednesday, December 13, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"},{"key":"transfer-encoding","value":"chunked","name":"transfer-encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[],"responseTime":"336","body":"{\"auditData\":{\"processTime\":\"138\",\"timestamp\":\"2017-12-12 14:03:37.961\",\"requestHost\":\"212.66.164.12\",\"serverId\":\"sa3RKSJACHXE79K.env#PL\",\"environment\":\"[int]\",\"release\":\"be8bbee54ea6781ecaa959acb3f882f5ec840e7f\",\"token\":\"a8b02e7b-2155-4e4a-a686-cae8d534a705\",\"internal\":\"0|77BEA0BE6D5F474588C48FFD226C5A721403|AE|06|1|12||||||||||||4||1~1~3~1||0||0|yndhxjpbkr9xpne3kzyavwh5|||\"},\"hotels\":{\"hotels\":[{\"code\":300,\"name\":\"TRH Jardin del Mar\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"PMI\",\"destinationName\":\"Majorca\",\"zoneCode\":31,\"zoneName\":\"Santa Ponsa\",\"latitude\":\"39.519998\",\"longitude\":\"2.4721\",\"rooms\":[{\"code\":\"APT.SS\",\"name\":\"APARTMENT STANDARD\",\"rates\":[{\"rateKey\":\"20180317|20180321|W|1|300|APT.SS|OP-FIT|SC||1~3~1|2|N@77BEA0BE6D5F474588C48FFD226C5A721403\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"183.54\",\"allotment\":35,\"rateCommentsId\":\"1|100652|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"45.73\",\"from\":\"2018-03-15T23:59:00+01:00\"}],\"rooms\":1,\"adults\":3,\"children\":1,\"childrenAges\":\"2\",\"offers\":[{\"code\":\"9002\",\"name\":\"Early Booking discount\",\"amount\":\"-20.42\"},{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-102.00\"},{\"code\":\"9008\",\"name\":\"Extra bed discount\",\"amount\":\"-102.00\"}],\"dailyRates\":[{\"offset\":1,\"dailyNet\":\"45.73\"},{\"offset\":2,\"dailyNet\":\"45.73\"},{\"offset\":3,\"dailyNet\":\"46.04\"},{\"offset\":4,\"dailyNet\":\"46.04\"}]},{\"rateKey\":\"20180317|20180321|W|1|300|APT.SS|CG-OPACOPVP|SC||1~3~1|2|P@77BEA0BE6D5F474588C48FFD226C5A721403\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"193.72\",\"allotment\":20,\"paymentType\":\"AT_WEB\",\"packaging\":true,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"48.28\",\"from\":\"2018-03-15T23:59:00+01:00\"}],\"rooms\":1,\"adults\":3,\"children\":1,\"childrenAges\":\"2\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-101.96\"},{\"code\":\"9005\",\"name\":\"Exclusive discount\",\"amount\":\"-10.20\"}],\"dailyRates\":[{\"offset\":1,\"dailyNet\":\"48.28\"},{\"offset\":2,\"dailyNet\":\"48.28\"},{\"offset\":3,\"dailyNet\":\"48.58\"},{\"offset\":4,\"dailyNet\":\"48.58\"}]},{\"rateKey\":\"20180317|20180321|H|1|300|APT.SS|NRF-TODOS|SC||1~3~1|2|N@77BEA0BE6D5F474588C48FFD226C5A721403\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"211.52\",\"sellingRate\":\"235.03\",\"hotelSellingRate\":\"197.60\",\"hotelCurrency\":\"EUR\",\"hotelMandatory\":true,\"allotment\":19,\"commission\":\"23.50\",\"commissionVAT\":\"0.00\",\"commissionPCT\":\"10.00\",\"rateCommentsId\":\"1|92570|0\",\"paymentType\":\"AT_HOTEL\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"235.03\",\"hotelAmount\":\"197.60\",\"hotelCurrency\":\"EUR\",\"from\":\"2017-12-11T23:59:00+01:00\"}],\"rooms\":1,\"adults\":3,\"children\":1,\"childrenAges\":\"2\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-123.70\"}],\"dailyRates\":[{\"offset\":1,\"dailySellingRate\":\"58.76\"},{\"offset\":2,\"dailySellingRate\":\"58.76\"},{\"offset\":3,\"dailySellingRate\":\"58.76\"},{\"offset\":4,\"dailySellingRate\":\"58.76\"}]},{\"rateKey\":\"20180317|20180321|H|1|300|APT.SS|CG-TODOS|SC||1~3~1|2|N@77BEA0BE6D5F474588C48FFD226C5A721403\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"222.66\",\"sellingRate\":\"247.40\",\"hotelSellingRate\":\"208.00\",\"hotelCurrency\":\"EUR\",\"hotelMandatory\":true,\"allotment\":19,\"commission\":\"24.74\",\"commissionVAT\":\"0.00\",\"commissionPCT\":\"10.00\",\"rateCommentsId\":\"1|92561|0\",\"paymentType\":\"AT_HOTEL\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"61.85\",\"hotelAmount\":\"52.00\",\"hotelCurrency\":\"EUR\",\"from\":\"2018-03-15T23:59:00+01:00\"}],\"rooms\":1,\"adults\":3,\"children\":1,\"childrenAges\":\"2\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-123.70\"}],\"dailyRates\":[{\"offset\":1,\"dailySellingRate\":\"61.85\"},{\"offset\":2,\"dailySellingRate\":\"61.85\"},{\"offset\":3,\"dailySellingRate\":\"61.85\"},{\"offset\":4,\"dailySellingRate\":\"61.85\"}]},{\"rateKey\":\"20180317|20180321|W|1|300|APT.SS|OP-FIT|BB||1~3~1|2|N@77BEA0BE6D5F474588C48FFD226C5A721403\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"281.56\",\"allotment\":35,\"rateCommentsId\":\"1|100652|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"70.16\",\"from\":\"2018-03-15T23:59:00+01:00\"}],\"rooms\":1,\"adults\":3,\"children\":1,\"childrenAges\":\"2\",\"offers\":[{\"code\":\"9002\",\"name\":\"Early Booking discount\",\"amount\":\"-31.30\"},{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-141.60\"},{\"code\":\"9008\",\"name\":\"Extra bed discount\",\"amount\":\"-111.92\"}],\"dailyRates\":[{\"offset\":1,\"dailyNet\":\"70.16\"},{\"offset\":2,\"dailyNet\":\"70.16\"},{\"offset\":3,\"dailyNet\":\"70.62\"},{\"offset\":4,\"dailyNet\":\"70.62\"}]},{\"rateKey\":\"20180317|20180321|W|1|300|APT.SS|OP-FIT|HB||1~3~1|2|N@77BEA0BE6D5F474588C48FFD226C5A721403\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"346.92\",\"allotment\":35,\"rateCommentsId\":\"1|100652|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"86.44\",\"from\":\"2018-03-15T23:59:00+01:00\"}],\"rooms\":1,\"adults\":3,\"children\":1,\"childrenAges\":\"2\",\"offers\":[{\"code\":\"9002\",\"name\":\"Early Booking discount\",\"amount\":\"-61.20\"},{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-176.24\"},{\"code\":\"9008\",\"name\":\"Extra bed discount\",\"amount\":\"-120.58\"}],\"dailyRates\":[{\"offset\":1,\"dailyNet\":\"86.44\"},{\"offset\":2,\"dailyNet\":\"86.44\"},{\"offset\":3,\"dailyNet\":\"87.02\"},{\"offset\":4,\"dailyNet\":\"87.02\"}]}]},{\"code\":\"APT.VM\",\"name\":\"APARTMENT SEA VIEW\",\"rates\":[{\"rateKey\":\"20180317|20180321|W|1|300|APT.VM|OP-FIT|SC||1~3~1|2|N@77BEA0BE6D5F474588C48FFD226C5A721403\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"220.34\",\"allotment\":65,\"rateCommentsId\":\"1|100652|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"54.90\",\"from\":\"2018-03-15T23:59:00+01:00\"}],\"rooms\":1,\"adults\":3,\"children\":1,\"childrenAges\":\"2\",\"offers\":[{\"code\":\"9002\",\"name\":\"Early Booking discount\",\"amount\":\"-24.48\"},{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-122.40\"},{\"code\":\"9008\",\"name\":\"Extra bed discount\",\"amount\":\"-122.40\"}],\"dailyRates\":[{\"offset\":1,\"dailyNet\":\"54.90\"},{\"offset\":2,\"dailyNet\":\"54.90\"},{\"offset\":3,\"dailyNet\":\"55.27\"},{\"offset\":4,\"dailyNet\":\"55.27\"}]},{\"rateKey\":\"20180317|20180321|W|1|300|APT.VM|CG-OPACOPVP|SC||1~3~1|2|P@77BEA0BE6D5F474588C48FFD226C5A721403\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"230.98\",\"allotment\":20,\"paymentType\":\"AT_WEB\",\"packaging\":true,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"57.56\",\"from\":\"2018-03-15T23:59:00+01:00\"}],\"rooms\":1,\"adults\":3,\"children\":1,\"childrenAges\":\"2\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-121.58\"},{\"code\":\"9005\",\"name\":\"Exclusive discount\",\"amount\":\"-12.16\"}],\"dailyRates\":[{\"offset\":1,\"dailyNet\":\"57.56\"},{\"offset\":2,\"dailyNet\":\"57.56\"},{\"offset\":3,\"dailyNet\":\"57.93\"},{\"offset\":4,\"dailyNet\":\"57.93\"}]},{\"rateKey\":\"20180317|20180321|H|1|300|APT.VM|NRF-TODOS|SC||1~3~1|2|N@77BEA0BE6D5F474588C48FFD226C5A721403\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"252.20\",\"sellingRate\":\"280.22\",\"hotelSellingRate\":\"235.60\",\"hotelCurrency\":\"EUR\",\"hotelMandatory\":true,\"allotment\":20,\"commission\":\"28.02\",\"commissionVAT\":\"0.00\",\"commissionPCT\":\"10.00\",\"rateCommentsId\":\"1|92570|0\",\"paymentType\":\"AT_HOTEL\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"280.22\",\"hotelAmount\":\"235.60\",\"hotelCurrency\":\"EUR\",\"from\":\"2017-12-11T23:59:00+01:00\"}],\"rooms\":1,\"adults\":3,\"children\":1,\"childrenAges\":\"2\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-147.49\"}],\"dailyRates\":[{\"offset\":1,\"dailySellingRate\":\"70.05\"},{\"offset\":2,\"dailySellingRate\":\"70.05\"},{\"offset\":3,\"dailySellingRate\":\"70.05\"},{\"offset\":4,\"dailySellingRate\":\"70.05\"}]},{\"rateKey\":\"20180317|20180321|H|1|300|APT.VM|CG-TODOS|SC||1~3~1|2|N@77BEA0BE6D5F474588C48FFD226C5A721403\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"265.47\",\"sellingRate\":\"294.97\",\"hotelSellingRate\":\"248.00\",\"hotelCurrency\":\"EUR\",\"hotelMandatory\":true,\"allotment\":20,\"commission\":\"29.50\",\"commissionVAT\":\"0.00\",\"commissionPCT\":\"10.00\",\"rateCommentsId\":\"1|92561|0\",\"paymentType\":\"AT_HOTEL\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"73.74\",\"hotelAmount\":\"62.00\",\"hotelCurrency\":\"EUR\",\"from\":\"2018-03-15T23:59:00+01:00\"}],\"rooms\":1,\"adults\":3,\"children\":1,\"childrenAges\":\"2\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-147.49\"}],\"dailyRates\":[{\"offset\":1,\"dailySellingRate\":\"73.74\"},{\"offset\":2,\"dailySellingRate\":\"73.74\"},{\"offset\":3,\"dailySellingRate\":\"73.74\"},{\"offset\":4,\"dailySellingRate\":\"73.74\"}]},{\"rateKey\":\"20180317|20180321|W|1|300|APT.VM|OP-FIT|BB||1~3~1|2|N@77BEA0BE6D5F474588C48FFD226C5A721403\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"318.36\",\"allotment\":65,\"rateCommentsId\":\"1|100652|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"79.33\",\"from\":\"2018-03-15T23:59:00+01:00\"}],\"rooms\":1,\"adults\":3,\"children\":1,\"childrenAges\":\"2\",\"offers\":[{\"code\":\"9002\",\"name\":\"Early Booking discount\",\"amount\":\"-35.36\"},{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-162.00\"},{\"code\":\"9008\",\"name\":\"Extra bed discount\",\"amount\":\"-132.32\"}],\"dailyRates\":[{\"offset\":1,\"dailyNet\":\"79.33\"},{\"offset\":2,\"dailyNet\":\"79.33\"},{\"offset\":3,\"dailyNet\":\"79.85\"},{\"offset\":4,\"dailyNet\":\"79.85\"}]},{\"rateKey\":\"20180317|20180321|W|1|300|APT.VM|OP-FIT|HB||1~3~1|2|N@77BEA0BE6D5F474588C48FFD226C5A721403\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"381.64\",\"allotment\":65,\"rateCommentsId\":\"1|100652|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"95.09\",\"from\":\"2018-03-15T23:59:00+01:00\"}],\"rooms\":1,\"adults\":3,\"children\":1,\"childrenAges\":\"2\",\"offers\":[{\"code\":\"9002\",\"name\":\"Early Booking discount\",\"amount\":\"-67.34\"},{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-196.64\"},{\"code\":\"9008\",\"name\":\"Extra bed discount\",\"amount\":\"-140.98\"}],\"dailyRates\":[{\"offset\":1,\"dailyNet\":\"95.09\"},{\"offset\":2,\"dailyNet\":\"95.09\"},{\"offset\":3,\"dailyNet\":\"95.73\"},{\"offset\":4,\"dailyNet\":\"95.73\"}]}]}],\"minRate\":\"183.54\",\"maxRate\":\"381.64\",\"currency\":\"USD\",\"creditCards\":[{\"code\":\"VI\",\"name\":\"VISA-SSL\",\"paymentType\":\"AT_HOTEL\"},{\"code\":\"AE\",\"name\":\"AMEX-SSL\",\"paymentType\":\"AT_HOTEL\"},{\"code\":\"MA\",\"name\":\"SWITCH-SSL\",\"paymentType\":\"AT_HOTEL\"},{\"code\":\"MC\",\"name\":\"ECMC-SSL\",\"paymentType\":\"AT_HOTEL\"},{\"code\":\"VE\",\"name\":\"VISA-SSL\",\"paymentType\":\"AT_HOTEL\"}]}],\"checkIn\":\"2018-03-17\",\"total\":1,\"checkOut\":\"2018-03-21\"}}"}],"_postman_id":"a92649af-63ea-fd3a-ec78-57c2554ff92e"},{"name":"Availability by destination","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"93817378-dda0-ae12-1aaf-09379f4be394","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"stay\": {\n\t\t\"checkIn\": \"2018-03-15\",\n\t\t\"checkOut\": \"2018-03-16\",\n\t\t\"shiftDays\": \"2\"\n\t},\n\t\"occupancies\": [{\n\t\t\"rooms\": 1,\n\t\t\"adults\": 2,\n\t\t\"children\": 0\n\t}],\n\t\"destination\": {\n\t\t\"code\": \"MCO\"\n\t}\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels","description":"Destination name search (please note that search by destination/zone will be activated upon request, it's not active by default). \n\nIn 'examples' you can find different cases of requests and responses."},"response":[{"id":"42047223-83c7-2603-bc44-d40b205cdcc3","name":"1~1~1 (availability by destination & zone)","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"stay\": {\n\t\t\"checkIn\": \"2017-09-15\",\n\t\t\"checkOut\": \"2017-09-20\",\n\t\t\"shiftDays\": \"2\"\n\t},\n\t\"occupancies\": [{\n\t\t\"rooms\": 1,\n\t\t\"adults\": 1,\n\t\t\"children\": 1,\n\t\t\"paxes\": [{\n\t\t\t\"type\": \"CH\",\n\t\t\t\"age\": 4\n\t\t}]\n\t}],\n\t\"destination\": {\n\t\t\"code\": \"MCO\",\n\t\t\"zone\": 1\n\t}\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"917","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 30 Aug 2017 09:41:47 GMT","name":"Date","description":""},{"key":"Server","value":"Jetty(9.2.16.v20160414)","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":""},{"key":"X-Mashery-Responder","value":"prod-j-worker-eu-west-1c-55.mashery.com","name":"X-Mashery-Responder","description":""},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":""},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":""},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":""},{"key":"X-Plan-Quota-Current","value":"46","name":"X-Plan-Quota-Current","description":""},{"key":"X-Plan-Quota-Reset","value":"Thursday, August 31, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":""},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":""},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":""}],"cookie":[],"responseTime":"2073","body":"{\"auditData\":{\"processTime\":\"1923\",\"timestamp\":\"2017-08-30 11:41:49.175\",\"requestHost\":\"52.49.114.253\",\"serverId\":\"sa37AUX3ROLBLIS.env#PL\",\"environment\":\"[int]\",\"release\":\"4c0c21f7a3982f3ad0cf88b921c4e04e7c36861f\",\"token\":\"9d9f4f43-0ce3-4ad2-891b-f0be9546aeab\",\"internal\":\"0||BR|03|1|6||||||||||||9||1~1~1~1||0||0|wuupfvswdqfz342cejxfv3ku||\"},\"hotels\":{\"hotels\":[{\"code\":180687,\"name\":\"Mission Inn Resort & Club\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"MCO\",\"destinationName\":\"Orlando Area - Florida - FL\",\"zoneCode\":1,\"zoneName\":\"Howey-In-The-Hills\",\"latitude\":\"28.725834\",\"longitude\":\"-81.781937\",\"rooms\":[{\"code\":\"SUI.CB\",\"name\":\"SUITE CLUB\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"rooms\":1,\"adults\":1,\"children\":1,\"childrenAges\":\"4\",\"shiftRates\":[{\"rateKey\":\"20170917|20170922|W|235|180687|SUI.CB|STA|RO||1~1~1|4|N@37816A28834447B2A657B306E5A953531141\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"664.52\",\"allotment\":176,\"checkIn\":\"2017-09-17\",\"checkOut\":\"2017-09-22\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"DB\",\"boardName\":\"BUFFET BREAKFAST\",\"rooms\":1,\"adults\":1,\"children\":1,\"childrenAges\":\"4\",\"shiftRates\":[{\"rateKey\":\"20170917|20170922|W|235|180687|SUI.CB|STA|DB||1~1~1|4|N@37816A28834447B2A657B306E5A953531141\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"846.92\",\"allotment\":176,\"checkIn\":\"2017-09-17\",\"checkOut\":\"2017-09-22\"}]}]},{\"code\":\"DBL.DX\",\"name\":\"DOUBLE DELUXE\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"rooms\":1,\"adults\":1,\"children\":1,\"childrenAges\":\"4\",\"shiftRates\":[{\"rateKey\":\"20170917|20170922|W|235|180687|DBL.DX|STA|RO||1~1~1|4|N@37816A28834447B2A657B306E5A953531141\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"707.60\",\"allotment\":176,\"checkIn\":\"2017-09-17\",\"checkOut\":\"2017-09-22\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"DB\",\"boardName\":\"BUFFET BREAKFAST\",\"rooms\":1,\"adults\":1,\"children\":1,\"childrenAges\":\"4\",\"shiftRates\":[{\"rateKey\":\"20170917|20170922|W|235|180687|DBL.DX|STA|DB||1~1~1|4|N@37816A28834447B2A657B306E5A953531141\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"890.00\",\"allotment\":176,\"checkIn\":\"2017-09-17\",\"checkOut\":\"2017-09-22\"}]}]},{\"code\":\"VIL.B2-1\",\"name\":\"VILLA TWO BEDROOMS VILLA SANTA CRUZ\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"rooms\":1,\"adults\":1,\"children\":1,\"childrenAges\":\"4\",\"shiftRates\":[{\"rateKey\":\"20170917|20170922|W|235|180687|VIL.B2-1|STA|RO||1~1~1|4|N@37816A28834447B2A657B306E5A953531141\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"1815.15\",\"allotment\":176,\"checkIn\":\"2017-09-17\",\"checkOut\":\"2017-09-22\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"DB\",\"boardName\":\"BUFFET BREAKFAST\",\"rooms\":1,\"adults\":1,\"children\":1,\"childrenAges\":\"4\",\"shiftRates\":[{\"rateKey\":\"20170917|20170922|W|235|180687|VIL.B2-1|STA|DB||1~1~1|4|N@37816A28834447B2A657B306E5A953531141\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"1997.55\",\"allotment\":176,\"checkIn\":\"2017-09-17\",\"checkOut\":\"2017-09-22\"}]}]}],\"minRate\":\"664.52\",\"maxRate\":\"1997.55\",\"currency\":\"USD\"}],\"checkIn\":\"2017-09-15\",\"total\":1,\"checkOut\":\"2017-09-20\"}}"}],"_postman_id":"93817378-dda0-ae12-1aaf-09379f4be394"},{"name":"Availability by geolocation","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"a3efb282-1884-6851-5f4a-298ed8683bb7","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"stay\": {\r\n\t\t\"checkIn\": \"2018-03-15\",\r\n\t\t\"checkOut\": \"2018-03-16\",\r\n\t\t\"shiftDays\": \"2\"\r\n\t},\r\n\t\"occupancies\": [{\r\n\t\t\"rooms\": 1,\r\n\t\t\"adults\": 2,\r\n\t\t\"children\": 0\r\n\t}],\r\n\t\"geolocation\": {\r\n\t\t\"latitude\": 39.57119,\r\n\t\t\"longitude\": 2.646633999999949,\r\n\t\t\"radius\": 20,\r\n\t\t\"unit\": \"km\"\r\n\t}\r\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels","description":"GPS and ratio search. \n\nIn 'examples' you can find different cases of requests and responses."},"response":[{"id":"c476a0dc-b6a1-dcc9-cc65-29aa5ace28d2","name":"1~2~2 (radial geolocation)","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"stay\": {\r\n\t\t\"checkIn\": \"2017-09-08\",\r\n\t\t\"checkOut\": \"2017-09-10\",\r\n\t\t\"shiftDays\": \"2\"\r\n\t},\r\n\t\"occupancies\": [{\r\n\t\t\"rooms\": 1,\r\n\t\t\"adults\": 2,\r\n\t\t\"children\": 2,\r\n\t\t\"paxes\": [{\r\n\t\t\t\"type\": \"CH\",\r\n\t\t\t\"age\": 8\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"type\": \"CH\",\r\n\t\t\t\"age\": 8\r\n\t\t}]\r\n\t}],\r\n\t\"geolocation\": {\r\n\t\t\"latitude\": 41.118063,\r\n\t\t\"longitude\": 1.004936,\r\n\t\t\"radius\": 50,\r\n\t\t\"unit\": \"mi\"\r\n\t}\r\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"27636","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 30 Aug 2017 08:45:40 GMT","name":"Date","description":""},{"key":"Server","value":"Jetty(9.2.16.v20160414)","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":""},{"key":"X-Mashery-Responder","value":"prod-j-worker-eu-west-1c-55.mashery.com","name":"X-Mashery-Responder","description":""},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":""},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":""},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":""},{"key":"X-Plan-Quota-Current","value":"19","name":"X-Plan-Quota-Current","description":""},{"key":"X-Plan-Quota-Reset","value":"Thursday, August 31, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":""},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":""},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":""}],"cookie":[],"responseTime":"2270","body":"{\"auditData\":{\"processTime\":\"1962\",\"timestamp\":\"2017-08-30 10:45:42.733\",\"requestHost\":\"212.170.239.110\",\"serverId\":\"sa3RKSJACHXE79K.env#PL\",\"environment\":\"[int]\",\"release\":\"4c0c21f7a3982f3ad0cf88b921c4e04e7c36861f\",\"token\":\"51d52381-b4b3-4a3d-9ecd-8ebbaddf2c7d\",\"internal\":\"0|2098E8FD92A845E48314CC7FC16FBC7E1045|BR|10|79|958||||||||||||195||1~1~2~2||0||0|wuupfvswdqfz342cejxfv3ku||\"},\"hotels\":{\"hotels\":[{\"code\":1650,\"name\":\"Termes Montbrio\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":42,\"zoneName\":\"Montbrio del Camp\",\"latitude\":\"41.118063\",\"longitude\":\"1.004936\",\"rooms\":[{\"code\":\"DBT.ST\",\"name\":\"Double or Twin STANDARD\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|1650|DBT.ST|NRF-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"154.64\",\"allotment\":91,\"rateCommentsId\":\"52|80748|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"154.64\",\"from\":\"2017-08-29T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"promotions\":[{\"code\":\"066\",\"name\":\"Children free in room only\",\"remark\":\"Children free allotment. Meal plan supplement not included in the final price. To be paid on spot.\"}],\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-171.84\"},{\"code\":\"9003\",\"name\":\"Long Stay discount\",\"amount\":\"-17.19\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1650|DBT.ST|NRF-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"143.32\",\"allotment\":94,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1650|DBT.ST|NRF-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"154.64\",\"allotment\":91,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1650|DBT.ST|NRF-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"143.32\",\"allotment\":97,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1650|DBT.ST|NRF-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"143.32\",\"allotment\":93,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|1650|DBT.ST|CG-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"170.12\",\"allotment\":91,\"rateCommentsId\":\"52|77901|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"170.12\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"promotions\":[{\"code\":\"066\",\"name\":\"Children free in room only\",\"remark\":\"Children free allotment, meals direct payment\"}],\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-200.16\"},{\"code\":\"9003\",\"name\":\"Long Stay discount\",\"amount\":\"-30.03\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1650|DBT.ST|CG-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"159.72\",\"allotment\":94,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1650|DBT.ST|CG-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"170.12\",\"allotment\":91,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1650|DBT.ST|CG-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"159.72\",\"allotment\":97,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1650|DBT.ST|CG-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"159.72\",\"allotment\":93,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|1650|DBT.ST|NRF-BAR|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"260.24\",\"allotment\":91,\"rateCommentsId\":\"52|80748|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"260.24\",\"from\":\"2017-08-29T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"promotions\":[{\"code\":\"066\",\"name\":\"Children free in room only\",\"remark\":\"Children free allotment. Meal plan supplement not included in the final price. To be paid on spot.\"}],\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-230.52\"},{\"code\":\"9003\",\"name\":\"Long Stay discount\",\"amount\":\"-28.95\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1650|DBT.ST|NRF-BAR|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"248.92\",\"allotment\":94,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1650|DBT.ST|NRF-BAR|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"260.24\",\"allotment\":91,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1650|DBT.ST|NRF-BAR|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"248.92\",\"allotment\":97,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1650|DBT.ST|NRF-BAR|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"248.92\",\"allotment\":93,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|1650|DBT.ST|CG-BAR|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"267.32\",\"allotment\":91,\"rateCommentsId\":\"52|77901|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"267.32\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"promotions\":[{\"code\":\"066\",\"name\":\"Children free in room only\",\"remark\":\"Children free allotment, meals direct payment\"}],\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-257.36\"},{\"code\":\"9003\",\"name\":\"Long Stay discount\",\"amount\":\"-47.19\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1650|DBT.ST|CG-BAR|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"256.92\",\"allotment\":94,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1650|DBT.ST|CG-BAR|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"267.32\",\"allotment\":91,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1650|DBT.ST|CG-BAR|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"256.92\",\"allotment\":97,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1650|DBT.ST|CG-BAR|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"256.92\",\"allotment\":93,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|1650|DBT.ST|CG-BAR|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"364.56\",\"allotment\":91,\"rateCommentsId\":\"52|77901|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"cancellationPolicies\":[{\"amount\":\"364.56\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"promotions\":[{\"code\":\"066\",\"name\":\"Children free in room only\",\"remark\":\"Children free allotment, meals direct payment\"}],\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-314.52\"},{\"code\":\"9003\",\"name\":\"Long Stay discount\",\"amount\":\"-64.35\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1650|DBT.ST|CG-BAR|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"354.16\",\"allotment\":94,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1650|DBT.ST|CG-BAR|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"364.56\",\"allotment\":91,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1650|DBT.ST|CG-BAR|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"354.16\",\"allotment\":97,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1650|DBT.ST|CG-BAR|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"354.16\",\"allotment\":93,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|1650|DBT.ST|PCK-AQUA|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"PAQ\",\"rateType\":\"BOOKABLE\",\"net\":\"408.09\",\"allotment\":91,\"rateCommentsId\":\"52|77961|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"408.09\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-136.04\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1650|DBT.ST|PCK-AQUA|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"PAQ\",\"rateType\":\"BOOKABLE\",\"net\":\"389.72\",\"allotment\":94,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1650|DBT.ST|PCK-AQUA|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"PAQ\",\"rateType\":\"BOOKABLE\",\"net\":\"408.09\",\"allotment\":91,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1650|DBT.ST|PCK-AQUA|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"PAQ\",\"rateType\":\"BOOKABLE\",\"net\":\"389.72\",\"allotment\":97,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1650|DBT.ST|PCK-AQUA|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"PAQ\",\"rateType\":\"BOOKABLE\",\"net\":\"389.72\",\"allotment\":93,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"DBT.SU\",\"name\":\"Double or Twin SUPERIOR\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|1650|DBT.SU|NRF-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"202.93\",\"allotment\":40,\"rateCommentsId\":\"52|80748|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"202.93\",\"from\":\"2017-08-29T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"promotions\":[{\"code\":\"066\",\"name\":\"Children free in room only\",\"remark\":\"Children free allotment. Meal plan supplement not included in the final price. To be paid on spot.\"}],\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-225.48\"},{\"code\":\"9003\",\"name\":\"Long Stay discount\",\"amount\":\"-22.54\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1650|DBT.SU|NRF-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"191.62\",\"allotment\":40,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1650|DBT.SU|NRF-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"202.93\",\"allotment\":40,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1650|DBT.SU|NRF-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"191.62\",\"allotment\":40,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1650|DBT.SU|NRF-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"191.62\",\"allotment\":40,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|1650|DBT.SU|CG-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"214.57\",\"allotment\":40,\"rateCommentsId\":\"52|77901|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"214.57\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"promotions\":[{\"code\":\"066\",\"name\":\"Children free in room only\",\"remark\":\"Children free allotment, meals direct payment\"}],\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-252.44\"},{\"code\":\"9003\",\"name\":\"Long Stay discount\",\"amount\":\"-37.87\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1650|DBT.SU|CG-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"204.14\",\"allotment\":40,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1650|DBT.SU|CG-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"214.57\",\"allotment\":40,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1650|DBT.SU|CG-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"204.14\",\"allotment\":40,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1650|DBT.SU|CG-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"204.14\",\"allotment\":40,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|1650|DBT.SU|NRF-BAR|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"308.53\",\"allotment\":40,\"rateCommentsId\":\"52|80748|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"308.53\",\"from\":\"2017-08-29T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"promotions\":[{\"code\":\"066\",\"name\":\"Children free in room only\",\"remark\":\"Children free allotment. Meal plan supplement not included in the final price. To be paid on spot.\"}],\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-284.16\"},{\"code\":\"9003\",\"name\":\"Long Stay discount\",\"amount\":\"-34.30\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1650|DBT.SU|NRF-BAR|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"297.22\",\"allotment\":40,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1650|DBT.SU|NRF-BAR|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"308.53\",\"allotment\":40,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1650|DBT.SU|NRF-BAR|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"297.22\",\"allotment\":40,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1650|DBT.SU|NRF-BAR|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"297.22\",\"allotment\":40,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|1650|DBT.SU|CG-BAR|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"311.77\",\"allotment\":40,\"rateCommentsId\":\"52|77901|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"311.77\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"promotions\":[{\"code\":\"066\",\"name\":\"Children free in room only\",\"remark\":\"Children free allotment, meals direct payment\"}],\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-309.64\"},{\"code\":\"9003\",\"name\":\"Long Stay discount\",\"amount\":\"-55.03\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1650|DBT.SU|CG-BAR|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"301.34\",\"allotment\":40,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1650|DBT.SU|CG-BAR|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"311.77\",\"allotment\":40,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1650|DBT.SU|CG-BAR|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"301.34\",\"allotment\":40,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1650|DBT.SU|CG-BAR|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"301.34\",\"allotment\":40,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|1650|DBT.SU|CG-BAR|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"409.01\",\"allotment\":40,\"rateCommentsId\":\"52|77901|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"cancellationPolicies\":[{\"amount\":\"409.01\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"promotions\":[{\"code\":\"066\",\"name\":\"Children free in room only\",\"remark\":\"Children free allotment, meals direct payment\"}],\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-366.80\"},{\"code\":\"9003\",\"name\":\"Long Stay discount\",\"amount\":\"-72.19\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1650|DBT.SU|CG-BAR|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"398.58\",\"allotment\":40,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1650|DBT.SU|CG-BAR|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"409.01\",\"allotment\":40,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1650|DBT.SU|CG-BAR|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"398.58\",\"allotment\":40,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1650|DBT.SU|CG-BAR|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"398.58\",\"allotment\":40,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|1650|DBT.SU|PCK-AQUA|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"PAQ\",\"rateType\":\"BOOKABLE\",\"net\":\"486.51\",\"allotment\":40,\"rateCommentsId\":\"52|77961|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"486.51\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-162.18\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1650|DBT.SU|PCK-AQUA|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"PAQ\",\"rateType\":\"BOOKABLE\",\"net\":\"468.12\",\"allotment\":40,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1650|DBT.SU|PCK-AQUA|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"PAQ\",\"rateType\":\"BOOKABLE\",\"net\":\"486.51\",\"allotment\":40,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1650|DBT.SU|PCK-AQUA|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"PAQ\",\"rateType\":\"BOOKABLE\",\"net\":\"468.12\",\"allotment\":40,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1650|DBT.SU|PCK-AQUA|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"PAQ\",\"rateType\":\"BOOKABLE\",\"net\":\"468.12\",\"allotment\":40,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"143.32\",\"maxRate\":\"486.51\",\"currency\":\"EUR\"},{\"code\":647,\"name\":\"Augustus\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":30,\"zoneName\":\"Cambrils\",\"latitude\":\"41.07408\",\"longitude\":\"1.1149353\",\"rooms\":[{\"code\":\"DBT.ST\",\"name\":\"Double or Twin STANDARD\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|647|DBT.ST|CG-TODOS SA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"294.30\",\"allotment\":99,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"29.43\",\"from\":\"2017-08-31T23:59:00+02:00\"},{\"amount\":\"73.58\",\"from\":\"2017-09-04T23:59:00+02:00\"},{\"amount\":\"294.30\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-294.30\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|647|DBT.ST|CG-TODOS SA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"133.03\",\"allotment\":99,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|647|DBT.ST|CG-TODOS SA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"267.55\",\"allotment\":99,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|647|DBT.ST|CG-TODOS SA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"240.80\",\"allotment\":99,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|647|DBT.ST|CG-TODOS SA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"240.80\",\"allotment\":99,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|647|DBT.ST|CG-TODOS AD|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"303.41\",\"allotment\":99,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"30.34\",\"from\":\"2017-08-31T23:59:00+02:00\"},{\"amount\":\"75.85\",\"from\":\"2017-09-04T23:59:00+02:00\"},{\"amount\":\"303.41\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-303.42\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|647|DBT.ST|CG-TODOS AD|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"137.15\",\"allotment\":99,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|647|DBT.ST|CG-TODOS AD|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"275.82\",\"allotment\":99,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|647|DBT.ST|CG-TODOS AD|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"248.25\",\"allotment\":99,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|647|DBT.ST|CG-TODOS AD|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"248.25\",\"allotment\":99,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|647|DBT.ST|CG-TODOS MP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"318.58\",\"allotment\":98,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"31.86\",\"from\":\"2017-08-31T23:59:00+02:00\"},{\"amount\":\"79.64\",\"from\":\"2017-09-04T23:59:00+02:00\"},{\"amount\":\"318.58\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-318.60\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|647|DBT.ST|CG-TODOS MP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"144.00\",\"allotment\":98,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|647|DBT.ST|CG-TODOS MP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"289.61\",\"allotment\":98,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|647|DBT.ST|CG-TODOS MP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"260.65\",\"allotment\":98,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|647|DBT.ST|CG-TODOS MP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"260.65\",\"allotment\":98,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|647|DBT.ST|CG-TODOS PC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"361.07\",\"allotment\":99,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"cancellationPolicies\":[{\"amount\":\"36.11\",\"from\":\"2017-08-31T23:59:00+02:00\"},{\"amount\":\"90.27\",\"from\":\"2017-09-04T23:59:00+02:00\"},{\"amount\":\"361.07\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-361.08\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|647|DBT.ST|CG-TODOS PC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"163.22\",\"allotment\":100,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|647|DBT.ST|CG-TODOS PC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"328.25\",\"allotment\":100,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|647|DBT.ST|CG-TODOS PC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"295.42\",\"allotment\":98,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|647|DBT.ST|CG-TODOS PC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"295.42\",\"allotment\":98,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"DBT.VP\",\"name\":\"Double or Twin POOL VIEW\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|647|DBT.VP|CG-TODOS SA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"338.46\",\"allotment\":88,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"33.85\",\"from\":\"2017-08-31T23:59:00+02:00\"},{\"amount\":\"84.61\",\"from\":\"2017-09-04T23:59:00+02:00\"},{\"amount\":\"338.46\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-338.46\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|647|DBT.VP|CG-TODOS SA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"152.99\",\"allotment\":84,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|647|DBT.VP|CG-TODOS SA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"307.69\",\"allotment\":88,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|647|DBT.VP|CG-TODOS SA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"276.92\",\"allotment\":90,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|647|DBT.VP|CG-TODOS SA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"276.92\",\"allotment\":88,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|647|DBT.VP|CG-TODOS AD|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"348.92\",\"allotment\":88,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"34.89\",\"from\":\"2017-08-31T23:59:00+02:00\"},{\"amount\":\"87.23\",\"from\":\"2017-09-04T23:59:00+02:00\"},{\"amount\":\"348.92\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-348.96\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|647|DBT.VP|CG-TODOS AD|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"157.72\",\"allotment\":84,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|647|DBT.VP|CG-TODOS AD|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"317.20\",\"allotment\":88,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|647|DBT.VP|CG-TODOS AD|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"285.48\",\"allotment\":90,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|647|DBT.VP|CG-TODOS AD|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"285.48\",\"allotment\":88,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|647|DBT.VP|CG-TODOS MP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"366.36\",\"allotment\":88,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"36.64\",\"from\":\"2017-08-31T23:59:00+02:00\"},{\"amount\":\"91.59\",\"from\":\"2017-09-04T23:59:00+02:00\"},{\"amount\":\"366.36\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-366.38\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|647|DBT.VP|CG-TODOS MP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"165.60\",\"allotment\":84,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|647|DBT.VP|CG-TODOS MP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"333.05\",\"allotment\":88,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|647|DBT.VP|CG-TODOS MP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"299.75\",\"allotment\":90,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|647|DBT.VP|CG-TODOS MP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"299.75\",\"allotment\":88,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|647|DBT.VP|CG-TODOS PC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"415.24\",\"allotment\":88,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"cancellationPolicies\":[{\"amount\":\"41.52\",\"from\":\"2017-08-31T23:59:00+02:00\"},{\"amount\":\"103.81\",\"from\":\"2017-09-04T23:59:00+02:00\"},{\"amount\":\"415.24\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-415.24\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|647|DBT.VP|CG-TODOS PC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"187.69\",\"allotment\":84,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|647|DBT.VP|CG-TODOS PC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"377.49\",\"allotment\":88,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|647|DBT.VP|CG-TODOS PC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"339.74\",\"allotment\":89,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|647|DBT.VP|CG-TODOS PC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"339.74\",\"allotment\":88,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"133.03\",\"maxRate\":\"415.24\",\"currency\":\"EUR\"},{\"code\":8461,\"name\":\"Dorada Palace\",\"categoryCode\":\"APTH4\",\"categoryName\":\"APARTHOTEL 4*\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.0777794\",\"longitude\":\"1.1486646\",\"rooms\":[{\"code\":\"DBT.ST\",\"name\":\"Double or Twin STANDARD\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|8461|DBT.ST|CG-SWS DBT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"259.62\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|8461|DBT.ST|CG-SWS DBT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"259.62\",\"allotment\":1,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|8461|DBT.ST|CG-SWS DBT|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"286.66\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|8461|DBT.ST|CG-SWS DBT|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"286.66\",\"allotment\":1,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"259.62\",\"maxRate\":\"286.66\",\"currency\":\"EUR\"},{\"code\":1723,\"name\":\"Sol Costa Daurada\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.082477\",\"longitude\":\"1.143382\",\"rooms\":[{\"code\":\"QUA.ST-1\",\"name\":\"QUADRUPLE CHILD\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1723|QUA.ST-1|CG-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"278.07\",\"allotment\":4,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|1723|QUA.ST-1|CG-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"317.80\",\"allotment\":10,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1723|QUA.ST-1|CG-BAR BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"283.03\",\"allotment\":4,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|1723|QUA.ST-1|CG-BAR BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"322.76\",\"allotment\":10,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1723|QUA.ST-1|CG-BAR HB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"305.39\",\"allotment\":4,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|1723|QUA.ST-1|CG-BAR HB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"345.12\",\"allotment\":10,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1723|QUA.ST-1|CG-BAR FB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"369.94\",\"allotment\":4,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|1723|QUA.ST-1|CG-BAR FB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"409.66\",\"allotment\":10,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]}]}],\"minRate\":\"278.07\",\"maxRate\":\"409.66\",\"currency\":\"EUR\"},{\"code\":54693,\"name\":\"Nastasi Hotel & SPA\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"LER\",\"destinationName\":\"Lerida\",\"zoneCode\":10,\"zoneName\":\"Lerida\",\"latitude\":\"41.63033926253069\",\"longitude\":\"0.5965802073660598\",\"rooms\":[{\"code\":\"QUA.ST\",\"name\":\"QUADRUPLE STANDARD\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|102|54693|QUA.ST|CG-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"142.17\",\"allotment\":1,\"rateCommentsId\":\"102|182904|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"69.03\",\"from\":\"2017-09-07T12:00:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170909|20170911|W|102|54693|QUA.ST|CG-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"138.06\",\"allotment\":1,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"}]},{\"rateKey\":\"20170908|20170910|W|102|54693|QUA.ST|CG-BAR BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"191.47\",\"allotment\":1,\"rateCommentsId\":\"102|191659|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"93.68\",\"from\":\"2017-09-07T12:00:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170909|20170911|W|102|54693|QUA.ST|CG-BAR BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"187.36\",\"allotment\":1,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"}]},{\"rateKey\":\"20170908|20170910|W|102|54693|QUA.ST|CG-BAR HB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"331.17\",\"allotment\":1,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"152.85\",\"from\":\"2017-09-07T12:00:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\"}]}],\"minRate\":\"138.06\",\"maxRate\":\"331.17\",\"currency\":\"EUR\"},{\"code\":17498,\"name\":\"Dolce Sitges\",\"categoryCode\":\"5EST\",\"categoryName\":\"5 STARS\",\"destinationCode\":\"STS\",\"destinationName\":\"Sitges Area - Costa del Garraf\",\"zoneCode\":60,\"zoneName\":\"Sitges\",\"latitude\":\"41.229415\",\"longitude\":\"1.773071\",\"rooms\":[{\"code\":\"DBT.DX-VP\",\"name\":\"Double or Twin DELUXE POOL VIEW\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|17498|DBT.DX-VP|OPAQUE DBT|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"385.84\",\"allotment\":4,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"189.19\",\"from\":\"2017-09-04T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-428.70\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|17498|DBT.DX-VP|OPAQUE DBT|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"326.25\",\"allotment\":5,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|17498|DBT.DX-VP|OPAQUE DBT|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"363.50\",\"allotment\":4,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|17498|DBT.DX-VP|OPAQUE DBT|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"326.25\",\"allotment\":5,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|17498|DBT.DX-VP|OPAQUE DBT|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"348.59\",\"allotment\":4,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|17498|DBT.DX-VP|OPAQUE DBT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"423.06\",\"allotment\":4,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"207.80\",\"from\":\"2017-09-04T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-470.06\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|17498|DBT.DX-VP|OPAQUE DBT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"363.47\",\"allotment\":5,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|17498|DBT.DX-VP|OPAQUE DBT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"400.72\",\"allotment\":4,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|17498|DBT.DX-VP|OPAQUE DBT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"363.47\",\"allotment\":5,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|17498|DBT.DX-VP|OPAQUE DBT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"385.81\",\"allotment\":4,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|17498|DBT.DX-VP|CG-TODOS DBT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"668.66\",\"allotment\":5,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"330.19\",\"from\":\"2017-09-04T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-470.06\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|17498|DBT.DX-VP|CG-TODOS DBT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"602.45\",\"allotment\":5,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|17498|DBT.DX-VP|CG-TODOS DBT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"643.83\",\"allotment\":5,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|17498|DBT.DX-VP|CG-TODOS DBT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"602.45\",\"allotment\":5,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|17498|DBT.DX-VP|CG-TODOS DBT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"627.28\",\"allotment\":5,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"326.25\",\"maxRate\":\"668.66\",\"currency\":\"EUR\"},{\"code\":4448,\"name\":\"Subur Maritim\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"STS\",\"destinationName\":\"Sitges Area - Costa del Garraf\",\"zoneCode\":60,\"zoneName\":\"Sitges\",\"latitude\":\"41.230147\",\"longitude\":\"1.794235\",\"rooms\":[{\"code\":\"DBT.ST\",\"name\":\"Double or Twin STANDARD\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|4448|DBT.ST|NRF-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"356.52\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|4448|DBT.ST|CG-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"396.14\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|4448|DBT.ST|NRF-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"414.96\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|4448|DBT.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"454.58\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|4448|DBT.ST|NRF-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"535.12\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|4448|DBT.ST|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"574.74\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]}]},{\"code\":\"DBT.VM\",\"name\":\"Double or Twin SEA VIEW\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|4448|DBT.VM|CG-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"420.48\",\"allotment\":1,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|4448|DBT.VM|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"478.92\",\"allotment\":1,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|4448|DBT.VM|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"599.08\",\"allotment\":1,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]}]}],\"minRate\":\"356.52\",\"maxRate\":\"599.08\",\"currency\":\"EUR\"},{\"code\":457,\"name\":\"Salou Pacific\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.06865267142306\",\"longitude\":\"1.153116524219513\",\"rooms\":[{\"code\":\"STU.C4\",\"name\":\"STUDIO CAPACITY 4\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|457|STU.C4|NRF-SHORT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"163.80\",\"allotment\":17,\"rateCommentsId\":\"52|81052|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"163.80\",\"from\":\"2017-08-29T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|457|STU.C4|NRF-SHORT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"133.62\",\"allotment\":22,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|457|STU.C4|NRF-SHORT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"163.80\",\"allotment\":17,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|457|STU.C4|NRF-SHORT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"146.56\",\"allotment\":19,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|457|STU.C4|NRF-SHORT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"155.18\",\"allotment\":17,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|457|STU.C4|CG-SHORT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"172.42\",\"allotment\":17,\"rateCommentsId\":\"52|81050|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"86.21\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"172.42\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|457|STU.C4|CG-SHORT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"142.24\",\"allotment\":22,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|457|STU.C4|CG-SHORT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"172.42\",\"allotment\":17,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|457|STU.C4|CG-SHORT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"155.18\",\"allotment\":19,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|457|STU.C4|CG-SHORT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"163.80\",\"allotment\":17,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"133.62\",\"maxRate\":\"172.42\",\"currency\":\"EUR\"},{\"code\":4842,\"name\":\"Cye Salou\",\"categoryCode\":\"APTH3\",\"categoryName\":\"APARTHOTEL 3*\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.07633\",\"longitude\":\"1.144778\",\"rooms\":[{\"code\":\"APT.C4\",\"name\":\"APARTMENT CAPACITY 4\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|4842|APT.C4|SWS-SC-2N|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"280.94\",\"allotment\":10,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"42.14\",\"from\":\"2017-08-29T23:59:00+02:00\"},{\"amount\":\"70.23\",\"from\":\"2017-09-05T23:59:00+02:00\"},{\"amount\":\"280.94\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|4842|APT.C4|SWS-SC-2N|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"182.62\",\"allotment\":10,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|4842|APT.C4|SWS-SC-2N|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"252.85\",\"allotment\":10,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170907|20170909|W|52|4842|APT.C4|SWS-SC-2N|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"280.94\",\"allotment\":10,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"182.62\",\"maxRate\":\"280.94\",\"currency\":\"EUR\"},{\"code\":14435,\"name\":\"Sunway San Jorge\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"STS\",\"destinationName\":\"Sitges Area - Costa del Garraf\",\"zoneCode\":60,\"zoneName\":\"Sitges\",\"latitude\":\"41.235418\",\"longitude\":\"1.798865\",\"rooms\":[{\"code\":\"APT.C4\",\"name\":\"APARTMENT CAPACITY 4\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|14435|APT.C4|CG-EASYJET|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"239.90\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|14435|APT.C4|CG-EASYJET|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"239.90\",\"allotment\":2,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"}]}]}],\"minRate\":\"239.90\",\"maxRate\":\"239.90\",\"currency\":\"EUR\"},{\"code\":435,\"name\":\"Cye Holiday Centre\",\"categoryCode\":\"APTH3\",\"categoryName\":\"APARTHOTEL 3*\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.07821688192197\",\"longitude\":\"1.1357854306697845\",\"rooms\":[{\"code\":\"APT.B1-C5\",\"name\":\"APARTMENT CAPACITY 5 ONE BEDROOM\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|435|APT.B1-C5|SWS-SC-2N|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"355.42\",\"allotment\":7,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"53.31\",\"from\":\"2017-08-29T23:59:00+02:00\"},{\"amount\":\"88.86\",\"from\":\"2017-09-05T23:59:00+02:00\"},{\"amount\":\"355.42\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-118.48\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|435|APT.B1-C5|SWS-SC-2N|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"296.17\",\"allotment\":8,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|435|APT.B1-C5|SWS-SC-2N|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"355.42\",\"allotment\":8,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|435|APT.B1-C5|SWS-SC-2N|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"355.42\",\"allotment\":6,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|435|APT.B1-C5|SWS-SC-2N|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"355.42\",\"allotment\":6,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|435|APT.B1-C5|SWS-BB-2N|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"367.58\",\"allotment\":7,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"55.14\",\"from\":\"2017-08-29T23:59:00+02:00\"},{\"amount\":\"91.89\",\"from\":\"2017-09-05T23:59:00+02:00\"},{\"amount\":\"367.58\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-122.52\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|435|APT.B1-C5|SWS-BB-2N|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"308.34\",\"allotment\":8,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|435|APT.B1-C5|SWS-BB-2N|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"367.58\",\"allotment\":8,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|435|APT.B1-C5|SWS-BB-2N|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"367.58\",\"allotment\":6,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|435|APT.B1-C5|SWS-BB-2N|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"367.58\",\"allotment\":6,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|435|APT.B1-C5|SWS-HB-2N|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"391.88\",\"allotment\":7,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"58.78\",\"from\":\"2017-08-29T23:59:00+02:00\"},{\"amount\":\"97.97\",\"from\":\"2017-09-05T23:59:00+02:00\"},{\"amount\":\"391.88\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-130.64\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|435|APT.B1-C5|SWS-HB-2N|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"332.63\",\"allotment\":8,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|435|APT.B1-C5|SWS-HB-2N|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"391.88\",\"allotment\":8,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|435|APT.B1-C5|SWS-HB-2N|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"391.88\",\"allotment\":6,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|435|APT.B1-C5|SWS-HB-2N|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"391.88\",\"allotment\":6,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|435|APT.B1-C5|SWS-FB-2N|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"440.48\",\"allotment\":7,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"cancellationPolicies\":[{\"amount\":\"66.07\",\"from\":\"2017-08-29T23:59:00+02:00\"},{\"amount\":\"110.12\",\"from\":\"2017-09-05T23:59:00+02:00\"},{\"amount\":\"440.48\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-146.84\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|435|APT.B1-C5|SWS-FB-2N|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"381.24\",\"allotment\":8,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|435|APT.B1-C5|SWS-FB-2N|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"440.48\",\"allotment\":8,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|435|APT.B1-C5|SWS-FB-2N|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"440.48\",\"allotment\":6,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|435|APT.B1-C5|SWS-FB-2N|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"440.48\",\"allotment\":6,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"296.17\",\"maxRate\":\"440.48\",\"currency\":\"EUR\"},{\"code\":22508,\"name\":\"PLANAS\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.075855\",\"longitude\":\"1.13173\",\"rooms\":[{\"code\":\"FAM.ST\",\"name\":\"FAMILY ROOM STANDARD\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|22508|FAM.ST|CG-FIT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"215.60\",\"allotment\":99,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|22508|FAM.ST|CG-FIT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"235.20\",\"allotment\":99,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|22508|FAM.ST|CG-FIT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"280.92\",\"allotment\":99,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|22508|FAM.ST|CG-FIT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"303.12\",\"allotment\":99,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|22508|FAM.ST|CG-FIT|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"330.60\",\"allotment\":99,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|22508|FAM.ST|CG-FIT|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"355.44\",\"allotment\":99,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"}]}]}],\"minRate\":\"215.60\",\"maxRate\":\"355.44\",\"currency\":\"EUR\"},{\"code\":47249,\"name\":\"Sunway Playa Golf Sitges\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"STS\",\"destinationName\":\"Sitges Area - Costa del Garraf\",\"zoneCode\":60,\"zoneName\":\"Sitges\",\"latitude\":\"41.224246\",\"longitude\":\"1.78446\",\"rooms\":[{\"code\":\"APT.C4-VM\",\"name\":\"APARTMENT SEA VIEW CAPACITY 4\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|47249|APT.C4-VM|NRF-TODOS APT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"468.54\",\"allotment\":10,\"rateCommentsId\":\"52|83124|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"468.54\",\"from\":\"2017-08-29T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170909|20170911|W|52|47249|APT.C4-VM|NRF-TODOS APT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"452.87\",\"allotment\":10,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|47249|APT.C4-VM|NRF-TODOS APT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"391.00\",\"allotment\":10,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|47249|APT.C4-VM|NRF-TODOS APT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"429.77\",\"allotment\":10,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|47249|APT.C4-VM|CG-TODOS APT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"493.28\",\"allotment\":10,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"123.32\",\"from\":\"2017-08-29T23:59:00+02:00\"},{\"amount\":\"493.28\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|47249|APT.C4-VM|CG-TODOS APT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"419.05\",\"allotment\":10,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|47249|APT.C4-VM|CG-TODOS APT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"476.79\",\"allotment\":10,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|47249|APT.C4-VM|CG-TODOS APT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"410.80\",\"allotment\":10,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|47249|APT.C4-VM|CG-TODOS APT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"452.04\",\"allotment\":10,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|47249|APT.C4-VM|NRF-TODOS APT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"554.30\",\"allotment\":10,\"rateCommentsId\":\"52|83124|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"554.30\",\"from\":\"2017-08-29T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170909|20170911|W|52|47249|APT.C4-VM|NRF-TODOS APT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"538.63\",\"allotment\":10,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|47249|APT.C4-VM|NRF-TODOS APT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"476.76\",\"allotment\":10,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|47249|APT.C4-VM|NRF-TODOS APT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"515.53\",\"allotment\":10,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|47249|APT.C4-VM|CG-TODOS APT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"579.04\",\"allotment\":10,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"144.76\",\"from\":\"2017-08-29T23:59:00+02:00\"},{\"amount\":\"579.04\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|47249|APT.C4-VM|CG-TODOS APT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"504.81\",\"allotment\":10,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|47249|APT.C4-VM|CG-TODOS APT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"562.55\",\"allotment\":10,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|47249|APT.C4-VM|CG-TODOS APT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"496.56\",\"allotment\":10,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|47249|APT.C4-VM|CG-TODOS APT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"537.80\",\"allotment\":10,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"APT.ST\",\"name\":\"APARTMENT VIEW CENTRAL SWIMMING POOL\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|47249|APT.ST|CG-TODOS APT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"402.55\",\"allotment\":1,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|47249|APT.ST|CG-TODOS APT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"452.05\",\"allotment\":4,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170909|20170911|W|52|47249|APT.ST|NRF-TODOS APT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"429.77\",\"allotment\":4,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|47249|APT.ST|CG-TODOS APT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"488.31\",\"allotment\":1,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|47249|APT.ST|CG-TODOS APT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"537.81\",\"allotment\":4,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170909|20170911|W|52|47249|APT.ST|NRF-TODOS APT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"515.53\",\"allotment\":4,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"}]}]},{\"code\":\"APT.VM-1\",\"name\":\"APARTMENT SEA VIEW SEA VIEW AND GOLF VIEW\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|47249|APT.VM-1|NRF-TODOS APT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"499.88\",\"allotment\":20,\"rateCommentsId\":\"52|83124|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"499.88\",\"from\":\"2017-08-29T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170909|20170911|W|52|47249|APT.VM-1|NRF-TODOS APT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"476.79\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|47249|APT.VM-1|NRF-TODOS APT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"405.84\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|47249|APT.VM-1|NRF-TODOS APT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"452.86\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|47249|APT.VM-1|CG-TODOS APT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"526.28\",\"allotment\":20,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"131.57\",\"from\":\"2017-08-29T23:59:00+02:00\"},{\"amount\":\"526.28\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|47249|APT.VM-1|CG-TODOS APT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"435.55\",\"allotment\":20,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|47249|APT.VM-1|CG-TODOS APT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"501.54\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|47249|APT.VM-1|CG-TODOS APT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"427.30\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|47249|APT.VM-1|CG-TODOS APT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"476.79\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|47249|APT.VM-1|NRF-TODOS APT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"585.64\",\"allotment\":20,\"rateCommentsId\":\"52|83124|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"585.64\",\"from\":\"2017-08-29T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170909|20170911|W|52|47249|APT.VM-1|NRF-TODOS APT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"562.55\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|47249|APT.VM-1|NRF-TODOS APT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"491.60\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|47249|APT.VM-1|NRF-TODOS APT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"538.62\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|47249|APT.VM-1|CG-TODOS APT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"612.04\",\"allotment\":20,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"153.01\",\"from\":\"2017-08-29T23:59:00+02:00\"},{\"amount\":\"612.04\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|47249|APT.VM-1|CG-TODOS APT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"521.31\",\"allotment\":20,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|47249|APT.VM-1|CG-TODOS APT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"587.30\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|47249|APT.VM-1|CG-TODOS APT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"513.06\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|47249|APT.VM-1|CG-TODOS APT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"562.55\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|47249|APT.VM-1|CG-FIT APT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"749.88\",\"allotment\":20,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"187.47\",\"from\":\"2017-08-29T23:59:00+02:00\"},{\"amount\":\"749.88\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170909|20170911|W|52|47249|APT.VM-1|CG-FIT APT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"749.88\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"}]}]},{\"code\":\"JSU.VM\",\"name\":\"JUNIOR SUITE SEA VIEW\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|47249|JSU.VM|CG-FIT HAB|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"610.64\",\"allotment\":5,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"152.66\",\"from\":\"2017-08-29T23:59:00+02:00\"},{\"amount\":\"610.64\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170909|20170911|W|52|47249|JSU.VM|CG-FIT HAB|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"610.64\",\"allotment\":5,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"}]},{\"rateKey\":\"20170908|20170910|W|52|47249|JSU.VM|CG-FIT HAB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"696.32\",\"allotment\":5,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"174.08\",\"from\":\"2017-08-29T23:59:00+02:00\"},{\"amount\":\"696.32\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170909|20170911|W|52|47249|JSU.VM|CG-FIT HAB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"696.32\",\"allotment\":5,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"}]},{\"rateKey\":\"20170908|20170910|W|52|47249|JSU.VM|CG-FIT HAB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"824.88\",\"allotment\":5,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"206.22\",\"from\":\"2017-08-29T23:59:00+02:00\"},{\"amount\":\"824.88\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170909|20170911|W|52|47249|JSU.VM|CG-FIT HAB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"824.88\",\"allotment\":5,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"}]}]}],\"minRate\":\"391.00\",\"maxRate\":\"824.88\",\"currency\":\"EUR\"},{\"code\":1379,\"name\":\"Cesar Augustus\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":30,\"zoneName\":\"Cambrils\",\"latitude\":\"41.074163\",\"longitude\":\"1.115\",\"rooms\":[{\"code\":\"DBT.ST\",\"name\":\"Double or Twin STANDARD\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|1379|DBT.ST|CG-TODOS SA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"215.34\",\"allotment\":96,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"21.53\",\"from\":\"2017-08-31T23:59:00+02:00\"},{\"amount\":\"53.83\",\"from\":\"2017-09-04T23:59:00+02:00\"},{\"amount\":\"215.34\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-215.34\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1379|DBT.ST|CG-TODOS SA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"144.69\",\"allotment\":92,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1379|DBT.ST|CG-TODOS SA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"216.41\",\"allotment\":94,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1379|DBT.ST|CG-TODOS SA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"193.81\",\"allotment\":96,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1379|DBT.ST|CG-TODOS SA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"172.28\",\"allotment\":96,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|1379|DBT.ST|CG-TODOS AD|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"222.00\",\"allotment\":96,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"22.20\",\"from\":\"2017-08-31T23:59:00+02:00\"},{\"amount\":\"55.50\",\"from\":\"2017-09-04T23:59:00+02:00\"},{\"amount\":\"222.00\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-222.00\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1379|DBT.ST|CG-TODOS AD|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"149.17\",\"allotment\":92,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1379|DBT.ST|CG-TODOS AD|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"223.11\",\"allotment\":94,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1379|DBT.ST|CG-TODOS AD|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"199.80\",\"allotment\":96,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1379|DBT.ST|CG-TODOS AD|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"177.60\",\"allotment\":96,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|1379|DBT.ST|CG-TODOS MP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"233.08\",\"allotment\":96,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"23.31\",\"from\":\"2017-08-31T23:59:00+02:00\"},{\"amount\":\"58.27\",\"from\":\"2017-09-04T23:59:00+02:00\"},{\"amount\":\"233.08\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-233.08\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1379|DBT.ST|CG-TODOS MP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"156.62\",\"allotment\":91,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1379|DBT.ST|CG-TODOS MP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"234.25\",\"allotment\":94,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1379|DBT.ST|CG-TODOS MP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"209.78\",\"allotment\":96,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1379|DBT.ST|CG-TODOS MP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"186.46\",\"allotment\":96,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|1379|DBT.ST|CG-TODOS PC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"264.18\",\"allotment\":96,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"cancellationPolicies\":[{\"amount\":\"26.42\",\"from\":\"2017-08-31T23:59:00+02:00\"},{\"amount\":\"66.05\",\"from\":\"2017-09-04T23:59:00+02:00\"},{\"amount\":\"264.18\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-264.20\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1379|DBT.ST|CG-TODOS PC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"177.50\",\"allotment\":92,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1379|DBT.ST|CG-TODOS PC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"265.50\",\"allotment\":94,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1379|DBT.ST|CG-TODOS PC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"237.76\",\"allotment\":96,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1379|DBT.ST|CG-TODOS PC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"211.34\",\"allotment\":96,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"144.69\",\"maxRate\":\"265.50\",\"currency\":\"EUR\"},{\"code\":14433,\"name\":\"Sunway Atlanta\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"STS\",\"destinationName\":\"Sitges Area - Costa del Garraf\",\"zoneCode\":60,\"zoneName\":\"Sitges\",\"latitude\":\"41.234344\",\"longitude\":\"1.797251\",\"rooms\":[{\"code\":\"APT.C4\",\"name\":\"APARTMENT CAPACITY 4\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|14433|APT.C4|NRF-BAR|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"241.56\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|14433|APT.C4|CG-BAR|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"254.90\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]}]}],\"minRate\":\"241.56\",\"maxRate\":\"254.90\",\"currency\":\"EUR\"},{\"code\":8569,\"name\":\"Atenea Park-Suites\",\"categoryCode\":\"APTH3\",\"categoryName\":\"APARTHOTEL 3*\",\"destinationCode\":\"STS\",\"destinationName\":\"Sitges Area - Costa del Garraf\",\"zoneCode\":35,\"zoneName\":\"Vilanova i la Geltrú\",\"latitude\":\"41.2138\",\"longitude\":\"1.72101\",\"rooms\":[{\"code\":\"QUA.ST\",\"name\":\"QUADRUPLE STANDARD\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|8569|QUA.ST|CG-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"213.61\",\"allotment\":3,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|8569|QUA.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"271.85\",\"allotment\":3,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|8569|QUA.ST|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"335.01\",\"allotment\":3,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]}]}],\"minRate\":\"213.61\",\"maxRate\":\"335.01\",\"currency\":\"EUR\"},{\"code\":51816,\"name\":\"Nuria\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":80,\"zoneName\":\"Tarragona Capital\",\"latitude\":\"41.121248\",\"longitude\":\"1.274759\",\"rooms\":[{\"code\":\"QUA.ST\",\"name\":\"QUADRUPLE STANDARD\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|51816|QUA.ST|CG-BAR|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"155.38\",\"allotment\":1,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"77.69\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|51816|QUA.ST|CG-BAR|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"155.38\",\"allotment\":1,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|51816|QUA.ST|CG-BAR|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"155.38\",\"allotment\":1,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|51816|QUA.ST|CG-BAR|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"155.38\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|51816|QUA.ST|CG-BAR|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"155.38\",\"allotment\":1,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|51816|QUA.ST|CG-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"204.98\",\"allotment\":1,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"102.49\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|51816|QUA.ST|CG-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"204.98\",\"allotment\":1,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|51816|QUA.ST|CG-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"204.98\",\"allotment\":1,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|51816|QUA.ST|CG-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"204.98\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|51816|QUA.ST|CG-BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"204.98\",\"allotment\":1,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"155.38\",\"maxRate\":\"204.98\",\"currency\":\"EUR\"},{\"code\":139529,\"name\":\"La Garbinada\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"LER\",\"destinationName\":\"Lerida\",\"zoneCode\":2,\"zoneName\":\"Granyena de les Garrigues\",\"latitude\":\"41.43308241181437\",\"longitude\":\"0.6502724678684392\",\"rooms\":[{\"code\":\"QUA.ST\",\"name\":\"QUADRUPLE STANDARD\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|102|139529|QUA.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"214.64\",\"allotment\":99,\"rateCommentsId\":\"102|182919|5\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"107.32\",\"from\":\"2017-09-08T18:00:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\"}]}],\"minRate\":\"214.64\",\"maxRate\":\"214.64\",\"currency\":\"EUR\"},{\"code\":5421,\"name\":\"Almonsa Playa\",\"categoryCode\":\"APTH2\",\"categoryName\":\"APARTHOTEL 2*\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.0718183\",\"longitude\":\"1.1469687\",\"rooms\":[{\"code\":\"APT.C6\",\"name\":\"APARTMENT CAPACITY 6\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|5421|APT.C6|CG-BAR SC|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"78.38\",\"allotment\":99,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|5421|APT.C6|CG-BAR SC|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"141.56\",\"allotment\":98,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|5421|APT.C6|OPAQUE|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"89.68\",\"allotment\":96,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|5421|APT.C6|OPAQUE|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"118.56\",\"allotment\":89,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|5421|APT.C6|OPAQUE|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"112.86\",\"allotment\":96,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|5421|APT.C6|OPAQUE|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"143.12\",\"allotment\":89,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|5421|APT.C6|OPAQUE|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"141.72\",\"allotment\":96,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|5421|APT.C6|OPAQUE|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"173.56\",\"allotment\":89,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]}]},{\"code\":\"APT.C4\",\"name\":\"APARTMENT CAPACITY 4\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|5421|APT.C4|OPAQUE SC|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"124.96\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|5421|APT.C4|OPAQUE SC|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"171.28\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|5421|APT.C4|OPAQUE SC|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"226.78\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|5421|APT.C4|OPAQUE SC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"259.14\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]}]}],\"minRate\":\"78.38\",\"maxRate\":\"259.14\",\"currency\":\"EUR\"},{\"code\":51237,\"name\":\"Nuba Comarruga\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":81,\"zoneName\":\"Coma-Ruga\",\"latitude\":\"41.1793459\",\"longitude\":\"1.5164573\",\"rooms\":[{\"code\":\"DBT.ST\",\"name\":\"Double or Twin STANDARD\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"MB\",\"boardName\":\"HALF BOARD WITH BEVERAGES INCLUDED\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|51237|DBT.ST|CG-BAR|MB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"316.42\",\"allotment\":5,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"PB\",\"boardName\":\"FULL BOARD BEVERAGES INCLUDED\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|51237|DBT.ST|CG-BAR|PB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"344.84\",\"allotment\":5,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"MB\",\"boardName\":\"HALF BOARD WITH BEVERAGES INCLUDED\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|51237|DBT.ST|PCK-WELLNESS|MB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"PAQ\",\"rateType\":\"BOOKABLE\",\"net\":\"348.36\",\"allotment\":5,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"MB\",\"boardName\":\"HALF BOARD WITH BEVERAGES INCLUDED\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|51237|DBT.ST|PCK-ROMANTICO|MB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"PAQ\",\"rateType\":\"BOOKABLE\",\"net\":\"378.64\",\"allotment\":5,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"PB\",\"boardName\":\"FULL BOARD BEVERAGES INCLUDED\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|51237|DBT.ST|PCK-WELLNESS|PB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"PAQ\",\"rateType\":\"BOOKABLE\",\"net\":\"382.96\",\"allotment\":5,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"PB\",\"boardName\":\"FULL BOARD BEVERAGES INCLUDED\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|51237|DBT.ST|PCK-ROMANTICO|PB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"PAQ\",\"rateType\":\"BOOKABLE\",\"net\":\"404.60\",\"allotment\":5,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]}]}],\"minRate\":\"316.42\",\"maxRate\":\"404.60\",\"currency\":\"EUR\"},{\"code\":1382,\"name\":\"Blaumar Hotel\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.075773\",\"longitude\":\"1.135153\",\"rooms\":[{\"code\":\"SUI.ST-2\",\"name\":\"SUITE STANDARD\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1382|SUI.ST-2|CG-EXT BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"319.84\",\"allotment\":28,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1382|SUI.ST-2|CG-NRF RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"334.02\",\"allotment\":90,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1382|SUI.ST-2|CG-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"342.86\",\"allotment\":90,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1382|SUI.ST-2|CG-EXT HB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"347.34\",\"allotment\":28,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1382|SUI.ST-2|CG-EXT FB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"422.26\",\"allotment\":28,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]}]},{\"code\":\"APT.ST-3\",\"name\":\"APARTMENT STANDARD\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1382|APT.ST-3|CG-EXT BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"341.50\",\"allotment\":30,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1382|APT.ST-3|CG-EXT HB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"364.40\",\"allotment\":30,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1382|APT.ST-3|CG-EXT FB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"426.86\",\"allotment\":30,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1382|APT.ST-3|CG-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"442.80\",\"allotment\":22,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]}]},{\"code\":\"SUI.SF-1\",\"name\":\"SUITE SEA FRONT 2 ADULTS 2 CHILDS\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1382|SUI.SF-1|CG-EXT BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"555.78\",\"allotment\":19,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1382|SUI.SF-1|CG-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"569.42\",\"allotment\":14,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1382|SUI.SF-1|CG-EXT HB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"583.30\",\"allotment\":19,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1382|SUI.SF-1|CG-EXT FB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"658.22\",\"allotment\":19,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]}]}],\"minRate\":\"319.84\",\"maxRate\":\"658.22\",\"currency\":\"EUR\"},{\"code\":361082,\"name\":\"Camping El Garrofer\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"STS\",\"destinationName\":\"Sitges Area - Costa del Garraf\",\"zoneCode\":60,\"zoneName\":\"Sitges\",\"latitude\":\"41.233442\",\"longitude\":\"1.781035\",\"rooms\":[{\"code\":\"BUN.C5\",\"name\":\"BUNGALOW CAPACITY 5\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|361082|BUN.C5|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"183.46\",\"allotment\":1,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"183.46\",\"from\":\"2017-08-29T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|361082|BUN.C5|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"183.46\",\"allotment\":1,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|361082|BUN.C5|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"183.46\",\"allotment\":1,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|361082|BUN.C5|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"183.46\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|361082|BUN.C5|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"183.46\",\"allotment\":1,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"BUN.PI\",\"name\":\"BUNGALOW PREMIUM\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|361082|BUN.PI|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"193.30\",\"allotment\":1,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"193.30\",\"from\":\"2017-08-29T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|361082|BUN.PI|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"193.30\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|361082|BUN.PI|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"193.30\",\"allotment\":1,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"183.46\",\"maxRate\":\"193.30\",\"currency\":\"EUR\"},{\"code\":14439,\"name\":\"Sunway Tara\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"STS\",\"destinationName\":\"Sitges Area - Costa del Garraf\",\"zoneCode\":60,\"zoneName\":\"Sitges\",\"latitude\":\"41.235038\",\"longitude\":\"1.798331\",\"rooms\":[{\"code\":\"APT.C5\",\"name\":\"APARTMENT CAPACITY 5\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|14439|APT.C5|CG-OPAQUE|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"254.90\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]}]},{\"code\":\"APT.C6\",\"name\":\"APARTMENT CAPACITY 6\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|14439|APT.C6|CG-OPAQUE|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"269.90\",\"allotment\":1,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|14439|APT.C6|CG-OPAQUE|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"269.90\",\"allotment\":1,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"}]}]},{\"code\":\"APT.B2-C6\",\"name\":\"APARTMENT CAPACITY 6 TWO BEDROOMS\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|14439|APT.B2-C6|CG-OPAQUE|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"329.86\",\"allotment\":1,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"}]}]}],\"minRate\":\"254.90\",\"maxRate\":\"329.86\",\"currency\":\"EUR\"},{\"code\":145247,\"name\":\"Internacional II\",\"categoryCode\":\"2EST\",\"categoryName\":\"2 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.068869\",\"longitude\":\"1.153333\",\"rooms\":[{\"code\":\"STU.C4\",\"name\":\"STUDIO CAPACITY 4\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|145247|STU.C4|NRF-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"108.83\",\"allotment\":91,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|145247|STU.C4|NRF-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"117.34\",\"allotment\":94,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|145247|STU.C4|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"120.92\",\"allotment\":91,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|145247|STU.C4|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"130.38\",\"allotment\":94,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]}]}],\"minRate\":\"108.83\",\"maxRate\":\"130.38\",\"currency\":\"EUR\"},{\"code\":148598,\"name\":\"Sitges Go\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"STS\",\"destinationName\":\"Sitges Area - Costa del Garraf\",\"zoneCode\":60,\"zoneName\":\"Sitges\",\"latitude\":\"41.2451789\",\"longitude\":\"1.8038991999999325\",\"rooms\":[{\"code\":\"APT.TR-1\",\"name\":\"APARTMENT TERRACE 3 BEDROOMS CAPACITY 5 PEOPLE\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|148598|APT.TR-1|CG-BAR|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"392.14\",\"allotment\":1,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|148598|APT.TR-1|CG-BAR|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"352.92\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]}]},{\"code\":\"APT.TR-2\",\"name\":\"APARTMENT ERRACE 3 BEDROOMS CAPACITY 7 PEOPLE\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|148598|APT.TR-2|CG-BAR|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"457.50\",\"allotment\":1,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|148598|APT.TR-2|CG-BAR|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"411.74\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]}]}],\"minRate\":\"352.92\",\"maxRate\":\"457.50\",\"currency\":\"EUR\"},{\"code\":450,\"name\":\"Mediterraneo\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.069253\",\"longitude\":\"1.153273\",\"rooms\":[{\"code\":\"DBT.ST-2\",\"name\":\"Double or Twin 2 adults 2 children\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|450|DBT.ST-2|CG-TODOSRO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"236.32\",\"allotment\":23,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"118.16\",\"from\":\"2017-09-06T23:59:00+02:00\"},{\"amount\":\"236.32\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|450|DBT.ST-2|CG-TODOSRO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"203.84\",\"allotment\":13,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|450|DBT.ST-2|CG-TODOSRO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"230.95\",\"allotment\":16,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|450|DBT.ST-2|CG-TODOSRO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"236.32\",\"allotment\":15,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|450|DBT.ST-2|CG-TODOSRO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"236.32\",\"allotment\":15,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|450|DBT.ST-2|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"246.86\",\"allotment\":23,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"123.43\",\"from\":\"2017-09-06T23:59:00+02:00\"},{\"amount\":\"246.86\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|450|DBT.ST-2|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"213.90\",\"allotment\":13,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|450|DBT.ST-2|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"241.25\",\"allotment\":16,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|450|DBT.ST-2|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"246.86\",\"allotment\":15,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|450|DBT.ST-2|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"246.86\",\"allotment\":15,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|450|DBT.ST-2|CG-TODOSHB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"260.90\",\"allotment\":23,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"130.45\",\"from\":\"2017-09-06T23:59:00+02:00\"},{\"amount\":\"260.90\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|450|DBT.ST-2|CG-TODOSHB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"227.30\",\"allotment\":13,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|450|DBT.ST-2|CG-TODOSHB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"254.97\",\"allotment\":16,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|450|DBT.ST-2|CG-TODOSHB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"260.90\",\"allotment\":15,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|450|DBT.ST-2|CG-TODOSHB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"260.90\",\"allotment\":15,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|450|DBT.ST-2|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"299.48\",\"allotment\":23,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"cancellationPolicies\":[{\"amount\":\"149.74\",\"from\":\"2017-09-06T23:59:00+02:00\"},{\"amount\":\"299.48\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|450|DBT.ST-2|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"264.14\",\"allotment\":13,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|450|DBT.ST-2|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"292.68\",\"allotment\":16,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|450|DBT.ST-2|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"299.48\",\"allotment\":15,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|450|DBT.ST-2|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"299.48\",\"allotment\":15,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"203.84\",\"maxRate\":\"299.48\",\"currency\":\"EUR\"},{\"code\":90,\"name\":\"Hotel Best Negresco\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":31,\"zoneName\":\"Cap Salou\",\"latitude\":\"41.063063\",\"longitude\":\"1.158642\",\"rooms\":[{\"code\":\"DBT.ST-2\",\"name\":\"Double or Twin 2 adults 2 children\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|90|DBT.ST-2|CG-TODOSRO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"290.10\",\"allotment\":55,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|90|DBT.ST-2|CG-TODOSRO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"290.10\",\"allotment\":61,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|90|DBT.ST-2|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"299.66\",\"allotment\":55,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|90|DBT.ST-2|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"299.66\",\"allotment\":61,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|90|DBT.ST-2|CG-TODOSHB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"312.40\",\"allotment\":55,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|90|DBT.ST-2|CG-TODOSHB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"312.40\",\"allotment\":61,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|90|DBT.ST-2|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"350.66\",\"allotment\":55,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|90|DBT.ST-2|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"350.66\",\"allotment\":61,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"DBT.VM-2\",\"name\":\"Double or Twin Sea view 3 adults 2 children\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|90|DBT.VM-2|CG-TODOSRO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"328.34\",\"allotment\":58,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|90|DBT.VM-2|CG-TODOSRO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"328.34\",\"allotment\":58,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|90|DBT.VM-2|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"337.92\",\"allotment\":58,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|90|DBT.VM-2|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"337.92\",\"allotment\":58,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|90|DBT.VM-2|CG-TODOSHB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"350.66\",\"allotment\":58,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|90|DBT.VM-2|CG-TODOSHB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"350.66\",\"allotment\":58,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|90|DBT.VM-2|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"388.92\",\"allotment\":58,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|90|DBT.VM-2|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"388.92\",\"allotment\":58,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"290.10\",\"maxRate\":\"388.92\",\"currency\":\"EUR\"},{\"code\":140322,\"name\":\"Desitges\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"STS\",\"destinationName\":\"Sitges Area - Costa del Garraf\",\"zoneCode\":1,\"zoneName\":\"Sant Pere de Ribes\",\"latitude\":\"41.2382\",\"longitude\":\"1.76564\",\"rooms\":[{\"code\":\"QUA.ST\",\"name\":\"QUADRUPLE STANDARD\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|140322|QUA.ST|NRF-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"201.99\",\"allotment\":1,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"201.99\",\"from\":\"2017-08-29T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"promotions\":[{\"code\":\"073\",\"name\":\"Non-refundable rate. No amendments permitted\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|140322|QUA.ST|NRF-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"175.44\",\"allotment\":1,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|140322|QUA.ST|NRF-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"194.61\",\"allotment\":1,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|140322|QUA.ST|NRF-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"175.44\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|140322|QUA.ST|NRF-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"182.82\",\"allotment\":1,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|140322|QUA.ST|CG-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"224.42\",\"allotment\":1,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"105.66\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|140322|QUA.ST|CG-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"194.94\",\"allotment\":1,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|140322|QUA.ST|CG-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"216.23\",\"allotment\":1,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|140322|QUA.ST|CG-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"194.94\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|140322|QUA.ST|CG-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"203.13\",\"allotment\":1,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|140322|QUA.ST|NRF-BAR BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"231.48\",\"allotment\":1,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"231.48\",\"from\":\"2017-08-29T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"promotions\":[{\"code\":\"073\",\"name\":\"Non-refundable rate. No amendments permitted\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|140322|QUA.ST|NRF-BAR BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"204.94\",\"allotment\":1,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|140322|QUA.ST|NRF-BAR BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"224.11\",\"allotment\":1,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|140322|QUA.ST|NRF-BAR BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"204.94\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|140322|QUA.ST|NRF-BAR BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"212.31\",\"allotment\":1,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|140322|QUA.ST|CG-BAR BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"257.18\",\"allotment\":1,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"122.04\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|140322|QUA.ST|CG-BAR BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"227.70\",\"allotment\":1,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|140322|QUA.ST|CG-BAR BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"248.99\",\"allotment\":1,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|140322|QUA.ST|CG-BAR BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"227.70\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|140322|QUA.ST|CG-BAR BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"235.89\",\"allotment\":1,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"175.44\",\"maxRate\":\"257.18\",\"currency\":\"EUR\"},{\"code\":91,\"name\":\"Hotel Best Cambrils\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":30,\"zoneName\":\"Cambrils\",\"latitude\":\"41.070946\",\"longitude\":\"1.100569\",\"rooms\":[{\"code\":\"QUA.ST\",\"name\":\"QUADRUPLE 2 adults 2 children\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|91|QUA.ST|CG-TODOSRO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"255.03\",\"allotment\":23,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|91|QUA.ST|CG-TODOSRO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"290.10\",\"allotment\":11,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|91|QUA.ST|CG-TODOSRO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"290.10\",\"allotment\":13,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|91|QUA.ST|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"264.59\",\"allotment\":23,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|91|QUA.ST|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"299.66\",\"allotment\":11,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|91|QUA.ST|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"299.66\",\"allotment\":13,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|91|QUA.ST|CG-TODOSMP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"277.34\",\"allotment\":23,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|91|QUA.ST|CG-TODOSMP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"312.40\",\"allotment\":11,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|91|QUA.ST|CG-TODOSMP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"312.40\",\"allotment\":13,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|91|QUA.ST|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"315.60\",\"allotment\":23,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|91|QUA.ST|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"350.66\",\"allotment\":11,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|91|QUA.ST|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"350.66\",\"allotment\":13,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"QUA.VP-1\",\"name\":\"QUADRUPLE Pool view 2 adults 2 children\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|91|QUA.VP-1|CG-TODOSRO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"293.28\",\"allotment\":30,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|91|QUA.VP-1|CG-TODOSRO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"328.34\",\"allotment\":27,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|91|QUA.VP-1|CG-TODOSRO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"328.34\",\"allotment\":29,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|91|QUA.VP-1|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"302.85\",\"allotment\":30,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|91|QUA.VP-1|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"337.92\",\"allotment\":27,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|91|QUA.VP-1|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"337.92\",\"allotment\":29,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|91|QUA.VP-1|CG-TODOSMP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"315.60\",\"allotment\":30,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|91|QUA.VP-1|CG-TODOSMP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"350.66\",\"allotment\":27,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|91|QUA.VP-1|CG-TODOSMP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"350.66\",\"allotment\":29,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|91|QUA.VP-1|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"353.85\",\"allotment\":30,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|91|QUA.VP-1|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"388.92\",\"allotment\":27,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|91|QUA.VP-1|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"388.92\",\"allotment\":29,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"255.03\",\"maxRate\":\"388.92\",\"currency\":\"EUR\"},{\"code\":14875,\"name\":\"Marinada\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.071331\",\"longitude\":\"1.153564\",\"rooms\":[{\"code\":\"DBL.ST-3\",\"name\":\"DOUBLE STANDARD 2 ADULTS 2 CHILDS\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|14875|DBL.ST-3|CG-BAR  BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"211.90\",\"allotment\":2,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|14875|DBL.ST-3|CG-BAR  BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"211.90\",\"allotment\":3,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|14875|DBL.ST-3|CG-BAR  HB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"226.36\",\"allotment\":2,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|14875|DBL.ST-3|CG-BAR  HB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"226.36\",\"allotment\":3,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|14875|DBL.ST-3|CG-BAR  FB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"240.80\",\"allotment\":2,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|14875|DBL.ST-3|CG-BAR  FB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"240.80\",\"allotment\":3,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"211.90\",\"maxRate\":\"240.80\",\"currency\":\"EUR\"},{\"code\":1027,\"name\":\"Ciutat de Tarragona\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":80,\"zoneName\":\"Tarragona Capital\",\"latitude\":\"41.118587\",\"longitude\":\"1.244817\",\"rooms\":[{\"code\":\"QUA.ST-2\",\"name\":\"QUADRUPLE STANDARD\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|1027|QUA.ST-2|CG-QUA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"215.27\",\"allotment\":5,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"215.27\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-119.60\"},{\"code\":\"9005\",\"name\":\"Exclusive discount\",\"amount\":\"-23.92\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1027|QUA.ST-2|CG-QUA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"189.44\",\"allotment\":6,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1027|QUA.ST-2|CG-QUA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"198.05\",\"allotment\":8,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1027|QUA.ST-2|CG-QUA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"310.00\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1027|QUA.ST-2|CG-QUA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"232.50\",\"allotment\":4,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|1027|QUA.ST-2|CG-QUA|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"261.41\",\"allotment\":5,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"261.41\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-129.86\"},{\"code\":\"9005\",\"name\":\"Exclusive discount\",\"amount\":\"-29.04\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1027|QUA.ST-2|CG-QUA|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"235.58\",\"allotment\":6,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1027|QUA.ST-2|CG-QUA|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"244.19\",\"allotment\":8,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1027|QUA.ST-2|CG-QUA|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"356.14\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1027|QUA.ST-2|CG-QUA|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"278.64\",\"allotment\":4,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"FAM.C4-1\",\"name\":\"FAMILY ROOM CAPACITY 4\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|1027|FAM.C4-1|CG-TODOS FAM|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"312.58\",\"allotment\":3,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"312.58\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-173.66\"},{\"code\":\"9005\",\"name\":\"Exclusive discount\",\"amount\":\"-34.73\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1027|FAM.C4-1|CG-TODOS FAM|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"265.20\",\"allotment\":5,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1027|FAM.C4-1|CG-TODOS FAM|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"282.43\",\"allotment\":3,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1027|FAM.C4-1|CG-TODOS FAM|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"411.59\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1027|FAM.C4-1|CG-TODOS FAM|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"338.41\",\"allotment\":3,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|1027|FAM.C4-1|CG-TODOS FAM|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"358.72\",\"allotment\":3,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"358.72\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-183.92\"},{\"code\":\"9005\",\"name\":\"Exclusive discount\",\"amount\":\"-39.85\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1027|FAM.C4-1|CG-TODOS FAM|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"311.34\",\"allotment\":5,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1027|FAM.C4-1|CG-TODOS FAM|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"328.57\",\"allotment\":3,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1027|FAM.C4-1|CG-TODOS FAM|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"457.73\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1027|FAM.C4-1|CG-TODOS FAM|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"384.55\",\"allotment\":3,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"189.44\",\"maxRate\":\"457.73\",\"currency\":\"EUR\"},{\"code\":995,\"name\":\"H10 Vintage Salou\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.077862\",\"longitude\":\"1.142641\",\"rooms\":[{\"code\":\"FAM.EY\",\"name\":\"FAMILY ROOM ECONOMY\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|995|FAM.EY|CG-BAR1BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"354.62\",\"allotment\":10,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"177.31\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|995|FAM.EY|CG-BAR1BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"354.62\",\"allotment\":7,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|995|FAM.EY|CG-BAR1BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"354.62\",\"allotment\":8,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|995|FAM.EY|CG-BAR1MP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"380.90\",\"allotment\":10,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"190.45\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|995|FAM.EY|CG-BAR1MP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"380.90\",\"allotment\":7,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|995|FAM.EY|CG-BAR1MP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"380.90\",\"allotment\":8,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|995|FAM.EY|CG-BAR1PC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"420.30\",\"allotment\":10,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"cancellationPolicies\":[{\"amount\":\"210.15\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|995|FAM.EY|CG-BAR1PC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"420.30\",\"allotment\":7,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|995|FAM.EY|CG-BAR1PC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"420.30\",\"allotment\":8,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"FAM.C4\",\"name\":\"FAMILY ROOM CAPACITY 4\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|995|FAM.C4|CG-BAR1BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"407.16\",\"allotment\":10,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"203.58\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|995|FAM.C4|CG-BAR1BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"407.16\",\"allotment\":10,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|995|FAM.C4|CG-BAR1BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"407.16\",\"allotment\":10,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|995|FAM.C4|CG-BAR1MP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"433.44\",\"allotment\":10,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"216.72\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|995|FAM.C4|CG-BAR1MP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"433.44\",\"allotment\":10,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|995|FAM.C4|CG-BAR1MP|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"433.44\",\"allotment\":10,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|995|FAM.C4|CG-BAR1PC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"472.84\",\"allotment\":10,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"cancellationPolicies\":[{\"amount\":\"236.42\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|995|FAM.C4|CG-BAR1PC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"472.84\",\"allotment\":10,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|995|FAM.C4|CG-BAR1PC|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"472.84\",\"allotment\":10,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"354.62\",\"maxRate\":\"472.84\",\"currency\":\"EUR\"},{\"code\":422,\"name\":\"Hotel Best Maritim\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":30,\"zoneName\":\"Cambrils\",\"latitude\":\"41.073326\",\"longitude\":\"1.111485\",\"rooms\":[{\"code\":\"QUA.ST\",\"name\":\"QUADRUPLE 2 adults 2 children\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|422|QUA.ST|CG-TODOSRO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"340.12\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|422|QUA.ST|CG-TODOSRO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"340.12\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|422|QUA.ST|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"350.66\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|422|QUA.ST|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"350.66\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|422|QUA.ST|CG-TODOSHB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"364.70\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|422|QUA.ST|CG-TODOSHB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"364.70\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|422|QUA.ST|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"406.76\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|422|QUA.ST|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"406.76\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"340.12\",\"maxRate\":\"406.76\",\"currency\":\"EUR\"},{\"code\":26418,\"name\":\"Mercure Atenea Aventura\",\"categoryCode\":\"APTH4\",\"categoryName\":\"APARTHOTEL 4*\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":11,\"zoneName\":\"Vila-seca\",\"latitude\":\"41.107955\",\"longitude\":\"1.14736\",\"rooms\":[{\"code\":\"APT.C4\",\"name\":\"APARTMENT CAPACITY 4\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|26418|APT.C4|NRF-FITAPT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"176.80\",\"allotment\":20,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"176.80\",\"from\":\"2017-08-29T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"promotions\":[{\"code\":\"073\",\"name\":\"Non-refundable rate. No amendments permitted\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|26418|APT.C4|NRF-FITAPT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"165.28\",\"allotment\":20,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|26418|APT.C4|NRF-FITAPT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"176.80\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|26418|APT.C4|NRF-FITAPT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"176.80\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|26418|APT.C4|NRF-FITAPT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"176.80\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|26418|APT.C4|CG-FITAPT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"196.48\",\"allotment\":20,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"196.48\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|26418|APT.C4|CG-FITAPT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"183.68\",\"allotment\":20,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|26418|APT.C4|CG-FITAPT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"196.48\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|26418|APT.C4|CG-FITAPT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"196.48\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|26418|APT.C4|CG-FITAPT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"196.48\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|26418|APT.C4|NRF-FITAPT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"249.80\",\"allotment\":20,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"249.80\",\"from\":\"2017-08-29T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"promotions\":[{\"code\":\"073\",\"name\":\"Non-refundable rate. No amendments permitted\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|26418|APT.C4|NRF-FITAPT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"238.28\",\"allotment\":20,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|26418|APT.C4|NRF-FITAPT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"249.80\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|26418|APT.C4|NRF-FITAPT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"249.80\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|26418|APT.C4|NRF-FITAPT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"249.80\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|26418|APT.C4|CG-FITAPT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"277.60\",\"allotment\":20,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"277.60\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|26418|APT.C4|CG-FITAPT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"264.80\",\"allotment\":20,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|26418|APT.C4|CG-FITAPT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"277.60\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|26418|APT.C4|CG-FITAPT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"277.60\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|26418|APT.C4|CG-FITAPT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"277.60\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"165.28\",\"maxRate\":\"277.60\",\"currency\":\"EUR\"},{\"code\":424,\"name\":\"Urbis Centre\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":80,\"zoneName\":\"Tarragona Capital\",\"latitude\":\"41.11514\",\"longitude\":\"1.249843\",\"rooms\":[{\"code\":\"QUA.ST\",\"name\":\"QUADRUPLE STANDARD\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|424|QUA.ST|CG-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"157.75\",\"allotment\":7,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"69.17\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|424|QUA.ST|CG-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"157.75\",\"allotment\":9,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|424|QUA.ST|CG-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"177.16\",\"allotment\":7,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|424|QUA.ST|CG-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"177.16\",\"allotment\":7,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|424|QUA.ST|CG-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"157.75\",\"allotment\":7,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|424|QUA.ST|CG-TODOS BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"227.76\",\"allotment\":7,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"113.88\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|424|QUA.ST|CG-TODOS BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"210.05\",\"allotment\":9,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|424|QUA.ST|CG-TODOS BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"227.76\",\"allotment\":7,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|424|QUA.ST|CG-TODOS BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"227.76\",\"allotment\":7,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|424|QUA.ST|CG-TODOS BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"227.76\",\"allotment\":7,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"157.75\",\"maxRate\":\"227.76\",\"currency\":\"EUR\"},{\"code\":387019,\"name\":\"Paradise Village\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.079769\",\"longitude\":\"1.148498\",\"rooms\":[{\"code\":\"APT.B1-C4\",\"name\":\"APARTMENT CAPACITY 4 ONE BEDROOM\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|387019|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"259.50\",\"allotment\":25,\"rateCommentsId\":\"52|83188|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"129.75\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"259.50\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|387019|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"259.50\",\"allotment\":25,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|387019|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"259.50\",\"allotment\":25,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|387019|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"305.62\",\"allotment\":25,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|387019|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"282.56\",\"allotment\":25,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"APT.B2-C6\",\"name\":\"APARTMENT CAPACITY 6 TWO BEDROOMS\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|387019|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"282.56\",\"allotment\":24,\"rateCommentsId\":\"52|83188|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"141.28\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"282.56\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|387019|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"282.56\",\"allotment\":24,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|387019|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"282.56\",\"allotment\":24,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|387019|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"351.76\",\"allotment\":24,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|387019|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"317.16\",\"allotment\":24,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"259.50\",\"maxRate\":\"351.76\",\"currency\":\"EUR\"},{\"code\":1735,\"name\":\"Decathlon-Pentathlon-Marathon\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.072644\",\"longitude\":\"1.1494\",\"rooms\":[{\"code\":\"APT.B1-C4\",\"name\":\"APARTMENT CAPACITY 4 ONE BEDROOM\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|1735|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"132.62\",\"allotment\":20,\"rateCommentsId\":\"52|83172|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"66.31\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"132.62\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1735|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"132.62\",\"allotment\":20,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1735|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"132.62\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1735|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"167.22\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1735|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"149.92\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"APT.B2-C6\",\"name\":\"APARTMENT CAPACITY 6 TWO BEDROOMS\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|1735|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"190.30\",\"allotment\":20,\"rateCommentsId\":\"52|83172|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"95.15\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"190.30\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1735|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"190.30\",\"allotment\":20,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1735|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"190.30\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1735|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"236.42\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1735|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"213.36\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"132.62\",\"maxRate\":\"236.42\",\"currency\":\"EUR\"},{\"code\":4843,\"name\":\"Salou Suite\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.070808\",\"longitude\":\"1.151569\",\"rooms\":[{\"code\":\"APT.B2-C6\",\"name\":\"APARTMENT CAPACITY 6 TWO BEDROOMS\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|4843|APT.B2-C6|NRF-TODOS2|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"172.82\",\"allotment\":3,\"rateCommentsId\":\"52|80159|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"172.82\",\"from\":\"2017-08-29T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"promotions\":[{\"code\":\"073\",\"name\":\"Non-refundable rate. No amendments permitted\"}],\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-345.64\"},{\"code\":\"9008\",\"name\":\"Extra bed discount\",\"amount\":\"-172.82\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|4843|APT.B2-C6|NRF-TODOS2|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"147.40\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|4843|APT.B2-C6|NRF-TODOS2|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"182.98\",\"allotment\":2,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|4843|APT.B2-C6|NRF-TODOS2|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"172.82\",\"allotment\":3,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|4843|APT.B2-C6|NRF-TODOS2|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"172.82\",\"allotment\":3,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|4843|APT.B2-C6|CG-TODOS2|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"203.32\",\"allotment\":3,\"rateCommentsId\":\"52|80158|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"203.32\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-406.64\"},{\"code\":\"9008\",\"name\":\"Extra bed discount\",\"amount\":\"-203.32\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|4843|APT.B2-C6|CG-TODOS2|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"173.42\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|4843|APT.B2-C6|CG-TODOS2|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"215.28\",\"allotment\":2,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|4843|APT.B2-C6|CG-TODOS2|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"203.32\",\"allotment\":3,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|4843|APT.B2-C6|CG-TODOS2|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"203.32\",\"allotment\":3,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"147.40\",\"maxRate\":\"215.28\",\"currency\":\"EUR\"},{\"code\":344247,\"name\":\"Murillo Apartamentos\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.076722\",\"longitude\":\"1.144809\",\"rooms\":[{\"code\":\"APT.B1-C4\",\"name\":\"APARTMENT CAPACITY 4 ONE BEDROOM\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|344247|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"132.62\",\"allotment\":17,\"rateCommentsId\":\"52|83173|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"66.31\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"132.62\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|344247|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"132.62\",\"allotment\":17,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|344247|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"132.62\",\"allotment\":17,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|344247|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"167.22\",\"allotment\":17,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|344247|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"149.92\",\"allotment\":17,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"APT.B2-C6\",\"name\":\"APARTMENT CAPACITY 6 TWO BEDROOMS\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|344247|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"190.30\",\"allotment\":20,\"rateCommentsId\":\"52|83173|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"95.15\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"190.30\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|344247|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"190.30\",\"allotment\":20,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|344247|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"190.30\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|344247|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"236.42\",\"allotment\":19,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|344247|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"213.36\",\"allotment\":19,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"132.62\",\"maxRate\":\"236.42\",\"currency\":\"EUR\"},{\"code\":3217,\"name\":\"Edificio Azahar\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.076019\",\"longitude\":\"1.145615\",\"rooms\":[{\"code\":\"APT.AC-B2\",\"name\":\"APARTMENT TWO BEDROOMS WITH AIR CONDITIONING\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|3217|APT.AC-B2|NRF-SHORT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"181.20\",\"allotment\":4,\"rateCommentsId\":\"52|81060|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"181.20\",\"from\":\"2017-08-29T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|3217|APT.AC-B2|NRF-SHORT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"181.20\",\"allotment\":8,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|3217|APT.AC-B2|NRF-SHORT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"181.20\",\"allotment\":4,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|3217|APT.AC-B2|NRF-SHORT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"215.06\",\"allotment\":5,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|3217|APT.AC-B2|NRF-SHORT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"198.13\",\"allotment\":4,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|3217|APT.AC-B2|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"205.74\",\"allotment\":35,\"rateCommentsId\":\"52|83180|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"102.87\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"205.74\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-304.80\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|3217|APT.AC-B2|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"205.74\",\"allotment\":35,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|3217|APT.AC-B2|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"205.74\",\"allotment\":35,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|3217|APT.AC-B2|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"251.48\",\"allotment\":35,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|3217|APT.AC-B2|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"228.61\",\"allotment\":35,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"181.20\",\"maxRate\":\"251.48\",\"currency\":\"EUR\"},{\"code\":13,\"name\":\"arquus\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.071187\",\"longitude\":\"1.150822\",\"rooms\":[{\"code\":\"APT.B1-C4\",\"name\":\"APARTMENT CAPACITY 4 ONE BEDROOM\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|13|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"131.46\",\"allotment\":20,\"rateCommentsId\":\"52|83171|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"65.73\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"131.46\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|13|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"131.46\",\"allotment\":20,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|13|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"131.46\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|13|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"165.76\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|13|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"148.61\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"APT.B2-C6\",\"name\":\"APARTMENT CAPACITY 6 TWO BEDROOMS\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|13|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"188.60\",\"allotment\":20,\"rateCommentsId\":\"52|83171|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"94.30\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"188.60\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|13|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"188.60\",\"allotment\":20,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|13|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"188.60\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|13|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"234.34\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|13|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"211.47\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"131.46\",\"maxRate\":\"234.34\",\"currency\":\"EUR\"},{\"code\":1372,\"name\":\"Los Peces\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.07523049033567\",\"longitude\":\"1.1448830365588947\",\"rooms\":[{\"code\":\"APT.B1-C4\",\"name\":\"APARTMENT CAPACITY 4 ONE BEDROOM\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|1372|APT.B1-C4|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"190.30\",\"allotment\":99,\"rateCommentsId\":\"52|80927|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"95.15\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"190.30\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1372|APT.B1-C4|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"190.30\",\"allotment\":99,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1372|APT.B1-C4|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"190.30\",\"allotment\":99,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"}]},{\"rateClass\":\"NOR\",\"net\":\"190.30\",\"allotment\":99,\"rateCommentsId\":\"52|83206|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"95.15\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"190.30\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-281.92\"}],\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|1372|APT.B1-C4|OFE-EXT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"207.58\",\"allotment\":99,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1372|APT.B1-C4|OFE-EXT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"198.94\",\"allotment\":99,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"APT.B2-C6\",\"name\":\"APARTMENT CAPACITY 6 TWO BEDROOMS\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|1372|APT.B2-C6|OFE-EXT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"219.12\",\"allotment\":99,\"rateCommentsId\":\"52|83206|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"109.56\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"219.12\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-324.64\"}],\"shiftRates\":[{\"rateKey\":\"20170907|20170909|W|52|1372|APT.B2-C6|OFE-EXT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"242.18\",\"allotment\":99,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateClass\":\"NOR\",\"net\":\"219.12\",\"allotment\":99,\"rateCommentsId\":\"52|80927|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"109.56\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"219.12\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1372|APT.B2-C6|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"219.12\",\"allotment\":99,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1372|APT.B2-C6|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"219.12\",\"allotment\":99,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1372|APT.B2-C6|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"265.24\",\"allotment\":99,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]}]},{\"code\":\"APT.B3-C8\",\"name\":\"APARTMENT CAPACITY 8 THREE BEDROOMS\",\"rates\":[{\"rateClass\":\"NOR\",\"net\":\"276.78\",\"allotment\":99,\"rateCommentsId\":\"52|80927|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"138.39\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"276.78\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1372|APT.B3-C8|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"276.78\",\"allotment\":99,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1372|APT.B3-C8|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"276.78\",\"allotment\":99,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"}]},{\"rateKey\":\"20170908|20170910|W|52|1372|APT.B3-C8|OFE-EXT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"276.78\",\"allotment\":99,\"rateCommentsId\":\"52|83206|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"138.39\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"276.78\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-410.04\"}],\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|1372|APT.B3-C8|OFE-EXT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"340.20\",\"allotment\":99,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1372|APT.B3-C8|OFE-EXT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"308.49\",\"allotment\":99,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"190.30\",\"maxRate\":\"340.20\",\"currency\":\"EUR\"},{\"code\":271105,\"name\":\"Pere III El Gran\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"BCN\",\"destinationName\":\"Barcelona\",\"zoneCode\":2,\"zoneName\":\"Vilafranca\",\"latitude\":\"41.34423\",\"longitude\":\"1.699537\",\"rooms\":[{\"code\":\"QUA.ST\",\"name\":\"QUADRUPLE STANDARD\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|102|271105|QUA.ST|CG- BAR|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"156.34\",\"allotment\":2,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"78.17\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|102|271105|QUA.ST|CG- BAR|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"152.06\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|102|271105|QUA.ST|CG- BAR|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"154.20\",\"allotment\":2,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|102|271105|QUA.ST|CG- BAR|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"156.34\",\"allotment\":2,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|102|271105|QUA.ST|CG- BAR|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"156.34\",\"allotment\":2,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|102|271105|QUA.ST|CG- BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"211.54\",\"allotment\":2,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"105.77\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|102|271105|QUA.ST|CG- BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"205.74\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|102|271105|QUA.ST|CG- BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"208.64\",\"allotment\":2,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|102|271105|QUA.ST|CG- BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"211.54\",\"allotment\":2,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|102|271105|QUA.ST|CG- BAR|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"211.54\",\"allotment\":2,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"152.06\",\"maxRate\":\"211.54\",\"currency\":\"EUR\"},{\"code\":212658,\"name\":\"Camping Playa Y Fiesta\",\"categoryCode\":\"CAMP2\",\"categoryName\":\"2ND CAMPING\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":47,\"zoneName\":\"Miami Playa\",\"latitude\":\"41.044706\",\"longitude\":\"0.997462\",\"rooms\":[{\"code\":\"APT.C4\",\"name\":\"APARTMENT CAPACITY 4\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|212658|APT.C4|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"96.80\",\"allotment\":12,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"48.40\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|212658|APT.C4|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"108.90\",\"allotment\":13,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|212658|APT.C4|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"96.80\",\"allotment\":12,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|212658|APT.C4|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"96.80\",\"allotment\":14,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|212658|APT.C4|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"96.80\",\"allotment\":13,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"BUN.C5\",\"name\":\"BUNGALOW CAPACITY 5\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|212658|BUN.C5|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"113.44\",\"allotment\":15,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"56.72\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|212658|BUN.C5|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"132.35\",\"allotment\":15,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|212658|BUN.C5|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"113.44\",\"allotment\":15,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|212658|BUN.C5|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"113.44\",\"allotment\":15,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|212658|BUN.C5|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"113.44\",\"allotment\":15,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"BUN.C6\",\"name\":\"BUNGALOW CAPACITY 6\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|212658|BUN.C6|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"136.14\",\"allotment\":15,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"68.07\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|212658|BUN.C6|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"158.82\",\"allotment\":15,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|212658|BUN.C6|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"136.14\",\"allotment\":15,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|212658|BUN.C6|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"136.14\",\"allotment\":15,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|212658|BUN.C6|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"136.14\",\"allotment\":15,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"96.80\",\"maxRate\":\"158.82\",\"currency\":\"EUR\"},{\"code\":1649,\"name\":\"Express Tarragona\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":80,\"zoneName\":\"Tarragona Capital\",\"latitude\":\"41.12345512310028\",\"longitude\":\"1.2366873025439418\",\"rooms\":[{\"code\":\"QUA.ST-2\",\"name\":\"QUADRUPLE STANDARD\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|1649|QUA.ST-2|CG-QUA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"149.92\",\"allotment\":31,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"149.92\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-83.28\"},{\"code\":\"9005\",\"name\":\"Exclusive discount\",\"amount\":\"-16.66\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1649|QUA.ST-2|CG-QUA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"138.40\",\"allotment\":34,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1649|QUA.ST-2|CG-QUA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"146.08\",\"allotment\":31,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1649|QUA.ST-2|CG-QUA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"134.56\",\"allotment\":32,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1649|QUA.ST-2|CG-QUA|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"142.24\",\"allotment\":32,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|1649|QUA.ST-2|CG-QUA|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"176.84\",\"allotment\":31,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"176.84\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-89.26\"},{\"code\":\"9005\",\"name\":\"Exclusive discount\",\"amount\":\"-19.64\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1649|QUA.ST-2|CG-QUA|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"165.32\",\"allotment\":34,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1649|QUA.ST-2|CG-QUA|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"173.00\",\"allotment\":31,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1649|QUA.ST-2|CG-QUA|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"161.48\",\"allotment\":32,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1649|QUA.ST-2|CG-QUA|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"169.16\",\"allotment\":32,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"QUA.ST\",\"name\":\"QUADRUPLE STANDARD\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|1649|QUA.ST|CG-TODOS1|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"184.52\",\"allotment\":31,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"184.52\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-102.52\"},{\"code\":\"9005\",\"name\":\"Exclusive discount\",\"amount\":\"-20.50\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1649|QUA.ST|CG-TODOS1|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"172.99\",\"allotment\":34,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1649|QUA.ST|CG-TODOS1|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"180.68\",\"allotment\":31,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1649|QUA.ST|CG-TODOS1|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"169.14\",\"allotment\":32,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1649|QUA.ST|CG-TODOS1|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"176.83\",\"allotment\":32,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|1649|QUA.ST|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"216.82\",\"allotment\":31,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"216.82\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-114.48\"},{\"code\":\"9005\",\"name\":\"Exclusive discount\",\"amount\":\"-24.08\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1649|QUA.ST|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"205.27\",\"allotment\":34,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1649|QUA.ST|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"212.96\",\"allotment\":31,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1649|QUA.ST|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"201.44\",\"allotment\":32,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1649|QUA.ST|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"209.13\",\"allotment\":32,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"134.56\",\"maxRate\":\"216.82\",\"currency\":\"EUR\"},{\"code\":438,\"name\":\"Ventura Park\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.07993\",\"longitude\":\"1.142025\",\"rooms\":[{\"code\":\"APT.AC-B2\",\"name\":\"APARTMENT TWO BEDROOMS WITH AIR CONDITIONING\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|438|APT.AC-B2|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"236.42\",\"allotment\":99,\"rateCommentsId\":\"52|83186|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"118.21\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"236.42\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-350.24\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|438|APT.AC-B2|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"236.42\",\"allotment\":99,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|438|APT.AC-B2|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"236.42\",\"allotment\":99,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|438|APT.AC-B2|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"282.56\",\"allotment\":99,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|438|APT.AC-B2|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"259.49\",\"allotment\":99,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"236.42\",\"maxRate\":\"282.56\",\"currency\":\"EUR\"},{\"code\":15087,\"name\":\"Mas Gallau\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":30,\"zoneName\":\"Cambrils\",\"latitude\":\"41.088426\",\"longitude\":\"1.091444\",\"rooms\":[{\"code\":\"QUA.ST\",\"name\":\"QUADRUPLE STANDARD\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|15087|QUA.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"228.62\",\"allotment\":1,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"114.31\",\"from\":\"2017-09-04T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|15087|QUA.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"228.62\",\"allotment\":1,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|15087|QUA.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"228.62\",\"allotment\":1,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|15087|QUA.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"228.62\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|15087|QUA.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"228.62\",\"allotment\":1,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"228.62\",\"maxRate\":\"228.62\",\"currency\":\"EUR\"},{\"code\":14205,\"name\":\"Costa Verde\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":30,\"zoneName\":\"Cambrils\",\"latitude\":\"41.0724825667168\",\"longitude\":\"1.10758246388286\",\"rooms\":[{\"code\":\"APT.B1-C4\",\"name\":\"APARTMENT CAPACITY 4 ONE BEDROOM\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|14205|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"144.16\",\"allotment\":20,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|14205|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"187.40\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]}]}],\"minRate\":\"144.16\",\"maxRate\":\"187.40\",\"currency\":\"EUR\"},{\"code\":29264,\"name\":\"Cataluña Apartamentos\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.069496\",\"longitude\":\"1.153611\",\"rooms\":[{\"code\":\"APT.B1-C4\",\"name\":\"APARTMENT CAPACITY 4 ONE BEDROOM\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|29264|APT.B1-C4|OFE-EXT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"131.46\",\"allotment\":20,\"rateCommentsId\":\"52|83199|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"65.73\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"131.46\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|29264|APT.B1-C4|OFE-EXT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"131.46\",\"allotment\":20,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|29264|APT.B1-C4|OFE-EXT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"131.46\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|29264|APT.B1-C4|OFE-EXT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"165.76\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|29264|APT.B1-C4|OFE-EXT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"148.61\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"131.46\",\"maxRate\":\"165.76\",\"currency\":\"EUR\"},{\"code\":29507,\"name\":\"Alexandra Aparthotel\",\"categoryCode\":\"APTH3\",\"categoryName\":\"APARTHOTEL 3*\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":80,\"zoneName\":\"Tarragona Capital\",\"latitude\":\"41.115979\",\"longitude\":\"1.252268\",\"rooms\":[{\"code\":\"STU.C4\",\"name\":\"STUDIO CAPACITY 4\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|29507|STU.C4|CG-REPLICA1|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"174.40\",\"allotment\":1,\"rateCommentsId\":\"52|82541|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"174.40\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|29507|STU.C4|CG-REPLICA1|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"174.40\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|29507|STU.C4|CG-REPLICA1|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"174.40\",\"allotment\":1,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|29507|STU.C4|CG-REPLICA1|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"174.40\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|29507|STU.C4|CG-REPLICA1|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"174.40\",\"allotment\":1,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|29507|STU.C4|CG-REPLICA1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"215.76\",\"allotment\":1,\"rateCommentsId\":\"52|82541|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"215.76\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|29507|STU.C4|CG-REPLICA1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"215.76\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|29507|STU.C4|CG-REPLICA1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"215.76\",\"allotment\":1,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|29507|STU.C4|CG-REPLICA1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"215.76\",\"allotment\":1,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|29507|STU.C4|CG-REPLICA1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"215.76\",\"allotment\":1,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"174.40\",\"maxRate\":\"215.76\",\"currency\":\"EUR\"},{\"code\":41200,\"name\":\"Marinada Apts.\",\"categoryCode\":\"APTH2\",\"categoryName\":\"APARTHOTEL 2*\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.071315\",\"longitude\":\"1.153596\",\"rooms\":[{\"code\":\"STU.BK\",\"name\":\"STUDIO BUNK BED 2 ADULTS 2 CHILDS\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|41200|STU.BK|CG-BAR SC|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"180.38\",\"allotment\":2,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|41200|STU.BK|CG-BAR BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"217.16\",\"allotment\":2,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|41200|STU.BK|CG-BAR HB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"272.32\",\"allotment\":2,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|41200|STU.BK|CG-BAR FB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"316.98\",\"allotment\":2,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]}]}],\"minRate\":\"180.38\",\"maxRate\":\"316.98\",\"currency\":\"EUR\"},{\"code\":187496,\"name\":\"Apartamentos Zahara\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.076027\",\"longitude\":\"1.145588\",\"rooms\":[{\"code\":\"APT.C4\",\"name\":\"APARTMENT CAPACITY 4\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|187496|APT.C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"140.02\",\"allotment\":19,\"rateCommentsId\":\"52|83178|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"70.01\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"140.02\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-207.44\"},{\"code\":\"9008\",\"name\":\"Extra bed discount\",\"amount\":\"-103.72\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|187496|APT.C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"140.02\",\"allotment\":19,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|187496|APT.C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"140.02\",\"allotment\":19,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|187496|APT.C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"174.32\",\"allotment\":19,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|187496|APT.C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"157.17\",\"allotment\":19,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"140.02\",\"maxRate\":\"174.32\",\"currency\":\"EUR\"},{\"code\":456,\"name\":\"SB Corona Tortosa\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":90,\"zoneName\":\"Tortosa\",\"latitude\":\"40.8166349255143\",\"longitude\":\"0.512993051670492\",\"rooms\":[{\"code\":\"APT.C4\",\"name\":\"APARTMENT CAPACITY 4\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|456|APT.C4|CG-TODOS1|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"153.61\",\"allotment\":25,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"153.61\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9003\",\"name\":\"Long Stay discount\",\"amount\":\"-17.07\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|456|APT.C4|CG-TODOS1|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"151.06\",\"allotment\":27,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|456|APT.C4|CG-TODOS1|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"162.14\",\"allotment\":26,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|456|APT.C4|CG-TODOS1|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"145.08\",\"allotment\":26,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|456|APT.C4|CG-TODOS1|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"145.08\",\"allotment\":25,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|456|APT.C4|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"196.67\",\"allotment\":25,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"196.67\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9003\",\"name\":\"Long Stay discount\",\"amount\":\"-21.85\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|456|APT.C4|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"194.12\",\"allotment\":27,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|456|APT.C4|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"205.20\",\"allotment\":26,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|456|APT.C4|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"188.14\",\"allotment\":26,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|456|APT.C4|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"188.14\",\"allotment\":25,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|456|APT.C4|CG-TODOS1|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"255.13\",\"allotment\":25,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"255.13\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9003\",\"name\":\"Long Stay discount\",\"amount\":\"-28.35\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|456|APT.C4|CG-TODOS1|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"252.58\",\"allotment\":27,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|456|APT.C4|CG-TODOS1|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"263.66\",\"allotment\":26,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|456|APT.C4|CG-TODOS1|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"246.60\",\"allotment\":26,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|456|APT.C4|CG-TODOS1|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"246.60\",\"allotment\":25,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"145.08\",\"maxRate\":\"263.66\",\"currency\":\"EUR\"},{\"code\":1350,\"name\":\"Alboran\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.075506\",\"longitude\":\"1.142388\",\"rooms\":[{\"code\":\"STU.C4\",\"name\":\"STUDIO CAPACITY 4\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|1350|STU.C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"131.46\",\"allotment\":20,\"rateCommentsId\":\"52|83989|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"65.73\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"131.46\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1350|STU.C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"131.46\",\"allotment\":20,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1350|STU.C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"131.46\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1350|STU.C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"165.76\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1350|STU.C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"148.61\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"131.46\",\"maxRate\":\"165.76\",\"currency\":\"EUR\"},{\"code\":131445,\"name\":\"Larimarapt\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.074174\",\"longitude\":\"1.150456\",\"rooms\":[{\"code\":\"APT.AC-B2\",\"name\":\"APARTMENT TWO BEDROOMS WITH AIR CONDITIONING\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|131445|APT.AC-B2|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"236.42\",\"allotment\":99,\"rateCommentsId\":\"52|83182|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"118.21\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"236.42\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|131445|APT.AC-B2|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"236.42\",\"allotment\":99,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|131445|APT.AC-B2|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"236.42\",\"allotment\":99,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|131445|APT.AC-B2|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"282.56\",\"allotment\":99,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|131445|APT.AC-B2|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"259.49\",\"allotment\":99,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"236.42\",\"maxRate\":\"282.56\",\"currency\":\"EUR\"},{\"code\":15128,\"name\":\"Adia Cunit Playa\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":32,\"zoneName\":\"Cunit\",\"latitude\":\"41.192193\",\"longitude\":\"1.616173\",\"rooms\":[{\"code\":\"DBT.BL-SS\",\"name\":\"Double or Twin SIDE SEA VIEW WITH BALCONY\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|15128|DBT.BL-SS|NRF-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"166.80\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|15128|DBT.BL-SS|NRF-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"166.80\",\"allotment\":2,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|15128|DBT.BL-SS|NRF-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"166.80\",\"allotment\":2,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|15128|DBT.BL-SS|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"200.16\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|15128|DBT.BL-SS|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"200.16\",\"allotment\":2,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|15128|DBT.BL-SS|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"200.16\",\"allotment\":2,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"166.80\",\"maxRate\":\"200.16\",\"currency\":\"EUR\"},{\"code\":15771,\"name\":\"Evenia President\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.076473\",\"longitude\":\"1.131616\",\"rooms\":[{\"code\":\"DBL.ST\",\"name\":\"DOUBLE STANDARD\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|15771|DBL.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"270.58\",\"allotment\":3,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"135.29\",\"from\":\"2017-09-04T23:59:00+02:00\"},{\"amount\":\"270.58\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-90.20\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|15771|DBL.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"242.20\",\"allotment\":3,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|15771|DBL.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"270.58\",\"allotment\":3,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|15771|DBL.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"270.58\",\"allotment\":3,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|15771|DBL.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"270.58\",\"allotment\":3,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"242.20\",\"maxRate\":\"270.58\",\"currency\":\"EUR\"},{\"code\":5081,\"name\":\"Astari\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":80,\"zoneName\":\"Tarragona Capital\",\"latitude\":\"41.1174408549752\",\"longitude\":\"1.26522839767858\",\"rooms\":[{\"code\":\"QUA.ST\",\"name\":\"QUADRUPLE STANDARD\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|5081|QUA.ST|CG-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"206.24\",\"allotment\":1,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|5081|QUA.ST|CG-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"206.24\",\"allotment\":3,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|5081|QUA.ST|CG-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"206.24\",\"allotment\":3,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|5081|QUA.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"268.64\",\"allotment\":1,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|5081|QUA.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"268.64\",\"allotment\":3,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|5081|QUA.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"268.64\",\"allotment\":3,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"206.24\",\"maxRate\":\"268.64\",\"currency\":\"EUR\"},{\"code\":8597,\"name\":\"Gaudi\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":49,\"zoneName\":\"Reus\",\"latitude\":\"41.152742699274\",\"longitude\":\"1.10889316303656\",\"rooms\":[{\"code\":\"QUA.C4\",\"name\":\"QUADRUPLE TWO ADULTS AND TWO CHILDS\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|8597|QUA.C4|CG-OPAQUE|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"182.48\",\"allotment\":2,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"91.24\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-53.66\"},{\"code\":\"9005\",\"name\":\"Exclusive discount\",\"amount\":\"-32.20\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|8597|QUA.C4|CG-OPAQUE|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"182.48\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|8597|QUA.C4|CG-OPAQUE|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"182.48\",\"allotment\":2,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|8597|QUA.C4|CG-OPAQUE|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"182.48\",\"allotment\":2,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|8597|QUA.C4|CG-OPAQUE|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"182.48\",\"allotment\":2,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|8597|QUA.C4|CG-OPAQUE|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"217.52\",\"allotment\":2,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"108.76\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-53.66\"},{\"code\":\"9005\",\"name\":\"Exclusive discount\",\"amount\":\"-38.36\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|8597|QUA.C4|CG-OPAQUE|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"217.52\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|8597|QUA.C4|CG-OPAQUE|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"217.52\",\"allotment\":2,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|8597|QUA.C4|CG-OPAQUE|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"217.52\",\"allotment\":2,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|8597|QUA.C4|CG-OPAQUE|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"217.52\",\"allotment\":2,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|8597|QUA.C4|CG-OPAQUE|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"270.08\",\"allotment\":2,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"135.04\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-53.66\"},{\"code\":\"9005\",\"name\":\"Exclusive discount\",\"amount\":\"-47.64\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|8597|QUA.C4|CG-OPAQUE|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"270.08\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|8597|QUA.C4|CG-OPAQUE|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"270.08\",\"allotment\":2,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|8597|QUA.C4|CG-OPAQUE|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"270.08\",\"allotment\":2,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|8597|QUA.C4|CG-OPAQUE|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"270.08\",\"allotment\":2,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"182.48\",\"maxRate\":\"270.08\",\"currency\":\"EUR\"},{\"code\":14162,\"name\":\"Gran Claustre\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":8,\"zoneName\":\"Altafulla\",\"latitude\":\"41.1424\",\"longitude\":\"1.37539\",\"rooms\":[{\"code\":\"QUA.SU\",\"name\":\"QUADRUPLE SUPERIOR\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|14162|QUA.SU|NRF-2N1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"367.06\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|14162|QUA.SU|NRF-2N1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"413.84\",\"allotment\":2,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|14162|QUA.SU|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"431.82\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|14162|QUA.SU|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"486.86\",\"allotment\":2,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|14162|QUA.SU|CG-TODOS1|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"668.94\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|14162|QUA.SU|CG-TODOS1|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"723.98\",\"allotment\":2,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"}]}]}],\"minRate\":\"367.06\",\"maxRate\":\"723.98\",\"currency\":\"EUR\"},{\"code\":3845,\"name\":\"Vistamar\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":45,\"zoneName\":\"Hospitalet de l'Infant\",\"latitude\":\"40.988822\",\"longitude\":\"0.922536\",\"rooms\":[{\"code\":\"DBT.VM\",\"name\":\"Double or Twin SEA VIEW\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|3845|DBT.VM|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"254.02\",\"allotment\":9,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"127.01\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-84.68\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|3845|DBT.VM|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"228.61\",\"allotment\":9,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|3845|DBT.VM|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"254.02\",\"allotment\":9,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|3845|DBT.VM|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"254.02\",\"allotment\":10,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|3845|DBT.VM|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"254.02\",\"allotment\":10,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|3845|DBT.VM|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"317.50\",\"allotment\":9,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"158.75\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-105.84\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|3845|DBT.VM|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"292.09\",\"allotment\":9,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|3845|DBT.VM|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"317.50\",\"allotment\":9,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|3845|DBT.VM|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"317.50\",\"allotment\":10,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|3845|DBT.VM|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"317.50\",\"allotment\":10,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|3845|DBT.VM|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"374.66\",\"allotment\":9,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"cancellationPolicies\":[{\"amount\":\"187.33\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-124.88\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|3845|DBT.VM|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"349.25\",\"allotment\":9,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|3845|DBT.VM|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"374.66\",\"allotment\":9,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|3845|DBT.VM|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"374.66\",\"allotment\":10,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|3845|DBT.VM|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"374.66\",\"allotment\":10,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"APT.B1-C5\",\"name\":\"APARTMENT CAPACITY 5 ONE BEDROOM\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|3845|APT.B1-C5|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"279.40\",\"allotment\":10,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"139.70\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-69.84\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|3845|APT.B1-C5|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"245.54\",\"allotment\":10,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|3845|APT.B1-C5|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"279.40\",\"allotment\":10,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|3845|APT.B1-C5|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"279.40\",\"allotment\":10,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|3845|APT.B1-C5|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"279.40\",\"allotment\":10,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|3845|APT.B1-C5|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"342.88\",\"allotment\":10,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"171.44\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-91.00\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|3845|APT.B1-C5|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"309.02\",\"allotment\":10,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|3845|APT.B1-C5|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"342.88\",\"allotment\":10,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|3845|APT.B1-C5|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"342.88\",\"allotment\":10,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|3845|APT.B1-C5|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"342.88\",\"allotment\":10,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|3845|APT.B1-C5|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"400.04\",\"allotment\":10,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"cancellationPolicies\":[{\"amount\":\"200.02\",\"from\":\"2017-09-07T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-110.04\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|3845|APT.B1-C5|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"366.18\",\"allotment\":10,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|3845|APT.B1-C5|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"400.04\",\"allotment\":10,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|3845|APT.B1-C5|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"400.04\",\"allotment\":10,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|3845|APT.B1-C5|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"400.04\",\"allotment\":10,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"228.61\",\"maxRate\":\"400.04\",\"currency\":\"EUR\"},{\"code\":505161,\"name\":\"HOTEL MORROS\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":44,\"zoneName\":\"Torredembarra\",\"latitude\":\"41.1435737\",\"longitude\":\"1.4092359\",\"rooms\":[{\"code\":\"DBT.ST\",\"name\":\"Double or Twin STANDARD\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|505161|DBT.ST|CG-FIT|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"205.56\",\"allotment\":72,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"102.78\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-93.44\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|505161|DBT.ST|CG-FIT|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"176.20\",\"allotment\":72,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|505161|DBT.ST|CG-FIT|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"190.88\",\"allotment\":72,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|505161|DBT.ST|CG-FIT|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"176.20\",\"allotment\":72,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|505161|DBT.ST|CG-FIT|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"190.88\",\"allotment\":72,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|505161|DBT.ST|CG-FIT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"229.06\",\"allotment\":72,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"114.53\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-104.12\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|505161|DBT.ST|CG-FIT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"199.70\",\"allotment\":72,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|505161|DBT.ST|CG-FIT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"214.38\",\"allotment\":72,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|505161|DBT.ST|CG-FIT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"199.70\",\"allotment\":72,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|505161|DBT.ST|CG-FIT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"214.38\",\"allotment\":72,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|505161|DBT.ST|CG-FIT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"276.02\",\"allotment\":72,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"138.01\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-125.48\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|505161|DBT.ST|CG-FIT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"246.66\",\"allotment\":72,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|505161|DBT.ST|CG-FIT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"261.34\",\"allotment\":72,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|505161|DBT.ST|CG-FIT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"246.66\",\"allotment\":72,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|505161|DBT.ST|CG-FIT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"261.34\",\"allotment\":72,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|505161|DBT.ST|CG-FIT|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"317.14\",\"allotment\":72,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"cancellationPolicies\":[{\"amount\":\"158.57\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-144.16\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|505161|DBT.ST|CG-FIT|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"287.78\",\"allotment\":72,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|505161|DBT.ST|CG-FIT|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"302.46\",\"allotment\":72,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|505161|DBT.ST|CG-FIT|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"287.78\",\"allotment\":72,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|505161|DBT.ST|CG-FIT|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"302.46\",\"allotment\":72,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"DBT.VM\",\"name\":\"Double or Twin SEA VIEW\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|505161|DBT.VM|CG-FIT|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"264.30\",\"allotment\":72,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"132.15\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-120.14\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|505161|DBT.VM|CG-FIT|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"234.94\",\"allotment\":72,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|505161|DBT.VM|CG-FIT|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"249.62\",\"allotment\":72,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|505161|DBT.VM|CG-FIT|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"234.94\",\"allotment\":72,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|505161|DBT.VM|CG-FIT|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"249.62\",\"allotment\":72,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|505161|DBT.VM|CG-FIT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"287.80\",\"allotment\":72,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"143.90\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-130.82\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|505161|DBT.VM|CG-FIT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"258.44\",\"allotment\":72,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|505161|DBT.VM|CG-FIT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"273.12\",\"allotment\":72,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|505161|DBT.VM|CG-FIT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"258.44\",\"allotment\":72,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|505161|DBT.VM|CG-FIT|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"273.12\",\"allotment\":72,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|505161|DBT.VM|CG-FIT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"334.76\",\"allotment\":72,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"167.38\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-152.18\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|505161|DBT.VM|CG-FIT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"305.40\",\"allotment\":72,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|505161|DBT.VM|CG-FIT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"320.08\",\"allotment\":72,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|505161|DBT.VM|CG-FIT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"305.40\",\"allotment\":72,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|505161|DBT.VM|CG-FIT|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"320.08\",\"allotment\":72,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|505161|DBT.VM|CG-FIT|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"375.88\",\"allotment\":72,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"cancellationPolicies\":[{\"amount\":\"187.94\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-170.86\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|505161|DBT.VM|CG-FIT|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"346.52\",\"allotment\":72,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|505161|DBT.VM|CG-FIT|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"361.20\",\"allotment\":72,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|505161|DBT.VM|CG-FIT|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"346.52\",\"allotment\":72,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|505161|DBT.VM|CG-FIT|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"361.20\",\"allotment\":72,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"176.20\",\"maxRate\":\"375.88\",\"currency\":\"EUR\"},{\"code\":15068,\"name\":\"Lauria\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":80,\"zoneName\":\"Tarragona Capital\",\"latitude\":\"41.1141\",\"longitude\":\"1.25524\",\"rooms\":[{\"code\":\"QUA.ST\",\"name\":\"QUADRUPLE STANDARD\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|15068|QUA.ST|CG-TRIPLES|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"168.61\",\"allotment\":2,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"82.55\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|15068|QUA.ST|CG-TRIPLES|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"147.32\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|15068|QUA.ST|CG-TRIPLES|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"159.72\",\"allotment\":2,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170907|20170909|W|52|15068|QUA.ST|CG-TRIPLES|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"159.71\",\"allotment\":1,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|15068|QUA.ST|CG-TRIPLES|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"230.53\",\"allotment\":2,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"113.51\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|15068|QUA.ST|CG-TRIPLES|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"209.24\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|15068|QUA.ST|CG-TRIPLES|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"221.64\",\"allotment\":2,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170907|20170909|W|52|15068|QUA.ST|CG-TRIPLES|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"221.63\",\"allotment\":1,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"147.32\",\"maxRate\":\"230.53\",\"currency\":\"EUR\"},{\"code\":128850,\"name\":\"Goya\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.072122\",\"longitude\":\"1.148657\",\"rooms\":[{\"code\":\"APT.B3-C8\",\"name\":\"APARTMENT CAPACITY 8 THREE BEDROOMS\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|128850|APT.B3-C8|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"236.42\",\"allotment\":99,\"rateCommentsId\":\"52|82869|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"118.21\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"236.42\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170909|20170911|W|52|128850|APT.B3-C8|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"236.42\",\"allotment\":99,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|128850|APT.B3-C8|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"285.44\",\"allotment\":99,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]},{\"rateClass\":\"NOR\",\"net\":\"236.42\",\"allotment\":99,\"rateCommentsId\":\"52|83202|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"118.21\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"236.42\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-350.24\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|128850|APT.B3-C8|OFE-EXT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"236.42\",\"allotment\":99,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170907|20170909|W|52|128850|APT.B3-C8|OFE-EXT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"260.93\",\"allotment\":99,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"236.42\",\"maxRate\":\"285.44\",\"currency\":\"EUR\"},{\"code\":1020,\"name\":\"Iris - Bahia Dorada\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.074803\",\"longitude\":\"1.146418\",\"rooms\":[{\"code\":\"APT.B2-C6\",\"name\":\"APARTMENT CAPACITY 6 TWO BEDROOMS\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|1020|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"157.16\",\"allotment\":20,\"rateCommentsId\":\"52|83176|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"78.58\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"157.16\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|1020|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"157.16\",\"allotment\":20,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|1020|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"157.16\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|1020|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"200.04\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|1020|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"178.60\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"157.16\",\"maxRate\":\"200.04\",\"currency\":\"EUR\"},{\"code\":13783,\"name\":\"Pins i Mar\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":30,\"zoneName\":\"Cambrils\",\"latitude\":\"41.06822\",\"longitude\":\"1.092221\",\"rooms\":[{\"code\":\"APT.B2-C6\",\"name\":\"APARTMENT CAPACITY 6 TWO BEDROOMS\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|13783|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"158.58\",\"allotment\":25,\"rateCommentsId\":\"52|83191|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"79.29\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"158.58\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|13783|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"158.58\",\"allotment\":25,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|13783|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"158.58\",\"allotment\":25,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|13783|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"198.94\",\"allotment\":25,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|13783|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"178.76\",\"allotment\":25,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"158.58\",\"maxRate\":\"198.94\",\"currency\":\"EUR\"},{\"code\":13791,\"name\":\"Delta Hotel\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":16,\"zoneName\":\"Delta del Ebro\",\"latitude\":\"40.72104\",\"longitude\":\"0.747514\",\"rooms\":[{\"code\":\"QUA.ST\",\"name\":\"QUADRUPLE STANDARD\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|13791|QUA.ST|WEB-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"242.44\",\"allotment\":4,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|13791|QUA.ST|WEB-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"230.48\",\"allotment\":2,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|13791|QUA.ST|WEB-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"295.40\",\"allotment\":4,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170906|20170908|W|52|13791|QUA.ST|WEB-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"283.44\",\"allotment\":2,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"}]}]}],\"minRate\":\"230.48\",\"maxRate\":\"295.40\",\"currency\":\"EUR\"},{\"code\":3830,\"name\":\"Pino Alto\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":47,\"zoneName\":\"Miami Playa\",\"latitude\":\"40.9953412324675\",\"longitude\":\"0.930634893011302\",\"rooms\":[{\"code\":\"DBT.ST\",\"name\":\"Double or Twin STANDARD\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|3830|DBT.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"228.58\",\"allotment\":99,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"114.29\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-76.20\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|3830|DBT.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"196.84\",\"allotment\":99,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|3830|DBT.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"228.58\",\"allotment\":99,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|3830|DBT.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"228.58\",\"allotment\":99,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|3830|DBT.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"228.58\",\"allotment\":99,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|3830|DBT.ST|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"298.42\",\"allotment\":99,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"149.21\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-99.48\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|3830|DBT.ST|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"266.68\",\"allotment\":99,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|3830|DBT.ST|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"298.42\",\"allotment\":99,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|3830|DBT.ST|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"298.42\",\"allotment\":99,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|3830|DBT.ST|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"298.42\",\"allotment\":99,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|3830|DBT.ST|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"355.58\",\"allotment\":99,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"cancellationPolicies\":[{\"amount\":\"177.79\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-118.52\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|3830|DBT.ST|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"323.84\",\"allotment\":99,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|3830|DBT.ST|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"355.58\",\"allotment\":99,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|3830|DBT.ST|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"355.58\",\"allotment\":99,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|3830|DBT.ST|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"355.58\",\"allotment\":99,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"DBT.ST-1\",\"name\":\"Double or Twin WITH LOUNGE\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|3830|DBT.ST-1|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"266.68\",\"allotment\":99,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"133.34\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-38.10\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|3830|DBT.ST-1|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"229.64\",\"allotment\":99,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|3830|DBT.ST-1|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"266.68\",\"allotment\":99,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|3830|DBT.ST-1|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"266.68\",\"allotment\":99,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|3830|DBT.ST-1|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"266.68\",\"allotment\":99,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|3830|DBT.ST-1|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"348.16\",\"allotment\":99,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"174.08\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-49.74\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|3830|DBT.ST-1|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"311.12\",\"allotment\":99,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|3830|DBT.ST-1|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"348.16\",\"allotment\":99,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|3830|DBT.ST-1|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"348.16\",\"allotment\":99,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|3830|DBT.ST-1|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"348.16\",\"allotment\":99,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|3830|DBT.ST-1|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"414.86\",\"allotment\":99,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"cancellationPolicies\":[{\"amount\":\"207.43\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-59.26\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|3830|DBT.ST-1|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"377.82\",\"allotment\":99,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|3830|DBT.ST-1|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"414.86\",\"allotment\":99,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|3830|DBT.ST-1|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"414.86\",\"allotment\":99,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|3830|DBT.ST-1|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"414.86\",\"allotment\":99,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"196.84\",\"maxRate\":\"414.86\",\"currency\":\"EUR\"},{\"code\":385940,\"name\":\"Hotel Reus Park\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":49,\"zoneName\":\"Reus\",\"latitude\":\"41.148336\",\"longitude\":\"1.113332\",\"rooms\":[{\"code\":\"FAM.ST\",\"name\":\"FAMILY ROOM STANDARD\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|385940|FAM.ST|CG-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"230.48\",\"allotment\":5,\"rateCommentsId\":\"52|79240|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"230.48\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-57.62\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|385940|FAM.ST|CG-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"230.48\",\"allotment\":5,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|385940|FAM.ST|CG-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"230.48\",\"allotment\":5,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|385940|FAM.ST|CG-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"230.48\",\"allotment\":5,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|385940|FAM.ST|CG-BAR RO|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"230.48\",\"allotment\":5,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|385940|FAM.ST|CG-BAR BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"261.20\",\"allotment\":5,\"rateCommentsId\":\"52|79241|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"261.20\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"-65.30\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|385940|FAM.ST|CG-BAR BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"261.20\",\"allotment\":5,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|385940|FAM.ST|CG-BAR BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"261.20\",\"allotment\":5,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|385940|FAM.ST|CG-BAR BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"261.20\",\"allotment\":5,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|385940|FAM.ST|CG-BAR BB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"261.20\",\"allotment\":5,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"230.48\",\"maxRate\":\"261.20\",\"currency\":\"EUR\"},{\"code\":14645,\"name\":\"Villa Engracia Apartments\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":19,\"zoneName\":\"Espluga Francoli\",\"latitude\":\"41.378366\",\"longitude\":\"1.091355\",\"rooms\":[{\"code\":\"APT.C4\",\"name\":\"APARTMENT STANDARD\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|14645|APT.C4|NRF-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"163.30\",\"allotment\":7,\"rateCommentsId\":\"52|80941|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"163.30\",\"from\":\"2017-08-29T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"promotions\":[{\"code\":\"073\",\"name\":\"Non-refundable rate. No amendments permitted\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|14645|APT.C4|NRF-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"129.51\",\"allotment\":6,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|14645|APT.C4|NRF-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"163.30\",\"allotment\":6,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|14645|APT.C4|NRF-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"123.90\",\"allotment\":8,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|14645|APT.C4|NRF-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"143.60\",\"allotment\":8,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|14645|APT.C4|NRF-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"217.94\",\"allotment\":7,\"rateCommentsId\":\"52|80941|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"217.94\",\"from\":\"2017-08-29T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"promotions\":[{\"code\":\"073\",\"name\":\"Non-refundable rate. No amendments permitted\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|14645|APT.C4|NRF-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"184.15\",\"allotment\":6,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|14645|APT.C4|NRF-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"217.94\",\"allotment\":6,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|14645|APT.C4|NRF-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"178.54\",\"allotment\":8,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|14645|APT.C4|NRF-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"198.24\",\"allotment\":8,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|14645|APT.C4|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"255.16\",\"allotment\":7,\"rateCommentsId\":\"52|80934|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"127.58\",\"from\":\"2017-09-08T12:00:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|14645|APT.C4|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"202.37\",\"allotment\":7,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|14645|APT.C4|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"255.16\",\"allotment\":7,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|14645|APT.C4|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"193.58\",\"allotment\":8,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|14645|APT.C4|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"224.37\",\"allotment\":8,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|14645|APT.C4|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"309.80\",\"allotment\":7,\"rateCommentsId\":\"52|80934|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"154.90\",\"from\":\"2017-09-08T12:00:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|14645|APT.C4|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"257.01\",\"allotment\":7,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|14645|APT.C4|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"309.80\",\"allotment\":7,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|14645|APT.C4|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"248.22\",\"allotment\":8,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|14645|APT.C4|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"279.01\",\"allotment\":8,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"APT.C4-SU\",\"name\":\"APARTMENT SUPERIOR CAPACITY 4\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|14645|APT.C4-SU|NRF-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"140.78\",\"allotment\":4,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|14645|APT.C4-SU|NRF-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"168.94\",\"allotment\":4,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|14645|APT.C4-SU|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"175.98\",\"allotment\":4,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|14645|APT.C4-SU|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"211.18\",\"allotment\":4,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|14645|APT.C4-SU|NRF-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"195.42\",\"allotment\":4,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|14645|APT.C4-SU|NRF-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NRF\",\"rateType\":\"BOOKABLE\",\"net\":\"223.58\",\"allotment\":4,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|14645|APT.C4-SU|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"230.62\",\"allotment\":4,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|14645|APT.C4-SU|CG-TODOS1|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"265.82\",\"allotment\":4,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"123.90\",\"maxRate\":\"309.80\",\"currency\":\"EUR\"},{\"code\":364339,\"name\":\"Sant Jordi Hotel\",\"categoryCode\":\"2EST\",\"categoryName\":\"2 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":32,\"zoneName\":\"Cunit\",\"latitude\":\"41.193137\",\"longitude\":\"1.608738\",\"rooms\":[{\"code\":\"QUA.ST\",\"name\":\"QUADRUPLE STANDARD\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|364339|QUA.ST|CG-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"257.99\",\"allotment\":3,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"113.62\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|364339|QUA.ST|CG-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"223.82\",\"allotment\":3,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|364339|QUA.ST|CG-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"271.66\",\"allotment\":3,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|364339|QUA.ST|CG-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"224.67\",\"allotment\":3,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|364339|QUA.ST|CG-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"226.38\",\"allotment\":3,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|364339|QUA.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"278.49\",\"allotment\":3,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"123.87\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|364339|QUA.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"244.32\",\"allotment\":3,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|364339|QUA.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"292.16\",\"allotment\":3,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|364339|QUA.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"245.17\",\"allotment\":3,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|364339|QUA.ST|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"246.88\",\"allotment\":3,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"223.82\",\"maxRate\":\"292.16\",\"currency\":\"EUR\"},{\"code\":14949,\"name\":\"La Llosa\",\"categoryCode\":\"CAMP2\",\"categoryName\":\"2ND CAMPING\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":30,\"zoneName\":\"Cambrils\",\"latitude\":\"41.065572\",\"longitude\":\"1.045749\",\"rooms\":[{\"code\":\"BUN.C6\",\"name\":\"BUNGALOW CAPACITY 6\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|14949|BUN.C6|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"148.54\",\"allotment\":19,\"rateCommentsId\":\"52|83530|50\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"148.54\",\"from\":\"2017-09-05T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|14949|BUN.C6|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"148.54\",\"allotment\":20,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|14949|BUN.C6|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"148.54\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|14949|BUN.C6|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"148.54\",\"allotment\":18,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|14949|BUN.C6|CG-TODOS1|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"148.54\",\"allotment\":18,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"148.54\",\"maxRate\":\"148.54\",\"currency\":\"EUR\"},{\"code\":114673,\"name\":\"Sercotel Cunit Suites & Spa\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":32,\"zoneName\":\"Cunit\",\"latitude\":\"41.198579\",\"longitude\":\"1.636755\",\"rooms\":[{\"code\":\"SUI.B1-C4\",\"name\":\"SUITE CAPACITY 4 ONE BEDROOM\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|114673|SUI.B1-C4|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"427.13\",\"from\":\"2017-09-06T12:00:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|114673|SUI.B1-C4|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|114673|SUI.B1-C4|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|114673|SUI.B1-C4|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|114673|SUI.B1-C4|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|114673|SUI.B1-C4|CG-TODOSHB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"427.13\",\"from\":\"2017-09-06T12:00:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|114673|SUI.B1-C4|CG-TODOSHB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|114673|SUI.B1-C4|CG-TODOSHB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|114673|SUI.B1-C4|CG-TODOSHB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|114673|SUI.B1-C4|CG-TODOSHB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|114673|SUI.B1-C4|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"cancellationPolicies\":[{\"amount\":\"427.13\",\"from\":\"2017-09-06T12:00:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|114673|SUI.B1-C4|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|114673|SUI.B1-C4|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|114673|SUI.B1-C4|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|114673|SUI.B1-C4|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"SUI.B2-C6\",\"name\":\"SUITE CAPACITY 6 TWO BEDROOMS\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|114673|SUI.B2-C6|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"427.13\",\"from\":\"2017-09-06T12:00:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|114673|SUI.B2-C6|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|114673|SUI.B2-C6|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|114673|SUI.B2-C6|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|114673|SUI.B2-C6|CG-TODOSBB|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|114673|SUI.B2-C6|CG-TODOSHB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"427.13\",\"from\":\"2017-09-06T12:00:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|114673|SUI.B2-C6|CG-TODOSHB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|114673|SUI.B2-C6|CG-TODOSHB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|114673|SUI.B2-C6|CG-TODOSHB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|114673|SUI.B2-C6|CG-TODOSHB|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|114673|SUI.B2-C6|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"cancellationPolicies\":[{\"amount\":\"427.13\",\"from\":\"2017-09-06T12:00:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|114673|SUI.B2-C6|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|114673|SUI.B2-C6|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|114673|SUI.B2-C6|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|114673|SUI.B2-C6|CG-TODOSFB|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"854.26\",\"allotment\":32,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"854.26\",\"maxRate\":\"854.26\",\"currency\":\"EUR\"},{\"code\":8164,\"name\":\"Hostal del Senglar\",\"categoryCode\":\"2EST\",\"categoryName\":\"2 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":19,\"zoneName\":\"Espluga Francoli\",\"latitude\":\"41.39662\",\"longitude\":\"1.10438\",\"rooms\":[{\"code\":\"FAM.ST\",\"name\":\"FAMILY ROOM STANDARD\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|8164|FAM.ST|WEB-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"291.04\",\"allotment\":2,\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"145.52\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"offers\":[{\"code\":\"9001\",\"name\":\"Child discount\",\"amount\":\"50.60\"}],\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|8164|FAM.ST|WEB-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"291.04\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|8164|FAM.ST|WEB-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"291.04\",\"allotment\":2,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|8164|FAM.ST|WEB-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"291.04\",\"allotment\":2,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|8164|FAM.ST|WEB-TODOS|RO||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"291.04\",\"allotment\":2,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"291.04\",\"maxRate\":\"291.04\",\"currency\":\"EUR\"},{\"code\":357714,\"name\":\"Apartamentos Marina\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":30,\"zoneName\":\"Cambrils\",\"latitude\":\"41.072755\",\"longitude\":\"1.110527\",\"rooms\":[{\"code\":\"APT.B2-C6\",\"name\":\"APARTMENT CAPACITY 6 TWO BEDROOMS\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|357714|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"167.22\",\"allotment\":25,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|357714|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"167.22\",\"allotment\":25,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"}]}]}],\"minRate\":\"167.22\",\"maxRate\":\"167.22\",\"currency\":\"EUR\"},{\"code\":93655,\"name\":\"Pins Marina Apartamentos\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":30,\"zoneName\":\"Cambrils\",\"latitude\":\"41.07151\",\"longitude\":\"1.10302\",\"rooms\":[{\"code\":\"APT.B1-C4\",\"name\":\"APARTMENT CAPACITY 4 ONE BEDROOM\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|93655|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"129.74\",\"allotment\":20,\"rateCommentsId\":\"52|83523|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"64.87\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"129.74\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|93655|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"129.74\",\"allotment\":20,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|93655|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"129.74\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|93655|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"172.98\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|93655|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"151.36\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"APT.B2-C6\",\"name\":\"APARTMENT CAPACITY 6 TWO BEDROOMS\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|93655|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"184.52\",\"allotment\":20,\"rateCommentsId\":\"52|83523|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"92.26\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"184.52\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|93655|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"184.52\",\"allotment\":20,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|93655|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"184.52\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|93655|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"227.78\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|93655|APT.B2-C6|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"206.15\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"129.74\",\"maxRate\":\"227.78\",\"currency\":\"EUR\"},{\"code\":343132,\"name\":\"CYE V\",\"categoryCode\":\"VTV\",\"categoryName\":\"VACATIONALS TURISTICS HOUSES\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":20,\"zoneName\":\"La Pineda\",\"latitude\":\"41.076749\",\"longitude\":\"1.144378\",\"rooms\":[{\"code\":\"APT.B1-C4\",\"name\":\"APARTMENT CAPACITY 4 ONE BEDROOM\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|343132|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"127.20\",\"allotment\":20,\"rateCommentsId\":\"52|83193|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"63.60\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"127.20\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|343132|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"127.20\",\"allotment\":20,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|343132|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"127.20\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170907|20170909|W|52|343132|APT.B1-C4|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"143.09\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"APT.B1-C5\",\"name\":\"APARTMENT CAPACITY 5 ONE BEDROOM\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|343132|APT.B1-C5|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"150.30\",\"allotment\":20,\"rateCommentsId\":\"52|83193|3\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"75.15\",\"from\":\"2017-09-03T23:59:00+02:00\"},{\"amount\":\"150.30\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|343132|APT.B1-C5|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"150.30\",\"allotment\":20,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|343132|APT.B1-C5|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"150.30\",\"allotment\":20,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|343132|APT.B1-C5|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"187.90\",\"allotment\":20,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|343132|APT.B1-C5|CG-FIT|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"169.10\",\"allotment\":20,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"127.20\",\"maxRate\":\"187.90\",\"currency\":\"EUR\"},{\"code\":125838,\"name\":\"Can Batiste \",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":50,\"zoneName\":\"San Carlos de la Rapita\",\"latitude\":\"40.61226050938469\",\"longitude\":\"0.5853709951043129\",\"rooms\":[{\"code\":\"FAM.C4\",\"name\":\"FAMILY ROOM CAPACITY 4\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|52|125838|FAM.C4|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"271.64\",\"allotment\":3,\"rateCommentsId\":\"52|84622|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"135.82\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|52|125838|FAM.C4|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"232.83\",\"allotment\":1,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|52|125838|FAM.C4|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"271.64\",\"allotment\":3,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|52|125838|FAM.C4|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"271.64\",\"allotment\":3,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|125838|FAM.C4|CG-TODOS|BB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"271.64\",\"allotment\":3,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|125838|FAM.C4|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"393.08\",\"allotment\":3,\"rateCommentsId\":\"52|84622|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"196.54\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|125838|FAM.C4|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"393.08\",\"allotment\":3,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|125838|FAM.C4|CG-TODOS|HB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"393.08\",\"allotment\":3,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]},{\"rateKey\":\"20170908|20170910|W|52|125838|FAM.C4|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"514.60\",\"allotment\":3,\"rateCommentsId\":\"52|84622|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"cancellationPolicies\":[{\"amount\":\"257.30\",\"from\":\"2017-09-06T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170906|20170908|W|52|125838|FAM.C4|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"514.60\",\"allotment\":3,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|52|125838|FAM.C4|CG-TODOS|FB||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"514.60\",\"allotment\":3,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"232.83\",\"maxRate\":\"514.60\",\"currency\":\"EUR\"},{\"code\":548001,\"name\":\"APARTAMENTOS REAL LLEIDA\",\"categoryCode\":\"3LL\",\"categoryName\":\"3 KEYS\",\"destinationCode\":\"LER\",\"destinationName\":\"Lerida\",\"zoneCode\":10,\"zoneName\":\"Lerida\",\"latitude\":\"41.622064\",\"longitude\":\"0.628825\",\"rooms\":[{\"code\":\"APT.B2-C5\",\"name\":\"APARTMENT CAPACITY 5 TWO BEDROOMS\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|102|548001|APT.B2-C5|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"167.62\",\"allotment\":2,\"rateCommentsId\":\"102|201290|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"167.62\",\"from\":\"2017-09-06T12:00:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|102|548001|APT.B2-C5|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"150.70\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|102|548001|APT.B2-C5|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"159.16\",\"allotment\":2,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|102|548001|APT.B2-C5|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"150.70\",\"allotment\":2,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|102|548001|APT.B2-C5|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"159.16\",\"allotment\":2,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]},{\"code\":\"APT.B2-SU\",\"name\":\"APARTMENT SUPERIOR TWO BEDROOMS\",\"rates\":[{\"rateKey\":\"20170908|20170910|W|102|548001|APT.B2-SU|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"235.36\",\"allotment\":2,\"rateCommentsId\":\"102|201290|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"SC\",\"boardName\":\"SELF CATERING\",\"cancellationPolicies\":[{\"amount\":\"235.36\",\"from\":\"2017-09-06T12:00:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":2,\"childrenAges\":\"8,8\",\"shiftRates\":[{\"rateKey\":\"20170910|20170912|W|102|548001|APT.B2-SU|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"218.42\",\"allotment\":2,\"checkIn\":\"2017-09-10\",\"checkOut\":\"2017-09-12\"},{\"rateKey\":\"20170909|20170911|W|102|548001|APT.B2-SU|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"226.89\",\"allotment\":2,\"checkIn\":\"2017-09-09\",\"checkOut\":\"2017-09-11\"},{\"rateKey\":\"20170906|20170908|W|102|548001|APT.B2-SU|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"218.42\",\"allotment\":2,\"checkIn\":\"2017-09-06\",\"checkOut\":\"2017-09-08\"},{\"rateKey\":\"20170907|20170909|W|102|548001|APT.B2-SU|CG-TODOS|SC||1~2~2|8~8|N@2098E8FD92A845E48314CC7FC16FBC7E1045\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"226.89\",\"allotment\":2,\"checkIn\":\"2017-09-07\",\"checkOut\":\"2017-09-09\"}]}]}],\"minRate\":\"150.70\",\"maxRate\":\"235.36\",\"currency\":\"EUR\"}],\"checkIn\":\"2017-09-08\",\"total\":79,\"checkOut\":\"2017-09-10\"}}"},{"id":"d435d1ec-29b0-9c9e-ef9f-b05f0849c7c1","name":"1~4~0 (rectangular geolocation)","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"stay\": {\r\n\t\t\"checkIn\": \"2017-09-15\",\r\n\t\t\"checkOut\": \"2017-09-20\",\r\n\t\t\"shiftDays\": \"2\"\r\n\t},\r\n\t\"occupancies\": [{\r\n\t\t\"rooms\": 1,\r\n\t\t\"adults\": 4,\r\n\t\t\"children\": 0\r\n\t}],\r\n\t\"geolocation\": {\r\n\t\t\"latitude\": 43.378126,\r\n\t\t\"longitude\": -5.898018,\r\n\t\t\"secondaryLatitude\": 43.344487,\r\n\t\t\"secondaryLongitude\": -5.814223\r\n\t}\r\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"795","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 30 Aug 2017 08:49:48 GMT","name":"Date","description":""},{"key":"Server","value":"Jetty(9.2.16.v20160414)","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":""},{"key":"X-Mashery-Responder","value":"prod-j-worker-eu-west-1b-54.mashery.com","name":"X-Mashery-Responder","description":""},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":""},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":""},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":""},{"key":"X-Plan-Quota-Current","value":"21","name":"X-Plan-Quota-Current","description":""},{"key":"X-Plan-Quota-Reset","value":"Thursday, August 31, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":""},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":""},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":""}],"cookie":[],"responseTime":"290","body":"{\"auditData\":{\"processTime\":\"39\",\"timestamp\":\"2017-08-30 10:49:48.506\",\"requestHost\":\"212.170.239.110\",\"serverId\":\"sa37AUX3ROLBLIS.env#PL\",\"environment\":\"[int]\",\"release\":\"4c0c21f7a3982f3ad0cf88b921c4e04e7c36861f\",\"token\":\"b72133e7-533c-4b06-b2cf-4ccc2af4695d\",\"internal\":\"0||BR|11|1|3||||||||||||1||1~1~4~0||0||0|wuupfvswdqfz342cejxfv3ku||\"},\"hotels\":{\"hotels\":[{\"code\":3562,\"name\":\"Silken Monumental Naranco\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"OVD\",\"destinationName\":\"Asturias\",\"zoneCode\":10,\"zoneName\":\"Oviedo\",\"latitude\":\"43.364624\",\"longitude\":\"-5.863767\",\"rooms\":[{\"code\":\"FAM.C4\",\"name\":\"FAMILY ROOM CAPACITY 4\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"rooms\":1,\"adults\":4,\"children\":0,\"shiftRates\":[{\"rateKey\":\"20170913|20170918|W|102|3562|FAM.C4|CG-BARFAMILIAR|RO||1~4~0||N@93C5F027D9C04F3AB6392149BFF8ED211049\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"525.42\",\"allotment\":1,\"checkIn\":\"2017-09-13\",\"checkOut\":\"2017-09-18\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":4,\"children\":0,\"shiftRates\":[{\"rateKey\":\"20170913|20170918|W|102|3562|FAM.C4|CG-BARHDFAMILIA|BB||1~4~0||N@93C5F027D9C04F3AB6392149BFF8ED211049\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"693.57\",\"allotment\":1,\"checkIn\":\"2017-09-13\",\"checkOut\":\"2017-09-18\"}]},{\"paymentType\":\"AT_WEB\",\"boardCode\":\"DB\",\"boardName\":\"BUFFET BREAKFAST\",\"rooms\":1,\"adults\":4,\"children\":0,\"shiftRates\":[{\"rateKey\":\"20170913|20170918|W|102|3562|FAM.C4|CG-BARFAMILIAR|DB||1~4~0||N@93C5F027D9C04F3AB6392149BFF8ED211049\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"735.62\",\"allotment\":1,\"checkIn\":\"2017-09-13\",\"checkOut\":\"2017-09-18\"}]}]}],\"minRate\":\"525.42\",\"maxRate\":\"735.62\",\"currency\":\"EUR\"}],\"checkIn\":\"2017-09-15\",\"total\":1,\"checkOut\":\"2017-09-20\"}}"}],"_postman_id":"a3efb282-1884-6851-5f4a-298ed8683bb7"},{"name":"Filter by room type","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"c2b7ba83-4fe6-04d2-fd08-34fc1bdcdbfc","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"stay\": {\r\n\t\t\"checkIn\": \"2018-03-15\",\r\n\t\t\"checkOut\": \"2018-03-16\",\r\n\t\t\"shiftDays\": \"2\"\r\n\t},\r\n\t\"occupancies\": [\r\n\t\t{\r\n\t\t\t\"rooms\": 1,\r\n\t\t\t\"adults\": 2,\r\n\t\t\t\"children\": 0\r\n\t\t}\r\n\t],\r\n\t\"hotels\": {\r\n\t\t\"hotel\": [\r\n\t\t\t1, 271\r\n\t\t\t]\r\n\t},\r\n\t\"rooms\": {\r\n\t\t\t\"included\": true,\r\n\t\t\t\"room\": [\"DBT.ST\"]\r\n\t}\r\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels","description":"Availability filtering by room type."},"response":[],"_postman_id":"c2b7ba83-4fe6-04d2-fd08-34fc1bdcdbfc"},{"name":"Filter by keyword","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"f47ed9b0-bb6c-d45c-5f3f-0df47d8522d1","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"stay\": {\n\t\t\"checkIn\": \"2018-03-15\",\n\t\t\"checkOut\": \"2018-03-16\",\n\t\t\"shiftDays\": \"2\"\n\t},\n\t\"occupancies\": [{\n\t\t\"rooms\": 1,\n\t\t\"adults\": 2,\n\t\t\"children\": 0\n\t}],\n\t\"hotels\": {\n\t\t\"hotel\": [1,\n\t\t271]\n\t},\n\t\"keywords\": {\n\t\t\"keyword\": [34,\n\t\t38,\n\t\t100]\n\t}\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels","description":"Availability filtering by keyword."},"response":[],"_postman_id":"f47ed9b0-bb6c-d45c-5f3f-0df47d8522d1"},{"name":"Filter by accommodation type","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"9e9d58e5-ffc9-9ae3-d6f2-111710bc5766","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"stay\": {\n\t\t\"checkIn\": \"2018-03-15\",\n\t\t\"checkOut\": \"2018-03-16\",\n\t\t\"shiftDays\": \"2\"\n\t},\n\t\"occupancies\": [{\n\t\t\"rooms\": 1,\n\t\t\"adults\": 2,\n\t\t\"children\": 0\n\t}],\n\t\"hotels\": {\n\t\t\"hotel\": [1,\n\t\t271]\n\t},\n\t\"accommodations\": [\"HOTEL\",\n\t\"HOSTEL\"]\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels","description":"Availability filtering by accommodation type."},"response":[],"_postman_id":"9e9d58e5-ffc9-9ae3-d6f2-111710bc5766"},{"name":"Filter by board code ","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"f374596a-8f46-3137-9998-7dc67c454716","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"stay\": {\n\t\t\"checkIn\": \"2018-03-15\",\n\t\t\"checkOut\": \"2018-03-16\",\n\t\t\"shiftDays\": \"2\"\n\t},\n\t\"occupancies\": [{\n\t\t\"rooms\": 1,\n\t\t\"adults\": 2,\n\t\t\"children\": 0\n\t}],\n\t\"hotels\": {\n\t\t\"hotel\": [1,\n\t\t271]\n\t},\n\t\"boards\": {\n\t\t\"included\": true,\n\t\t\"board\": [\"RO\",\n\t\t\"BB\"]\n\t}\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels","description":"Availability filtering by board code."},"response":[],"_postman_id":"f374596a-8f46-3137-9998-7dc67c454716"},{"name":"Filter by review rating","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"635608de-d19c-a6ca-e612-ecc52b032697","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"stay\": {\n\t\t\"checkIn\": \"2018-03-15\",\n\t\t\"checkOut\": \"2018-03-16\",\n\t\t\"shiftDays\": \"2\"\n\t},\n\t\"occupancies\": [{\n\t\t\"rooms\": 1,\n\t\t\"adults\": 2,\n\t\t\"children\": 0\n\t}],\n\t\"hotels\": {\n\t\t\"hotel\": [1,\n\t\t271]\n\t},\n\t\"reviews\": [{\n\t\t\"type\": \"HOTELBEDS\",\n\t\t\"maxRate\": 5,\n\t\t\"minRate\": 1,\n\t\t\"minReviewCount\": 3\n\t}]\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels","description":"Availability filtering by Hotelbeds or TripAdvisor rating. \n\nIn 'examples' you can find different cases of requests and responses."},"response":[{"id":"945f1355-691e-ea8d-4472-6e2a96295816","name":"1~2~1 (filter by TripAdvisor rating)","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"stay\": {\n\t\t\"checkIn\": \"2017-09-15\",\n\t\t\"checkOut\": \"2017-09-20\",\n\t\t\"shiftDays\": \"2\"\n\t},\n\t\"occupancies\": [{\n\t\t\"rooms\": 1,\n\t\t\"adults\": 2,\n\t\t\"children\": 1,\n\t\t\"paxes\": [{\n\t\t\t\"type\": \"CH\",\n\t\t\t\"age\": 2\n\t\t}]\n\t}],\n\t\"hotels\": {\n\t\t\"hotel\": [1,\n\t\t271]\n\t},\n\t\"reviews\": [{\n\t\t\"type\": \"TRIPADVISOR\",\n\t\t\"maxRate\": 5,\n\t\t\"minRate\": 1,\n\t\t\"minReviewCount\": 3\n\t}]\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"1335","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 30 Aug 2017 12:46:02 GMT","name":"Date","description":""},{"key":"Server","value":"Jetty(9.2.16.v20160414)","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":""},{"key":"X-Mashery-Responder","value":"prod-j-worker-eu-west-1c-61.mashery.com","name":"X-Mashery-Responder","description":""},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":""},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":""},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":""},{"key":"X-Plan-Quota-Current","value":"120","name":"X-Plan-Quota-Current","description":""},{"key":"X-Plan-Quota-Reset","value":"Thursday, August 31, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":""},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":""},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":""}],"cookie":[],"responseTime":"254","body":"{\"auditData\":{\"processTime\":\"42\",\"timestamp\":\"2017-08-30 14:46:02.533\",\"requestHost\":\"212.170.239.110\",\"serverId\":\"sa37AUX3ROLBLIS.env#PL\",\"environment\":\"[int]\",\"release\":\"4c0c21f7a3982f3ad0cf88b921c4e04e7c36861f\",\"token\":\"1534a87d-c8a6-4e12-9de9-d01e46b3f3ac\",\"internal\":\"0|DCF3106D92A441F2918E1CEF9F65E2AF1446|BR|06|1|25||||||||||||1||1~1~2~1||0||0|wuupfvswdqfz342cejxfv3ku||\"},\"hotels\":{\"hotels\":[{\"code\":1,\"name\":\"Villa Dorada\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.06865947991072\",\"longitude\":\"1.1524744666303377\",\"rooms\":[{\"code\":\"DBT.ST-1\",\"name\":\"Double or Twin 2 ADULTS 1 CHILD\",\"rates\":[{\"rateKey\":\"20170915|20170920|W|52|1|DBT.ST-1|CG-EXT LONG RO|RO||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"308.59\",\"allotment\":50,\"rateCommentsId\":\"52|83709|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"77.95\",\"from\":\"2017-09-12T23:59:00+02:00\"},{\"amount\":\"155.90\",\"from\":\"2017-09-14T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":1,\"childrenAges\":\"2\",\"shiftRates\":[{\"rateKey\":\"20170913|20170918|W|52|1|DBT.ST-1|CG-EXT LONG RO|RO||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"349.17\",\"allotment\":50,\"checkIn\":\"2017-09-13\",\"checkOut\":\"2017-09-18\"},{\"rateKey\":\"20170914|20170919|W|52|1|DBT.ST-1|CG-EXT LONG RO|RO||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"328.88\",\"allotment\":50,\"checkIn\":\"2017-09-14\",\"checkOut\":\"2017-09-19\"},{\"rateKey\":\"20170917|20170922|W|52|1|DBT.ST-1|CG-EXT LONG RO|RO||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"288.30\",\"allotment\":55,\"checkIn\":\"2017-09-17\",\"checkOut\":\"2017-09-22\"},{\"rateKey\":\"20170916|20170921|W|52|1|DBT.ST-1|CG-EXT LONG RO|RO||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"288.30\",\"allotment\":50,\"checkIn\":\"2017-09-16\",\"checkOut\":\"2017-09-21\"}]},{\"rateKey\":\"20170915|20170920|W|52|1|DBT.ST-1|CG-EXT LONG BB|BB||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"319.29\",\"allotment\":50,\"rateCommentsId\":\"52|83711|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"80.09\",\"from\":\"2017-09-12T23:59:00+02:00\"},{\"amount\":\"160.18\",\"from\":\"2017-09-14T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":1,\"childrenAges\":\"2\",\"shiftRates\":[{\"rateKey\":\"20170913|20170918|W|52|1|DBT.ST-1|CG-EXT LONG BB|BB||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"359.87\",\"allotment\":50,\"checkIn\":\"2017-09-13\",\"checkOut\":\"2017-09-18\"},{\"rateKey\":\"20170914|20170919|W|52|1|DBT.ST-1|CG-EXT LONG BB|BB||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"339.58\",\"allotment\":50,\"checkIn\":\"2017-09-14\",\"checkOut\":\"2017-09-19\"},{\"rateKey\":\"20170917|20170922|W|52|1|DBT.ST-1|CG-EXT LONG BB|BB||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"299.00\",\"allotment\":55,\"checkIn\":\"2017-09-17\",\"checkOut\":\"2017-09-22\"},{\"rateKey\":\"20170916|20170921|W|52|1|DBT.ST-1|CG-EXT LONG BB|BB||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"299.00\",\"allotment\":50,\"checkIn\":\"2017-09-16\",\"checkOut\":\"2017-09-21\"}]},{\"rateKey\":\"20170915|20170920|W|52|1|DBT.ST-1|CG-EXT LONG HB|HB||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"340.64\",\"allotment\":50,\"rateCommentsId\":\"52|83713|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"HB\",\"boardName\":\"HALF BOARD\",\"cancellationPolicies\":[{\"amount\":\"84.36\",\"from\":\"2017-09-12T23:59:00+02:00\"},{\"amount\":\"168.72\",\"from\":\"2017-09-14T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":1,\"childrenAges\":\"2\",\"shiftRates\":[{\"rateKey\":\"20170913|20170918|W|52|1|DBT.ST-1|CG-EXT LONG HB|HB||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"381.22\",\"allotment\":50,\"checkIn\":\"2017-09-13\",\"checkOut\":\"2017-09-18\"},{\"rateKey\":\"20170914|20170919|W|52|1|DBT.ST-1|CG-EXT LONG HB|HB||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"360.93\",\"allotment\":50,\"checkIn\":\"2017-09-14\",\"checkOut\":\"2017-09-19\"},{\"rateKey\":\"20170917|20170922|W|52|1|DBT.ST-1|CG-EXT LONG HB|HB||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"320.35\",\"allotment\":55,\"checkIn\":\"2017-09-17\",\"checkOut\":\"2017-09-22\"},{\"rateKey\":\"20170916|20170921|W|52|1|DBT.ST-1|CG-EXT LONG HB|HB||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"320.35\",\"allotment\":50,\"checkIn\":\"2017-09-16\",\"checkOut\":\"2017-09-21\"}]},{\"rateKey\":\"20170915|20170920|W|52|1|DBT.ST-1|CG-EXT LONG FB|FB||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"426.08\",\"allotment\":50,\"rateCommentsId\":\"52|83715|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"FB\",\"boardName\":\"FULL BOARD\",\"cancellationPolicies\":[{\"amount\":\"101.44\",\"from\":\"2017-09-12T23:59:00+02:00\"},{\"amount\":\"202.88\",\"from\":\"2017-09-14T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":1,\"childrenAges\":\"2\",\"shiftRates\":[{\"rateKey\":\"20170913|20170918|W|52|1|DBT.ST-1|CG-EXT LONG FB|FB||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"466.64\",\"allotment\":50,\"checkIn\":\"2017-09-13\",\"checkOut\":\"2017-09-18\"},{\"rateKey\":\"20170914|20170919|W|52|1|DBT.ST-1|CG-EXT LONG FB|FB||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"446.36\",\"allotment\":50,\"checkIn\":\"2017-09-14\",\"checkOut\":\"2017-09-19\"},{\"rateKey\":\"20170917|20170922|W|52|1|DBT.ST-1|CG-EXT LONG FB|FB||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"405.80\",\"allotment\":55,\"checkIn\":\"2017-09-17\",\"checkOut\":\"2017-09-22\"},{\"rateKey\":\"20170916|20170921|W|52|1|DBT.ST-1|CG-EXT LONG FB|FB||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"405.80\",\"allotment\":50,\"checkIn\":\"2017-09-16\",\"checkOut\":\"2017-09-21\"}]},{\"rateKey\":\"20170915|20170920|W|52|1|DBT.ST-1|CG-EXT LONG AI|AI||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"575.54\",\"allotment\":50,\"rateCommentsId\":\"52|83717|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"AI\",\"boardName\":\"ALL INCLUSIVE\",\"cancellationPolicies\":[{\"amount\":\"131.34\",\"from\":\"2017-09-12T23:59:00+02:00\"},{\"amount\":\"262.68\",\"from\":\"2017-09-14T23:59:00+02:00\"}],\"rooms\":1,\"adults\":2,\"children\":1,\"childrenAges\":\"2\",\"shiftRates\":[{\"rateKey\":\"20170913|20170918|W|52|1|DBT.ST-1|CG-EXT LONG AI|AI||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"616.12\",\"allotment\":50,\"checkIn\":\"2017-09-13\",\"checkOut\":\"2017-09-18\"},{\"rateKey\":\"20170914|20170919|W|52|1|DBT.ST-1|CG-EXT LONG AI|AI||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"595.83\",\"allotment\":50,\"checkIn\":\"2017-09-14\",\"checkOut\":\"2017-09-19\"},{\"rateKey\":\"20170917|20170922|W|52|1|DBT.ST-1|CG-EXT LONG AI|AI||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"555.25\",\"allotment\":55,\"checkIn\":\"2017-09-17\",\"checkOut\":\"2017-09-22\"},{\"rateKey\":\"20170916|20170921|W|52|1|DBT.ST-1|CG-EXT LONG AI|AI||1~2~1|2|N@DCF3106D92A441F2918E1CEF9F65E2AF1446\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"555.25\",\"allotment\":50,\"checkIn\":\"2017-09-16\",\"checkOut\":\"2017-09-21\"}]}]}],\"minRate\":\"288.30\",\"maxRate\":\"616.12\",\"currency\":\"EUR\"}],\"checkIn\":\"2017-09-15\",\"total\":1,\"checkOut\":\"2017-09-20\"}}"}],"_postman_id":"635608de-d19c-a6ca-e612-ecc52b032697"},{"name":"Other filters","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"4e1acd26-52dc-9109-f782-a2fe589920f3","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"stay\": {\n\t\t\"checkIn\": \"2018-03-15\",\n\t\t\"checkOut\": \"2018-03-16\",\n\t\t\"shiftDays\": \"2\"\n\t},\n\t\"occupancies\": [{\n\t\t\"rooms\": 1,\n\t\t\"adults\": 2,\n\t\t\"children\": 0\n\t}],\n\t\"hotels\": {\n\t\t\"hotel\": [1,\n\t\t271]\n\t},\n\t\"filter\": {\n\t\t\"minRate\": 100.000,\n\t\t\"maxRate\": 1700.000,\n\t\t\"minCategory\": 3,\n\t\t\"maxCategory\": 5,\n\t\t\"maxRooms\":3,\n\t\t\"maxRatesPerRoom\": 3,\n\t\t\"paymentType\": \"AT_HOTEL\",\n\t\t\"packaging\": true,\n\t\t\"hotelPackage\": \"YES\",\n\t\t\"contract\": \"CG-FIT B2B\"\n\t}\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels","description":"Other filters available in the request:\n-minRate/maxRate[price limit]\n-minCategory/maxCategory[1~5]\n-paymentType[AT_WEB/AT_HOTEL/BOTH]\n-maxRatesPerRoom[integer]\n-packaging[TRUE/FALSE]\n-hotelPackage[YES/NO/BOTH]"},"response":[{"id":"0e7c1f09-7cfa-e02e-deae-c81efc3e936b","name":"1~1~0 (filter by contract)","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"stay\": {\n\t\t\"checkIn\": \"2017-09-15\",\n\t\t\"checkOut\": \"2017-09-20\",\n\t\t\"shiftDays\": \"2\"\n\t},\n\t\"occupancies\": [{\n\t\t\"rooms\": 1,\n\t\t\"adults\": 1,\n\t\t\"children\": 0\n\t}],\n\t\"destination\": {\n\t\t\"code\": \"BCN\"\n\t},\n\t\"aifUser\": \"True\",\n\t\"filter\": {\n\t\t\"contract\": \"CG-FIT B2B\"\n\t}\n}"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"735","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 08 Sep 2017 10:47:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Jetty(9.2.16.v20160414)","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-eu-west-1a-59.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"32","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Saturday, September 9, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"}],"cookie":[],"responseTime":"509","body":"{\"auditData\":{\"processTime\":\"94\",\"timestamp\":\"2017-09-08 12:47:16.646\",\"requestHost\":\"212.170.239.110\",\"serverId\":\"sa37AUX3ROLBLIS.env#PL\",\"environment\":\"[int]\",\"release\":\"23c542efb2ca3c1642f5f0d87c6c410b81c52ee3\",\"token\":\"9536f01d-d2b6-40bf-ac8b-b7b8567b28cf\",\"internal\":\"0||BR|01|1|2||||||||||||1||1~1~1~0||0||0|wuupfvswdqfz342cejxfv3ku||\"},\"hotels\":{\"hotels\":[{\"code\":186629,\"name\":\"K+K Hotel Picasso\",\"categoryCode\":\"4EST\",\"categoryName\":\"4 STARS\",\"destinationCode\":\"BCN\",\"destinationName\":\"Barcelona\",\"zoneCode\":8,\"zoneName\":\"El Born\",\"latitude\":\"41.386763\",\"longitude\":\"2.183858\",\"rooms\":[{\"code\":\"DBL.AS\",\"name\":\"DOUBLE CLASSIC\",\"rates\":[{\"paymentType\":\"AT_WEB\",\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"rooms\":1,\"adults\":1,\"children\":0,\"shiftRates\":[{\"rateKey\":\"20170913|20170918|W|102|186629|DBL.AS|CG-FIT B2B|BB||1~1~0||N@6A20D3E64C4445CAB51E27C08DBEF84B1247\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"1162.65\",\"allotment\":1,\"checkIn\":\"2017-09-13\",\"checkOut\":\"2017-09-18\"},{\"rateKey\":\"20170914|20170919|W|102|186629|DBL.AS|CG-FIT B2B|BB||1~1~0||N@6A20D3E64C4445CAB51E27C08DBEF84B1247\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"1162.65\",\"allotment\":1,\"checkIn\":\"2017-09-14\",\"checkOut\":\"2017-09-19\"}]}]}],\"minRate\":\"1162.65\",\"maxRate\":\"1162.65\",\"currency\":\"EUR\"}],\"checkIn\":\"2017-09-15\",\"total\":1,\"checkOut\":\"2017-09-20\"}}"}],"_postman_id":"4e1acd26-52dc-9109-f782-a2fe589920f3"}],"id":"8bd57d48-b80a-ee38-f391-2c06a31f7e43","description":"Availability is the operation that returns the available hotels given the date, pasengers and location/hotel list/coordinates parameters. \n\nHere you can find examples of this operation in JSON format.","_postman_id":"8bd57d48-b80a-ee38-f391-2c06a31f7e43"},{"name":"2. Availability XML","item":[{"name":"Availability by hotel code","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"cea65099-c3ba-7dd1-50d7-d0877a3faf7b","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<stay checkIn=\"2018-03-15\" checkOut=\"2018-03-16\"/>\r\n\t<occupancies>\r\n\t\t<occupancy rooms=\"1\" adults=\"2\" children=\"0\"/>\r\n\t</occupancies>\r\n\t<hotels>\r\n\t\t<hotel>265</hotel>\r\n\t\t<hotel>300</hotel>\r\n\t</hotels>\r\n</availabilityRQ>"},"url":"{{endpoint}}/hotel-api/1.0/hotels","description":"Hotel code list search. \n\nIn 'examples' you can find different cases of requests and responses."},"response":[{"id":"7dfd591f-35ca-aed5-f35d-f5e71b1f4674","name":"1~1~0","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<stay checkIn=\"2018-03-15\" checkOut=\"2018-03-16\"/>\r\n\t<occupancies>\r\n\t\t<occupancy rooms=\"1\" adults=\"1\" children=\"0\"/>\r\n\t</occupancies>\r\n\t<hotels>\r\n\t\t<hotel>265</hotel>\r\n\t\t<hotel>300</hotel>\r\n\t</hotels>\r\n</availabilityRQ>"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"881","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/xml; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 12 Dec 2017 11:30:17 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Mashery Proxy","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-hotelbeds-eu-west-1b-107.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"102","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Wednesday, December 13, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"}],"cookie":[],"responseTime":"200","body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?><availabilityRS xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" schemaLocation=\"http://www.hotelbeds.com/schemas/messages\"><auditData processTime=\"35\" timestamp=\"2017-12-12 12:30:17.431\" requestHost=\"212.66.164.12\" serverId=\"sa37AUX3ROLBLIS.env#PL\" environment=\"[int]\" release=\"be8bbee54ea6781ecaa959acb3f882f5ec840e7f\" token=\"dff48b1c-f48c-4ce5-8a93-33515b09e7b4\" internal=\"0|5973D7776D6A4D8A863A168D22FD73021230|AE|06|1|1||||||||||||1||1~1~1~0||0||0|yndhxjpbkr9xpne3kzyavwh5|||\"/><hotels checkIn=\"2018-03-15\" total=\"1\" checkOut=\"2018-03-16\"><hotel code=\"265\" name=\"HM Jaime III\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"10\" zoneName=\"Palma\" latitude=\"39.57301\" longitude=\"2.642626\" minRate=\"155.12\" maxRate=\"155.12\" currency=\"USD\"><rooms><room code=\"DBT.ST\" name=\"Double or Twin STANDARD\"><rates><rate rateKey=\"20180315|20180316|W|1|265|DBT.ST|CG-TODOS|BB||1~1~0||N@5973D7776D6A4D8A863A168D22FD73021230\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"155.12\" allotment=\"30\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"1\" children=\"0\"><cancellationPolicies><cancellationPolicy amount=\"155.12\" from=\"2018-03-12T23:59:00+01:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel></hotels></availabilityRS>"},{"id":"9f1bced6-9c26-4a7f-88d3-cbd8a446a8c4","name":"1~2~0/1~1~1","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<stay checkIn=\"2018-03-15\" checkOut=\"2018-03-16\"/>\r\n\t<occupancies>\r\n\t\t<occupancy rooms=\"1\" adults=\"2\" children=\"0\"/>\r\n\t\t<occupancy rooms=\"1\" adults=\"1\" children=\"1\">\r\n\t\t\t<paxes>\r\n\t\t\t\t<pax type=\"CH\" age=\"2\"/>\r\n\t\t\t</paxes>\r\n\t\t</occupancy>\r\n\t</occupancies>\r\n\t<hotels>\r\n\t\t<hotel>265</hotel>\r\n\t\t<hotel>300</hotel>\r\n\t</hotels>\r\n</availabilityRQ>"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"915","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/xml; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 12 Dec 2017 11:45:02 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Mashery Proxy","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-hotelbeds-eu-west-1a-100.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"123","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Wednesday, December 13, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"}],"cookie":[],"responseTime":"459","body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?><availabilityRS xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" schemaLocation=\"http://www.hotelbeds.com/schemas/messages\"><auditData processTime=\"35\" timestamp=\"2017-12-12 12:45:02.747\" requestHost=\"212.66.164.12\" serverId=\"sa3RKSJACHXE79K.env#PL\" environment=\"[int]\" release=\"be8bbee54ea6781ecaa959acb3f882f5ec840e7f\" token=\"11514465-537a-4d07-a471-9793127e5cb2\" internal=\"0|1B3D809966CC41BA8C637A69E1304D701245|AE|06|1|2||||||||||||1||2~2~3~1||0||0|yndhxjpbkr9xpne3kzyavwh5|||\"/><hotels checkIn=\"2018-03-15\" total=\"1\" checkOut=\"2018-03-16\"><hotel code=\"265\" name=\"HM Jaime III\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"10\" zoneName=\"Palma\" latitude=\"39.57301\" longitude=\"2.642626\" minRate=\"155.12\" maxRate=\"155.12\" currency=\"USD\"><rooms><room code=\"DBT.ST\" name=\"Double or Twin STANDARD\"><rates><rate rateKey=\"20180315|20180316|W|1|265|DBT.ST|CG-TODOS|BB||1~1~1|2|N@1B3D809966CC41BA8C637A69E1304D701245\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"155.12\" allotment=\"30\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"1\" children=\"1\" childrenAges=\"2\"><cancellationPolicies><cancellationPolicy amount=\"155.12\" from=\"2018-03-12T23:59:00+01:00\"/></cancellationPolicies></rate><rate rateKey=\"20180315|20180316|W|1|265|DBT.ST|CG-TODOS|BB||1~2~0||N@1B3D809966CC41BA8C637A69E1304D701245\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"155.12\" allotment=\"30\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"0\"><cancellationPolicies><cancellationPolicy amount=\"155.12\" from=\"2018-03-12T23:59:00+01:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel></hotels></availabilityRS>"},{"id":"a18e66b1-1824-fac9-4311-4f2a14a70461","name":"1~4~0 (sourceMarket)","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" sourceMarket=\"UK\">\r\n\t<stay checkIn=\"2018-03-15\" checkOut=\"2018-03-16\" shift=\"2\"/>\r\n\t<occupancies>\r\n\t\t<occupancy rooms=\"1\" adults=\"4\" children=\"0\"/>\r\n\t</occupancies>\r\n\t<hotels>\r\n\t\t<hotel>1070</hotel>\r\n\t</hotels>\r\n</availabilityRQ>"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"1319","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/xml; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 12 Dec 2017 13:12:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Mashery Proxy","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-hotelbeds-eu-west-1b-104.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"174","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Wednesday, December 13, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"}],"cookie":[],"responseTime":"490","body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?><availabilityRS xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" schemaLocation=\"http://www.hotelbeds.com/schemas/messages\"><auditData processTime=\"35\" timestamp=\"2017-12-12 14:12:14.490\" requestHost=\"212.66.164.12\" serverId=\"sa37AUX3ROLBLIS.env#PL\" environment=\"[int]\" release=\"be8bbee54ea6781ecaa959acb3f882f5ec840e7f\" token=\"97f394df-5192-471f-9337-3761ac93a1fd\" internal=\"0|05DBFFA34B6345ED82D896A3526883F21412|UK|05|1|9||||||||||||4||1~1~4~0||0||0|yndhxjpbkr9xpne3kzyavwh5|||\"/><hotels checkIn=\"2018-03-15\" total=\"1\" checkOut=\"2018-03-16\"><hotel code=\"1070\" name=\"Armadams\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"10\" zoneName=\"Palma\" latitude=\"39.568861\" longitude=\"2.630294\" minRate=\"137.58\" maxRate=\"372.32\" currency=\"USD\"><rooms><room code=\"QUA.ST\" name=\"QUADRUPLE STANDARD\"><rates><rate rateKey=\"20180315|20180316|W|1|1070|QUA.ST|NRF- MERCHANT|RO||1~4~0||N@05DBFFA34B6345ED82D896A3526883F21412\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"137.58\" allotment=\"5\" rateCommentsId=\"1|99455|96\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"4\" children=\"0\"><cancellationPolicies><cancellationPolicy amount=\"137.58\" from=\"2017-12-11T23:59:00+01:00\"/></cancellationPolicies><offers><offer code=\"9002\" name=\"Early Booking discount\" amount=\"-11.96\"/></offers></rate><rate rateKey=\"20180315|20180316|W|1|1070|QUA.ST|CG- MERCHANT|RO||1~4~0||N@05DBFFA34B6345ED82D896A3526883F21412\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"152.86\" allotment=\"5\" rateCommentsId=\"1|99454|96\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"4\" children=\"0\"><cancellationPolicies><cancellationPolicy amount=\"152.86\" from=\"2018-03-12T23:59:00+01:00\"/></cancellationPolicies><offers><offer code=\"9002\" name=\"Early Booking discount\" amount=\"-13.29\"/></offers></rate><rate rateKey=\"20180315|20180316|W|1|1070|QUA.ST|NRF- MERCHANT|BB||1~4~0||N@05DBFFA34B6345ED82D896A3526883F21412\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"182.92\" allotment=\"5\" rateCommentsId=\"1|99455|96\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"4\" children=\"0\"><cancellationPolicies><cancellationPolicy amount=\"182.92\" from=\"2017-12-11T23:59:00+01:00\"/></cancellationPolicies><offers><offer code=\"9002\" name=\"Early Booking discount\" amount=\"-15.90\"/></offers></rate><rate rateKey=\"20180315|20180316|W|1|1070|QUA.ST|CG- MERCHANT|BB||1~4~0||N@05DBFFA34B6345ED82D896A3526883F21412\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"203.20\" allotment=\"5\" rateCommentsId=\"1|99454|96\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"4\" children=\"0\"><cancellationPolicies><cancellationPolicy amount=\"203.20\" from=\"2018-03-12T23:59:00+01:00\"/></cancellationPolicies><offers><offer code=\"9002\" name=\"Early Booking discount\" amount=\"-17.67\"/></offers></rate><rate rateKey=\"20180315|20180316|W|1|1070|QUA.ST|NRF- MERCHANT|HB||1~4~0||N@05DBFFA34B6345ED82D896A3526883F21412\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"263.84\" allotment=\"5\" rateCommentsId=\"1|99455|96\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"4\" children=\"0\"><cancellationPolicies><cancellationPolicy amount=\"263.84\" from=\"2017-12-11T23:59:00+01:00\"/></cancellationPolicies><offers><offer code=\"9002\" name=\"Early Booking discount\" amount=\"-22.94\"/></offers></rate><rate rateKey=\"20180315|20180316|W|1|1070|QUA.ST|CG- MERCHANT|HB||1~4~0||N@05DBFFA34B6345ED82D896A3526883F21412\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"293.10\" allotment=\"5\" rateCommentsId=\"1|99454|96\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"4\" children=\"0\"><cancellationPolicies><cancellationPolicy amount=\"293.10\" from=\"2018-03-12T23:59:00+01:00\"/></cancellationPolicies><offers><offer code=\"9002\" name=\"Early Booking discount\" amount=\"-25.49\"/></offers></rate></rates></room><room code=\"JSU.ST\" name=\"JUNIOR SUITE STANDARD\"><rates><rate rateKey=\"20180315|20180316|W|1|1070|JSU.ST|CG- FIT|RO||1~4~0||N@05DBFFA34B6345ED82D896A3526883F21412\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"246.90\" allotment=\"99\" rateCommentsId=\"1|98944|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"4\" children=\"0\"><cancellationPolicies><cancellationPolicy amount=\"246.90\" from=\"2018-03-12T23:59:00+01:00\"/></cancellationPolicies><offers><offer code=\"9002\" name=\"Early Booking discount\" amount=\"-21.48\"/><offer code=\"9008\" name=\"Extra bed discount\" amount=\"-47.38\"/></offers></rate><rate rateKey=\"20180315|20180316|W|1|1070|JSU.ST|CG- FIT|BB||1~4~0||N@05DBFFA34B6345ED82D896A3526883F21412\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"293.96\" allotment=\"99\" rateCommentsId=\"1|98944|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"4\" children=\"0\"><cancellationPolicies><cancellationPolicy amount=\"293.96\" from=\"2018-03-12T23:59:00+01:00\"/></cancellationPolicies><offers><offer code=\"9002\" name=\"Early Booking discount\" amount=\"-25.56\"/><offer code=\"9008\" name=\"Extra bed discount\" amount=\"-56.40\"/></offers></rate><rate rateKey=\"20180315|20180316|W|1|1070|JSU.ST|CG- FIT|HB||1~4~0||N@05DBFFA34B6345ED82D896A3526883F21412\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"372.32\" allotment=\"99\" rateCommentsId=\"1|98944|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"4\" children=\"0\"><cancellationPolicies><cancellationPolicy amount=\"372.32\" from=\"2018-03-12T23:59:00+01:00\"/></cancellationPolicies><offers><offer code=\"9002\" name=\"Early Booking discount\" amount=\"-32.40\"/><offer code=\"9008\" name=\"Extra bed discount\" amount=\"-71.44\"/></offers></rate></rates></room></rooms></hotel></hotels></availabilityRS>"},{"id":"d5646831-0b8f-056a-bae4-f3699b4473fa","name":"1~2~2","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<stay checkIn=\"2018-03-15\" checkOut=\"2018-03-16\"/>\r\n\t<occupancies>\r\n\t\t<occupancy rooms=\"1\" adults=\"2\" children=\"2\">\r\n\t\t\t<paxes>\r\n\t\t\t\t<pax type=\"CH\" age=\"2\"/>\r\n\t\t\t\t<pax type=\"CH\" age=\"4\"/>\r\n\t\t\t</paxes>\r\n\t\t</occupancy>\r\n\t</occupancies>\r\n\t<hotels>\r\n\t\t<hotel>265</hotel>\r\n\t\t<hotel>300</hotel>\r\n\t</hotels>\r\n</availabilityRQ>"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"896","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/xml; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 12 Dec 2017 11:33:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Mashery Proxy","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-hotelbeds-eu-west-1a-106.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"107","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Wednesday, December 13, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"}],"cookie":[],"responseTime":"195","body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?><availabilityRS xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" schemaLocation=\"http://www.hotelbeds.com/schemas/messages\"><auditData processTime=\"36\" timestamp=\"2017-12-12 12:33:53.202\" requestHost=\"212.66.164.12\" serverId=\"sa37AUX3ROLBLIS.env#PL\" environment=\"[int]\" release=\"be8bbee54ea6781ecaa959acb3f882f5ec840e7f\" token=\"192f3728-de9e-4923-b656-ef645a3fce10\" internal=\"0|DA1FE2B9F8C94DD7BBECDFB5D82A5C0A1233|AE|06|1|1||||||||||||1||1~1~2~2||0||0|yndhxjpbkr9xpne3kzyavwh5|||\"/><hotels checkIn=\"2018-03-15\" total=\"1\" checkOut=\"2018-03-16\"><hotel code=\"265\" name=\"HM Jaime III\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"10\" zoneName=\"Palma\" latitude=\"39.57301\" longitude=\"2.642626\" minRate=\"196.48\" maxRate=\"196.48\" currency=\"USD\"><rooms><room code=\"QUA.ST\" name=\"QUADRUPLE STANDARD\"><rates><rate rateKey=\"20180315|20180316|W|1|265|QUA.ST|CG-TODOS|BB||1~2~2|2~4|N@DA1FE2B9F8C94DD7BBECDFB5D82A5C0A1233\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"196.48\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"2,4\"><cancellationPolicies><cancellationPolicy amount=\"196.48\" from=\"2018-03-12T23:59:00+01:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel></hotels></availabilityRS>"},{"id":"d6ba0247-42ad-9896-30ec-504fa2366c39","name":"1~1~1","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<stay checkIn=\"2018-03-15\" checkOut=\"2018-03-16\"/>\r\n\t<occupancies>\r\n\t\t<occupancy rooms=\"1\" adults=\"1\" children=\"1\">\r\n\t\t\t<paxes>\r\n\t\t\t\t<pax type=\"CH\" age=\"2\"/>\r\n\t\t\t</paxes>\r\n\t\t</occupancy>\r\n\t</occupancies>\r\n\t<hotels>\r\n\t\t<hotel>265</hotel>\r\n\t\t<hotel>300</hotel>\r\n\t</hotels>\r\n</availabilityRQ>"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"891","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/xml; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 12 Dec 2017 11:32:19 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Mashery Proxy","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-hotelbeds-eu-west-1b-113.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"104","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Wednesday, December 13, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"}],"cookie":[],"responseTime":"540","body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?><availabilityRS xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" schemaLocation=\"http://www.hotelbeds.com/schemas/messages\"><auditData processTime=\"35\" timestamp=\"2017-12-12 12:32:19.202\" requestHost=\"212.66.164.12\" serverId=\"sa37AUX3ROLBLIS.env#PL\" environment=\"[int]\" release=\"be8bbee54ea6781ecaa959acb3f882f5ec840e7f\" token=\"28ede911-21bb-4d62-83fc-b50b2db9b677\" internal=\"0|8A301BFE6E57479FBE8408779C3514BE1232|AE|06|1|1||||||||||||1||1~1~1~1||0||0|yndhxjpbkr9xpne3kzyavwh5|||\"/><hotels checkIn=\"2018-03-15\" total=\"1\" checkOut=\"2018-03-16\"><hotel code=\"265\" name=\"HM Jaime III\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"10\" zoneName=\"Palma\" latitude=\"39.57301\" longitude=\"2.642626\" minRate=\"155.12\" maxRate=\"155.12\" currency=\"USD\"><rooms><room code=\"DBT.ST\" name=\"Double or Twin STANDARD\"><rates><rate rateKey=\"20180315|20180316|W|1|265|DBT.ST|CG-TODOS|BB||1~1~1|2|N@8A301BFE6E57479FBE8408779C3514BE1232\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"155.12\" allotment=\"30\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"1\" children=\"1\" childrenAges=\"2\"><cancellationPolicies><cancellationPolicy amount=\"155.12\" from=\"2018-03-12T23:59:00+01:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel></hotels></availabilityRS>"},{"id":"daa52eff-8efd-a682-88e3-a295276ae4ef","name":"1~3~1 (dailyRate)","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" dailyRate=\"True\">\r\n\t<stay checkIn=\"2018-03-17\" checkOut=\"2018-03-21\"/>\r\n\t<occupancies>\r\n\t\t<occupancy rooms=\"1\" adults=\"3\" children=\"1\">\r\n\t\t\t<paxes>\r\n\t\t\t\t<pax type=\"CH\" age=\"2\"/>\r\n\t\t\t</paxes>\r\n\t\t</occupancy>\r\n\t</occupancies>\r\n\t<hotels>\r\n\t\t<hotel>265</hotel>\r\n\t\t<hotel>300</hotel>\r\n\t</hotels>\r\n</availabilityRQ>"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"2121","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/xml; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 12 Dec 2017 11:49:56 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Mashery Proxy","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-hotelbeds-eu-west-1a-103.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"133","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Wednesday, December 13, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"}],"cookie":[],"responseTime":"205","body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?><availabilityRS xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" schemaLocation=\"http://www.hotelbeds.com/schemas/messages\"><auditData processTime=\"37\" timestamp=\"2017-12-12 12:49:56.493\" requestHost=\"212.66.164.12\" serverId=\"sa3RKSJACHXE79K.env#PL\" environment=\"[int]\" release=\"be8bbee54ea6781ecaa959acb3f882f5ec840e7f\" token=\"32bb5910-8d10-424e-a4c1-20d8fcbb810f\" internal=\"0|91AAC8BABD5442E78CA7B9B39E54AF781249|AE|06|1|12||||||||||||4||1~1~3~1||0||0|yndhxjpbkr9xpne3kzyavwh5|||\"/><hotels checkIn=\"2018-03-17\" total=\"1\" checkOut=\"2018-03-21\"><hotel code=\"300\" name=\"TRH Jardin del Mar\" categoryCode=\"3EST\" categoryName=\"3 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"31\" zoneName=\"Santa Ponsa\" latitude=\"39.519998\" longitude=\"2.4721\" minRate=\"183.54\" maxRate=\"381.64\" currency=\"USD\"><rooms><room code=\"APT.SS\" name=\"APARTMENT STANDARD\"><rates><rate rateKey=\"20180317|20180321|W|1|300|APT.SS|OP-FIT|SC||1~3~1|2|N@91AAC8BABD5442E78CA7B9B39E54AF781249\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"183.54\" allotment=\"35\" rateCommentsId=\"1|100652|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"3\" children=\"1\" childrenAges=\"2\"><cancellationPolicies><cancellationPolicy amount=\"45.73\" from=\"2018-03-15T23:59:00+01:00\"/></cancellationPolicies><offers><offer code=\"9002\" name=\"Early Booking discount\" amount=\"-20.42\"/><offer code=\"9001\" name=\"Child discount\" amount=\"-102.00\"/><offer code=\"9008\" name=\"Extra bed discount\" amount=\"-102.00\"/></offers><dailyRates><dailyRate offset=\"1\" dailyNet=\"45.73\"/><dailyRate offset=\"2\" dailyNet=\"45.73\"/><dailyRate offset=\"3\" dailyNet=\"46.04\"/><dailyRate offset=\"4\" dailyNet=\"46.04\"/></dailyRates></rate><rate rateKey=\"20180317|20180321|W|1|300|APT.SS|CG-OPACOPVP|SC||1~3~1|2|P@91AAC8BABD5442E78CA7B9B39E54AF781249\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"193.72\" allotment=\"20\" paymentType=\"AT_WEB\" packaging=\"true\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"3\" children=\"1\" childrenAges=\"2\"><cancellationPolicies><cancellationPolicy amount=\"48.28\" from=\"2018-03-15T23:59:00+01:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-101.96\"/><offer code=\"9005\" name=\"Exclusive discount\" amount=\"-10.20\"/></offers><dailyRates><dailyRate offset=\"1\" dailyNet=\"48.28\"/><dailyRate offset=\"2\" dailyNet=\"48.28\"/><dailyRate offset=\"3\" dailyNet=\"48.58\"/><dailyRate offset=\"4\" dailyNet=\"48.58\"/></dailyRates></rate><rate rateKey=\"20180317|20180321|H|1|300|APT.SS|NRF-TODOS|SC||1~3~1|2|N@91AAC8BABD5442E78CA7B9B39E54AF781249\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"211.52\" sellingRate=\"235.03\" hotelSellingRate=\"197.60\" hotelCurrency=\"EUR\" hotelMandatory=\"true\" allotment=\"19\" commission=\"23.50\" commissionVAT=\"0.00\" commissionPCT=\"10.00\" rateCommentsId=\"1|92570|0\" paymentType=\"AT_HOTEL\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"3\" children=\"1\" childrenAges=\"2\"><cancellationPolicies><cancellationPolicy amount=\"235.03\" hotelAmount=\"197.60\" hotelCurrency=\"EUR\" from=\"2017-12-11T23:59:00+01:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-123.70\"/></offers><dailyRates><dailyRate offset=\"1\" dailySellingRate=\"58.76\"/><dailyRate offset=\"2\" dailySellingRate=\"58.76\"/><dailyRate offset=\"3\" dailySellingRate=\"58.76\"/><dailyRate offset=\"4\" dailySellingRate=\"58.76\"/></dailyRates></rate><rate rateKey=\"20180317|20180321|H|1|300|APT.SS|CG-TODOS|SC||1~3~1|2|N@91AAC8BABD5442E78CA7B9B39E54AF781249\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"222.66\" sellingRate=\"247.40\" hotelSellingRate=\"208.00\" hotelCurrency=\"EUR\" hotelMandatory=\"true\" allotment=\"19\" commission=\"24.74\" commissionVAT=\"0.00\" commissionPCT=\"10.00\" rateCommentsId=\"1|92561|0\" paymentType=\"AT_HOTEL\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"3\" children=\"1\" childrenAges=\"2\"><cancellationPolicies><cancellationPolicy amount=\"61.85\" hotelAmount=\"52.00\" hotelCurrency=\"EUR\" from=\"2018-03-15T23:59:00+01:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-123.70\"/></offers><dailyRates><dailyRate offset=\"1\" dailySellingRate=\"61.85\"/><dailyRate offset=\"2\" dailySellingRate=\"61.85\"/><dailyRate offset=\"3\" dailySellingRate=\"61.85\"/><dailyRate offset=\"4\" dailySellingRate=\"61.85\"/></dailyRates></rate><rate rateKey=\"20180317|20180321|W|1|300|APT.SS|OP-FIT|BB||1~3~1|2|N@91AAC8BABD5442E78CA7B9B39E54AF781249\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"281.56\" allotment=\"35\" rateCommentsId=\"1|100652|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"3\" children=\"1\" childrenAges=\"2\"><cancellationPolicies><cancellationPolicy amount=\"70.16\" from=\"2018-03-15T23:59:00+01:00\"/></cancellationPolicies><offers><offer code=\"9002\" name=\"Early Booking discount\" amount=\"-31.30\"/><offer code=\"9001\" name=\"Child discount\" amount=\"-141.60\"/><offer code=\"9008\" name=\"Extra bed discount\" amount=\"-111.92\"/></offers><dailyRates><dailyRate offset=\"1\" dailyNet=\"70.16\"/><dailyRate offset=\"2\" dailyNet=\"70.16\"/><dailyRate offset=\"3\" dailyNet=\"70.62\"/><dailyRate offset=\"4\" dailyNet=\"70.62\"/></dailyRates></rate><rate rateKey=\"20180317|20180321|W|1|300|APT.SS|OP-FIT|HB||1~3~1|2|N@91AAC8BABD5442E78CA7B9B39E54AF781249\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"346.92\" allotment=\"35\" rateCommentsId=\"1|100652|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"3\" children=\"1\" childrenAges=\"2\"><cancellationPolicies><cancellationPolicy amount=\"86.44\" from=\"2018-03-15T23:59:00+01:00\"/></cancellationPolicies><offers><offer code=\"9002\" name=\"Early Booking discount\" amount=\"-61.20\"/><offer code=\"9001\" name=\"Child discount\" amount=\"-176.24\"/><offer code=\"9008\" name=\"Extra bed discount\" amount=\"-120.58\"/></offers><dailyRates><dailyRate offset=\"1\" dailyNet=\"86.44\"/><dailyRate offset=\"2\" dailyNet=\"86.44\"/><dailyRate offset=\"3\" dailyNet=\"87.02\"/><dailyRate offset=\"4\" dailyNet=\"87.02\"/></dailyRates></rate></rates></room><room code=\"APT.VM\" name=\"APARTMENT SEA VIEW\"><rates><rate rateKey=\"20180317|20180321|W|1|300|APT.VM|OP-FIT|SC||1~3~1|2|N@91AAC8BABD5442E78CA7B9B39E54AF781249\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"220.34\" allotment=\"65\" rateCommentsId=\"1|100652|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"3\" children=\"1\" childrenAges=\"2\"><cancellationPolicies><cancellationPolicy amount=\"54.90\" from=\"2018-03-15T23:59:00+01:00\"/></cancellationPolicies><offers><offer code=\"9002\" name=\"Early Booking discount\" amount=\"-24.48\"/><offer code=\"9001\" name=\"Child discount\" amount=\"-122.40\"/><offer code=\"9008\" name=\"Extra bed discount\" amount=\"-122.40\"/></offers><dailyRates><dailyRate offset=\"1\" dailyNet=\"54.90\"/><dailyRate offset=\"2\" dailyNet=\"54.90\"/><dailyRate offset=\"3\" dailyNet=\"55.27\"/><dailyRate offset=\"4\" dailyNet=\"55.27\"/></dailyRates></rate><rate rateKey=\"20180317|20180321|W|1|300|APT.VM|CG-OPACOPVP|SC||1~3~1|2|P@91AAC8BABD5442E78CA7B9B39E54AF781249\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"230.98\" allotment=\"20\" paymentType=\"AT_WEB\" packaging=\"true\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"3\" children=\"1\" childrenAges=\"2\"><cancellationPolicies><cancellationPolicy amount=\"57.56\" from=\"2018-03-15T23:59:00+01:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-121.58\"/><offer code=\"9005\" name=\"Exclusive discount\" amount=\"-12.16\"/></offers><dailyRates><dailyRate offset=\"1\" dailyNet=\"57.56\"/><dailyRate offset=\"2\" dailyNet=\"57.56\"/><dailyRate offset=\"3\" dailyNet=\"57.93\"/><dailyRate offset=\"4\" dailyNet=\"57.93\"/></dailyRates></rate><rate rateKey=\"20180317|20180321|H|1|300|APT.VM|NRF-TODOS|SC||1~3~1|2|N@91AAC8BABD5442E78CA7B9B39E54AF781249\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"252.20\" sellingRate=\"280.22\" hotelSellingRate=\"235.60\" hotelCurrency=\"EUR\" hotelMandatory=\"true\" allotment=\"20\" commission=\"28.02\" commissionVAT=\"0.00\" commissionPCT=\"10.00\" rateCommentsId=\"1|92570|0\" paymentType=\"AT_HOTEL\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"3\" children=\"1\" childrenAges=\"2\"><cancellationPolicies><cancellationPolicy amount=\"280.22\" hotelAmount=\"235.60\" hotelCurrency=\"EUR\" from=\"2017-12-11T23:59:00+01:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-147.49\"/></offers><dailyRates><dailyRate offset=\"1\" dailySellingRate=\"70.05\"/><dailyRate offset=\"2\" dailySellingRate=\"70.05\"/><dailyRate offset=\"3\" dailySellingRate=\"70.05\"/><dailyRate offset=\"4\" dailySellingRate=\"70.05\"/></dailyRates></rate><rate rateKey=\"20180317|20180321|H|1|300|APT.VM|CG-OPACOPVP|SC||1~3~1|2|N@91AAC8BABD5442E78CA7B9B39E54AF781249\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"265.47\" sellingRate=\"294.97\" hotelSellingRate=\"248.00\" hotelCurrency=\"EUR\" hotelMandatory=\"true\" allotment=\"20\" commission=\"29.50\" commissionVAT=\"0.00\" commissionPCT=\"10.00\" paymentType=\"AT_HOTEL\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"3\" children=\"1\" childrenAges=\"2\"><cancellationPolicies><cancellationPolicy amount=\"73.74\" hotelAmount=\"62.00\" hotelCurrency=\"EUR\" from=\"2018-03-15T23:59:00+01:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-147.49\"/></offers><dailyRates><dailyRate offset=\"1\" dailySellingRate=\"73.74\"/><dailyRate offset=\"2\" dailySellingRate=\"73.74\"/><dailyRate offset=\"3\" dailySellingRate=\"73.74\"/><dailyRate offset=\"4\" dailySellingRate=\"73.74\"/></dailyRates></rate><rate rateKey=\"20180317|20180321|W|1|300|APT.VM|OP-FIT|BB||1~3~1|2|N@91AAC8BABD5442E78CA7B9B39E54AF781249\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"318.36\" allotment=\"65\" rateCommentsId=\"1|100652|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"3\" children=\"1\" childrenAges=\"2\"><cancellationPolicies><cancellationPolicy amount=\"79.33\" from=\"2018-03-15T23:59:00+01:00\"/></cancellationPolicies><offers><offer code=\"9002\" name=\"Early Booking discount\" amount=\"-35.36\"/><offer code=\"9001\" name=\"Child discount\" amount=\"-162.00\"/><offer code=\"9008\" name=\"Extra bed discount\" amount=\"-132.32\"/></offers><dailyRates><dailyRate offset=\"1\" dailyNet=\"79.33\"/><dailyRate offset=\"2\" dailyNet=\"79.33\"/><dailyRate offset=\"3\" dailyNet=\"79.85\"/><dailyRate offset=\"4\" dailyNet=\"79.85\"/></dailyRates></rate><rate rateKey=\"20180317|20180321|W|1|300|APT.VM|OP-FIT|HB||1~3~1|2|N@91AAC8BABD5442E78CA7B9B39E54AF781249\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"381.64\" allotment=\"65\" rateCommentsId=\"1|100652|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"3\" children=\"1\" childrenAges=\"2\"><cancellationPolicies><cancellationPolicy amount=\"95.09\" from=\"2018-03-15T23:59:00+01:00\"/></cancellationPolicies><offers><offer code=\"9002\" name=\"Early Booking discount\" amount=\"-67.34\"/><offer code=\"9001\" name=\"Child discount\" amount=\"-196.64\"/><offer code=\"9008\" name=\"Extra bed discount\" amount=\"-140.98\"/></offers><dailyRates><dailyRate offset=\"1\" dailyNet=\"95.09\"/><dailyRate offset=\"2\" dailyNet=\"95.09\"/><dailyRate offset=\"3\" dailyNet=\"95.73\"/><dailyRate offset=\"4\" dailyNet=\"95.73\"/></dailyRates></rate></rates></room></rooms><creditCards><creditCard code=\"VI\" name=\"VISA-SSL\" paymentType=\"AT_HOTEL\"/><creditCard code=\"AE\" name=\"AMEX-SSL\" paymentType=\"AT_HOTEL\"/><creditCard code=\"MA\" name=\"SWITCH-SSL\" paymentType=\"AT_HOTEL\"/><creditCard code=\"MC\" name=\"ECMC-SSL\" paymentType=\"AT_HOTEL\"/><creditCard code=\"VE\" name=\"VISA-SSL\" paymentType=\"AT_HOTEL\"/></creditCards></hotel></hotels></availabilityRS>"},{"id":"fc337d43-ba30-c6e1-61e2-bbdf8e067ef1","name":"1~2~0","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<stay checkIn=\"2018-03-15\" checkOut=\"2018-03-16\"/>\r\n\t<occupancies>\r\n\t\t<occupancy rooms=\"1\" adults=\"2\" children=\"0\"/>\r\n\t</occupancies>\r\n\t<hotels>\r\n\t\t<hotel>265</hotel>\r\n\t\t<hotel>300</hotel>\r\n\t</hotels>\r\n</availabilityRQ>"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"889","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/xml; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 12 Dec 2017 11:31:06 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Mashery Proxy","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-hotelbeds-eu-west-1b-101.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"103","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Wednesday, December 13, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"}],"cookie":[],"responseTime":"184","body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?><availabilityRS xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" schemaLocation=\"http://www.hotelbeds.com/schemas/messages\"><auditData processTime=\"35\" timestamp=\"2017-12-12 12:31:06.986\" requestHost=\"212.66.164.12\" serverId=\"sa3RKSJACHXE79K.env#PL\" environment=\"[int]\" release=\"be8bbee54ea6781ecaa959acb3f882f5ec840e7f\" token=\"88a79dd8-b3e4-4ccd-843a-edcfa7d9de97\" internal=\"0|BDD8627725FC4BC5AFF8BFEEEDF10B741231|AE|06|1|1||||||||||||1||1~1~2~0||0||0|yndhxjpbkr9xpne3kzyavwh5|||\"/><hotels checkIn=\"2018-03-15\" total=\"1\" checkOut=\"2018-03-16\"><hotel code=\"265\" name=\"HM Jaime III\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"10\" zoneName=\"Palma\" latitude=\"39.57301\" longitude=\"2.642626\" minRate=\"155.12\" maxRate=\"155.12\" currency=\"USD\"><rooms><room code=\"DBT.ST\" name=\"Double or Twin STANDARD\"><rates><rate rateKey=\"20180315|20180316|W|1|265|DBT.ST|CG-TODOS|BB||1~2~0||N@BDD8627725FC4BC5AFF8BFEEEDF10B741231\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"155.12\" allotment=\"30\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"0\"><cancellationPolicies><cancellationPolicy amount=\"155.12\" from=\"2018-03-12T23:59:00+01:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel></hotels></availabilityRS>"}],"_postman_id":"cea65099-c3ba-7dd1-50d7-d0877a3faf7b"},{"name":"Availability by destination","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"d9c01ded-07fe-bb0d-a999-dd2eb143dfa4","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<stay checkIn=\"2018-03-15\" checkOut=\"2018-03-16\"/>\r\n\t<occupancies>\r\n\t\t<occupancy rooms=\"1\" adults=\"2\" children=\"0\"/>\r\n\t</occupancies>\r\n\t<destination code=\"MCO\"/>\r\n</availabilityRQ>"},"url":"{{endpoint}}/hotel-api/1.0/hotels","description":"Destination name search (please note that search by destination/zone will be activated upon request, it's not active by default). \n\nIn 'examples' you can find different cases of requests and responses."},"response":[{"id":"3e6daeb7-5371-ecda-56f6-bab592da3596","name":"1~1~1 (availability by destination & zone)","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" >\r\n\t<stay checkIn=\"2017-09-19\" checkOut=\"2017-09-20\"/>\r\n\t<occupancies>\r\n\t\t<occupancy rooms=\"1\" adults=\"1\" children=\"1\">\r\n\t\t\t<paxes>\r\n\t\t\t\t<pax type=\"CH\" age=\"4\"/>\r\n\t\t\t</paxes>\r\n\t\t</occupancy>\r\n\t</occupancies>\r\n\t<destination code=\"MCO\" zone=\"1\"/>\r\n</availabilityRQ>"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"1209","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/xml; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 13 Sep 2017 10:33:38 GMT","name":"Date","description":""},{"key":"Server","value":"Jetty(9.2.16.v20160414)","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":""},{"key":"X-Mashery-Responder","value":"prod-j-worker-eu-west-1a-59.mashery.com","name":"X-Mashery-Responder","description":""},{"key":"X-Plan-QPS-Allotted","value":"Unlimited","name":"X-Plan-QPS-Allotted","description":""},{"key":"X-Plan-Quota-Allotted","value":"Unlimited","name":"X-Plan-Quota-Allotted","description":""},{"key":"X-PlanMethod-QPS-Allotted","value":"500","name":"X-PlanMethod-QPS-Allotted","description":""},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":""}],"cookie":[],"responseTime":"156","body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?><availabilityRS xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" schemaLocation=\"http://www.hotelbeds.com/schemas/messages\"><auditData processTime=\"42\" timestamp=\"2017-09-13 12:33:38.371\" requestHost=\"212.170.239.110\" serverId=\"sa37AUX3ROLBLIS.env#PL\" environment=\"[int]\" release=\"23c542efb2ca3c1642f5f0d87c6c410b81c52ee3\" token=\"653885a9-f4fe-4f90-9247-1ead82e0df53\" internal=\"0|FA68FB840A0F469098359B877190BCFD1233|ES|03|1|6||||||||||||9||1~1~1~1||0||0|c8zj99aze7hdvtaqh4qvcck4||\"/><hotels checkIn=\"2017-09-19\" total=\"1\" checkOut=\"2017-09-20\"><hotel code=\"180687\" name=\"Mission Inn Resort &amp; Club\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"MCO\" destinationName=\"Orlando Area - Florida - FL\" zoneCode=\"1\" zoneName=\"Howey-In-The-Hills\" latitude=\"28.725834\" longitude=\"-81.781937\" minRate=\"121.09\" maxRate=\"341.86\" currency=\"EUR\"><rooms><room code=\"DBL.DX\" name=\"DOUBLE DELUXE\"><rates><rate rateKey=\"20170919|20170920|W|235|180687|DBL.DX|STA|RO||1~1~1|4|N@FA68FB840A0F469098359B877190BCFD1233\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"121.09\" allotment=\"176\" rateCommentsId=\"235|38434|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"1\" children=\"1\" childrenAges=\"4\"><cancellationPolicies><cancellationPolicy amount=\"121.09\" from=\"2017-09-14T23:59:00-04:00\"/></cancellationPolicies><taxes allIncluded=\"false\"><tax included=\"true\" percent=\"11.00\" type=\"TAX\"/><tax included=\"false\" amount=\"15.20\" currency=\"EUR\" type=\"FEE\" clientAmount=\"15.20\" clientCurrency=\"EUR\"/></taxes></rate><rate rateKey=\"20170919|20170920|W|235|180687|DBL.DX|STA|DB||1~1~1|4|N@FA68FB840A0F469098359B877190BCFD1233\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"152.31\" allotment=\"176\" rateCommentsId=\"235|38434|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"DB\" boardName=\"BUFFET BREAKFAST\" rooms=\"1\" adults=\"1\" children=\"1\" childrenAges=\"4\"><cancellationPolicies><cancellationPolicy amount=\"152.31\" from=\"2017-09-14T23:59:00-04:00\"/></cancellationPolicies><taxes allIncluded=\"false\"><tax included=\"true\" percent=\"11.00\" type=\"TAX\"/><tax included=\"false\" amount=\"15.20\" currency=\"EUR\" type=\"FEE\" clientAmount=\"15.20\" clientCurrency=\"EUR\"/></taxes></rate></rates></room><room code=\"SUI.CB\" name=\"SUITE CLUB\"><rates><rate rateKey=\"20170919|20170920|W|235|180687|SUI.CB|STA|RO||1~1~1|4|N@FA68FB840A0F469098359B877190BCFD1233\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"142.16\" allotment=\"176\" rateCommentsId=\"235|38434|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"1\" children=\"1\" childrenAges=\"4\"><cancellationPolicies><cancellationPolicy amount=\"142.16\" from=\"2017-09-14T23:59:00-04:00\"/></cancellationPolicies><taxes allIncluded=\"false\"><tax included=\"true\" percent=\"11.00\" type=\"TAX\"/><tax included=\"false\" amount=\"15.20\" currency=\"EUR\" type=\"FEE\" clientAmount=\"15.20\" clientCurrency=\"EUR\"/></taxes></rate><rate rateKey=\"20170919|20170920|W|235|180687|SUI.CB|STA|DB||1~1~1|4|N@FA68FB840A0F469098359B877190BCFD1233\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"173.38\" allotment=\"176\" rateCommentsId=\"235|38434|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"DB\" boardName=\"BUFFET BREAKFAST\" rooms=\"1\" adults=\"1\" children=\"1\" childrenAges=\"4\"><cancellationPolicies><cancellationPolicy amount=\"173.38\" from=\"2017-09-14T23:59:00-04:00\"/></cancellationPolicies><taxes allIncluded=\"false\"><tax included=\"true\" percent=\"11.00\" type=\"TAX\"/><tax included=\"false\" amount=\"15.20\" currency=\"EUR\" type=\"FEE\" clientAmount=\"15.20\" clientCurrency=\"EUR\"/></taxes></rate></rates></room><room code=\"VIL.B2-1\" name=\"VILLA TWO BEDROOMS\"><rates><rate rateKey=\"20170919|20170920|W|235|180687|VIL.B2-1|STA|RO||1~1~1|4|N@FA68FB840A0F469098359B877190BCFD1233\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"310.64\" allotment=\"176\" rateCommentsId=\"235|38434|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"1\" children=\"1\" childrenAges=\"4\"><cancellationPolicies><cancellationPolicy amount=\"310.64\" from=\"2017-09-14T23:59:00-04:00\"/></cancellationPolicies><taxes allIncluded=\"false\"><tax included=\"true\" percent=\"11.00\" type=\"TAX\"/><tax included=\"false\" amount=\"15.20\" currency=\"EUR\" type=\"FEE\" clientAmount=\"15.20\" clientCurrency=\"EUR\"/></taxes></rate><rate rateKey=\"20170919|20170920|W|235|180687|VIL.B2-1|STA|DB||1~1~1|4|N@FA68FB840A0F469098359B877190BCFD1233\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"341.86\" allotment=\"176\" rateCommentsId=\"235|38434|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"DB\" boardName=\"BUFFET BREAKFAST\" rooms=\"1\" adults=\"1\" children=\"1\" childrenAges=\"4\"><cancellationPolicies><cancellationPolicy amount=\"341.86\" from=\"2017-09-14T23:59:00-04:00\"/></cancellationPolicies><taxes allIncluded=\"false\"><tax included=\"true\" percent=\"11.00\" type=\"TAX\"/><tax included=\"false\" amount=\"15.20\" currency=\"EUR\" type=\"FEE\" clientAmount=\"15.20\" clientCurrency=\"EUR\"/></taxes></rate></rates></room></rooms></hotel></hotels></availabilityRS>"}],"_postman_id":"d9c01ded-07fe-bb0d-a999-dd2eb143dfa4"},{"name":"Availability by geolocation","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"276bfd5c-cca8-9dab-2fd2-39edcb18997c","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<stay checkIn=\"2018-03-15\" checkOut=\"2018-03-16\"/>\r\n\t<occupancies>\r\n\t\t<occupancy rooms=\"1\" adults=\"2\" children=\"0\"/>\r\n\t</occupancies>\r\n\t<geolocation latitude=\"39.57119\" longitude=\"2.646633999999949\" radius=\"20\" unit=\"km\"/>\r\n</availabilityRQ>"},"url":"{{endpoint}}/hotel-api/1.0/hotels","description":"GPS and ratio search. \n\nIn 'examples' you can find different cases of requests and responses."},"response":[{"id":"4f244763-27b5-3fed-6147-844c1b63d994","name":"1~4~0 (rectangular geolocation)","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<stay checkIn=\"2018-03-15\" checkOut=\"2018-03-16\"/>\r\n\t<occupancies>\r\n\t\t<occupancy rooms=\"1\" adults=\"2\" children=\"0\"/>\r\n\t</occupancies>\r\n\t<geolocation latitude=\"39.57119\" longitude=\"2.646633999999949\" radius=\"20\" unit=\"km\"/>\r\n</availabilityRQ>"},"url":"{{endpoint}}/hotel-api/1.0/hotels","description":"GPS and ratio search. \n\nIn 'examples' you can find different cases of requests and responses."},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"1008","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/xml; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 30 Aug 2017 09:19:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Jetty(9.2.16.v20160414)","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-eu-west-1c-58.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"31","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Thursday, August 31, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"}],"cookie":[],"responseTime":"420","body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?><availabilityRS xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" schemaLocation=\"http://www.hotelbeds.com/schemas/messages\"><auditData processTime=\"39\" timestamp=\"2017-08-30 11:19:52.091\" requestHost=\"212.170.239.110\" serverId=\"sa3RKSJACHXE79K.env#PL\" environment=\"[int]\" release=\"4c0c21f7a3982f3ad0cf88b921c4e04e7c36861f\" token=\"fa2ea9aa-1a2c-4ebb-a418-56bb6b858ebc\" internal=\"0|996AE0306FEA4D22B3F98A5A4CDA24511119|BR|11|1|3||||||||||||1||1~1~4~0||0||0|wuupfvswdqfz342cejxfv3ku||\"/><hotels checkIn=\"2017-09-15\" total=\"1\" checkOut=\"2017-09-16\"><hotel code=\"3562\" name=\"Silken Monumental Naranco\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"OVD\" destinationName=\"Asturias\" zoneCode=\"10\" zoneName=\"Oviedo\" latitude=\"43.364624\" longitude=\"-5.863767\" minRate=\"100.88\" maxRate=\"142.92\" currency=\"EUR\"><rooms><room code=\"FAM.C4\" name=\"FAMILY ROOM CAPACITY 4\"><rates><rate rateKey=\"20170915|20170916|W|102|3562|FAM.C4|CG-BARFAMILIAR|RO||1~4~0||N@996AE0306FEA4D22B3F98A5A4CDA24511119\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"100.88\" allotment=\"1\" rateCommentsId=\"102|183217|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"4\" children=\"0\"><cancellationPolicies><cancellationPolicy amount=\"100.88\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|102|3562|FAM.C4|CG-BARHDFAMILIA|BB||1~4~0||N@996AE0306FEA4D22B3F98A5A4CDA24511119\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"134.51\" allotment=\"1\" rateCommentsId=\"102|183223|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"4\" children=\"0\"><cancellationPolicies><cancellationPolicy amount=\"134.51\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|102|3562|FAM.C4|CG-BARFAMILIAR|DB||1~4~0||N@996AE0306FEA4D22B3F98A5A4CDA24511119\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"142.92\" allotment=\"1\" rateCommentsId=\"102|183217|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"DB\" boardName=\"BUFFET BREAKFAST\" rooms=\"1\" adults=\"4\" children=\"0\"><cancellationPolicies><cancellationPolicy amount=\"142.92\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel></hotels></availabilityRS>"},{"id":"d3ba87a2-202d-160f-90af-6d1755745005","name":"1~2~2 (radial geolocation)","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<stay checkIn=\"2017-09-15\" checkOut=\"2017-09-16\"/>\r\n\t<occupancies>\r\n\t\t<occupancy rooms=\"1\" adults=\"2\" children=\"2\">\r\n\t\t\t<paxes>\r\n\t\t\t\t<pax type=\"CH\" age=\"8\"/>\r\n\t\t\t\t<pax type=\"CH\" age=\"8\"/>\r\n\t\t\t</paxes>\r\n\t\t</occupancy>\r\n\t</occupancies>\r\n\t<geolocation latitude=\"39.57119\" longitude=\"2.646633999999949\" radius=\"50\" unit=\"mi\"/>\r\n</availabilityRQ>"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Type","value":"application/xml; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 30 Aug 2017 09:16:18 GMT","name":"Date","description":""},{"key":"Server","value":"Jetty(9.2.16.v20160414)","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":""},{"key":"X-Mashery-Responder","value":"prod-j-worker-eu-west-1a-59.mashery.com","name":"X-Mashery-Responder","description":""},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":""},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":""},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":""},{"key":"X-Plan-Quota-Current","value":"30","name":"X-Plan-Quota-Current","description":""},{"key":"X-Plan-Quota-Reset","value":"Thursday, August 31, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":""},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":""},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":""},{"key":"transfer-encoding","value":"chunked","name":"transfer-encoding","description":""}],"cookie":[],"responseTime":"667","body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?><availabilityRS xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" schemaLocation=\"http://www.hotelbeds.com/schemas/messages\"><auditData processTime=\"202\" timestamp=\"2017-08-30 11:16:18.848\" requestHost=\"212.170.239.110\" serverId=\"sa3RKSJACHXE79K.env#PL\" environment=\"[int]\" release=\"4c0c21f7a3982f3ad0cf88b921c4e04e7c36861f\" token=\"e71abc3a-9d23-47fa-93d2-94e97107e4f0\" internal=\"0|1F20C2B906A74E4DB799D65806AEADAA1116|BR|10|62|236||||||||||||191||1~1~2~2||0||0|wuupfvswdqfz342cejxfv3ku||\"/><hotels checkIn=\"2017-09-15\" total=\"62\" checkOut=\"2017-09-16\"><hotel code=\"202057\" name=\"Elegance Vista Blava\" categoryCode=\"3EST\" categoryName=\"3 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"85\" zoneName=\"Cala Millor\" latitude=\"39.60367948009365\" longitude=\"3.3825264049937687\" minRate=\"174.96\" maxRate=\"220.76\" currency=\"EUR\"><rooms><room code=\"DBT.C4\" name=\"Double or Twin CAPACITY 4\"><rates><rate rateKey=\"20170915|20170916|W|1|202057|DBT.C4|CG-FIT|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"174.96\" allotment=\"99\" rateCommentsId=\"1|96189|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"174.96\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|202057|DBT.C4|CG-FIT|FB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"195.76\" allotment=\"99\" rateCommentsId=\"1|96189|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"FB\" boardName=\"FULL BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"195.76\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|202057|DBT.C4|CG-FIT|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"220.76\" allotment=\"99\" rateCommentsId=\"1|96189|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"220.76\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"1075\" name=\"Catalonia Majorica\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"10\" zoneName=\"Palma\" latitude=\"39.55602\" longitude=\"2.622069\" minRate=\"221.53\" maxRate=\"246.14\" currency=\"EUR\"><rooms><room code=\"FAM.ST\" name=\"FAMILY ROOM STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|1075|FAM.ST|NRF-TODOS RO|RO||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"221.53\" allotment=\"12\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"221.53\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><promotions><promotion code=\"073\" name=\"Non-refundable rate. No amendments permitted\"/></promotions></rate><rate rateKey=\"20170915|20170916|W|1|1075|FAM.ST|CG-TODOS RO|RO||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"246.14\" allotment=\"12\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"246.14\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"1087\" name=\"Palma Bay\" categoryCode=\"3EST\" categoryName=\"3 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"75\" zoneName=\"El Arenal\" latitude=\"39.5063605\" longitude=\"2.755593\" minRate=\"215.34\" maxRate=\"215.34\" currency=\"EUR\"><rooms><room code=\"DBT.C4\" name=\"Double or Twin CAPACITY 4\"><rates><rate rateKey=\"20170915|20170916|W|1|1087|DBT.C4|CG-TODOS|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"215.34\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"215.34\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-50.36\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"14187\" name=\"Vell Marí Hotel &amp; Resort\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"39\" zoneName=\"Ca'n Picafort\" latitude=\"39.756632\" longitude=\"3.158588\" minRate=\"162.03\" maxRate=\"272.95\" currency=\"EUR\"><rooms><room code=\"APT.ST\" name=\"APARTMENT STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|14187|APT.ST|CG-NRF|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"162.03\" allotment=\"99\" rateCommentsId=\"1|95705|96\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"162.03\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-68.30\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|14187|APT.ST|CG-MERCHOPAQUE|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"171.03\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"171.03\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-68.30\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|14187|APT.ST|CG-NRF|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"177.46\" allotment=\"99\" rateCommentsId=\"1|95705|96\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"177.46\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-74.80\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|14187|APT.ST|CG-MERCHOPAQUE|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"187.31\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"187.31\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-74.80\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|14187|APT.ST|CG-NRF|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"241.85\" allotment=\"99\" rateCommentsId=\"1|95705|96\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"241.85\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-101.94\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|14187|APT.ST|CG-MERCHOPAQUE|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"255.28\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"255.28\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-101.94\"/></offers></rate></rates></room><room code=\"APT.GV\" name=\"APARTMENT GARDEN VIEW\"><rates><rate rateKey=\"20170915|20170916|W|1|14187|APT.GV|CG-NRF|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"173.24\" allotment=\"68\" rateCommentsId=\"1|95705|96\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"173.24\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-73.02\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|14187|APT.GV|CG-MERCHOPAQUE|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"182.87\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"182.87\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-73.02\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|14187|APT.GV|CG-NRF|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"188.67\" allotment=\"68\" rateCommentsId=\"1|95705|96\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"188.67\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-79.52\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|14187|APT.GV|CG-MERCHOPAQUE|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"199.15\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"199.15\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-79.52\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|14187|APT.GV|CG-NRF|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"253.06\" allotment=\"68\" rateCommentsId=\"1|95705|96\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"253.06\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-106.66\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|14187|APT.GV|CG-MERCHOPAQUE|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"267.12\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"267.12\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-106.66\"/></offers></rate></rates></room><room code=\"APT.VP\" name=\"APARTMENT POOL VIEW\"><rates><rate rateKey=\"20170915|20170916|W|1|14187|APT.VP|NRF-TODOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"178.65\" allotment=\"2\" rateCommentsId=\"1|95703|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"178.65\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-75.29\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|14187|APT.VP|CG-OPACO|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"188.57\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"188.57\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-75.29\"/><offer code=\"9005\" name=\"Exclusive discount\" amount=\"-9.92\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|14187|APT.VP|NRF-TODOS|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"194.07\" allotment=\"2\" rateCommentsId=\"1|95703|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"194.07\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-81.79\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|14187|APT.VP|CG-OPACO|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"204.85\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"204.85\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-81.79\"/><offer code=\"9005\" name=\"Exclusive discount\" amount=\"-10.78\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|14187|APT.VP|NRF-TODOS|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"258.59\" allotment=\"2\" rateCommentsId=\"1|95703|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"258.59\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-108.99\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|14187|APT.VP|CG-OPACO|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"272.95\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"272.95\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-108.99\"/><offer code=\"9005\" name=\"Exclusive discount\" amount=\"-14.37\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"267\" name=\"Flora\" categoryCode=\"3LL\" categoryName=\"3 KEYS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"77\" zoneName=\"Puerto Pollensa\" latitude=\"39.909988\" longitude=\"3.083524\" minRate=\"109.25\" maxRate=\"214.13\" currency=\"EUR\"><rooms><room code=\"APT.ST\" name=\"APARTMENT STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|267|APT.ST|CG-TODOS|RO||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"109.25\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"109.25\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|267|APT.ST|CG-TODOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"148.57\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"148.57\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|267|APT.ST|CG-TODOS|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"214.13\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"214.13\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"3708\" name=\"Marins Playa\" categoryCode=\"APTH4\" categoryName=\"APARTHOTEL 4*\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"85\" zoneName=\"Cala Millor\" latitude=\"39.60756865141119\" longitude=\"3.388690121309992\" minRate=\"128.99\" maxRate=\"151.55\" currency=\"EUR\"><rooms><room code=\"APT.ST\" name=\"APARTMENT STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|3708|APT.ST|CG-TODOS1|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"128.99\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"128.99\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-41.92\"/><offer code=\"9008\" name=\"Extra bed discount\" amount=\"-31.17\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|3708|APT.ST|CG-TODOS1|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"151.55\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"151.55\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-41.92\"/><offer code=\"9008\" name=\"Extra bed discount\" amount=\"-31.17\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"1619\" name=\"Be Live Collection Palace de Muro\" categoryCode=\"5EST\" categoryName=\"5 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"76\" zoneName=\"Playa de Muro\" latitude=\"39.798096\" longitude=\"3.121651\" minRate=\"500.54\" maxRate=\"585.95\" currency=\"EUR\"><rooms><room code=\"SUI.C4\" name=\"SUITE 2 ADULTS + 2 CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|1619|SUI.C4|CG-MERCHANTBB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"500.54\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"500.54\" from=\"2017-09-10T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|1619|SUI.C4|CG-MERCHANTHB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"562.89\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"562.89\" from=\"2017-09-10T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room><room code=\"SUI.SS-3\" name=\"SUITE 2 ADULTS+ 2 CHILDREN SIDE SEA VIEW\"><rates><rate rateKey=\"20170915|20170916|W|1|1619|SUI.SS-3|CG-MERCHANTBB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"523.60\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"523.60\" from=\"2017-09-10T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|1619|SUI.SS-3|CG-MERCHANTHB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"585.95\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"585.95\" from=\"2017-09-10T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"1544\" name=\"Costa Mediterraneo\" categoryCode=\"2EST\" categoryName=\"2 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"75\" zoneName=\"El Arenal\" latitude=\"39.4974037\" longitude=\"2.7556789\" minRate=\"61.28\" maxRate=\"74.80\" currency=\"EUR\"><rooms><room code=\"DBT.ST\" name=\"Double or Twin STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|1544|DBT.ST|CG-VARIOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"61.28\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"61.28\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-36.77\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|1544|DBT.ST|CG-VARIOS|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"74.80\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"74.80\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-44.88\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"3978\" name=\"Eix Platja Daurada\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"39\" zoneName=\"Ca'n Picafort\" latitude=\"39.77261\" longitude=\"3.144576\" minRate=\"261.96\" maxRate=\"291.11\" currency=\"EUR\"><rooms><room code=\"SUI.C4\" name=\"SUITE TWO ADULTS + TWO CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|3978|SUI.C4|NRF-OPACO|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"261.96\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"261.96\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|3978|SUI.C4|CG-OPACO|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"291.11\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"291.11\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"3711\" name=\"Marins Cala Nau\" categoryCode=\"APTH4\" categoryName=\"APARTHOTEL 4*\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"85\" zoneName=\"Cala Millor\" latitude=\"39.592387\" longitude=\"3.381805\" minRate=\"118.24\" maxRate=\"144.04\" currency=\"EUR\"><rooms><room code=\"APT.ST\" name=\"APARTMENT STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|3711|APT.ST|CG-TODOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"118.24\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"118.24\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-83.84\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|3711|APT.ST|CG-TODOS|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"144.04\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"144.04\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-83.84\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"107900\" name=\"Es Baulo Petit Hotel\" categoryCode=\"APTH4\" categoryName=\"APARTHOTEL 4*\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"39\" zoneName=\"Ca'n Picafort\" latitude=\"39.759579\" longitude=\"3.159202\" minRate=\"304.57\" maxRate=\"342.23\" currency=\"EUR\"><rooms><room code=\"APT.B2\" name=\"APARTMENT TWO BEDROOMS\"><rates><rate rateKey=\"20170915|20170916|W|1|107900|APT.B2|CG-TODOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"304.57\" allotment=\"1\" rateCommentsId=\"1|92473|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"304.57\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-101.52\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|107900|APT.B2|CG-TODOS|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"342.23\" allotment=\"1\" rateCommentsId=\"1|92473|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"342.23\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-114.08\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"186092\" name=\"Ona Aucanada\" categoryCode=\"3EST\" categoryName=\"3 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"24\" zoneName=\"Alcudia\" latitude=\"39.837861\" longitude=\"3.151851\" minRate=\"151.20\" maxRate=\"160.85\" currency=\"EUR\"><rooms><room code=\"APT.C6\" name=\"APARTMENT CAPACITY 6\"><rates><rate rateKey=\"20170915|20170916|W|1|186092|APT.C6|NRF-MERCHANT C6|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"151.20\" allotment=\"3\" rateCommentsId=\"1|94300|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"151.20\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|186092|APT.C6|CG-MERCHANT C6|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"160.85\" allotment=\"3\" rateCommentsId=\"1|94299|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"160.85\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"2798\" name=\"Delfin Mar\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"31\" zoneName=\"Santa Ponsa\" latitude=\"39.513062\" longitude=\"2.481699\" minRate=\"166.12\" maxRate=\"190.74\" currency=\"EUR\"><rooms><room code=\"FAM.ST-1\" name=\"FAMILY ROOM STANDARD 2 ADULTS + 2 CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|2798|FAM.ST-1|BAR-NRF BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"166.12\" allotment=\"2\" rateCommentsId=\"1|99127|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"166.12\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|2798|FAM.ST-1|BAR-BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"174.86\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"174.86\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|2798|FAM.ST-1|BAR-NRF HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"178.40\" allotment=\"2\" rateCommentsId=\"1|99128|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"178.40\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|2798|FAM.ST-1|BAR-HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"187.76\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"187.76\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room><room code=\"FAM.SS-1\" name=\"FAMILY ROOM SIDE SEA VIEW 2 ADULTS + 2 CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|2798|FAM.SS-1|BAR-NRF BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"168.01\" allotment=\"2\" rateCommentsId=\"1|99127|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"168.01\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|2798|FAM.SS-1|BAR-BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"176.85\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"176.85\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|2798|FAM.SS-1|BAR-NRF HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"180.30\" allotment=\"2\" rateCommentsId=\"1|99128|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"180.30\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|2798|FAM.SS-1|BAR-HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"189.74\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"189.74\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room><room code=\"FAM.VM-1\" name=\"FAMILY ROOM SEA VIEW 2 ADULTS + 2 CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|2798|FAM.VM-1|BAR-NRF BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"168.96\" allotment=\"2\" rateCommentsId=\"1|99127|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"168.96\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|2798|FAM.VM-1|BAR-BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"177.84\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"177.84\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|2798|FAM.VM-1|BAR-NRF HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"181.24\" allotment=\"2\" rateCommentsId=\"1|99128|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"181.24\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|2798|FAM.VM-1|BAR-HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"190.74\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"190.74\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"4388\" name=\"Ponent Mar\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"29\" zoneName=\"Palmanova\" latitude=\"39.524683\" longitude=\"2.544834\" minRate=\"177.21\" maxRate=\"289.94\" currency=\"EUR\"><rooms><room code=\"APT.OM-2\" name=\"APARTMENT CONFORT 5 AD\"><rates><rate rateKey=\"20170915|20170916|W|1|4388|APT.OM-2|FIT-TODOS SC|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"177.21\" allotment=\"4\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"177.21\" from=\"2017-09-08T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room><room code=\"APT.B1-6\" name=\"APARTMENT SUPERIOR SEA VIEW 5 AD\"><rates><rate rateKey=\"20170915|20170916|W|1|4388|APT.B1-6|FIT-TODOS SC|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"206.52\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"206.52\" from=\"2017-09-08T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room><room code=\"APT.ST-7\" name=\"APARTMENT CONFORT 2 AD  + 2 CH\"><rates><rate rateKey=\"20170915|20170916|W|1|4388|APT.ST-7|FIT-TODOS BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"206.98\" allotment=\"4\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"206.98\" from=\"2017-09-08T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|4388|APT.ST-7|FIT-TODOS HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"260.43\" allotment=\"4\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"260.43\" from=\"2017-09-08T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room><room code=\"APT.SU-VM\" name=\"APARTMENT SUPERIOR SEA VIEW 2 AD + 2 CH\"><rates><rate rateKey=\"20170915|20170916|W|1|4388|APT.SU-VM|FIT-TODOS BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"236.30\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"236.30\" from=\"2017-09-08T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|4388|APT.SU-VM|FIT-TODOS HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"289.94\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"289.94\" from=\"2017-09-08T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"266\" name=\"Roc Illetas\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"89\" zoneName=\"Illetas\" latitude=\"39.53854323566365\" longitude=\"2.5922343134880066\" minRate=\"311.99\" maxRate=\"392.35\" currency=\"EUR\"><rooms><room code=\"APT.B1-2\" name=\"APARTMENT STANDARD 1 ROOM 2 ADULTS + 2 CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|266|APT.B1-2|CG-MERCHANT BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"311.99\" allotment=\"14\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"311.99\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|266|APT.B1-2|CG-MERCHANT HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"352.58\" allotment=\"14\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"352.58\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate></rates></room><room code=\"APT.B2-2\" name=\"APARTMENT TWO BEDROOMS 2 ADULTS + 2 CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|266|APT.B2-2|CG-MERCHANT BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"351.76\" allotment=\"5\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"351.76\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|266|APT.B2-2|CG-MERCHANT HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"392.35\" allotment=\"5\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"392.35\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"1102\" name=\"Europe Playa Marina\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"89\" zoneName=\"Illetas\" latitude=\"39.539747\" longitude=\"2.593098\" minRate=\"346.55\" maxRate=\"412.16\" currency=\"EUR\"><rooms><room code=\"JSU.ST\" name=\"JUNIOR SUITE STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|1102|JSU.ST|FIT-VARIOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"346.55\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"346.55\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-67.08\"/><offer code=\"9008\" name=\"Extra bed discount\" amount=\"-33.54\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|1102|JSU.ST|FIT-VARIOS|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"412.16\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"412.16\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-79.78\"/><offer code=\"9008\" name=\"Extra bed discount\" amount=\"-39.89\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"7819\" name=\"Cala Ferrera \" categoryCode=\"3EST\" categoryName=\"3 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"90\" zoneName=\"Cala d'Or\" latitude=\"39.378555031609\" longitude=\"3.2390356063843\" minRate=\"118.62\" maxRate=\"173.11\" currency=\"EUR\"><rooms><room code=\"DBT.ST\" name=\"Double or Twin STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|7819|DBT.ST|CG-TODOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"118.62\" allotment=\"156\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"118.62\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-39.54\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|7819|DBT.ST|CG-TODOS|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"123.42\" allotment=\"156\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"123.42\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-41.14\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|7819|DBT.ST|CG-TODOS|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"163.50\" allotment=\"156\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"163.50\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-54.50\"/></offers></rate></rates></room><room code=\"DBT.VM\" name=\"Double or Twin SEA VIEW\"><rates><rate rateKey=\"20170915|20170916|W|1|7819|DBT.VM|CG-TODOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"128.23\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"128.23\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-42.74\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|7819|DBT.VM|CG-TODOS|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"133.03\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"133.03\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-44.34\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|7819|DBT.VM|CG-TODOS|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"173.11\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"173.11\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-57.70\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"1057\" name=\"Intertur Hotel Hawaii Mallorca &amp; Suites\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"29\" zoneName=\"Palmanova\" latitude=\"39.512719\" longitude=\"2.541853\" minRate=\"214.96\" maxRate=\"336.76\" currency=\"EUR\"><rooms><room code=\"FAM.C2-2\" name=\"FAMILY ROOM CAPACITY 2+2 CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|1057|FAM.C2-2|CG-TODOSBB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"214.96\" allotment=\"4\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"214.96\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|1057|FAM.C2-2|CG-TODOSHB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"220.85\" allotment=\"4\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"220.85\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|1057|FAM.C2-2|CG-TODOSFB|FB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"252.25\" allotment=\"4\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"FB\" boardName=\"FULL BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"252.25\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|1057|FAM.C2-2|CG-TODOSAI|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"290.16\" allotment=\"4\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"290.16\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room><room code=\"DBT.PI-2\" name=\"Double or Twin 2 + 2 CHILDRENS\"><rates><rate rateKey=\"20170915|20170916|W|1|1057|DBT.PI-2|CG-TODOSBB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"261.56\" allotment=\"12\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"261.56\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|1057|DBT.PI-2|CG-TODOSHB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"267.46\" allotment=\"12\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"267.46\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|1057|DBT.PI-2|CG-TODOSFB|FB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"298.85\" allotment=\"12\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"FB\" boardName=\"FULL BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"298.85\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|1057|DBT.PI-2|CG-TODOSAI|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"336.76\" allotment=\"12\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"336.76\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"2150\" name=\"Mon Port Hotel &amp; Spa\" categoryCode=\"SUP\" categoryName=\"SUPERIOR 4*\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"50\" zoneName=\"Puerto Andratx\" latitude=\"39.549448\" longitude=\"2.38084\" minRate=\"391.16\" maxRate=\"514.87\" currency=\"EUR\"><rooms><room code=\"JSU.ST-1\" name=\"JUNIOR SUITE STANDARD 2 ADULTS+1 CHILD\"><rates><rate rateKey=\"20170915|20170916|W|1|2150|JSU.ST-1|CG-AERO|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"391.16\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"391.16\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-130.38\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|2150|JSU.ST-1|CG-AERO|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"474.80\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"474.80\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-158.26\"/></offers></rate></rates></room><room code=\"JSU.ST-2\" name=\"JUNIOR SUITE STANDARD 2 ADULTS+2 CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|2150|JSU.ST-2|PVP-BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"426.79\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"426.79\" from=\"2017-08-30T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|2150|JSU.ST-2|PVP-HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"514.87\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"514.87\" from=\"2017-08-30T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"1069\" name=\"Cala d'Or Playa\" categoryCode=\"3EST\" categoryName=\"3 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"90\" zoneName=\"Cala d'Or\" latitude=\"39.374375710660864\" longitude=\"3.2354152202378827\" minRate=\"110.19\" maxRate=\"110.19\" currency=\"EUR\"><rooms><room code=\"APT.SU-5\" name=\"APARTMENT SUPERIOR 2 ADULTS 2 CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|1069|APT.SU-5|CG-BAR-SC|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"110.19\" allotment=\"5\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"110.19\" from=\"2017-09-08T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"699\" name=\"La Pergola\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"50\" zoneName=\"Puerto Andratx\" latitude=\"39.5485939162725\" longitude=\"2.38207921385765\" minRate=\"144.35\" maxRate=\"265.86\" currency=\"EUR\"><rooms><room code=\"APT.SU-1\" name=\"APARTMENT SUPERIOR 2 ADULTS\"><rates><rate rateKey=\"20170915|20170916|W|1|699|APT.SU-1|OP-FIT|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"144.35\" allotment=\"10\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"144.35\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-144.34\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|699|APT.SU-1|OP-FIT|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"180.01\" allotment=\"10\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"180.01\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-159.62\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|699|APT.SU-1|OP-FIT|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"218.63\" allotment=\"10\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"218.63\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-176.18\"/></offers></rate></rates></room><room code=\"APT.SU-3\" name=\"APARTMENT SUPERIOR 2 ADULTS + 2 CHILDRENS\"><rates><rate rateKey=\"20170915|20170916|W|1|699|APT.SU-3|PVP-SC|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"179.70\" allotment=\"8\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"179.70\" from=\"2017-08-30T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|699|APT.SU-3|PVP-BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"221.06\" allotment=\"8\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"221.06\" from=\"2017-08-30T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|699|APT.SU-3|PVP-HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"265.86\" allotment=\"8\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"265.86\" from=\"2017-08-30T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"2796\" name=\"Delfin Siesta Mar\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"31\" zoneName=\"Santa Ponsa\" latitude=\"39.513116\" longitude=\"2.48063\" minRate=\"166.78\" maxRate=\"191.49\" currency=\"EUR\"><rooms><room code=\"FAM.ST-1\" name=\"FAMILY ROOM STANDARD 2 ADULTS + 2 CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|2796|FAM.ST-1|BAR-NRF BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"166.78\" allotment=\"2\" rateCommentsId=\"1|99131|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"166.78\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|2796|FAM.ST-1|BAR-BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"175.55\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"175.55\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|2796|FAM.ST-1|BAR-NRF HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"179.11\" allotment=\"2\" rateCommentsId=\"1|99132|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"179.11\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|2796|FAM.ST-1|BAR-HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"188.50\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"188.50\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room><room code=\"FAM.SS-1\" name=\"FAMILY ROOM SEA SIDE VIEWS 2 ADULTS + 2 CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|2796|FAM.SS-1|BAR-NRF BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"167.72\" allotment=\"2\" rateCommentsId=\"1|99131|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"167.72\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|2796|FAM.SS-1|BAR-BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"176.55\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"176.55\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|2796|FAM.SS-1|BAR-NRF HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"180.05\" allotment=\"2\" rateCommentsId=\"1|99132|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"180.05\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|2796|FAM.SS-1|BAR-HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"189.49\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"189.49\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room><room code=\"FAM.VM-1\" name=\"FAMILY ROOM SEA VIEWS 2 ADULTS + 2 CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|2796|FAM.VM-1|BAR-NRF BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"169.62\" allotment=\"2\" rateCommentsId=\"1|99131|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"169.62\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|2796|FAM.VM-1|BAR-BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"178.54\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"178.54\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|2796|FAM.VM-1|BAR-NRF HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"181.95\" allotment=\"2\" rateCommentsId=\"1|99132|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"181.95\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|2796|FAM.VM-1|BAR-HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"191.49\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"191.49\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"66699\" name=\"Blau Privilege PortoPetro Beach Resort &amp; Spa\" categoryCode=\"5EST\" categoryName=\"5 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"92\" zoneName=\"Porto Petro\" latitude=\"39.3586576159492\" longitude=\"3.21067996323109\" minRate=\"423.67\" maxRate=\"1146.05\" currency=\"EUR\"><rooms><room code=\"SUI.ST\" name=\"SUITE STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|66699|SUI.ST|CG-OPACO|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"423.67\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"423.67\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-192.58\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|66699|SUI.ST|CG-OPACO|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"509.01\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"509.01\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-231.38\"/></offers></rate></rates></room><room code=\"SUI.VM\" name=\"SUITE SEA VIEW\"><rates><rate rateKey=\"20170915|20170916|W|1|66699|SUI.VM|CG-OPACO|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"637.03\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"637.03\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-289.56\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|66699|SUI.VM|CG-OPACO|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"722.37\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"722.37\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-328.36\"/></offers></rate></rates></room><room code=\"VIL.JA-1\" name=\"VILLA WITH JACUZZI\"><rates><rate rateKey=\"20170915|20170916|W|1|66699|VIL.JA-1|CG-FIT VILLAS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"929.64\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"464.82\" from=\"2017-08-29T23:59:00+02:00\"/><cancellationPolicy amount=\"929.64\" from=\"2017-09-07T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-422.57\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|66699|VIL.JA-1|CG-FIT VILLAS|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"1014.98\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"507.49\" from=\"2017-08-29T23:59:00+02:00\"/><cancellationPolicy amount=\"1014.98\" from=\"2017-09-07T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-461.37\"/></offers></rate></rates></room><room code=\"VIL.PP\" name=\"VILLA WITH PRIVATE POOL\"><rates><rate rateKey=\"20170915|20170916|W|1|66699|VIL.PP|CG-OPACO VILLAS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"1060.71\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"530.36\" from=\"2017-08-29T23:59:00+02:00\"/><cancellationPolicy amount=\"1060.71\" from=\"2017-09-07T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-482.14\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|66699|VIL.PP|CG-OPACO VILLAS|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"1146.05\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"573.03\" from=\"2017-08-29T23:59:00+02:00\"/><cancellationPolicy amount=\"1146.05\" from=\"2017-09-07T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-520.94\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"14392\" name=\"Hipotels Mediterraneo Club\" categoryCode=\"3LL\" categoryName=\"3 KEYS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"70\" zoneName=\"Sa Coma\" latitude=\"39.574847\" longitude=\"3.374146\" minRate=\"136.21\" maxRate=\"247.31\" currency=\"EUR\"><rooms><room code=\"APT.B1-10\" name=\"APARTMENT 4 ADULTS\"><rates><rate rateKey=\"20170915|20170916|W|1|14392|APT.B1-10|OP-FIT RO|RO||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"136.21\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"136.21\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|14392|APT.B1-10|OP-FIT BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"165.22\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"165.22\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|14392|APT.B1-10|OP-FIT HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"247.31\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"247.31\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"317\" name=\"Sun Club El Dorado\" categoryCode=\"2EST\" categoryName=\"2 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"21\" zoneName=\"Cala Blava\" latitude=\"39.416288\" longitude=\"2.742337\" minRate=\"130.22\" maxRate=\"148.00\" currency=\"EUR\"><rooms><room code=\"BUN.SU\" name=\"BUNGALOW SUPERIOR\"><rates><rate rateKey=\"20170915|20170916|W|1|317|BUN.SU|CG-VARIOS|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"130.22\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"130.22\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-43.42\"/></offers></rate></rates></room><room code=\"STU.ST\" name=\"STUDIO STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|317|STU.ST|CG-VARIOS|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"148.00\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"148.00\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-49.34\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"94880\" name=\"Sol Romantica\" categoryCode=\"3LL\" categoryName=\"3 KEYS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"71\" zoneName=\"Cala Mandia\" latitude=\"39.5174831246393\" longitude=\"3.30075055360794\" minRate=\"87.21\" maxRate=\"176.04\" currency=\"EUR\"><rooms><room code=\"APT.B2\" name=\"APARTMENT TWO BEDROOMS\"><rates><rate rateKey=\"20170915|20170916|W|1|94880|APT.B2|NRF-TODOS|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"87.21\" allotment=\"3\" rateCommentsId=\"1|98042|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"87.21\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|94880|APT.B2|CG- TODOS|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"91.80\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"91.80\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|94880|APT.B2|NRF-TODOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"117.99\" allotment=\"3\" rateCommentsId=\"1|98042|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"117.99\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|94880|APT.B2|CG- TODOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"124.20\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"124.20\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|94880|APT.B2|NRF-TODOS|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"167.24\" allotment=\"3\" rateCommentsId=\"1|98042|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"167.24\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|94880|APT.B2|CG- TODOS|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"176.04\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"176.04\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"1100\" name=\"JS Es Corso\" categoryCode=\"3EST\" categoryName=\"3 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"37\" zoneName=\"Porto Colom\" latitude=\"39.4148247190166\" longitude=\"3.2593110948801\" minRate=\"118.46\" maxRate=\"239.49\" currency=\"EUR\"><rooms><room code=\"APT.ST-4\" name=\"APARTMENT STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|1100|APT.ST-4|CG-MERCHANT SC|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"118.46\" allotment=\"19\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"118.46\" from=\"2017-09-09T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|1100|APT.ST-4|CG-MERCHANT BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"121.03\" allotment=\"19\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"121.03\" from=\"2017-09-09T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|1100|APT.ST-4|CG-MERCHANT HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"128.76\" allotment=\"19\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"128.76\" from=\"2017-09-09T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|1100|APT.ST-4|CG-MERCHANT AI|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"159.66\" allotment=\"19\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"159.66\" from=\"2017-09-09T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room><room code=\"APT.B2-C4\" name=\"APARTMENT CAPACITY 4 TWO BEDROOMS\"><rates><rate rateKey=\"20170915|20170916|W|1|1100|APT.B2-C4|CG-MERCHANT SC|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"157.94\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"157.94\" from=\"2017-09-09T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|1100|APT.B2-C4|CG-MERCHANT BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"161.37\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"161.37\" from=\"2017-09-09T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|1100|APT.B2-C4|CG-MERCHANT HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"171.67\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"171.67\" from=\"2017-09-09T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|1100|APT.B2-C4|CG-MERCHANT AI|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"212.88\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"212.88\" from=\"2017-09-09T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room><room code=\"APT.B2-C5\" name=\"APARTMENT CAPACITY 5 TWO BEDROOMS\"><rates><rate rateKey=\"20170915|20170916|W|1|1100|APT.B2-C5|CG-MERCHANT SC|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"177.68\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"177.68\" from=\"2017-09-09T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|1100|APT.B2-C5|CG-MERCHANT BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"181.55\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"181.55\" from=\"2017-09-09T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|1100|APT.B2-C5|CG-MERCHANT HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"193.13\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"193.13\" from=\"2017-09-09T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|1100|APT.B2-C5|CG-MERCHANT AI|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"239.49\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"239.49\" from=\"2017-09-09T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room><room code=\"APT.B2-C6\" name=\"APARTMENT CAPACITY 6 TWO BEDROOMS\"><rates><rate rateKey=\"20170915|20170916|W|1|1100|APT.B2-C6|CG-MERCHANT BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"217.85\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"217.85\" from=\"2017-09-09T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"87076\" name=\"Dunes Platja\" categoryCode=\"APTH4\" categoryName=\"APARTHOTEL 4*\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"39\" zoneName=\"Ca'n Picafort\" latitude=\"39.771454\" longitude=\"3.145801\" minRate=\"166.35\" maxRate=\"229.68\" currency=\"EUR\"><rooms><room code=\"APT.ST\" name=\"APARTMENT STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|87076|APT.ST|CG-TODOS|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"166.35\" allotment=\"44\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"166.35\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-83.18\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|87076|APT.ST|CG-TODOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"195.66\" allotment=\"44\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"195.66\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-92.95\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|87076|APT.ST|CG-TODOS|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"229.68\" allotment=\"44\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"229.68\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-104.29\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"96004\" name=\"Portocolom\" categoryCode=\"HS\" categoryName=\"HOSTEL 1*\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"37\" zoneName=\"Porto Colom\" latitude=\"39.419831\" longitude=\"3.261704\" minRate=\"111.17\" maxRate=\"123.52\" currency=\"EUR\"><rooms><room code=\"JSU.ST\" name=\"JUNIOR SUITE STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|96004|JSU.ST|NRF-TODOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"111.17\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"111.17\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-74.12\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|96004|JSU.ST|CG-TODOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"123.52\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"123.52\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-74.12\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"2656\" name=\"Flor Los Almendros Apartamentos\" categoryCode=\"2LL\" categoryName=\"2 KEYS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"32\" zoneName=\"Paguera\" latitude=\"39.53702\" longitude=\"2.447264\" minRate=\"136.04\" maxRate=\"153.02\" currency=\"EUR\"><rooms><room code=\"APT.ST\" name=\"APARTMENT STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|2656|APT.ST|CG-TODOS|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"136.04\" allotment=\"1\" rateCommentsId=\"1|96770|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"136.04\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-45.34\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|2656|APT.ST|CG-TODOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"142.44\" allotment=\"1\" rateCommentsId=\"1|96770|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"142.44\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-47.48\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|2656|APT.ST|CG-TODOS|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"153.02\" allotment=\"1\" rateCommentsId=\"1|96770|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"153.02\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-51.00\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"2646\" name=\"Grupotel los Principes &amp; Spa\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"40\" zoneName=\"Puerto de Alcudia\" latitude=\"39.814415\" longitude=\"3.115648\" minRate=\"315.19\" maxRate=\"315.19\" currency=\"EUR\"><rooms><room code=\"APT.B1-2\" name=\"APARTMENT ONE BEDROOM 2 ADULTS + 2 CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|2646|APT.B1-2|CG-BAR BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"315.19\" allotment=\"1\" rateCommentsId=\"1|92696|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"315.19\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|2646|APT.B1-2|CG-BAR HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"315.19\" allotment=\"1\" rateCommentsId=\"1|93428|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"315.19\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"5544\" name=\"Bellamar\" categoryCode=\"3LL\" categoryName=\"3 KEYS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"77\" zoneName=\"Puerto Pollensa\" latitude=\"39.898105\" longitude=\"3.078837\" minRate=\"128.32\" maxRate=\"128.32\" currency=\"EUR\"><rooms><room code=\"APT.ST-10\" name=\"APARTMENT STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|5544|APT.ST-10|NRF-TODOS|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"128.32\" allotment=\"1\" rateCommentsId=\"1|97555|96\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"128.32\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"1616\" name=\"Sentido Hotel Pula Suites Golf and Spa\" categoryCode=\"5EST\" categoryName=\"5 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"88\" zoneName=\"Son Servera\" latitude=\"39.645525\" longitude=\"3.375871\" minRate=\"220.51\" maxRate=\"372.93\" currency=\"EUR\"><rooms><room code=\"SUI.PR-2\" name=\"SUITE PROMO\"><rates><rate rateKey=\"20170915|20170916|W|1|1616|SUI.PR-2|CG-TODOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"220.51\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"220.51\" from=\"2017-09-07T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-55.12\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|1616|SUI.PR-2|CG-TODOS|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"301.57\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"301.57\" from=\"2017-09-07T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-82.14\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|1616|SUI.PR-2|CG-TODOS|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"366.43\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"366.43\" from=\"2017-09-07T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-103.76\"/></offers></rate></rates></room><room code=\"SUI.ST-1\" name=\"SUITE STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|1616|SUI.ST-1|CG-TODOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"238.68\" allotment=\"68\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"238.68\" from=\"2017-09-07T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-64.86\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|1616|SUI.ST-1|CG-TODOS|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"313.25\" allotment=\"68\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"313.25\" from=\"2017-09-07T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-91.88\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|1616|SUI.ST-1|CG-TODOS|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"372.93\" allotment=\"68\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"372.93\" from=\"2017-09-07T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-113.50\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"223002\" name=\"Sunna Park Apartamentos\" categoryCode=\"3LL\" categoryName=\"3 KEYS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"32\" zoneName=\"Paguera\" latitude=\"39.53837\" longitude=\"2.457123\" minRate=\"218.16\" maxRate=\"267.00\" currency=\"EUR\"><rooms><room code=\"APT.ST-4\" name=\"APARTMENT STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|223002|APT.ST-4|NETO SHORTST HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"218.16\" allotment=\"10\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"218.16\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|223002|APT.ST-4|NETO SHORTST AI|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"267.00\" allotment=\"10\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"267.00\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"200697\" name=\"Petit Hotel Hostatgeria Sant Salvador\" categoryCode=\"HR\" categoryName=\"RURAL HOTEL\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"9\" zoneName=\"Felanitx\" latitude=\"39.472274\" longitude=\"3.178852\" minRate=\"88.87\" maxRate=\"98.74\" currency=\"EUR\"><rooms><room code=\"APT.ST\" name=\"APARTMENT STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|200697|APT.ST|NRF-BAR SA|RO||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"88.87\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"88.87\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|200697|APT.ST|CG-BAR SA|RO||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"98.74\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"98.74\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"314\" name=\"El Encinar\" categoryCode=\"3EST\" categoryName=\"3 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"34\" zoneName=\"Valldemossa\" latitude=\"39.735144\" longitude=\"2.612944\" minRate=\"423.29\" maxRate=\"423.29\" currency=\"EUR\"><rooms><room code=\"APT.C4\" name=\"APARTMENT CAPACITY 4\"><rates><rate rateKey=\"20170915|20170916|W|1|314|APT.C4|CG-APTS BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"423.29\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"423.29\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|314|APT.C4|CG-APTS HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"423.29\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"423.29\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|314|APT.C4|CG-APTS SC|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"423.29\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"423.29\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"6912\" name=\"Valentin Playa de Muro\" categoryCode=\"APTH3\" categoryName=\"APARTHOTEL 3*\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"76\" zoneName=\"Playa de Muro\" latitude=\"39.7739134616793\" longitude=\"3.13877396285534\" minRate=\"250.73\" maxRate=\"344.82\" currency=\"EUR\"><rooms><room code=\"APT.B1-C4\" name=\"APARTMENT CAPACITY 4 ONE BEDROOM\"><rates><rate rateKey=\"20170915|20170916|W|1|6912|APT.B1-C4|NRF-LIBERATE2|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"250.73\" allotment=\"43\" rateCommentsId=\"1|94120|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"250.73\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-83.58\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|6912|APT.B1-C4|CG-MERCHANT2|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"266.68\" allotment=\"43\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"266.68\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-88.90\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|6912|APT.B1-C4|NRF-LIBERATE2|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"328.87\" allotment=\"43\" rateCommentsId=\"1|94120|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"328.87\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-109.62\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|6912|APT.B1-C4|CG-MERCHANT2|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"344.82\" allotment=\"43\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"344.82\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-114.94\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"452124\" name=\"Park Hyatt Mallorca\" categoryCode=\"5LUX\" categoryName=\"5 STARS LUXURY\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"11\" zoneName=\"Canyamel\" latitude=\"39.6692535\" longitude=\"3.4367368\" minRate=\"1709.64\" maxRate=\"2115.69\" currency=\"EUR\"><rooms><room code=\"SUI.ST\" name=\"SUITE PARK\"><rates><rate rateKey=\"20170915|20170916|W|1|452124|SUI.ST|CG - TODOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"1709.64\" allotment=\"1\" rateCommentsId=\"1|97648|823\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"1709.64\" from=\"2017-09-11T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-1389.08\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|452124|SUI.ST|CG - TODOS|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"1901.98\" allotment=\"1\" rateCommentsId=\"1|97648|823\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"1901.98\" from=\"2017-09-11T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-1389.08\"/></offers></rate></rates></room><room code=\"SUI.WV\" name=\"SUITE PARK VIEW\"><rates><rate rateKey=\"20170915|20170916|W|1|452124|SUI.WV|CG - TODOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"1923.35\" allotment=\"1\" rateCommentsId=\"1|97648|823\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"1923.35\" from=\"2017-09-11T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-1015.10\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|452124|SUI.WV|CG - TODOS|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"2115.69\" allotment=\"1\" rateCommentsId=\"1|97648|823\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"2115.69\" from=\"2017-09-11T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-1015.10\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"13959\" name=\"Maristel\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"63\" zoneName=\"Estellencs\" latitude=\"39.652599\" longitude=\"2.480861\" minRate=\"149.67\" maxRate=\"343.84\" currency=\"EUR\"><rooms><room code=\"QUA.ST\" name=\"QUADRUPLE STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|13959|QUA.ST|NRF- BAR|RO||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"149.67\" allotment=\"5\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"149.67\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-74.84\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|13959|QUA.ST|CG- BAR|RO||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"176.94\" allotment=\"5\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"176.94\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-88.47\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|13959|QUA.ST|NRF- BAR|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"179.91\" allotment=\"5\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"179.91\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-79.16\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|13959|QUA.ST|CG- BAR|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"212.50\" allotment=\"5\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"212.50\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-93.55\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|13959|QUA.ST|NRF- BAR|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"235.28\" allotment=\"5\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"235.28\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-87.07\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|13959|QUA.ST|CG- BAR|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"277.67\" allotment=\"5\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"277.67\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-102.86\"/></offers></rate></rates></room><room code=\"JSU.ST\" name=\"JUNIOR SUITE STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|13959|JSU.ST|CG-FIT|RO||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"246.59\" allotment=\"5\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"246.59\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-38.53\"/><offer code=\"9008\" name=\"Extra bed discount\" amount=\"-23.12\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|13959|JSU.ST|CG-FIT|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"281.32\" allotment=\"5\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"281.32\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-43.96\"/><offer code=\"9008\" name=\"Extra bed discount\" amount=\"-26.38\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|13959|JSU.ST|CG-FIT|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"343.84\" allotment=\"5\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"343.84\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-53.73\"/><offer code=\"9008\" name=\"Extra bed discount\" amount=\"-32.24\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"3718\" name=\"Valentin Park Club\" categoryCode=\"3EST\" categoryName=\"3 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"32\" zoneName=\"Paguera\" latitude=\"39.54178\" longitude=\"2.446346\" minRate=\"202.96\" maxRate=\"255.06\" currency=\"EUR\"><rooms><room code=\"APT.C4-1\" name=\"APARTMENT TWO CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|3718|APT.C4-1|CG-MERCHANT7|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"202.96\" allotment=\"17\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"202.96\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|3718|APT.C4-1|CG-MERCHANT5|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"255.06\" allotment=\"17\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"255.06\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"3709\" name=\"Hipotels Bahia Grande\" categoryCode=\"APTH4\" categoryName=\"APARTHOTEL 4*\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"85\" zoneName=\"Cala Millor\" latitude=\"39.587905\" longitude=\"3.384109\" minRate=\"114.85\" maxRate=\"164.93\" currency=\"EUR\"><rooms><room code=\"APT.ST-4\" name=\"APARTMENT 2 ADULTS  + 2 CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|3709|APT.ST-4|OP-FIT RO|RO||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"114.85\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"114.85\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|3709|APT.ST-4|OP-FIT BB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"135.95\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"135.95\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|3709|APT.ST-4|OP-FIT HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"164.93\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"164.93\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"69995\" name=\"Be Live Collection Son Antem\" categoryCode=\"5EST\" categoryName=\"5 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"58\" zoneName=\"Llucmajor\" latitude=\"39.474675\" longitude=\"2.827414\" minRate=\"245.14\" maxRate=\"458.68\" currency=\"EUR\"><rooms><room code=\"DBT.C4-SU\" name=\"Double or Twin SUPERIOR 2 ADULTS + 2 CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|69995|DBT.C4-SU|CG-TODOSBB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"245.14\" allotment=\"7\" rateCommentsId=\"1|96504|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"245.14\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|69995|DBT.C4-SU|NRF-TODOSHB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"297.25\" allotment=\"7\" rateCommentsId=\"1|97367|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"297.25\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><promotions><promotion code=\"073\" name=\"Non-refundable rate. No amendments permitted\"/></promotions></rate><rate rateKey=\"20170915|20170916|W|1|69995|DBT.C4-SU|CG-OFFERAI|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"418.54\" allotment=\"7\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"418.54\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room><room code=\"DBT.GV-4\" name=\"Double or Twin SUPERIOR GARDEN VIEW 2 ADULTS + 2 CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|69995|DBT.GV-4|CG-TODOSBB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"252.83\" allotment=\"3\" rateCommentsId=\"1|96504|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"252.83\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|69995|DBT.GV-4|NRF-TODOSHB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"304.93\" allotment=\"3\" rateCommentsId=\"1|97367|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"304.93\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><promotions><promotion code=\"073\" name=\"Non-refundable rate. No amendments permitted\"/></promotions></rate><rate rateKey=\"20170915|20170916|W|1|69995|DBT.GV-4|CG-OFFERAI|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"426.22\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"426.22\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room><room code=\"DBT.SU-4\" name=\"Double or Twin SUPERIOR FIELD GOLF VIEWS 2 ADULTS + 2 CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|69995|DBT.SU-4|CG-TODOSBB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"268.21\" allotment=\"3\" rateCommentsId=\"1|96504|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"268.21\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|69995|DBT.SU-4|NRF-TODOSHB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"320.31\" allotment=\"3\" rateCommentsId=\"1|97367|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"320.31\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><promotions><promotion code=\"073\" name=\"Non-refundable rate. No amendments permitted\"/></promotions></rate><rate rateKey=\"20170915|20170916|W|1|69995|DBT.SU-4|CG-OFFERAI|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"441.60\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"441.60\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room><room code=\"DBT.VP-4\" name=\"Double or Twin SUPERIOR POOL VIEW 2 ADULTS + 2 CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|69995|DBT.VP-4|CG-TODOSBB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"280.16\" allotment=\"3\" rateCommentsId=\"1|96504|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"280.16\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|69995|DBT.VP-4|NRF-TODOSHB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"332.27\" allotment=\"3\" rateCommentsId=\"1|97367|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"332.27\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><promotions><promotion code=\"073\" name=\"Non-refundable rate. No amendments permitted\"/></promotions></rate><rate rateKey=\"20170915|20170916|W|1|69995|DBT.VP-4|CG-OFFERAI|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"452.70\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"452.70\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room><room code=\"DBT.PI-4\" name=\"Double or Twin UBUCACIÓN DE PRIORIDAD 2 ADULTS + 2 CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|69995|DBT.PI-4|CG-TODOSBB|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"286.14\" allotment=\"3\" rateCommentsId=\"1|96504|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"286.14\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|69995|DBT.PI-4|NRF-TODOSHB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"337.39\" allotment=\"3\" rateCommentsId=\"1|97367|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"337.39\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><promotions><promotion code=\"073\" name=\"Non-refundable rate. No amendments permitted\"/></promotions></rate><rate rateKey=\"20170915|20170916|W|1|69995|DBT.PI-4|CG-OFFERAI|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"458.68\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"458.68\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"153521\" name=\"Massol Apartamentos\" categoryCode=\"2LL\" categoryName=\"2 KEYS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"77\" zoneName=\"Puerto Pollensa\" latitude=\"39.910981\" longitude=\"3.082619\" minRate=\"97.60\" maxRate=\"175.69\" currency=\"EUR\"><rooms><room code=\"APT.ST\" name=\"APARTMENT STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|153521|APT.ST|CG-OPAQUE|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"97.60\" allotment=\"5\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"97.60\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-108.46\"/><offer code=\"9005\" name=\"Exclusive discount\" amount=\"-10.85\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|153521|APT.ST|CG-MERCHANT|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"123.65\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"123.65\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-109.02\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|153521|APT.ST|CG-MERCHANT|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"160.23\" allotment=\"3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"160.23\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-121.20\"/></offers></rate></rates></room><room code=\"STU.ST\" name=\"STUDIO STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|153521|STU.ST|CG-TODOS|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"97.61\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"97.61\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-97.60\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|153521|STU.ST|CG-TODOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"126.89\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"126.89\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-107.36\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|153521|STU.ST|CG-TODOS|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"175.69\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"175.69\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-123.62\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"4451\" name=\"Grupotel Parc Natural &amp; Spa\" categoryCode=\"5EST\" categoryName=\"5 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"76\" zoneName=\"Playa de Muro\" latitude=\"39.799335\" longitude=\"3.119819\" minRate=\"758.17\" maxRate=\"809.50\" currency=\"EUR\"><rooms><room code=\"SUI.PI-4\" name=\"SUITE PREMIUM\"><rates><rate rateKey=\"20170915|20170916|W|1|4451|SUI.PI-4|CG-BAR|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"758.17\" allotment=\"1\" rateCommentsId=\"1|92695|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"758.17\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|4451|SUI.PI-4|CG-BARHB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"809.50\" allotment=\"1\" rateCommentsId=\"1|98596|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"809.50\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"332115\" name=\"Finca Son Guardiola\" categoryCode=\"3EST\" categoryName=\"3 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"58\" zoneName=\"Llucmajor\" latitude=\"39.46574\" longitude=\"2.894066\" minRate=\"187.07\" maxRate=\"187.07\" currency=\"EUR\"><rooms><room code=\"APT.B2\" name=\"APARTMENT TWO BEDROOMS\"><rates><rate rateKey=\"20170915|20170916|W|1|332115|APT.B2|CG-TODOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"187.07\" allotment=\"2\" rateCommentsId=\"1|97264|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"187.07\" from=\"2017-09-11T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"390299\" name=\"Ca Sa Padrina d'Artà\" categoryCode=\"HR\" categoryName=\"RURAL HOTEL\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"79\" zoneName=\"Arta area\" latitude=\"39.692559\" longitude=\"3.352671\" minRate=\"407.01\" maxRate=\"407.01\" currency=\"EUR\"><rooms><room code=\"FAM.ST\" name=\"FAMILY ROOM STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|390299|FAM.ST|CG-TODOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"407.01\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"407.01\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room><room code=\"SUI.ST-1\" name=\"SUITE FAMILY ROOM\"><rates><rate rateKey=\"20170915|20170916|W|1|390299|SUI.ST-1|CG-TODOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"407.01\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"407.01\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"200062\" name=\"Hotel Albellons Parc Natural\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"8\" zoneName=\"Caimari\" latitude=\"39.792288\" longitude=\"2.913673\" minRate=\"280.45\" maxRate=\"402.01\" currency=\"EUR\"><rooms><room code=\"SUI.ST\" name=\"SUITE STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|200062|SUI.ST|CG-BAR|RO||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"280.45\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"280.45\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-127.64\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|200062|SUI.ST|CG-BAR|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"322.13\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"322.13\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-127.64\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|200062|SUI.ST|CG-BAR|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"402.01\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"402.01\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-127.64\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"148026\" name=\"Puig de Ros d Alt\" categoryCode=\"AG\" categoryName=\"RURAL HOUSE\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"58\" zoneName=\"Llucmajor\" latitude=\"39.451536\" longitude=\"2.790353\" minRate=\"202.79\" maxRate=\"262.07\" currency=\"EUR\"><rooms><room code=\"JSU.ST\" name=\"JUNIOR SUITE STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|148026|JSU.ST|REP- PROMO|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"202.79\" allotment=\"1\" rateCommentsId=\"1|95925|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"202.79\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-81.12\"/><offer code=\"9008\" name=\"Extra bed discount\" amount=\"-40.56\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|148026|JSU.ST|REP- PROMO|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"262.07\" allotment=\"1\" rateCommentsId=\"1|95925|3\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"262.07\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-81.12\"/><offer code=\"9008\" name=\"Extra bed discount\" amount=\"-53.17\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"147287\" name=\"Finca Hotel Es Riquers\" categoryCode=\"3EST\" categoryName=\"3 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"52\" zoneName=\"Porreras\" latitude=\"39.511944\" longitude=\"2.996323\" minRate=\"273.52\" maxRate=\"325.62\" currency=\"EUR\"><rooms><room code=\"SUI.ST\" name=\"SUITE STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|147287|SUI.ST|CG-BAR|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"273.52\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"273.52\" from=\"2017-09-09T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-91.18\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|147287|SUI.ST|CG-BAR|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"325.62\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"325.62\" from=\"2017-09-09T23:59:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-108.54\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"226775\" name=\"Bella Colina I Vintage Hotel 1953\" categoryCode=\"3EST\" categoryName=\"3 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"32\" zoneName=\"Paguera\" latitude=\"39.537781\" longitude=\"2.445692\" minRate=\"197.97\" maxRate=\"197.97\" currency=\"EUR\"><rooms><room code=\"FAM.ST\" name=\"FAMILY ROOM STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|226775|FAM.ST|FIT|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"197.97\" allotment=\"2\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"197.97\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"55934\" name=\"Son Bauló\" categoryCode=\"3EST\" categoryName=\"3 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"39\" zoneName=\"Ca'n Picafort\" latitude=\"39.7588408580225\" longitude=\"3.16906574182212\" minRate=\"115.75\" maxRate=\"150.01\" currency=\"EUR\"><rooms><room code=\"DBT.ST\" name=\"Double or Twin STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|55934|DBT.ST|CG-VARIOS|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"115.75\" allotment=\"99\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"115.75\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-38.58\"/></offers></rate><rate rateKey=\"20170915|20170916|W|1|55934|DBT.ST|CG-VARIOS|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"150.01\" allotment=\"99\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"150.01\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies><offers><offer code=\"9001\" name=\"Child discount\" amount=\"-50.00\"/></offers></rate></rates></room></rooms></hotel><hotel code=\"2647\" name=\"Grupotel Picafort Beach\" categoryCode=\"3EST\" categoryName=\"3 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"39\" zoneName=\"Ca'n Picafort\" latitude=\"39.7703\" longitude=\"3.1475\" minRate=\"276.84\" maxRate=\"276.84\" currency=\"EUR\"><rooms><room code=\"APT.C4\" name=\"APARTMENT CAPACITY 4\"><rates><rate rateKey=\"20170915|20170916|W|1|2647|APT.C4|CG-BAR1|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"276.84\" allotment=\"1\" rateCommentsId=\"1|94973|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"276.84\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"212098\" name=\"Grupotel Mallorca Mar\" categoryCode=\"APTH4\" categoryName=\"APARTHOTEL 4*\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"72\" zoneName=\"Costa de los Pinos\" latitude=\"39.621708\" longitude=\"3.392608\" minRate=\"234.44\" maxRate=\"234.44\" currency=\"EUR\"><rooms><room code=\"APT.ST-2\" name=\"APARTMENT 2+2\"><rates><rate rateKey=\"20170915|20170916|W|1|212098|APT.ST-2|CG-BAR|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"234.44\" allotment=\"5\" rateCommentsId=\"1|92706|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"234.44\" from=\"2017-09-13T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"121009\" name=\"Valentin Park Apartamentos\" categoryCode=\"3LL\" categoryName=\"3 KEYS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"32\" zoneName=\"Paguera\" latitude=\"39.540851\" longitude=\"2.4468\" minRate=\"177.78\" maxRate=\"228.58\" currency=\"EUR\"><rooms><room code=\"APT.C4-1\" name=\"APARTMENT TWO CHILDREN\"><rates><rate rateKey=\"20170915|20170916|W|1|121009|APT.C4-1|CG-MERCHANT3|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"177.78\" allotment=\"40\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"177.78\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|121009|APT.C4-1|CG-MERCHANT2|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"228.58\" allotment=\"40\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"228.58\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"91328\" name=\"THB Sa Coma Platja\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"70\" zoneName=\"Sa Coma\" latitude=\"39.5757679834213\" longitude=\"3.37659671902657\" minRate=\"215.75\" maxRate=\"327.14\" currency=\"EUR\"><rooms><room code=\"JSU.C4-1\" name=\"JUNIOR SUITE CAPACITY 4\"><rates><rate rateKey=\"20170915|20170916|W|1|91328|JSU.C4-1|NRF-BAR|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"215.75\" allotment=\"14\" rateCommentsId=\"1|97165|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"215.75\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><promotions><promotion code=\"073\" name=\"Non-refundable rate. No amendments permitted\"/></promotions></rate><rate rateKey=\"20170915|20170916|W|1|91328|JSU.C4-1|NRF-BAR HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"236.07\" allotment=\"14\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"236.07\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><promotions><promotion code=\"073\" name=\"Non-refundable rate. No amendments permitted\"/></promotions></rate><rate rateKey=\"20170915|20170916|W|1|91328|JSU.C4-1|CG-BAR|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"239.48\" allotment=\"14\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"239.48\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|91328|JSU.C4-1|CG-BAR HB|HB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"262.04\" allotment=\"14\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"262.04\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|91328|JSU.C4-1|NRF-BAR AI|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"294.68\" allotment=\"14\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"294.68\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies><promotions><promotion code=\"073\" name=\"Non-refundable rate. No amendments permitted\"/></promotions></rate><rate rateKey=\"20170915|20170916|W|1|91328|JSU.C4-1|CG-BAR AI|AI||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"327.14\" allotment=\"14\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"327.14\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"269\" name=\"Holiday Center\" categoryCode=\"H3S\" categoryName=\"SUPERIOR 3*\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"31\" zoneName=\"Santa Ponsa\" latitude=\"39.51985336840153\" longitude=\"2.4842100217938423\" minRate=\"542.68\" maxRate=\"542.68\" currency=\"EUR\"><rooms><room code=\"APT.ST\" name=\"APARTMENT STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|269|APT.ST|CG-TODOS1|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"542.68\" allotment=\"99\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"542.68\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"16865\" name=\"Villa Barbara\" categoryCode=\"1EST\" categoryName=\"1 STAR\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"39\" zoneName=\"Ca'n Picafort\" latitude=\"39.76812534034252\" longitude=\"3.1503061205148697\" minRate=\"92.06\" maxRate=\"95.89\" currency=\"EUR\"><rooms><room code=\"STU.ST\" name=\"STUDIO STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|16865|STU.ST|NRF-TODOS1|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NRF\" rateType=\"BOOKABLE\" net=\"92.06\" allotment=\"1\" rateCommentsId=\"1|99627|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"92.06\" from=\"2017-08-29T23:59:00+02:00\"/></cancellationPolicies></rate><rate rateKey=\"20170915|20170916|W|1|16865|STU.ST|CG-TODOS1|BB||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"95.89\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"95.89\" from=\"2017-09-07T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"586096\" name=\"CAN BRUSQUER\" categoryCode=\"VILLA\" categoryName=\"VILLA\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"59\" zoneName=\"Sencelles\" latitude=\"39.65147259999999818092\" longitude=\"2.89033599999993384699\" minRate=\"199.88\" maxRate=\"199.88\" currency=\"EUR\"><rooms><room code=\"VIL.ST\" name=\"VILLA STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|586096|VIL.ST|BAR-NRF|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"199.88\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"199.88\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"586224\" name=\"S'ESTUDI (SON NEBOT)\" categoryCode=\"VILLA\" categoryName=\"VILLA\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"69\" zoneName=\"Marratxi\" latitude=\"39.612824\" longitude=\"2.681355\" minRate=\"233.57\" maxRate=\"233.57\" currency=\"EUR\"><rooms><room code=\"VIL.ST\" name=\"VILLA STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|586224|VIL.ST|BAR|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"233.57\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"233.57\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"586235\" name=\"APARTAMENTO BEAUTY SA COMA II\" categoryCode=\"AT3\" categoryName=\"APARTMENT 3RD CATEGORY\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"70\" zoneName=\"Sa Coma\" latitude=\"39.578236\" longitude=\"3.375878\" minRate=\"139.79\" maxRate=\"139.79\" currency=\"EUR\"><rooms><room code=\"APT.ST\" name=\"APARTMENT STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|586235|APT.ST|BAR-NRF|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"139.79\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"139.79\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"586094\" name=\"APARTAMENTO BEAUTY SA COMA I\" categoryCode=\"AT3\" categoryName=\"APARTMENT 3RD CATEGORY\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"70\" zoneName=\"Sa Coma\" latitude=\"39.57889229999999969323\" longitude=\"3.36735729999998056883\" minRate=\"163.24\" maxRate=\"163.24\" currency=\"EUR\"><rooms><room code=\"APT.ST\" name=\"APARTMENT STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|586094|APT.ST|BAR|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"163.24\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"163.24\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel><hotel code=\"586234\" name=\"CASA DELS REGANS\" categoryCode=\"VILLA\" categoryName=\"VILLA\" destinationCode=\"PMI\" destinationName=\"Majorca\" zoneCode=\"69\" zoneName=\"Marratxi\" latitude=\"39.61204279999999755546\" longitude=\"2.6809969999999339052\" minRate=\"363.81\" maxRate=\"363.81\" currency=\"EUR\"><rooms><room code=\"VIL.ST\" name=\"VILLA STANDARD\"><rates><rate rateKey=\"20170915|20170916|W|1|586234|VIL.ST|BAR|SC||1~2~2|8~8|N@1F20C2B906A74E4DB799D65806AEADAA1116\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"363.81\" allotment=\"1\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"SC\" boardName=\"SELF CATERING\" rooms=\"1\" adults=\"2\" children=\"2\" childrenAges=\"8,8\"><cancellationPolicies><cancellationPolicy amount=\"363.81\" from=\"2017-09-15T12:00:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel></hotels></availabilityRS>"}],"_postman_id":"276bfd5c-cca8-9dab-2fd2-39edcb18997c"},{"name":"Filter by room type","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"4ea2feac-b11f-dc71-7d66-33f58df9c3f7","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<stay checkIn=\"2018-03-15\" checkOut=\"2018-03-16\" shiftDays=\"2\"/>\r\n\t<occupancies>\r\n\t\t<occupancy rooms=\"1\" adults=\"2\" children=\"0\"/>\r\n\t</occupancies>\r\n\t<hotels>\r\n\t\t<hotel>265</hotel>\r\n\t\t<hotel>300</hotel>\r\n\t</hotels>\r\n\t<rooms included=\"True\">\r\n\t\t<room>DBT.ST</room>\r\n\t</rooms>\r\n</availabilityRQ>"},"url":"{{endpoint}}/hotel-api/1.0/hotels","description":"Availability filtering by room type."},"response":[],"_postman_id":"4ea2feac-b11f-dc71-7d66-33f58df9c3f7"},{"name":"Filter by keyword","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"42e90aaf-ee25-f3fb-c3bd-9f2cf93db222","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<stay checkIn=\"2018-03-15\" checkOut=\"2018-03-16\" shiftDays=\"2\"/>\r\n\t<occupancies>\r\n\t\t<occupancy rooms=\"1\" adults=\"2\" children=\"0\"/>\r\n\t</occupancies>\r\n\t<hotels>\r\n\t\t<hotel>265</hotel>\r\n\t\t<hotel>300</hotel>\r\n\t</hotels>\r\n\t<keywords>\r\n\t\t<keyword>34</keyword>\r\n\t\t<keyword>38</keyword>\r\n\t\t<keyword>100</keyword>\r\n\t</keywords>\r\n</availabilityRQ>"},"url":"{{endpoint}}/hotel-api/1.0/hotels","description":"Availability filtering by keyword."},"response":[],"_postman_id":"42e90aaf-ee25-f3fb-c3bd-9f2cf93db222"},{"name":"Filter by accommodation type","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"657113bd-7b46-1aa1-c8af-2c9d378ac41e","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\t\r\n\t<stay checkIn=\"2018-03-15\" checkOut=\"2018-03-16\" shiftDays=\"2\"/>\t\r\n\t<occupancies>\r\n\t\t<occupancy rooms=\"1\" adults=\"2\" children=\"0\"/>\r\n\t</occupancies>\r\n\t<hotels>\r\n\t\t<hotel>265</hotel>\r\n\t\t<hotel>300</hotel>\r\n\t</hotels>\r\n\t<accommodations>\r\n\t\t<accommodation>HOTEL</accommodation>\r\n\t\t<accommodation>HOSTEL</accommodation>\r\n\t</accommodations>\r\n</availabilityRQ>\r\n"},"url":"{{endpoint}}/hotel-api/1.0/hotels","description":"Availability filtering by accommodation type."},"response":[],"_postman_id":"657113bd-7b46-1aa1-c8af-2c9d378ac41e"},{"name":"Filter by board code","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"061f94e8-d716-11a6-2600-a51b0b77d1c0","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<stay checkIn=\"2018-03-15\" checkOut=\"2018-03-16\" shiftDays=\"2\"/>\r\n\t<occupancies>\r\n\t\t<occupancy rooms=\"1\" adults=\"2\" children=\"0\"/>\r\n\t</occupancies>\r\n\t<hotels>\r\n\t\t<hotel>265</hotel>\r\n\t\t<hotel>300</hotel>\r\n\t</hotels>\r\n\t<boards included=\"true\">\r\n\t\t<board>RO</board>\r\n\t\t<board>BB</board>\r\n\t</boards>\r\n</availabilityRQ>"},"url":"{{endpoint}}/hotel-api/1.0/hotels","description":"Availability filtering by board code."},"response":[],"_postman_id":"061f94e8-d716-11a6-2600-a51b0b77d1c0"},{"name":"Filter by review rating","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"e4872dbf-79a0-9a11-9396-10634431aba9","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<stay checkIn=\"2018-03-15\" checkOut=\"2018-03-16\" shiftDays=\"2\"/>\r\n\t<occupancies>\r\n\t\t<occupancy rooms=\"1\" adults=\"2\" children=\"0\"/>\r\n\t</occupancies>\r\n\t<hotels>\r\n\t\t<hotel>265</hotel>\r\n\t\t<hotel>300</hotel>\r\n\t</hotels>\r\n\t<reviews>\r\n\t\t<review type=\"HOTELBEDS\" maxRate=\"5\" minRate=\"1\" minReviewCount=\"3\"/>\r\n\t</reviews>\r\n</availabilityRQ>"},"url":"{{endpoint}}/hotel-api/1.0/hotels","description":"Availability filtering by Hotelbeds or TripAdvisor rating. \n\nIn 'examples' you can find different cases of requests and responses."},"response":[{"id":"dd52e519-a018-ed70-892a-ae1bd3ab7bd4","name":"1~2~1 (filter by TripAdvisor rating)","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns = \"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi = \"http://www.w3.org/2001/XMLSchema-instance\">\r\n    <stay checkIn = \"2017-09-15\" checkOut = \"2017-09-20\" shiftDays = \"2\"/>\r\n    <occupancies>\r\n        <occupancy rooms = \"1\" adults = \"2\" children = \"1\">\r\n  \t        <paxes>\r\n\t        \t<pax type=\"AD\"/>\r\n\t        \t<pax type=\"AD\"/>\r\n\t        \t<pax type=\"CH\" age=\"9\"/>\r\n\t        </paxes>\r\n        </occupancy>\r\n    </occupancies>\r\n    <hotels>\r\n        <hotel>1</hotel>\r\n        <hotel>271</hotel>\r\n    </hotels>\r\n    <reviews>\r\n        <review type = \"TRIPADVISOR\" maxRate = \"5\" minRate = \"1\" minReviewCount = \"3\"/>\r\n    </reviews>\r\n</availabilityRQ>\r\n"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"1445","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/xml; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 30 Aug 2017 12:38:01 GMT","name":"Date","description":""},{"key":"Server","value":"Jetty(9.2.16.v20160414)","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":""},{"key":"X-Mashery-Responder","value":"prod-j-worker-eu-west-1a-56.mashery.com","name":"X-Mashery-Responder","description":""},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":""},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":""},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":""},{"key":"X-Plan-Quota-Current","value":"117","name":"X-Plan-Quota-Current","description":""},{"key":"X-Plan-Quota-Reset","value":"Thursday, August 31, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":""},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":""},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":""}],"cookie":[],"responseTime":"176","body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?><availabilityRS xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" schemaLocation=\"http://www.hotelbeds.com/schemas/messages\"><auditData processTime=\"41\" timestamp=\"2017-08-30 14:38:01.368\" requestHost=\"212.170.239.110\" serverId=\"sa37AUX3ROLBLIS.env#PL\" environment=\"[int]\" release=\"4c0c21f7a3982f3ad0cf88b921c4e04e7c36861f\" token=\"0b905616-638f-470d-9e78-3e06a25a3a96\" internal=\"0|46D0186D00174A0A8D976B58B79CA6801438|BR|06|1|25||||||||||||1||1~1~2~1||0||0|wuupfvswdqfz342cejxfv3ku||\"/><hotels checkIn=\"2017-09-15\" total=\"1\" checkOut=\"2017-09-20\"><hotel code=\"1\" name=\"Villa Dorada\" categoryCode=\"3EST\" categoryName=\"3 STARS\" destinationCode=\"SAL\" destinationName=\"Salou Area / Costa Dorada\" zoneCode=\"10\" zoneName=\"Salou\" latitude=\"41.06865947991072\" longitude=\"1.1524744666303377\" minRate=\"288.30\" maxRate=\"616.12\" currency=\"EUR\"><rooms><room code=\"DBT.ST-1\" name=\"Double or Twin 2 ADULTS 1 CHILD\"><rates><rate rateKey=\"20170915|20170920|W|52|1|DBT.ST-1|CG-EXT LONG RO|RO||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"308.59\" allotment=\"50\" rateCommentsId=\"52|83709|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"2\" children=\"1\" childrenAges=\"9\"><cancellationPolicies><cancellationPolicy amount=\"77.95\" from=\"2017-09-12T23:59:00+02:00\"/><cancellationPolicy amount=\"155.90\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><shifts><shiftRate rateKey=\"20170917|20170922|W|52|1|DBT.ST-1|CG-EXT LONG RO|RO||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"288.30\" allotment=\"55\" checkIn=\"2017-09-17\" checkOut=\"2017-09-22\"/><shiftRate rateKey=\"20170916|20170921|W|52|1|DBT.ST-1|CG-EXT LONG RO|RO||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"288.30\" allotment=\"50\" checkIn=\"2017-09-16\" checkOut=\"2017-09-21\"/><shiftRate rateKey=\"20170914|20170919|W|52|1|DBT.ST-1|CG-EXT LONG RO|RO||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"328.88\" allotment=\"50\" checkIn=\"2017-09-14\" checkOut=\"2017-09-19\"/><shiftRate rateKey=\"20170913|20170918|W|52|1|DBT.ST-1|CG-EXT LONG RO|RO||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"349.17\" allotment=\"50\" checkIn=\"2017-09-13\" checkOut=\"2017-09-18\"/></shifts></rate><rate rateKey=\"20170915|20170920|W|52|1|DBT.ST-1|CG-EXT LONG BB|BB||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"319.29\" allotment=\"50\" rateCommentsId=\"52|83711|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"2\" children=\"1\" childrenAges=\"9\"><cancellationPolicies><cancellationPolicy amount=\"80.09\" from=\"2017-09-12T23:59:00+02:00\"/><cancellationPolicy amount=\"160.18\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><shifts><shiftRate rateKey=\"20170917|20170922|W|52|1|DBT.ST-1|CG-EXT LONG BB|BB||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"299.00\" allotment=\"55\" checkIn=\"2017-09-17\" checkOut=\"2017-09-22\"/><shiftRate rateKey=\"20170916|20170921|W|52|1|DBT.ST-1|CG-EXT LONG BB|BB||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"299.00\" allotment=\"50\" checkIn=\"2017-09-16\" checkOut=\"2017-09-21\"/><shiftRate rateKey=\"20170914|20170919|W|52|1|DBT.ST-1|CG-EXT LONG BB|BB||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"339.58\" allotment=\"50\" checkIn=\"2017-09-14\" checkOut=\"2017-09-19\"/><shiftRate rateKey=\"20170913|20170918|W|52|1|DBT.ST-1|CG-EXT LONG BB|BB||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"359.87\" allotment=\"50\" checkIn=\"2017-09-13\" checkOut=\"2017-09-18\"/></shifts></rate><rate rateKey=\"20170915|20170920|W|52|1|DBT.ST-1|CG-EXT LONG HB|HB||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"340.64\" allotment=\"50\" rateCommentsId=\"52|83713|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"HB\" boardName=\"HALF BOARD\" rooms=\"1\" adults=\"2\" children=\"1\" childrenAges=\"9\"><cancellationPolicies><cancellationPolicy amount=\"84.36\" from=\"2017-09-12T23:59:00+02:00\"/><cancellationPolicy amount=\"168.72\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><shifts><shiftRate rateKey=\"20170917|20170922|W|52|1|DBT.ST-1|CG-EXT LONG HB|HB||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"320.35\" allotment=\"55\" checkIn=\"2017-09-17\" checkOut=\"2017-09-22\"/><shiftRate rateKey=\"20170916|20170921|W|52|1|DBT.ST-1|CG-EXT LONG HB|HB||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"320.35\" allotment=\"50\" checkIn=\"2017-09-16\" checkOut=\"2017-09-21\"/><shiftRate rateKey=\"20170914|20170919|W|52|1|DBT.ST-1|CG-EXT LONG HB|HB||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"360.93\" allotment=\"50\" checkIn=\"2017-09-14\" checkOut=\"2017-09-19\"/><shiftRate rateKey=\"20170913|20170918|W|52|1|DBT.ST-1|CG-EXT LONG HB|HB||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"381.22\" allotment=\"50\" checkIn=\"2017-09-13\" checkOut=\"2017-09-18\"/></shifts></rate><rate rateKey=\"20170915|20170920|W|52|1|DBT.ST-1|CG-EXT LONG FB|FB||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"426.08\" allotment=\"50\" rateCommentsId=\"52|83715|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"FB\" boardName=\"FULL BOARD\" rooms=\"1\" adults=\"2\" children=\"1\" childrenAges=\"9\"><cancellationPolicies><cancellationPolicy amount=\"101.44\" from=\"2017-09-12T23:59:00+02:00\"/><cancellationPolicy amount=\"202.88\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><shifts><shiftRate rateKey=\"20170917|20170922|W|52|1|DBT.ST-1|CG-EXT LONG FB|FB||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"405.80\" allotment=\"55\" checkIn=\"2017-09-17\" checkOut=\"2017-09-22\"/><shiftRate rateKey=\"20170916|20170921|W|52|1|DBT.ST-1|CG-EXT LONG FB|FB||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"405.80\" allotment=\"50\" checkIn=\"2017-09-16\" checkOut=\"2017-09-21\"/><shiftRate rateKey=\"20170914|20170919|W|52|1|DBT.ST-1|CG-EXT LONG FB|FB||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"446.36\" allotment=\"50\" checkIn=\"2017-09-14\" checkOut=\"2017-09-19\"/><shiftRate rateKey=\"20170913|20170918|W|52|1|DBT.ST-1|CG-EXT LONG FB|FB||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"466.64\" allotment=\"50\" checkIn=\"2017-09-13\" checkOut=\"2017-09-18\"/></shifts></rate><rate rateKey=\"20170915|20170920|W|52|1|DBT.ST-1|CG-EXT LONG AI|AI||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"575.54\" allotment=\"50\" rateCommentsId=\"52|83717|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"AI\" boardName=\"ALL INCLUSIVE\" rooms=\"1\" adults=\"2\" children=\"1\" childrenAges=\"9\"><cancellationPolicies><cancellationPolicy amount=\"131.34\" from=\"2017-09-12T23:59:00+02:00\"/><cancellationPolicy amount=\"262.68\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><shifts><shiftRate rateKey=\"20170917|20170922|W|52|1|DBT.ST-1|CG-EXT LONG AI|AI||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"555.25\" allotment=\"55\" checkIn=\"2017-09-17\" checkOut=\"2017-09-22\"/><shiftRate rateKey=\"20170916|20170921|W|52|1|DBT.ST-1|CG-EXT LONG AI|AI||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"555.25\" allotment=\"50\" checkIn=\"2017-09-16\" checkOut=\"2017-09-21\"/><shiftRate rateKey=\"20170914|20170919|W|52|1|DBT.ST-1|CG-EXT LONG AI|AI||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"595.83\" allotment=\"50\" checkIn=\"2017-09-14\" checkOut=\"2017-09-19\"/><shiftRate rateKey=\"20170913|20170918|W|52|1|DBT.ST-1|CG-EXT LONG AI|AI||1~2~1|9|N@46D0186D00174A0A8D976B58B79CA6801438\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"616.12\" allotment=\"50\" checkIn=\"2017-09-13\" checkOut=\"2017-09-18\"/></shifts></rate></rates></room></rooms></hotel></hotels></availabilityRS>"}],"_postman_id":"e4872dbf-79a0-9a11-9396-10634431aba9"},{"name":"Other filters","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"a4426660-7431-9b8b-c588-f8db23ffa368","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<stay checkIn=\"2018-03-15\" checkOut=\"2018-03-16\" shiftDays=\"2\"/>\r\n\t<occupancies>\r\n\t\t<occupancy rooms=\"1\" adults=\"2\" children=\"0\"/>\r\n\t</occupancies>\r\n\t<hotels>\r\n\t\t<hotel>265</hotel>\r\n\t\t<hotel>300</hotel>\r\n\t</hotels>\r\n\t<filter\r\n\t\tminRate=\"100.000\"\r\n\t\tmaxRate=\"1700.000\"\r\n\t\tminCategory=\"3\"\r\n\t\tmaxCategory=\"5\"\r\n\t\tmaxRooms=\"3\"\r\n\t\tmaxRatesPerRoom=\"3\"\r\n\t\tpaymentType=\"AT_HOTEL\"\r\n\t\tpackaging=\"TRUE\"\r\n\t\thotelPackage=\"YES\"\r\n\t\tcontract=\"CG-FIT B2B\"/>\r\n</availabilityRQ>"},"url":"{{endpoint}}/hotel-api/1.0/hotels","description":"Other filters available in the request:\n-minRate/maxRate[price limit]\n-minCategory/maxCategory[1~5]\n-paymentType[AT_WEB/AT_HOTEL/BOTH]\n-maxRatesPerRoom[integer]\n-packaging[TRUE/FALSE]\n-hotelPackage[YES/NO/BOTH]"},"response":[{"id":"9a93c9fc-9807-c7ef-2789-58633f7a9a75","name":"1~1~0 (filter by contract)","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<availabilityRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<stay checkIn=\"2017-09-19\" checkOut=\"2017-09-20\"/>\r\n\t<occupancies>\r\n\t\t<occupancy rooms=\"1\" adults=\"1\" children=\"0\"/>\r\n\t</occupancies>\r\n\t<destination code=\"BCN\"/>\r\n\t<aifUse>True</aifUse>\r\n\t<filter contract=\"CG-FIT B2B\"/>\r\n</availabilityRQ>"},"url":"{{endpoint}}/hotel-api/1.0/hotels"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"926","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/xml; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 08 Sep 2017 10:44:50 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Jetty(9.2.16.v20160414)","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-eu-west-1a-59.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"31","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Saturday, September 9, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"}],"cookie":[],"responseTime":"238","body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?><availabilityRS xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" schemaLocation=\"http://www.hotelbeds.com/schemas/messages\"><auditData processTime=\"87\" timestamp=\"2017-09-08 12:44:50.351\" requestHost=\"212.170.239.110\" serverId=\"sa37AUX3ROLBLIS.env#PL\" environment=\"[int]\" release=\"23c542efb2ca3c1642f5f0d87c6c410b81c52ee3\" token=\"d19ce9a0-bfbd-4744-82cb-4ae13276c8cd\" internal=\"0|39640A847562450292D2484E8B52BDDE1244|BR|01|1|2||||||||||||4||1~1~1~0||0||0|wuupfvswdqfz342cejxfv3ku|Y|\"/><hotels checkIn=\"2017-09-19\" total=\"1\" checkOut=\"2017-09-20\"><hotel code=\"186629\" name=\"K+K Hotel Picasso\" categoryCode=\"4EST\" categoryName=\"4 STARS\" destinationCode=\"BCN\" destinationName=\"Barcelona\" zoneCode=\"8\" zoneName=\"El Born\" latitude=\"41.386763\" longitude=\"2.183858\" minRate=\"191.09\" maxRate=\"211.81\" currency=\"EUR\"><rooms><room code=\"SGL.AS\" name=\"SINGLE CLASSIC\"><rates><rate rateKey=\"20170919|20170920|W|102|186629|SGL.AS|CG-FIT B2B|BB||1~1~0||N@39640A847562450292D2484E8B52BDDE1244\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"191.09\" allotment=\"92\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"1\" children=\"0\"><cancellationPolicies><cancellationPolicy amount=\"191.09\" from=\"2017-09-16T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room><room code=\"DBL.AS\" name=\"DOUBLE CLASSIC\"><rates><rate rateKey=\"20170919|20170920|W|102|186629|DBL.AS|CG-FIT B2B|BB||1~1~0||N@39640A847562450292D2484E8B52BDDE1244\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"211.81\" allotment=\"90\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"BED AND BREAKFAST\" rooms=\"1\" adults=\"1\" children=\"0\"><cancellationPolicies><cancellationPolicy amount=\"211.81\" from=\"2017-09-16T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms></hotel></hotels></availabilityRS>"}],"_postman_id":"a4426660-7431-9b8b-c588-f8db23ffa368"}],"id":"8cad1164-3726-26cf-e4e6-9937b6355b04","description":"Availability is the operation that returns the available hotels given the date, pasengers and location/hotel list/coordinates parameters. \n\nHere you can find examples of this operation in XML format.","_postman_id":"8cad1164-3726-26cf-e4e6-9937b6355b04"},{"name":"3. CheckRate JSON","item":[{"name":"CheckRate","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"7493dd23-d931-8665-0694-faa5cc0f1a2d","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"rooms\": [{\n\t\t\"rateKey\": \"20171115|20171120|W|52|1|SGL.ST|CG-EXT LONG RO|RO||1~1~0||N@A8921A639A0D46D88735806D109FA6E81544\"\n\t}]\n}"},"url":"{{endpoint}}/hotel-api/1.0/checkrates","description":"Standard CheckRate operation. In 'examples' you can find different cases of requests and responses."},"response":[{"id":"0b9c6229-7b3d-b4e5-1671-08445ca05de4","name":"1~1~1/1~2~0 (with upselling)","originalRequest":{"header":[],"body":{"mode":"raw","raw":""},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"967","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 30 Aug 2017 14:06:51 GMT","name":"Date","description":""},{"key":"Server","value":"Jetty(9.2.16.v20160414)","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":""},{"key":"X-Mashery-Responder","value":"prod-j-worker-eu-west-1c-61.mashery.com","name":"X-Mashery-Responder","description":""},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":""},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":""},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":""},{"key":"X-Plan-Quota-Current","value":"153","name":"X-Plan-Quota-Current","description":""},{"key":"X-Plan-Quota-Reset","value":"Thursday, August 31, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":""},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":""},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":""}],"cookie":[],"responseTime":"391","body":"{\"auditData\":{\"processTime\":\"73\",\"timestamp\":\"2017-08-30 16:06:52.030\",\"requestHost\":\"212.170.239.110\",\"serverId\":\"sa3RKSJACHXE79K.env#PL\",\"environment\":\"[int]\",\"release\":\"4c0c21f7a3982f3ad0cf88b921c4e04e7c36861f\",\"token\":\"a6134ec2-271e-4e3c-947f-0dd0644129a4\",\"internal\":\"null|EA7E1B38BE1D493F8C5BE4360BDAE7C81514|||0|4|||||||||||R|1|2|||0||0|wuupfvswdqfz342cejxfv3ku||\"},\"hotel\":{\"checkOut\":\"2017-11-15\",\"checkIn\":\"2017-11-14\",\"code\":424819,\"name\":\"America Do Sul\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 ESTRELLAS\",\"destinationCode\":\"SAO\",\"destinationName\":\"Sao Paulo\",\"zoneCode\":1,\"zoneName\":\"Sao Paulo - City\",\"latitude\":\"-23.540438\",\"longitude\":\"-46.642541\",\"rooms\":[{\"code\":\"DBL.ST\",\"name\":\"DOBLE STANDARD\",\"rates\":[{\"rateKey\":\"20171114|20171115|W|258|424819|DBL.ST|FIT-BB|BB||1~1~1|2|N@EA7E1B38BE1D493F8C5BE4360BDAE7C81514\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"34.02\",\"rateComments\":\" .  NO Aparcamiento NO.Aparcamiento NO FEE: NO.Hora de entrada 14:00 - 14:00.\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"ALOJAMIENTO Y DESAYUNO\",\"cancellationPolicies\":[{\"amount\":\"34.02\",\"from\":\"2017-11-10T23:59:00-03:00\"}],\"rooms\":1,\"adults\":1,\"children\":1,\"childrenAges\":\"2\"},{\"rateKey\":\"20171114|20171115|W|258|424819|DBL.ST|FIT-BB|BB||1~2~0||N@EA7E1B38BE1D493F8C5BE4360BDAE7C81514\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"34.02\",\"rateComments\":\" .  NO Aparcamiento NO.Aparcamiento NO FEE: NO.Hora de entrada 14:00 - 14:00.\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"ALOJAMIENTO Y DESAYUNO\",\"cancellationPolicies\":[{\"amount\":\"34.02\",\"from\":\"2017-11-10T23:59:00-03:00\"}],\"rooms\":1,\"adults\":2,\"children\":0}]}],\"totalNet\":\"68.04\",\"currency\":\"USD\",\"upselling\":{\"rooms\":[{\"code\":\"TPL.ST\",\"name\":\"TRIPLE STANDARD\",\"rates\":[{\"rateKey\":\"20171114|20171115|W|258|424819|TPL.ST|BARN-BB|BB||1~2~0||N@C3836DC5181549ACBA202F54949971C41606\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"48.03\",\"allotment\":10,\"rateCommentsId\":\"258|13884|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"ALOJAMIENTO Y DESAYUNO\",\"cancellationPolicies\":[{\"amount\":\"48.03\",\"from\":\"2017-11-11T23:59:00-03:00\"}],\"rooms\":1,\"adults\":2,\"children\":0,\"rateup\":\"14.01\"},{\"rateKey\":\"20171114|20171115|W|258|424819|TPL.ST|BARN-BB|BB||1~1~1|2|N@C3836DC5181549ACBA202F54949971C41606\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"48.03\",\"allotment\":10,\"rateCommentsId\":\"258|13884|0\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"ALOJAMIENTO Y DESAYUNO\",\"cancellationPolicies\":[{\"amount\":\"48.03\",\"from\":\"2017-11-11T23:59:00-03:00\"}],\"rooms\":1,\"adults\":1,\"children\":1,\"childrenAges\":\"2\",\"rateup\":\"14.01\"}]}]}}}"},{"id":"3e106516-dd63-3a68-128b-9ef1b3e7332a","name":"1~3~1","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"language\": \"ENG\",\n\t\"upselling\": \"False\",\n\t\"rooms\": [{\n\t\t\"rateKey\": \"20171219|20171220|W|235|106753|DBL.2Q|COM|DB||1~3~1|2|N@85AA606B40DC4C8DA2EB70ADEF1FB4E51545\"\n\t}]\n}"},"url":"{{endpoint}}/hotel-api/1.0/checkrates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"1017","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 30 Aug 2017 13:50:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Jetty(9.2.16.v20160414)","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-eu-west-1b-63.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"147","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Thursday, August 31, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"}],"cookie":[],"responseTime":"236","body":"{\"auditData\":{\"processTime\":\"31\",\"timestamp\":\"2017-08-30 15:50:31.772\",\"requestHost\":\"212.170.239.110\",\"serverId\":\"sa37AUX3ROLBLIS.env#PL\",\"environment\":\"[int]\",\"release\":\"4c0c21f7a3982f3ad0cf88b921c4e04e7c36861f\",\"token\":\"9db694ae-82c0-4f49-9c5d-307a823e961f\",\"internal\":\"null|85AA606B40DC4C8DA2EB70ADEF1FB4E51545|||0|1|||||||||||R|1|1|||0||0|wuupfvswdqfz342cejxfv3ku||\"},\"hotel\":{\"checkOut\":\"2017-12-20\",\"checkIn\":\"2017-12-19\",\"code\":106753,\"name\":\"Wingate By Wyndham Orlando International Airport\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"MCO\",\"destinationName\":\"Orlando Area - Florida - FL\",\"zoneCode\":2,\"zoneName\":\"Orlando International Airport\",\"latitude\":\"28.4626\",\"longitude\":\"-81.308\",\"rooms\":[{\"code\":\"DBL.2Q\",\"name\":\"DOUBLE TWO QUEEN BEDS\",\"rates\":[{\"rateKey\":\"20171219|20171220|W|235|106753|DBL.2Q|COM|DB||1~3~1|2|N@85AA606B40DC4C8DA2EB70ADEF1FB4E51545\",\"rateClass\":\"NOR\",\"rateType\":\"BOOKABLE\",\"net\":\"104.84\",\"rateComments\":\"The person whose name is on the reservation must be at least 21 years of age to check in.. Rollaway beds are available based upon availability for an additional fee, payable locally.. Resort fee has been waived for Hotelbeds guests..  . .  .  YES Car park NO.Car park YES FEE: NO.\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"DB\",\"boardName\":\"BUFFET BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"104.84\",\"from\":\"2017-12-15T23:59:00-05:00\"}],\"rateBreakDown\":{\"rateDiscounts\":[{\"code\":\"XP\",\"name\":\"EXTRA PERSON\",\"amount\":\"-95.64\"}]},\"rooms\":1,\"adults\":3,\"children\":1,\"childrenAges\":\"2\",\"offers\":[{\"code\":\"9008\",\"name\":\"Extra bed discount\",\"amount\":\"-95.64\"}]}]}],\"totalNet\":\"104.84\",\"currency\":\"USD\"}}"}],"_postman_id":"7493dd23-d931-8665-0694-faa5cc0f1a2d"}],"id":"5f9e8f4d-7310-64fb-ec16-04d0040b8291","description":"The CheckRates method is a non mandatory operation that can complement the booking process, double checking availability and prices for any particular hotel/rate. Its response contains the same information provided in the availability response (along with some extra info like rate breakdown, rate comments and upselling options), but returns information only for a specific hotel and rate and is always up-to-date.\r\n\r\nThis method is only mandatory when the rateType value of a rate from Availability  is \"RECHECK\". \"RECHECK\" is returned for rates that do not have real-time availability. This is, that come from accommodation partners that update their products in our system periodically, with varying frequency depending on the supplier itself, the destination, hotels, etc.","_postman_id":"5f9e8f4d-7310-64fb-ec16-04d0040b8291"},{"name":"3. CheckRate XML","item":[{"name":"CheckRate","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"0bffccc7-40f1-2e10-5cc4-b82feb4ef50a","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<checkRateRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<rooms>\r\n\t\t<room rateKey=\"20171115|20171120|W|52|1|SGL.ST|CG-EXT LONG RO|RO||1~1~0||N@A8921A639A0D46D88735806D109FA6E81544\"/>\r\n\t</rooms>\r\n</checkRateRQ>"},"url":"{{endpoint}}/hotel-api/1.0/checkrates","description":"Standard CheckRate operation. In 'examples' you can find different cases of requests and responses."},"response":[{"id":"7aece30b-dbff-286a-20b6-692dcbabddb5","name":"1~1~1/1~2~0 (with upselling)","originalRequest":{"header":[],"body":{"mode":"raw","raw":""},"url":""},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"1091","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/xml; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 30 Aug 2017 14:12:43 GMT","name":"Date","description":""},{"key":"Server","value":"Jetty(9.2.16.v20160414)","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":""},{"key":"X-Mashery-Responder","value":"prod-j-worker-eu-west-1c-52.mashery.com","name":"X-Mashery-Responder","description":""},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":""},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":""},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":""},{"key":"X-Plan-Quota-Current","value":"158","name":"X-Plan-Quota-Current","description":""},{"key":"X-Plan-Quota-Reset","value":"Thursday, August 31, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":""},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":""},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":""}],"cookie":[],"responseTime":"177","body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?><checkRateRS xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" schemaLocation=\"http://www.hotelbeds.com/schemas/messages\"><auditData processTime=\"58\" timestamp=\"2017-08-30 16:12:43.236\" requestHost=\"212.170.239.110\" serverId=\"sa3RKSJACHXE79K.env#PL\" environment=\"[int]\" release=\"4c0c21f7a3982f3ad0cf88b921c4e04e7c36861f\" token=\"8e643e45-bca4-4c69-be1c-73038cff0362\" internal=\"null|EA7E1B38BE1D493F8C5BE4360BDAE7C81514|||0|4|||||||||||R|1|2|||0||0|wuupfvswdqfz342cejxfv3ku||\"/><hotel checkOut=\"2017-11-15\" checkIn=\"2017-11-14\" code=\"424819\" name=\"America Do Sul\" categoryCode=\"3EST\" categoryName=\"3 ESTRELLAS\" destinationCode=\"SAO\" destinationName=\"Sao Paulo\" zoneCode=\"1\" zoneName=\"Sao Paulo - City\" latitude=\"-23.540438\" longitude=\"-46.642541\" totalNet=\"68.04\" currency=\"USD\"><rooms><room code=\"DBL.ST\" name=\"DOBLE STANDARD\"><rates><rate rateKey=\"20171114|20171115|W|258|424819|DBL.ST|FIT-BB|BB||1~1~1|2|N@EA7E1B38BE1D493F8C5BE4360BDAE7C81514\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"34.02\" rateComments=\" .  NO Aparcamiento NO.Aparcamiento NO FEE: NO.Hora de entrada 14:00 - 14:00.\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"ALOJAMIENTO Y DESAYUNO\" rooms=\"1\" adults=\"1\" children=\"1\" childrenAges=\"2\"><cancellationPolicies><cancellationPolicy amount=\"34.02\" from=\"2017-11-10T23:59:00-03:00\"/></cancellationPolicies></rate><rate rateKey=\"20171114|20171115|W|258|424819|DBL.ST|FIT-BB|BB||1~2~0||N@EA7E1B38BE1D493F8C5BE4360BDAE7C81514\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"34.02\" rateComments=\" .  NO Aparcamiento NO.Aparcamiento NO FEE: NO.Hora de entrada 14:00 - 14:00.\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"ALOJAMIENTO Y DESAYUNO\" rooms=\"1\" adults=\"2\" children=\"0\"><cancellationPolicies><cancellationPolicy amount=\"34.02\" from=\"2017-11-10T23:59:00-03:00\"/></cancellationPolicies></rate></rates></room></rooms><upselling><rooms><room code=\"TPL.ST\" name=\"TRIPLE STANDARD\"><rates><rate rateKey=\"20171114|20171115|W|258|424819|TPL.ST|BARN-BB|BB||1~1~1|2|N@553CEF66C39C476BA3FC53FD6030A4401612\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"48.03\" allotment=\"10\" rateCommentsId=\"258|13884|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"ALOJAMIENTO Y DESAYUNO\" rooms=\"1\" adults=\"1\" children=\"1\" childrenAges=\"2\" rateup=\"14.01\"><cancellationPolicies><cancellationPolicy amount=\"48.03\" from=\"2017-11-11T23:59:00-03:00\"/></cancellationPolicies></rate><rate rateKey=\"20171114|20171115|W|258|424819|TPL.ST|BARN-BB|BB||1~2~0||N@553CEF66C39C476BA3FC53FD6030A4401612\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"48.03\" allotment=\"10\" rateCommentsId=\"258|13884|0\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"BB\" boardName=\"ALOJAMIENTO Y DESAYUNO\" rooms=\"1\" adults=\"2\" children=\"0\" rateup=\"14.01\"><cancellationPolicies><cancellationPolicy amount=\"48.03\" from=\"2017-11-11T23:59:00-03:00\"/></cancellationPolicies></rate></rates></room></rooms></upselling></hotel></checkRateRS>"},{"id":"9b736e0c-76d4-c081-502b-6e7ccd4a1ead","name":"1~3~1","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<checkRateRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" language=\"ENG\" upselling=\"False\">\r\n\t<rooms>\r\n\t\t<room rateKey=\"20170915|20170920|W|52|1|QUA.ST-1|CG-EXT LONG RO|RO||1~3~1|2|N@F62BEBBD30C54EF4A40CB3F9FA0EF20F1609\"/>\r\n\t</rooms>\r\n</checkRateRQ>"},"url":"{{endpoint}}/hotel-api/1.0/checkrates"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"1187","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/xml; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 30 Aug 2017 14:09:56 GMT","name":"Date","description":""},{"key":"Server","value":"Jetty(9.2.16.v20160414)","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":""},{"key":"X-Mashery-Responder","value":"prod-j-worker-eu-west-1a-50.mashery.com","name":"X-Mashery-Responder","description":""},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":""},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":""},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":""},{"key":"X-Plan-Quota-Current","value":"155","name":"X-Plan-Quota-Current","description":""},{"key":"X-Plan-Quota-Reset","value":"Thursday, August 31, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":""},{"key":"X-PlanMethod-QPS-Allotted","value":"3","name":"X-PlanMethod-QPS-Allotted","description":""},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":""}],"cookie":[],"responseTime":"169","body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?><checkRateRS xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" schemaLocation=\"http://www.hotelbeds.com/schemas/messages\"><auditData processTime=\"22\" timestamp=\"2017-08-30 16:09:56.220\" requestHost=\"212.170.239.110\" serverId=\"sa3RKSJACHXE79K.env#PL\" environment=\"[int]\" release=\"4c0c21f7a3982f3ad0cf88b921c4e04e7c36861f\" token=\"8f6c0271-0fd4-45d1-8cea-cba657314098\" internal=\"0|F62BEBBD30C54EF4A40CB3F9FA0EF20F1609|BR|06|1|5|||||||||||R|1|5|1~1~3~1||0||0|wuupfvswdqfz342cejxfv3ku||\"/><hotel checkOut=\"2017-09-20\" checkIn=\"2017-09-15\" code=\"1\" name=\"Villa Dorada\" categoryCode=\"3EST\" categoryName=\"3 STARS\" destinationCode=\"SAL\" destinationName=\"Salou Area / Costa Dorada\" zoneCode=\"10\" zoneName=\"Salou\" latitude=\"41.06865947991072\" longitude=\"1.1524744666303377\" totalNet=\"424.35\" currency=\"EUR\"><rooms><room code=\"QUA.ST-1\" name=\"QUADRUPLE 3 ADULTS 1 CHILD\"><rates><rate rateKey=\"20170915|20170920|W|52|1|QUA.ST-1|CG-EXT LONG RO|RO||1~3~1|2|N@F62BEBBD30C54EF4A40CB3F9FA0EF20F1609\" rateClass=\"NOR\" rateType=\"BOOKABLE\" net=\"424.35\" rateComments=\"This rate is not applicable to Spain, Italy &amp; Portugal market/country or passport holders otherwise the reservation will not be accepted or supplement fees can be charged on arrival.  Estimated total amount of taxes &amp; fees for this booking:7.50 Euro payable on arrival.  NO Car park NO.Key Collection 14:00 - 00:00.Car park NO FEE: NO.Check-in hour 14:00 - 00:00.\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"3\" children=\"1\" childrenAges=\"2\"><cancellationPolicies><cancellationPolicy amount=\"107.19\" from=\"2017-09-12T23:59:00+02:00\"/><cancellationPolicy amount=\"214.38\" from=\"2017-09-14T23:59:00+02:00\"/></cancellationPolicies><taxes allIncluded=\"false\"><tax included=\"false\" amount=\"7.50\" currency=\"EUR\" clientAmount=\"7.50\" clientCurrency=\"EUR\"/></taxes></rate></rates></room></rooms></hotel></checkRateRS>"}],"_postman_id":"0bffccc7-40f1-2e10-5cc4-b82feb4ef50a"}],"id":"2e79ab74-0a31-5bec-e1f2-09b5690abf2a","description":"The CheckRates method is a non mandatory operation that can complement the booking process, double checking availability and prices for any particular hotel/rate. Its response contains the same information provided in the availability response (along with some extra info like rate breakdown, rate comments and upselling options), but returns information only for a specific hotel and rate and is always up-to-date.\r\n\r\nThis method is only mandatory when the rateType value of a rate from Availability  is \"RECHECK\". \"RECHECK\" is returned for rates that do not have real-time availability. This is, that come from accommodation partners that update their products in our system periodically, with varying frequency depending on the supplier itself, the destination, hotels, etc.","_postman_id":"2e79ab74-0a31-5bec-e1f2-09b5690abf2a"},{"name":"4. Booking JSON","item":[{"name":"Booking","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"720e2043-5f9d-1c5f-3066-2373298b2ea6","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"holder\": {\n\t\t\"name\": \"HolderFirstName\",\n\t\t\"surname\": \"HolderLastName\"\n\t},\n\t\"rooms\": [{\n\t\t\"rateKey\": \"20160628|20160702|W|102|569|TPL.ST|CG-OPAQUE|RO||1~1~0|11~11|N@1816912017\",\n\t\t\"paxes\": [{\n\t\t\t\"roomId\": \"1\",\n\t\t\t\"type\": \"AD\",\n\t\t\t\"name\": \"Adult Name\",\n\t\t\t\"surname\": \"Surname\"\n\t\t}]\n\t}],\n\t\"clientReference\": \"IntegrationAgency\",\n\t\"remark\": \"Booking remarks are to be written here.\"\n}"},"url":"{{endpoint}}/hotel-api/1.2/bookings","description":"Standard Booking operation. In 'examples' you can find different cases of requests and responses."},"response":[{"id":"7b12a774-44f8-619a-4c6e-9316da6c4947","name":"1~2~0/1~1~1","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"holder\": {\n\t\t\"name\": \"IntegrationTestFirstName\",\n\t\t\"surname\": \"IntegrationTestLastName\"\n\t},\n\t\"rooms\": [{\n\t\t\"rateKey\": \"20171114|20171115|W|258|424819|DBL.ST|FIT-BB|BB||1~2~0||N@BDA24A03D17446F4BBF823AAC0CDF0331445\",\n\t\t\"paxes\": [{\n\t\t\t\"roomId\": \"1\",\n\t\t\t\"type\": \"AD\",\n\t\t\t\"name\": \"First Adult Name\",\n\t\t\t\"surname\": \"Surname\"\n\t\t},\n\t\t{\n\t\t\t\"roomId\": \"1\",\n\t\t\t\"type\": \"AD\",\n\t\t\t\"name\": \"Second Adult Name\",\n\t\t\t\"surname\": \"Surname\"\n\t\t}]\n\t},\n\t{\n\t\t\"rateKey\": \"20171114|20171115|W|258|424819|DBL.ST|FIT-BB|BB||1~1~1|2|N@BDA24A03D17446F4BBF823AAC0CDF0331445\",\n\t\t\"paxes\": [{\n\t\t\t\"roomId\": \"1\",\n\t\t\t\"type\": \"AD\",\n\t\t\t\"name\": \"Third Adult Name\",\n\t\t\t\"surname\": \"Surname\"\n\t\t},\n\t\t{\n\t\t\t\"roomId\": \"1\",\n\t\t\t\"type\": \"CH\",\n\t\t\t\"name\": \"First Child Name\"\n\t\t}]\n\t}],\n\t\"clientReference\": \"IntegrationAgency\"\n}"},"url":"{{endpoint}}/hotel-api/1.2/bookings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"1066","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 31 Aug 2017 12:55:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Jetty(9.2.16.v20160414)","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-eu-west-1a-53.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"78","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Friday, September 1, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"6","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"}],"cookie":[],"responseTime":"1809","body":"{\"auditData\":{\"processTime\":\"1424\",\"timestamp\":\"2017-08-31 14:56:00.076\",\"requestHost\":\"212.170.239.110\",\"serverId\":\"sa3RKSJACHXE79K.env#PL\",\"environment\":\"[int]\",\"release\":\"23c542efb2ca3c1642f5f0d87c6c410b81c52ee3\",\"token\":\"b9bd8aa2-1538-4138-b839-c2becc14bba1\",\"internal\":\"0|BDA24A03D17446F4BBF823AAC0CDF0331445|BR|05|1|5|||||||AT_WEB||||R|9|2|2~2~3~1||0||0|wuupfvswdqfz342cejxfv3ku||\"},\"booking\":{\"reference\":\"258-555201\",\"clientReference\":\"INTEGRATIONAGENCY\",\"creationDate\":\"2017-08-31\",\"status\":\"CONFIRMED\",\"modificationPolicies\":{\"cancellation\":true,\"modification\":true},\"creationUser\":\"wuupfvswdqfz342cejxfv3ku\",\"holder\":{\"name\":\"INTEGRATIONTESTFIRSTNAME\",\"surname\":\"INTEGRATIONTESTLASTNAME\"},\"hotel\":{\"checkOut\":\"2017-11-15\",\"checkIn\":\"2017-11-14\",\"code\":424819,\"name\":\"America Do Sul\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAO\",\"destinationName\":\"Sao Paulo\",\"zoneCode\":1,\"zoneName\":\"Sao Paulo - City\",\"latitude\":\"-23.540438\",\"longitude\":\"-46.642541\",\"rooms\":[{\"status\":\"CONFIRMED\",\"id\":1,\"code\":\"DBL.ST\",\"name\":\"DOUBLE STANDARD\",\"paxes\":[{\"roomId\":1,\"type\":\"AD\",\"name\":\"Second Adult Name\",\"surname\":\"Surname\"},{\"roomId\":1,\"type\":\"AD\",\"name\":\"First Adult Name\",\"surname\":\"Surname\"}],\"rates\":[{\"rateClass\":\"NOR\",\"net\":\"34.02\",\"rateComments\":\"Car park NO   . Check-in hour 14:00 – 14:00. \",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"34.02\",\"from\":\"2017-11-10T23:59:00-03:00\"}],\"rooms\":1,\"adults\":2,\"children\":0}]},{\"status\":\"CONFIRMED\",\"id\":2,\"code\":\"DBL.ST\",\"name\":\"DOUBLE STANDARD\",\"paxes\":[{\"roomId\":1,\"type\":\"AD\",\"name\":\"Third Adult Name\",\"surname\":\"Surname\"},{\"roomId\":1,\"type\":\"CH\",\"age\":2,\"name\":\"First Child Name\"}],\"rates\":[{\"rateClass\":\"NOR\",\"net\":\"34.02\",\"rateComments\":\"Car park NO   . Check-in hour 14:00 – 14:00. \",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"34.02\",\"from\":\"2017-11-10T23:59:00-03:00\"}],\"rooms\":1,\"adults\":1,\"children\":1}]}],\"totalNet\":\"68.04\",\"currency\":\"USD\",\"supplier\":{\"name\":\"ADVANTOS BRASIL OPERADORA DE TURISMO, LTDA\",\"vatNumber\":\"BR16847249000177\"}},\"totalNet\":68.04,\"pendingAmount\":68.04,\"currency\":\"USD\"}}"},{"id":"8a86e356-c45e-3441-11ce-e9bcac1d5934","name":"2~2~0","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"holder\": {\n\t\t\"name\": \"IntegrationTestFirstName\",\n\t\t\"surname\": \"IntegrationTestLastName\"\n\t},\n\t\"rooms\": [{\n\t\t\"rateKey\": \"20171114|20171115|W|258|424819|DBL.ST|FIT-BB|BB||2~2~0||N@AB4947E0B997444E92BDD56C969894111520\",\n\t\t\"paxes\": [{\n\t\t\t\"roomId\": \"1\",\n\t\t\t\"type\": \"AD\",\n\t\t\t\"name\": \"First Adult Name\"\n\t\t},\n\t\t{\n\t\t\t\"roomId\": \"1\",\n\t\t\t\"type\": \"AD\",\n\t\t\t\"name\": \"Second Adult Name\"\n\t\t},\n\t\t{\n\t\t\t\"roomId\": \"2\",\n\t\t\t\"type\": \"AD\",\n\t\t\t\"name\": \"Third Adult Name\"\n\t\t},\n\t\t{\n\t\t\t\"roomId\": \"2\",\n\t\t\t\"type\": \"AD\",\n\t\t\t\"name\": \"Fourth Adult Name\"\n\t\t}]\n\t}],\n\t\"clientReference\": \"IntegrationAgency\"\n}"},"url":"{{endpoint}}/hotel-api/1.0/bookings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"1025","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 31 Aug 2017 13:40:39 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Jetty(9.2.16.v20160414)","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-eu-west-1c-55.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"83","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Friday, September 1, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"6","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"}],"cookie":[],"responseTime":"1125","body":"{\"auditData\":{\"processTime\":\"796\",\"timestamp\":\"2017-08-31 15:40:40.244\",\"requestHost\":\"212.170.239.110\",\"serverId\":\"sa37AUX3ROLBLIS.env#PL\",\"environment\":\"[int]\",\"release\":\"23c542efb2ca3c1642f5f0d87c6c410b81c52ee3\",\"token\":\"45f63673-32b7-493f-88af-3f2a060273fc\",\"internal\":\"0|AB4947E0B997444E92BDD56C969894111520|BR|05|1|3|||||||AT_WEB||||R|9|2|1~2~2~0||0||0|wuupfvswdqfz342cejxfv3ku||\"},\"booking\":{\"reference\":\"258-555202\",\"clientReference\":\"INTEGRATIONAGENCY\",\"creationDate\":\"2017-08-31\",\"status\":\"CONFIRMED\",\"modificationPolicies\":{\"cancellation\":true,\"modification\":true},\"creationUser\":\"wuupfvswdqfz342cejxfv3ku\",\"holder\":{\"name\":\"INTEGRATIONTESTFIRSTNAME\",\"surname\":\"INTEGRATIONTESTLASTNAME\"},\"hotel\":{\"checkOut\":\"2017-11-15\",\"checkIn\":\"2017-11-14\",\"code\":424819,\"name\":\"America Do Sul\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAO\",\"destinationName\":\"Sao Paulo\",\"zoneCode\":1,\"zoneName\":\"Sao Paulo - City\",\"latitude\":\"-23.540438\",\"longitude\":\"-46.642541\",\"rooms\":[{\"status\":\"CONFIRMED\",\"id\":1,\"code\":\"DBL.ST\",\"name\":\"DOUBLE STANDARD\",\"paxes\":[{\"roomId\":1,\"type\":\"AD\",\"name\":\"First Adult Name\"},{\"roomId\":1,\"type\":\"AD\",\"name\":\"Second Adult Name\"},{\"roomId\":2,\"type\":\"AD\",\"name\":\"Third Adult Name\"},{\"roomId\":2,\"type\":\"AD\",\"name\":\"Fourth Adult Name\"}],\"rates\":[{\"rateClass\":\"NOR\",\"net\":\"68.04\",\"rateComments\":\"Car park NO   . Check-in hour 14:00 – 14:00. \",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"BB\",\"boardName\":\"BED AND BREAKFAST\",\"cancellationPolicies\":[{\"amount\":\"68.04\",\"from\":\"2017-11-10T23:59:00-03:00\"}],\"rooms\":2,\"adults\":2,\"children\":0}]}],\"totalNet\":\"68.04\",\"currency\":\"USD\",\"supplier\":{\"name\":\"ADVANTOS BRASIL OPERADORA DE TURISMO, LTDA\",\"vatNumber\":\"BR16847249000177\"}},\"totalNet\":68.04,\"pendingAmount\":68.04,\"currency\":\"USD\"}}"},{"id":"e7e0428c-5556-d7ee-405d-42cf19853a33","name":"1~1~2","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"holder\": {\n\t\t\"name\": \"IntegrationTestFirstName\",\n\t\t\"surname\": \"IntegrationTestLastName\"\n\t},\n\t\"rooms\": [{\n\t\t\"rateKey\": \"20170915|20170920|W|52|1|DBT.ST-3|CG-EXT LONG RO|RO||1~1~2|5~6|N@ADF60A8220E74BBBA4990048BF74C6731128\",\n\t\t\"paxes\": [{\n\t\t\t\"roomId\": \"1\",\n\t\t\t\"type\": \"AD\",\n\t\t\t\"name\": \"First Adult Name\",\n\t\t\t\"surname\": \"Surname\"\n\t\t},\n\t\t{\n\t\t\t\"roomId\": \"1\",\n\t\t\t\"type\": \"CH\",\n\t\t\t\"age\": 5,\n\t\t\t\"name\": \"First Child Name\"\n\t\t},\n\t\t{\n\t\t\t\"roomId\": \"1\",\n\t\t\t\"type\": \"CH\",\n\t\t\t\"age\": 6,\n\t\t\t\"name\": \"Second Child Name\"\n\t\t}]\n\t}],\n\t\"clientReference\": \"IntegrationAgency\"\n}"},"url":"{{endpoint}}/hotel-api/1.0/bookings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"1263","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 31 Aug 2017 09:28:39 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Jetty(9.2.16.v20160414)","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-eu-west-1c-52.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"24","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Friday, September 1, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"6","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"}],"cookie":[],"responseTime":"1411","body":"{\"auditData\":{\"processTime\":\"1259\",\"timestamp\":\"2017-08-31 11:28:40.391\",\"requestHost\":\"212.170.239.110\",\"serverId\":\"sa3RKSJACHXE79K.env#PL\",\"environment\":\"[int]\",\"release\":\"23c542efb2ca3c1642f5f0d87c6c410b81c52ee3\",\"token\":\"b511df12-4a7e-4084-bbb5-a34dd1b836ac\",\"internal\":\"0|ADF60A8220E74BBBA4990048BF74C6731128|BR|06|1|5|||||||||-2.09|C|R|1|5|1~1~1~2||0||0|wuupfvswdqfz342cejxfv3ku||\"},\"booking\":{\"reference\":\"52-1274417\",\"clientReference\":\"INTEGRATIONAGENCY\",\"creationDate\":\"2017-08-31\",\"status\":\"CONFIRMED\",\"modificationPolicies\":{\"cancellation\":true,\"modification\":true},\"creationUser\":\"wuupfvswdqfz342cejxfv3ku\",\"holder\":{\"name\":\"INTEGRATIONTESTFIRSTNAME\",\"surname\":\"INTEGRATIONTESTLASTNAME\"},\"hotel\":{\"checkOut\":\"2017-09-20\",\"checkIn\":\"2017-09-15\",\"code\":1,\"name\":\"Villa Dorada\",\"categoryCode\":\"3EST\",\"categoryName\":\"3 STARS\",\"destinationCode\":\"SAL\",\"destinationName\":\"Salou Area / Costa Dorada\",\"zoneCode\":10,\"zoneName\":\"Salou\",\"latitude\":\"41.06865947991072\",\"longitude\":\"1.1524744666303377\",\"rooms\":[{\"status\":\"CONFIRMED\",\"id\":1,\"code\":\"DBT.ST-3\",\"name\":\"Double or Twin MONOPARENTAL 1 ADULT 2 CHILDREN\",\"paxes\":[{\"roomId\":1,\"type\":\"AD\",\"name\":\"First Adult Name\",\"surname\":\"Surname\"},{\"roomId\":1,\"type\":\"CH\",\"age\":6,\"name\":\"Second Child Name\"},{\"roomId\":1,\"type\":\"CH\",\"age\":5,\"name\":\"First Child Name\"}],\"rates\":[{\"rateClass\":\"NOR\",\"net\":\"302.26\",\"rateComments\":\"1x Double or Twin Estimated total amount of taxes & fees for this booking: 2.50 Euro   payable on arrival  \\r. Car park NO   . Key Collection 14:00 – 00:00. Check-in hour 14:00 – 00:00. . This rate is not applicable to Spain, Italy & Portugal market/country or passport holders otherwise the reservation will not be accepted or supplement fees can be charged on arrival.\",\"paymentType\":\"AT_WEB\",\"packaging\":false,\"boardCode\":\"RO\",\"boardName\":\"ROOM ONLY\",\"cancellationPolicies\":[{\"amount\":\"141.00\",\"from\":\"2017-09-14T23:59:00+02:00\"},{\"amount\":\"70.50\",\"from\":\"2017-09-12T23:59:00+02:00\"}],\"rooms\":1,\"adults\":1,\"children\":2}]}],\"totalNet\":\"302.26\",\"currency\":\"EUR\",\"supplier\":{\"name\":\"HOTELBEDS PRODUCT,S.L.U.\",\"vatNumber\":\"ESB38877676\"}},\"totalNet\":302.26,\"pendingAmount\":302.26,\"currency\":\"EUR\"}}"}],"_postman_id":"720e2043-5f9d-1c5f-3066-2373298b2ea6"}],"id":"596dd3cf-6866-5710-5548-ae460cd2f01d","description":"The Booking operation confirms a reservation for the rate keys selected, generating a booking. \n\nHere are examples of the booking transaction in JSON format.","_postman_id":"596dd3cf-6866-5710-5548-ae460cd2f01d"},{"name":"4. Booking XML","item":[{"name":"Booking","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"2fa9bbe3-15dd-49b6-53b1-3d41aacd1da8","request":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<bookingRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<holder name=\"HolderFirstName\" surname=\"HolderLastName\"/>\r\n\t<clientReference>IntegrationAgency</clientReference>\r\n\t<rooms>\r\n\t\t<room rateKey=\"20160615|20160620|W|52|1|DBL.ST|ID_B2B_25|RO|EM4TIES|1~1~0||N@1884739731\">\r\n\t\t\t<paxes>\r\n\t\t\t\t<pax roomId=\"1\" type=\"AD\" name=\"Adult Name\" surname=\"Surname\"/>\r\n\t\t\t</paxes>\r\n\t\t</room>\r\n\t</rooms>\r\n\t<remark>Booking remarks are to be written here.</remark>\r\n</bookingRQ>"},"url":"{{endpoint}}/hotel-api/1.2/bookings","description":"Standard Booking operation. In 'examples' you can find different cases of requests and responses."},"response":[{"id":"258106e3-414f-98a1-cd47-7d1d25d3cdb7","name":"1~2~0/1~1~1","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<bookingRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<holder name=\"IntegrationTestFirstName\" surname=\"IntegrationTestLastName\"/>\r\n\t<clientReference>IntegrationAgency</clientReference>\r\n\t<rooms>\r\n\t\t<room rateKey=\"20170915|20170920|W|52|1|DBT.ST|CG-EXT LONG RO|RO||1~2~0||N@600488020078414285209A2CF2959C631232\">\r\n\t\t\t<paxes>\r\n\t\t\t\t<pax roomId=\"1\" type=\"AD\" name=\"First Adult Name\" surname=\"Surname\"/>\r\n\t\t\t\t<pax roomId=\"1\" type=\"AD\" name=\"Second Adult Name\" surname=\"Surname\"/>\r\n\t\t\t</paxes>\r\n\t\t</room>\r\n\t\t<room rateKey=\"20170915|20170920|W|52|1|DBT.ST-2|CG-EXT LONG RO|RO||1~1~1|2|N@600488020078414285209A2CF2959C631232\">\r\n\t\t\t<paxes>\r\n\t\t\t\t<pax roomId=\"1\" type=\"AD\" name=\"Third Adult Name\" surname=\"Surname\"/>\r\n\t\t\t\t<pax roomId=\"1\" type=\"CH\" name=\"First Child Name\"/>\r\n\t\t\t</paxes>\r\n\t\t</room>\r\n\t</rooms>\r\n</bookingRQ>"},"url":"{{endpoint}}/hotel-api/1.2/bookings"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":"Indicates how long the results of a preflight request can be cached in seconds."},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"1453","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/xml; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 31 Aug 2017 10:33:35 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Jetty(9.2.16.v20160414)","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":"Custom header"},{"key":"X-Mashery-Responder","value":"prod-j-worker-eu-west-1a-50.mashery.com","name":"X-Mashery-Responder","description":"Custom header"},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":"Custom header"},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":"Custom header"},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":"Custom header"},{"key":"X-Plan-Quota-Current","value":"49","name":"X-Plan-Quota-Current","description":"Custom header"},{"key":"X-Plan-Quota-Reset","value":"Friday, September 1, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":"Custom header"},{"key":"X-PlanMethod-QPS-Allotted","value":"6","name":"X-PlanMethod-QPS-Allotted","description":"Custom header"},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":"Custom header"}],"cookie":[],"responseTime":"24748","body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?><bookingRS xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" schemaLocation=\"http://www.hotelbeds.com/schemas/messages\"><auditData processTime=\"24312\" timestamp=\"2017-08-31 12:34:00.075\" requestHost=\"212.170.239.110\" serverId=\"sa3RKSJACHXE79K.env#PL\" environment=\"[int]\" release=\"23c542efb2ca3c1642f5f0d87c6c410b81c52ee3\" token=\"c257b68a-172e-4f72-80cc-9af610f39a7b\" internal=\"0|600488020078414285209A2CF2959C631232|BR|06|2|50|||||||||-2.09|C|R|29|10|2~2~3~1||1||1|wuupfvswdqfz342cejxfv3ku||\"/><booking reference=\"52-1274419\" clientReference=\"INTEGRATIONAGENCY\" creationDate=\"2017-08-31\" status=\"CONFIRMED\" creationUser=\"wuupfvswdqfz342cejxfv3ku\" totalNet=\"528.97\" pendingAmount=\"528.97\" currency=\"EUR\"><modificationPolicies cancellation=\"true\" modification=\"true\"/><holder name=\"INTEGRATIONTESTFIRSTNAME\" surname=\"INTEGRATIONTESTLASTNAME\"/><hotel checkOut=\"2017-09-20\" checkIn=\"2017-09-15\" code=\"1\" name=\"Villa Dorada\" categoryCode=\"3EST\" categoryName=\"3 STARS\" destinationCode=\"SAL\" destinationName=\"Salou Area / Costa Dorada\" zoneCode=\"10\" zoneName=\"Salou\" latitude=\"41.06865947991072\" longitude=\"1.1524744666303377\" totalNet=\"528.97\" currency=\"EUR\"><rooms><room status=\"CONFIRMED\" id=\"1\" code=\"DBT.ST\" name=\"Double or Twin 2 ADULTS\"><paxes><pax roomId=\"1\" type=\"AD\" name=\"Second Adult Name\" surname=\"Surname\"/><pax roomId=\"1\" type=\"AD\" name=\"First Adult Name\" surname=\"Surname\"/></paxes><rates><rate rateClass=\"NOR\" net=\"302.25\" rateComments=\"1x Double or Twin Estimated total amount of taxes &amp; fees for this booking: 5.00 Euro   payable on arrival  &#xd;. Car park NO   . Key Collection 14:00 – 00:00. Check-in hour 14:00 – 00:00. . This rate is not applicable to Spain, Italy &amp; Portugal market/country or passport holders otherwise the reservation will not be accepted or supplement fees can be charged on arrival.\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"2\" children=\"0\"><cancellationPolicies><cancellationPolicy amount=\"140.98\" from=\"2017-09-14T23:59:00+02:00\"/><cancellationPolicy amount=\"70.49\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room><room status=\"CONFIRMED\" id=\"2\" code=\"DBT.ST-2\" name=\"Double or Twin MONOPARENTAL 1 ADULT 1 CHILD\"><paxes><pax roomId=\"1\" type=\"AD\" name=\"Third Adult Name\" surname=\"Surname\"/><pax roomId=\"1\" type=\"CH\" age=\"2\" name=\"First Child Name\"/></paxes><rates><rate rateClass=\"NOR\" net=\"226.72\" rateComments=\"1x Double or Twin Estimated total amount of taxes &amp; fees for this booking: 2.50 Euro   payable on arrival  &#xd;. Car park NO   . Key Collection 14:00 – 00:00. Check-in hour 14:00 – 00:00. . This rate is not applicable to Spain, Italy &amp; Portugal market/country or passport holders otherwise the reservation will not be accepted or supplement fees can be charged on arrival.\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"1\" children=\"1\"><cancellationPolicies><cancellationPolicy amount=\"105.76\" from=\"2017-09-14T23:59:00+02:00\"/><cancellationPolicy amount=\"52.88\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms><supplier name=\"HOTELBEDS PRODUCT,S.L.U.\" vatNumber=\"ESB38877676\"/></hotel></booking></bookingRS>"},{"id":"60305db9-6c17-aaae-0e04-300422cad637","name":"2~2~0","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<bookingRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<holder name=\"IntegrationTestFirstName\" surname=\"IntegrationTestLastName\"/>\r\n\t<clientReference>IntegrationAgency</clientReference>\r\n\t<rooms>\r\n\t\t<room rateKey=\"20170915|20170920|W|52|1|DBT.ST|CG-EXT LONG RO|RO||2~2~0||N@61F73B7193AE4A6F948A68089013C3391246\">\r\n\t\t\t<paxes>\r\n\t\t\t\t<pax roomId=\"1\" type=\"AD\" name=\"First Adult Name\"/>\r\n\t\t\t\t<pax roomId=\"1\" type=\"AD\" name=\"Second Adult Name\"/>\r\n\t\t\t\t<pax roomId=\"2\" type=\"AD\" name=\"Thid Adult Name\"/>\r\n\t\t\t\t<pax roomId=\"2\" type=\"AD\" name=\"Fourth Adult Name\"/>\r\n\t\t\t</paxes>\r\n\t\t</room>\r\n\t</rooms>\r\n</bookingRQ>"},"url":"{{endpoint}}/hotel-api/1.0/bookings"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"1337","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/xml; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 31 Aug 2017 10:49:10 GMT","name":"Date","description":""},{"key":"Server","value":"Jetty(9.2.16.v20160414)","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":""},{"key":"X-Mashery-Responder","value":"prod-j-worker-eu-west-1a-56.mashery.com","name":"X-Mashery-Responder","description":""},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":""},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":""},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":""},{"key":"X-Plan-Quota-Current","value":"61","name":"X-Plan-Quota-Current","description":""},{"key":"X-Plan-Quota-Reset","value":"Friday, September 1, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":""},{"key":"X-PlanMethod-QPS-Allotted","value":"6","name":"X-PlanMethod-QPS-Allotted","description":""},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":""}],"cookie":[],"responseTime":"1700","body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?><bookingRS xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" schemaLocation=\"http://www.hotelbeds.com/schemas/messages\"><auditData processTime=\"1363\" timestamp=\"2017-08-31 12:49:11.461\" requestHost=\"52.68.119.241\" serverId=\"sa3RKSJACHXE79K.env#PL\" environment=\"[int]\" release=\"23c542efb2ca3c1642f5f0d87c6c410b81c52ee3\" token=\"ef6562eb-9da9-4cb8-a3ef-a5f029fdb4da\" internal=\"0|61F73B7193AE4A6F948A68089013C3391246|BR|06|2|25|||||||||-2.10|C|R|26|10|1~2~2~0||1||1|wuupfvswdqfz342cejxfv3ku||\"/><booking reference=\"52-1274420\" clientReference=\"INTEGRATIONAGENCY\" creationDate=\"2017-08-31\" status=\"CONFIRMED\" creationUser=\"wuupfvswdqfz342cejxfv3ku\" totalNet=\"604.50\" pendingAmount=\"604.50\" currency=\"EUR\"><modificationPolicies cancellation=\"true\" modification=\"true\"/><holder name=\"INTEGRATIONTESTFIRSTNAME\" surname=\"INTEGRATIONTESTLASTNAME\"/><hotel checkOut=\"2017-09-20\" checkIn=\"2017-09-15\" code=\"1\" name=\"Villa Dorada\" categoryCode=\"3EST\" categoryName=\"3 STARS\" destinationCode=\"SAL\" destinationName=\"Salou Area / Costa Dorada\" zoneCode=\"10\" zoneName=\"Salou\" latitude=\"41.06865947991072\" longitude=\"1.1524744666303377\" totalNet=\"604.50\" currency=\"EUR\"><rooms><room status=\"CONFIRMED\" id=\"1\" code=\"DBT.ST\" name=\"Double or Twin 2 ADULTS\"><paxes><pax roomId=\"1\" type=\"AD\" name=\"First Adult Name\"/><pax roomId=\"1\" type=\"AD\" name=\"Second Adult Name\"/><pax roomId=\"2\" type=\"AD\" name=\"Thid Adult Name\"/><pax roomId=\"2\" type=\"AD\" name=\"Fourth Adult Name\"/></paxes><rates><rate rateClass=\"NOR\" net=\"604.50\" rateComments=\"2x Double or Twin Estimated total amount of taxes &amp; fees for this booking: 10.00 Euro   payable on arrival  &#xd;. Car park NO   . Key Collection 14:00 – 00:00. Check-in hour 14:00 – 00:00. . This rate is not applicable to Spain, Italy &amp; Portugal market/country or passport holders otherwise the reservation will not be accepted or supplement fees can be charged on arrival.\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"2\" adults=\"2\" children=\"0\"><cancellationPolicies><cancellationPolicy amount=\"281.96\" from=\"2017-09-14T23:59:00+02:00\"/><cancellationPolicy amount=\"140.98\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms><supplier name=\"HOTELBEDS PRODUCT,S.L.U.\" vatNumber=\"ESB38877676\"/></hotel></booking></bookingRS>"},{"id":"af92b191-7680-b48b-dc02-5093a10d7f0b","name":"1~1~2","originalRequest":{"method":"POST","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<bookingRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n\t<holder name=\"IntegrationTestFirstName\" surname=\"IntegrationTestLastName\"/>\r\n\t<clientReference>IntegrationAgency</clientReference>\r\n\t<rooms>\r\n\t\t<room rateKey=\"20170915|20170920|W|52|1|DBT.ST-3|CG-EXT LONG RO|RO||1~1~2|5~6|N@ADF60A8220E74BBBA4990048BF74C6731128\">\r\n\t\t\t<paxes>\r\n\t\t\t\t<pax roomId=\"1\" type=\"AD\" name=\"First Adult Name\" surname=\"Surname\"/>\r\n\t\t\t\t<pax roomId=\"1\" type=\"CH\" age=\"5\" name=\"First Child Name\"/>\r\n\t\t\t\t<pax roomId=\"1\" type=\"CH\" age=\"6\" name=\"Second Child Name\"/>\r\n\t\t\t</paxes>\r\n\t\t</room>\r\n\t</rooms>\r\n</bookingRQ>"},"url":"{{endpoint}}/hotel-api/1.0/bookings"},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Access-Control-Allow-Headers","value":"x-requested-with, Content-Type, Api-Key","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Max-Age","value":"3600","name":"Access-Control-Max-Age","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"1364","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/xml; charset=UTF-8","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 31 Aug 2017 09:29:34 GMT","name":"Date","description":""},{"key":"Server","value":"Jetty(9.2.16.v20160414)","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-Application-Context","value":"hotel-booking-api:int:8383","name":"X-Application-Context","description":""},{"key":"X-Mashery-Responder","value":"prod-j-worker-eu-west-1c-58.mashery.com","name":"X-Mashery-Responder","description":""},{"key":"X-Plan-QPS-Allotted","value":"4","name":"X-Plan-QPS-Allotted","description":""},{"key":"X-Plan-QPS-Current","value":"1","name":"X-Plan-QPS-Current","description":""},{"key":"X-Plan-Quota-Allotted","value":"50000","name":"X-Plan-Quota-Allotted","description":""},{"key":"X-Plan-Quota-Current","value":"25","name":"X-Plan-Quota-Current","description":""},{"key":"X-Plan-Quota-Reset","value":"Friday, September 1, 2017 12:00:00 AM GMT","name":"X-Plan-Quota-Reset","description":""},{"key":"X-PlanMethod-QPS-Allotted","value":"6","name":"X-PlanMethod-QPS-Allotted","description":""},{"key":"X-PlanMethod-QPS-Current","value":"1","name":"X-PlanMethod-QPS-Current","description":""}],"cookie":[],"responseTime":"1426","body":"<?xml version=\"1.0\" encoding=\"UTF-8\"?><bookingRS xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" schemaLocation=\"http://www.hotelbeds.com/schemas/messages\"><auditData processTime=\"1281\" timestamp=\"2017-08-31 11:29:35.678\" requestHost=\"212.170.239.110\" serverId=\"sa3RKSJACHXE79K.env#PL\" environment=\"[int]\" release=\"23c542efb2ca3c1642f5f0d87c6c410b81c52ee3\" token=\"09102e65-61c5-4ca6-9602-1e0eaa599a76\" internal=\"0|ADF60A8220E74BBBA4990048BF74C6731128|BR|06|1|5|||||||||-2.09|C|R|1|5|1~1~1~2||0||0|wuupfvswdqfz342cejxfv3ku||\"/><booking reference=\"52-1274418\" clientReference=\"INTEGRATIONAGENCY\" creationDate=\"2017-08-31\" status=\"CONFIRMED\" creationUser=\"wuupfvswdqfz342cejxfv3ku\" totalNet=\"302.26\" pendingAmount=\"302.26\" currency=\"EUR\"><modificationPolicies cancellation=\"true\" modification=\"true\"/><holder name=\"INTEGRATIONTESTFIRSTNAME\" surname=\"INTEGRATIONTESTLASTNAME\"/><hotel checkOut=\"2017-09-20\" checkIn=\"2017-09-15\" code=\"1\" name=\"Villa Dorada\" categoryCode=\"3EST\" categoryName=\"3 STARS\" destinationCode=\"SAL\" destinationName=\"Salou Area / Costa Dorada\" zoneCode=\"10\" zoneName=\"Salou\" latitude=\"41.06865947991072\" longitude=\"1.1524744666303377\" totalNet=\"302.26\" currency=\"EUR\"><rooms><room status=\"CONFIRMED\" id=\"1\" code=\"DBT.ST-3\" name=\"Double or Twin MONOPARENTAL 1 ADULT 2 CHILDREN\"><paxes><pax roomId=\"1\" type=\"AD\" name=\"First Adult Name\" surname=\"Surname\"/><pax roomId=\"1\" type=\"CH\" age=\"6\" name=\"Second Child Name\"/><pax roomId=\"1\" type=\"CH\" age=\"5\" name=\"First Child Name\"/></paxes><rates><rate rateClass=\"NOR\" net=\"302.26\" rateComments=\"1x Double or Twin Estimated total amount of taxes &amp; fees for this booking: 2.50 Euro   payable on arrival  &#xd;. Car park NO   . Key Collection 14:00 – 00:00. Check-in hour 14:00 – 00:00. . This rate is not applicable to Spain, Italy &amp; Portugal market/country or passport holders otherwise the reservation will not be accepted or supplement fees can be charged on arrival.\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"1\" children=\"2\"><cancellationPolicies><cancellationPolicy amount=\"141.00\" from=\"2017-09-14T23:59:00+02:00\"/><cancellationPolicy amount=\"70.50\" from=\"2017-09-12T23:59:00+02:00\"/></cancellationPolicies></rate></rates></room></rooms><supplier name=\"HOTELBEDS PRODUCT,S.L.U.\" vatNumber=\"ESB38877676\"/></hotel></booking></bookingRS>"}],"_postman_id":"2fa9bbe3-15dd-49b6-53b1-3d41aacd1da8"}],"id":"789e19e6-4116-d69f-b72c-ddbb1f69d849","description":"The Booking operation confirms a reservation for the rate keys selected, generating a booking. \n\nHere are examples of the booking transaction in XML format.","_postman_id":"789e19e6-4116-d69f-b72c-ddbb1f69d849"},{"name":"5. Post booking operations JSON","item":[{"name":"BookingDetail","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"d53b5c33-85bd-c289-f178-54d8740ba426","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":"{{endpoint}}/hotel-api/1.0/bookings/{{booking_reference}}","description":"The BookingDetail operation retuns all the information of the requested booking."},"response":[],"_postman_id":"d53b5c33-85bd-c289-f178-54d8740ba426"},{"name":"BookingList","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"5912a6fc-e83f-4891-2a71-3d4b673d9bc8","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-api/1.0/bookings?start=2017-08-15&end=2017-09-10&filterType=CREATION&status=ALL&from=1&to=25","host":["{{endpoint}}"],"path":["hotel-api","1.0","bookings"],"query":[{"key":"start","value":"2017-08-15","description":"Date from when the method will start checking bookings. The format must be YYYY-MM-DD"},{"key":"end","value":"2017-09-10","description":"Date to when the method will finish checking bookings. The format must be YYYY-MM-DD"},{"key":"filterType","value":"CREATION","description":"The parameter is used to identify if the bookings list is by check-in date or by booking creation date.  Values:\n\nCHECKIN: for check-in date\n\nCREATION: for creation date\n\nMODIFIED: for modification date"},{"key":"status","value":"ALL","description":"The parameter is used to get all bookings, including or excluding cancelled bookings. Values:\n\n\"ALL\" displays all bookings.\n\n\"CONFIRMED\"  displays only confirmed bookings.\n\n\"CANCELLED\"  displays only cancelled bookings."},{"key":"from","value":"1","description":"Number \"from\" of bookings to be returned."},{"key":"to","value":"25","description":"Number \"to\" of bookings to be returned."},{"key":"clientReference","value":"IntegrationAgency","type":"text","description":"Parameter to filter the result by the client reference included in the booking.","disabled":true},{"key":"country","value":"ES,FR","type":"text","description":"Parameter to filter the results by the country of the hotel.","disabled":true},{"key":"destination","value":"PMI,MCO","type":"text","description":"Parameter to filter the results by the destination of the hotel.","disabled":true},{"key":"hotel","value":"1,2,3","type":"text","description":"Parameter to filter the results by the hotels reserved in the bookings.","disabled":true}]},"description":"The BookingList operation returns a list of bookings based on the search criteria."},"response":[],"_postman_id":"5912a6fc-e83f-4891-2a71-3d4b673d9bc8"},{"name":"BookingCancellation","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"ae77cc09-39a1-66ff-bb24-74d762e15434","request":{"method":"DELETE","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-api/1.0/bookings/{{booking_reference}}?cancellationFlag=SIMULATION&language=ENG","host":["{{endpoint}}"],"path":["hotel-api","1.0","bookings","{{booking_reference}}"],"query":[{"key":"cancellationFlag","value":"SIMULATION","description":"Type of cancellation method to be used. Values:\n\nSIMULATION: To simulate a booking cancellation\n\nCANCELLATION: To cancel the booking (default value if not specified)"},{"key":"language","value":"ENG","description":"Response language."}]},"description":"The BookingCancellation operation cancels a booking or simulates a booking cancellation."},"response":[],"_postman_id":"ae77cc09-39a1-66ff-bb24-74d762e15434"},{"name":"BookingChange","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"8b944d7b-913e-7591-6575-c048da7fceb4","request":{"method":"PUT","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/json","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mode\": \"SIMULATION\",\n    \"booking\": {\n        \"reference\": \"52-1274417\",\n        \"clientReference\": \"INTEGRATIONAGENCY\",\n        \"creationDate\": \"2017-08-31\",\n        \"status\": \"CONFIRMED\",\n        \"modificationPolicies\": {\n            \"cancellation\": true,\n            \"modification\": true\n        },\n        \"creationUser\": \"wuupfvswdqfz342cejxfv3ku\",\n        \"holder\": {\n            \"name\": \"INTEGRATIONTESTFIRSTNAME\",\n            \"surname\": \"INTEGRATIONTESTLASTNAME\"\n        },\n        \"hotel\": {\n            \"checkOut\": \"2017-09-20\",\n            \"checkIn\": \"2017-09-15\",\n            \"code\": 1,\n            \"name\": \"Villa Dorada\",\n            \"categoryCode\": \"3EST\",\n            \"categoryName\": \"3 STARS\",\n            \"destinationCode\": \"SAL\",\n            \"destinationName\": \"Salou Area / Costa Dorada\",\n            \"zoneCode\": 10,\n            \"zoneName\": \"Salou\",\n            \"latitude\": \"41.06865947991072\",\n            \"longitude\": \"1.1524744666303377\",\n            \"rooms\": [\n                {\n                    \"status\": \"CONFIRMED\",\n                    \"id\": 1,\n                    \"code\": \"DBT.ST-3\",\n                    \"name\": \"Double or Twin MONOPARENTAL 1 ADULT 2 CHILDREN\",\n                    \"paxes\": [\n                        {\n                            \"roomId\": 1,\n                            \"type\": \"AD\",\n                            \"name\": \"First Adult Name\",\n                            \"surname\": \"Surname\"\n                        },\n                        {\n                            \"roomId\": 1,\n                            \"type\": \"CH\",\n                            \"age\": 6,\n                            \"name\": \"Second Child Name\"\n                        },\n                        {\n                            \"roomId\": 1,\n                            \"type\": \"CH\",\n                            \"age\": 5,\n                            \"name\": \"First Child Name\"\n                        }\n                    ],\n                    \"rates\": [\n                        {\n                            \"rateClass\": \"NOR\",\n                            \"net\": \"302.26\",\n                            \"rateComments\": \"1x Double or Twin Estimated total amount of taxes & fees for this booking: 2.50 Euro   payable on arrival  \\r. Car park NO   . Key Collection 14:00 – 00:00. Check-in hour 14:00 – 00:00. . This rate is not applicable to Spain, Italy & Portugal market/country or passport holders otherwise the reservation will not be accepted or supplement fees can be charged on arrival.\",\n                            \"paymentType\": \"AT_WEB\",\n                            \"packaging\": false,\n                            \"boardCode\": \"RO\",\n                            \"boardName\": \"ROOM ONLY\",\n                            \"cancellationPolicies\": [\n                                {\n                                    \"amount\": \"141.00\",\n                                    \"from\": \"2017-09-14T23:59:00+02:00\"\n                                },\n                                {\n                                    \"amount\": \"70.50\",\n                                    \"from\": \"2017-09-12T23:59:00+02:00\"\n                                }\n                            ],\n                            \"rooms\": 1,\n                            \"adults\": 1,\n                            \"children\": 2\n                        }\n                    ]\n                }\n            ],\n            \"totalNet\": \"302.26\",\n            \"currency\": \"EUR\",\n            \"supplier\": {\n                \"name\": \"HOTELBEDS PRODUCT,S.L.U.\",\n                \"vatNumber\": \"ESB38877676\"\n            }\n        },\n        \"totalNet\": 302.26,\n        \"pendingAmount\": 302.26,\n        \"currency\": \"EUR\"\n    }\n}"},"url":"{{endpoint}}/hotel-api/1.0/bookings/{{booking_reference}}","description":"The BookingChange operation can be used to change (or simulate) different values of a booking or to partially cancel a booking (i.e: cancel a room of a two room reservation).\n\nIn 'examples' you can find different cases of requests and responses."},"response":[],"_postman_id":"8b944d7b-913e-7591-6575-c048da7fceb4"}],"id":"b870641d-e272-6004-1a6b-4867bbbb0b57","description":"There are a number of operations that can be performed post booking: list bookings, check details of the booking, modify a booking and cancel a booking.\n\nHere you can find examples of those operations in JSON format.","_postman_id":"b870641d-e272-6004-1a6b-4867bbbb0b57"},{"name":"5. Post booking operations XML","item":[{"name":"BookingDetail","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"4c61f84f-640b-2f79-2542-66bc16ebfd46","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":"{{endpoint}}/hotel-api/1.0/bookings/{{booking_reference}}","description":"The BookingDetail operation retuns all the information of the requested booking."},"response":[],"_postman_id":"4c61f84f-640b-2f79-2542-66bc16ebfd46"},{"name":"BookingList","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"14221eae-707b-e944-565e-e1d423d8d606","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-api/1.0/bookings?start=2017-08-15&end=2017-09-10&filterType=CREATION&status=ALL&from=1&to=25","host":["{{endpoint}}"],"path":["hotel-api","1.0","bookings"],"query":[{"key":"start","value":"2017-08-15","description":"Date from when the method will start checking bookings. The format must be YYYY-MM-DD"},{"key":"end","value":"2017-09-10","description":"Date to when the method will finish checking bookings. The format must be YYYY-MM-DD"},{"key":"filterType","value":"CREATION","description":"The parameter is used to identify if the bookings list is by check-in date or by booking creation date.  Values:\n\nCHECKIN: for check-in date\n\nCREATION: for creation date\n\nMODIFIED: for modification date"},{"key":"status","value":"ALL","description":"The parameter is used to get all bookings, including or excluding cancelled bookings. Values:\n\n\"ALL\" displays all bookings.\n\n\"CONFIRMED\"  displays only confirmed bookings.\n\n\"CANCELLED\"  displays only cancelled bookings."},{"key":"from","value":"1","description":"Number \"from\" of bookings to be returned."},{"key":"to","value":"25","description":"Number \"to\" of bookings to be returned."},{"key":"clientReference","value":"IntegrationAgency","type":"text","description":"Parameter to filter the result by the client reference included in the booking.","disabled":true},{"key":"country","value":"ES,FR","description":"Parameter to filter the results by the country of the hotel.","disabled":true},{"key":"destination","value":"PMI,MCO","description":"Parameter to filter the results by the destination of the hotel.","disabled":true},{"key":"hotel","value":"1,2,3","description":"Parameter to filter the results by the hotels reserved in the bookings.","disabled":true}]},"description":"The BookingList operation returns a list of bookings based on the search criteria."},"response":[],"_postman_id":"14221eae-707b-e944-565e-e1d423d8d606"},{"name":"BookingCancellation","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"35e34c84-2db2-93b2-9465-458843b4dbe7","request":{"method":"DELETE","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-api/1.0/bookings/{{booking_reference}}?language=ENG","host":["{{endpoint}}"],"path":["hotel-api","1.0","bookings","{{booking_reference}}"],"query":[{"key":"cancellationFlag","value":"SIMULATION","type":"text","description":"Type of cancellation method to be used. Values:\n\nSIMULATION: To simulate a booking cancellation\n\nCANCELLATION: To cancel the booking (default value if not specified)","disabled":true},{"key":"language","value":"ENG","description":"Response language."}]},"description":"The BookingCancellation operation cancels a booking or simulates a booking cancellation."},"response":[],"_postman_id":"35e34c84-2db2-93b2-9465-458843b4dbe7"},{"name":"BookingChange","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"6f720f84-6e11-c52e-66dd-f469833d7cf3","request":{"method":"PUT","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/xml","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"},{"key":"Content-Type","value":"application/xml","description":"Defines request format, posible values: application/xml, application/json"}],"body":{"mode":"raw","raw":"<bookingChangeRQ xmlns=\"http://www.hotelbeds.com/schemas/messages\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\r\n    <mode>SIMULATION</mode>\r\n    <booking reference=\"52-1274418\" clientReference=\"INTEGRATIONAGENCY\" creationDate=\"2017-08-31\" status=\"CONFIRMED\" creationUser=\"wuupfvswdqfz342cejxfv3ku\" totalNet=\"302.26\" pendingAmount=\"302.26\" currency=\"EUR\">\r\n        <modificationPolicies cancellation=\"true\" modification=\"true\"/>\r\n        <holder name=\"INTEGRATIONTESTFIRSTNAME\" surname=\"INTEGRATIONTESTLASTNAME\"/>\r\n        <hotel checkOut=\"2017-09-20\" checkIn=\"2017-09-15\" code=\"1\" name=\"Villa Dorada\" categoryCode=\"3EST\" categoryName=\"3 STARS\" destinationCode=\"SAL\" destinationName=\"Salou Area / Costa Dorada\" zoneCode=\"10\" zoneName=\"Salou\" latitude=\"41.06865947991072\" longitude=\"1.1524744666303377\" totalNet=\"302.26\" currency=\"EUR\">\r\n            <rooms>\r\n                <room status=\"CONFIRMED\" id=\"1\" code=\"DBT.ST-3\" name=\"Double or Twin MONOPARENTAL 1 ADULT 2 CHILDREN\">\r\n                    <paxes>\r\n                        <pax roomId=\"1\" type=\"AD\" name=\"First Adult Name\" surname=\"Surname\"/>\r\n                        <pax roomId=\"1\" type=\"CH\" age=\"6\" name=\"Second Child Name\"/>\r\n                        <pax roomId=\"1\" type=\"CH\" age=\"5\" name=\"First Child Name\"/>\r\n                    </paxes>\r\n                    <rates>\r\n                        <rate rateClass=\"NOR\" net=\"302.26\" rateComments=\"1x Double or Twin Estimated total amount of taxes &amp; fees for this booking: 2.50 Euro   payable on arrival  &#xd;. Car park NO   . Key Collection 14:00 – 00:00. Check-in hour 14:00 – 00:00. . This rate is not applicable to Spain, Italy &amp; Portugal market/country or passport holders otherwise the reservation will not be accepted or supplement fees can be charged on arrival.\" paymentType=\"AT_WEB\" packaging=\"false\" boardCode=\"RO\" boardName=\"ROOM ONLY\" rooms=\"1\" adults=\"1\" children=\"2\">\r\n                            <cancellationPolicies>\r\n                                <cancellationPolicy amount=\"141.00\" from=\"2017-09-14T23:59:00+02:00\"/>\r\n                                <cancellationPolicy amount=\"70.50\" from=\"2017-09-12T23:59:00+02:00\"/>\r\n                            </cancellationPolicies>\r\n                        </rate>\r\n                    </rates>\r\n                </room>\r\n            </rooms>\r\n            <supplier name=\"HOTELBEDS PRODUCT,S.L.U.\" vatNumber=\"ESB38877676\"/>\r\n        </hotel>\r\n    </booking>\r\n</bookingChangeRQ>"},"url":"{{endpoint}}/hotel-api/1.0/bookings/{{booking_reference}}","description":"The BookingChange operation can be used to change (or simulate) different values of a booking or to partially cancel a booking (i.e: cancel a room of a two room reservation).\n\nIn 'examples' you can find different cases of requests and responses."},"response":[],"_postman_id":"6f720f84-6e11-c52e-66dd-f469833d7cf3"}],"id":"2f4e7590-a921-8403-16da-7e283ec7654b","description":"There are a number of operations that can be performed post booking: list bookings, check details of the booking, modify a booking and cancel a booking.\n\nHere you can find examples of those operations in XML format.","_postman_id":"2f4e7590-a921-8403-16da-7e283ec7654b"},{"name":"0. Status","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"1545206b-b403-8353-543e-bdefda2b9191","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":"{{endpoint}}/hotel-api/1.0/status","description":"Operation to check the working condition of our API"},"response":[],"_postman_id":"1545206b-b403-8353-543e-bdefda2b9191"}],"id":"5ebdc63f-71a5-eb23-b1ef-939c56164341","description":"BOOKINGAPI is designed to book hotels in real time as fast as in two steps. It covers the complete booking process; it allows generating lists of hotels, confirming bookings, getting lists of bookings, obtaining booking information, making cancellations and modify existing bookings.\r\n\r\nBOOKINGAPI works in combination with CONTENTAPI to obtain content information from the hotels, such as pictures, description, facilities, services, etc. Please refer to the ContentAPI documentation and IO/DOCS for related information.\r\n\r\nBOOKINGAPI has been designed for a two steps confirmation, but due the the complexity of client and providers systems a third method has been designed.","_postman_id":"5ebdc63f-71a5-eb23-b1ef-939c56164341"},{"name":"ContentAPI","item":[{"name":"Hotels","item":[{"name":"Hotel details","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}","","if(globals[\"hotel_code\"] === undefined){","    postman.setGlobalVariable(\"hotel_code\", \"1\");","}"]}}],"id":"2ba75752-c49f-fa6f-96fb-ab60ddf4c25c","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/hotels/{{hotel_code}}?language=ENG&useSecondaryLanguage=False","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","hotels","{{hotel_code}}"],"query":[{"key":"language","value":"ENG","description":"Language Code in which you want the descriptions to be returned. If not specifically indicated, English is the default language."},{"key":"useSecondaryLanguage","value":"False","description":"\"True\" if you want to receive the descriptions in English if the description is not available in the language requested. \"False\" (default value) if you dont want to receive the description in English if the language requested is not available. "}]},"description":"This operation will bring up all details of an specifc hotel in a JSON or XML response."},"response":[],"_postman_id":"2ba75752-c49f-fa6f-96fb-ab60ddf4c25c"},{"name":"Hotels","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"e1dfb6be-6d62-9d60-76db-88d13e431d8e","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/hotels?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=false","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","hotels"],"query":[{"key":"fields","value":"all","description":"The list of fields to be received in the response. If nothing is specified, the hotelCode is returned. See below for the complete list. \"All\" returns all fields available."},{"key":"hotel_code","value":"163","description":"Filter for a specific hotel or list of hotels.","disabled":true},{"key":"destinationCode","value":"PMI","description":"Filter to limit the results for an specific destination.","disabled":true},{"key":"countryCode","value":"US","description":"Filter to limit the results for an specific country.","disabled":true},{"key":"lastUpdateTime","value":"2017-06-10","type":"text","description":"Specifying this parameter will limit the results to those modified or added after the date specified. The allowed format is YYYY-MM-DD","disabled":true},{"key":"language","value":"ENG","description":"Language Code in which you want the descriptions to be returned. If not specifically indicated, English is the default language."},{"key":"from","value":"1","description":"Number of the initial record to receive, if nothing is indicated 1 is the default value.\t"},{"key":"to","value":"100","description":"Number of the final record to receive, if nothing is indicated 100 is the default value. "},{"key":"useSecondaryLanguage","value":"false","description":"\"True\" if you want to receive the descriptions in English if the description is not available in the language requested.\n\"False\" (default value) if you dont want to receive the description in English if the language requested is not available."}]},"description":"This operation will bring up a list of hotels in a JSON or XML response."},"response":[],"_postman_id":"e1dfb6be-6d62-9d60-76db-88d13e431d8e"}],"id":"61002f6d-3987-6c7f-0618-fc81d2b820d2","description":"This operations will bring up a list of hotels and all the individual hotel's details in a JSON or XML.","_postman_id":"61002f6d-3987-6c7f-0618-fc81d2b820d2"},{"name":"Locations","item":[{"name":"Countries","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"89bdf92b-8fe7-4103-e5fd-84c25dd684a0","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/locations/countries?fields=isoCode&countryIds=US&language=ENG&from=1&to=100","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","locations","countries"],"query":[{"key":"fields","value":"isoCode","description":"List of fields you want to receive in the response. If nothing is specified the countryCode will be returned. Values: isoCode, description, all"},{"key":"countryIds","value":"US","description":"Filter for a specific country of list of countries."},{"key":"lastUpdateTime","value":"2015-09-10","description":"Specifying this parameter will limit the results to those modified or added after the date specified. The allowed format is YYYY-MM-DD","disabled":true},{"key":"language","value":"ENG","description":"Language Code in which you want the descriptions to be returned. If it is not indicated English is the default language."},{"key":"from","value":"1","description":"Number of the initial record to receive, if nothing is indicated 1 is the default value."},{"key":"to","value":"100","description":"Number of the final record to receive, if nothing is indicated 100 is the default value."},{"key":"useSecondaryLanguage","value":"False","description":"\"True\" if you want to receive the descriptions in English if the description is not available in the language requested. \n\"False\" (default value) if you dont want to receive the description in English if the language requested is not available. ","disabled":true}]},"description":"It will return the list of available countries."},"response":[],"_postman_id":"89bdf92b-8fe7-4103-e5fd-84c25dd684a0"},{"name":"Destinations","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"212595e9-c107-939c-0a12-2c22cffbc5ff","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/locations/destinations?fields=all&countryId=US&lastUpdateTime=2015-09-10&language=ENG&from=1&to=100&useSecondaryLanguage=false","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","locations","destinations"],"query":[{"key":"fields","value":"all","description":"List of fields you want to receive in the response. If nothing is specified the hotelCode will be returned. Values: countryCode, isoCode, name, zones, groupZones, all"},{"key":"codes","value":"","description":"Filter to limit the results for an specific destination or list of destinations.","disabled":true},{"key":"countryId","value":"US","description":"Filter for a specific country of list of countries."},{"key":"lastUpdateTime","value":"2015-09-10","description":"Specifying this parameter will limit the results to those modified or added after the date specified. The allowed format is YYYY-MM-DD. \t"},{"key":"language","value":"ENG","description":"Language Code in which you want the descriptions to be returned. If not otherwise indicated, English is the default language."},{"key":"from","value":"1","description":"Number of the initial record to receive, if nothing is indicated 1 is the default value."},{"key":"to","value":"100","description":"Number of the final record to receive, if nothing is indicated 100 is the default value. "},{"key":"useSecondaryLanguage","value":"false","description":"\"True\" if you want to receive the descriptions in English if the description is not available in the language requested.\n\"False\" (default value) if you dont want to receive the description in English if the language requested is not available."}]},"description":"It will return the list of available destinations, zones and grouping zones."},"response":[],"_postman_id":"212595e9-c107-939c-0a12-2c22cffbc5ff"}],"id":"d7730c5d-d61a-7fa4-bdd1-273cc037a766","description":"These operations retrieve the lists of locations (countries, destinations, and zones) in a JSON or XML response.\r\n\r\nThe destination tree divides the destinations into three parts (Destination, Zone and Group of Zones), which limits the area covered by each one.","_postman_id":"d7730c5d-d61a-7fa4-bdd1-273cc037a766"},{"name":"Types","item":[{"name":"Accommodations","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"e72ae8dc-55a9-a8bb-9bdd-167a71e936b7","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/types/accommodations?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","types","accommodations"],"query":[{"key":"fields","value":"all","description":"The list of fields to be received in the response. If nothing is specified, the accommodation type code is returned. To retrieve all the fields use ‘all’. See the complete list of available fields in the response."},{"key":"language","value":"ENG","description":"The language code for the language in which you want the descriptions to be returned. If the language is not specified, English is the default language."},{"key":"from","value":"1","description":"The number of the initial record to receive. If nothing is specified, 1 is the default value."},{"key":"to","value":"100","description":"The number of the final record to receive. If nothing is indicated, 100 is the default value."},{"key":"useSecondaryLanguage","value":"True","description":"Specify \"True\" if you want to receive the descriptions in English if the description is not available in the language requested. Specify \"False\" (default value) if you do not want to receive the description in English if the language requested is not available."},{"key":"lastUpdateTime","value":"2017-06-10","description":"Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.","disabled":true}]},"description":"Returns the list of available accommodation types."},"response":[],"_postman_id":"e72ae8dc-55a9-a8bb-9bdd-167a71e936b7"},{"name":"Boards","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"0ad76b0f-e479-24ad-6826-ea6f82383bc6","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/types/boards?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","types","boards"],"query":[{"key":"fields","value":"all","description":"The list of fields to be received in the response. If nothing is specified, the accommodation type code is returned. To retrieve all the fields use ‘all’. See the complete list of available fields in the response."},{"key":"language","value":"ENG","description":"The language code for the language in which you want the descriptions to be returned. If the language is not specified, English is the default language."},{"key":"from","value":"1","description":"The number of the initial record to receive. If nothing is specified, 1 is the default value."},{"key":"to","value":"100","description":"The number of the final record to receive. If nothing is indicated, 100 is the default value."},{"key":"useSecondaryLanguage","value":"True","description":"Specify \"True\" if you want to receive the descriptions in English if the description is not available in the language requested. Specify \"False\" (default value) if you do not want to receive the description in English if the language requested is not available. "},{"key":"lastUpdateTime","value":"2017-06-10","description":"Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.","disabled":true}]},"description":"Returns the list of available board types."},"response":[],"_postman_id":"0ad76b0f-e479-24ad-6826-ea6f82383bc6"},{"name":"Categories","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"97a6c66a-0da2-10c1-7321-4a947e6fc1db","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/types/categories?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","types","categories"],"query":[{"key":"fields","value":"all","description":"The list of fields to be received in the response. If nothing is specified, the accommodation type code is returned. To retrieve all the fields use ‘all’. See the complete list of available fields in the response."},{"key":"language","value":"ENG","description":"The language code for the language in which you want the descriptions to be returned. If the language is not specified, English is the default language."},{"key":"from","value":"1","description":"The number of the initial record to receive. If nothing is specified, 1 is the default value."},{"key":"to","value":"100","description":"The number of the final record to receive. If nothing is indicated, 100 is the default value."},{"key":"useSecondaryLanguage","value":"True","description":"Specify \"True\" if you want to receive the descriptions in English if the description is not available in the language requested. Specify \"False\" (default value) if you do not want to receive the description in English if the language requested is not available. "},{"key":"lastUpdateTime","value":"2017-06-10","description":"Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.","disabled":true}]},"description":"Returns the list of available categories."},"response":[],"_postman_id":"97a6c66a-0da2-10c1-7321-4a947e6fc1db"},{"name":"Chains","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"eab29bf6-06f4-cf0c-1150-7a0049ef49d7","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/types/chains?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","types","chains"],"query":[{"key":"fields","value":"all","description":"The list of fields to be received in the response. If nothing is specified, the accommodation type code is returned. To retrieve all the fields use ‘all’. See the complete list of available fields in the response."},{"key":"language","value":"ENG","description":"The language code for the language in which you want the descriptions to be returned. If the language is not specified, English is the default language."},{"key":"from","value":"1","description":"The number of the initial record to receive. If nothing is specified, 1 is the default value."},{"key":"to","value":"100","description":"The number of the final record to receive. If nothing is indicated, 100 is the default value."},{"key":"useSecondaryLanguage","value":"True","description":"Specify \"True\" if you want to receive the descriptions in English if the description is not available in the language requested. Specify \"False\" (default value) if you do not want to receive the description in English if the language requested is not available."},{"key":"lastUpdateTime","value":"2017-06-10","description":"Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.","disabled":true}]},"description":"Returns the list of available chains."},"response":[],"_postman_id":"eab29bf6-06f4-cf0c-1150-7a0049ef49d7"},{"name":"Currencies","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"b1eebdff-4de5-f3f5-d49d-e517cfa56755","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/types/currencies?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","types","currencies"],"query":[{"key":"fields","value":"all","description":"The list of fields to be received in the response. If nothing is specified, the accommodation type code is returned. To retrieve all the fields use ‘all’. See the complete list of available fields in the response."},{"key":"language","value":"ENG","description":"The language code for the language in which you want the descriptions to be returned. If the language is not specified, English is the default language."},{"key":"from","value":"1","description":"The number of the initial record to receive. If nothing is specified, 1 is the default value."},{"key":"to","value":"100","description":"The number of the final record to receive. If nothing is indicated, 100 is the default value."},{"key":"useSecondaryLanguage","value":"True","description":"Specify \"True\" if you want to receive the descriptions in English if the description is not available in the language requested. Specify \"False\" (default value) if you do not want to receive the description in English if the language requested is not available. "},{"key":"lastUpdateTime","value":"2017-06-10","description":"Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.","disabled":true}]},"description":"Returns the list of available currencies."},"response":[],"_postman_id":"b1eebdff-4de5-f3f5-d49d-e517cfa56755"},{"name":"Facilities","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"f933fa0b-001d-6f54-b13c-34d5ac09d8cd","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/types/facilities?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","types","facilities"],"query":[{"key":"fields","value":"all","description":"The list of fields to be received in the response. If nothing is specified, the accommodation type code is returned. To retrieve all the fields use ‘all’. See the complete list of available fields in the response."},{"key":"language","value":"ENG","description":"The language code for the language in which you want the descriptions to be returned. If the language is not specified, English is the default language."},{"key":"from","value":"1","description":"The number of the initial record to receive. If nothing is specified, 1 is the default value."},{"key":"to","value":"100","description":"The number of the final record to receive. If nothing is indicated, 100 is the default value."},{"key":"useSecondaryLanguage","value":"True","description":"Specify \"True\" if you want to receive the descriptions in English if the description is not available in the language requested. Specify \"False\" (default value) if you do not want to receive the description in English if the language requested is not available."},{"key":"lastUpdateTime","value":"2017-06-10","description":"Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.","disabled":true}]},"description":"Returns the list of available facilities."},"response":[],"_postman_id":"f933fa0b-001d-6f54-b13c-34d5ac09d8cd"},{"name":"FacilityGroups","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"c686f38d-86f4-8dfa-99b2-94778fecf252","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/types/facilitygroups?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","types","facilitygroups"],"query":[{"key":"fields","value":"all","description":"The list of fields to be received in the response. If nothing is specified, the accommodation type code is returned. To retrieve all the fields use ‘all’. See the complete list of available fields in the response."},{"key":"language","value":"ENG","description":"The language code for the language in which you want the descriptions to be returned. If the language is not specified, English is the default language."},{"key":"from","value":"1","description":"The number of the initial record to receive. If nothing is specified, 1 is the default value."},{"key":"to","value":"100","description":"The number of the final record to receive. If nothing is indicated, 100 is the default value."},{"key":"useSecondaryLanguage","value":"True","description":"Specify \"True\" if you want to receive the descriptions in English if the description is not available in the language requested. Specify \"False\" (default value) if you do not want to receive the description in English if the language requested is not available. "},{"key":"lastUpdateTime","value":"2017-06-10","description":"Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.","disabled":true}]},"description":"Returns the list of available facility groups."},"response":[],"_postman_id":"c686f38d-86f4-8dfa-99b2-94778fecf252"},{"name":"FacilityTypologies","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"bd81caa2-f9c4-4cab-1339-f65b3b5c9de7","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/types/facilitytypologies?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","types","facilitytypologies"],"query":[{"key":"fields","value":"all","description":"The list of fields to be received in the response. If nothing is specified, the accommodation type code is returned. To retrieve all the fields use ‘all’. See the complete list of available fields in the response."},{"key":"language","value":"ENG","description":"The language code for the language in which you want the descriptions to be returned. If the language is not specified, English is the default language."},{"key":"from","value":"1","description":"The number of the initial record to receive. If nothing is specified, 1 is the default value."},{"key":"to","value":"100","description":"The number of the final record to receive. If nothing is indicated, 100 is the default value."},{"key":"useSecondaryLanguage","value":"True","description":"Specify \"True\" if you want to receive the descriptions in English if the description is not available in the language requested. Specify \"False\" (default value) if you do not want to receive the description in English if the language requested is not available. "},{"key":"lastUpdateTime","value":"2017-06-10","description":"Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.","disabled":true}]},"description":"Returns the list of available facility typologies."},"response":[],"_postman_id":"bd81caa2-f9c4-4cab-1339-f65b3b5c9de7"},{"name":"Issues","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"f1fd4d7e-a55d-30e5-e321-4684d0957891","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/types/issues?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","types","issues"],"query":[{"key":"fields","value":"all","description":"The list of fields to be received in the response. If nothing is specified, the accommodation type code is returned. To retrieve all the fields use ‘all’. See the complete list of available fields in the response."},{"key":"language","value":"ENG","description":"The language code for the language in which you want the descriptions to be returned. If the language is not specified, English is the default language."},{"key":"from","value":"1","description":"The number of the initial record to receive. If nothing is specified, 1 is the default value."},{"key":"to","value":"100","description":"The number of the final record to receive. If nothing is indicated, 100 is the default value."},{"key":"useSecondaryLanguage","value":"True","description":"Specify \"True\" if you want to receive the descriptions in English if the description is not available in the language requested. Specify \"False\" (default value) if you do not want to receive the description in English if the language requested is not available."},{"key":"lastUpdateTime","value":"2017-06-10","description":"Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.","disabled":true}]},"description":"Returns the list of available issues."},"response":[],"_postman_id":"f1fd4d7e-a55d-30e5-e321-4684d0957891"},{"name":"Languages","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"9a474762-f0bd-8a71-2d4e-e7efba144478","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/types/languages?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","types","languages"],"query":[{"key":"fields","value":"all","description":"The list of fields to be received in the response. If nothing is specified, the accommodation type code is returned. To retrieve all the fields use ‘all’. See the complete list of available fields in the response."},{"key":"language","value":"ENG","description":"The language code for the language in which you want the descriptions to be returned. If the language is not specified, English is the default language."},{"key":"from","value":"1","description":"The number of the initial record to receive. If nothing is specified, 1 is the default value."},{"key":"to","value":"100","description":"The number of the final record to receive. If nothing is indicated, 100 is the default value."},{"key":"useSecondaryLanguage","value":"True","description":"Specify \"True\" if you want to receive the descriptions in English if the description is not available in the language requested. Specify \"False\" (default value) if you do not want to receive the description in English if the language requested is not available. "},{"key":"lastUpdateTime","value":"2017-06-10","description":"Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.","disabled":true}]},"description":"Returns the list of available languages."},"response":[],"_postman_id":"9a474762-f0bd-8a71-2d4e-e7efba144478"},{"name":"Promotions","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"009dee5b-56c6-2f60-dfc7-4a4013787f14","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/types/promotions?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","types","promotions"],"query":[{"key":"fields","value":"all","description":"The list of fields to be received in the response. If nothing is specified, the accommodation type code is returned. To retrieve all the fields use ‘all’. See the complete list of available fields in the response."},{"key":"language","value":"ENG","description":"The language code for the language in which you want the descriptions to be returned. If the language is not specified, English is the default language."},{"key":"from","value":"1","description":"The number of the initial record to receive. If nothing is specified, 1 is the default value."},{"key":"to","value":"100","description":"The number of the final record to receive. If nothing is indicated, 100 is the default value."},{"key":"useSecondaryLanguage","value":"True","description":"Specify \"True\" if you want to receive the descriptions in English if the description is not available in the language requested. Specify \"False\" (default value) if you do not want to receive the description in English if the language requested is not available. "},{"key":"lastUpdateTime","value":"2017-06-10","description":"Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.","disabled":true}]},"description":"Returns the list of available promotions."},"response":[],"_postman_id":"009dee5b-56c6-2f60-dfc7-4a4013787f14"},{"name":"Segments","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"65e8a42d-5504-adf2-e8af-b0fab2d74a21","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/types/segments?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","types","segments"],"query":[{"key":"fields","value":"all","description":"The list of fields to be received in the response. If nothing is specified, the accommodation type code is returned. To retrieve all the fields use ‘all’. See the complete list of available fields in the response."},{"key":"language","value":"ENG","description":"The language code for the language in which you want the descriptions to be returned. If the language is not specified, English is the default language."},{"key":"from","value":"1","description":"The number of the initial record to receive. If nothing is specified, 1 is the default value."},{"key":"to","value":"100","description":"The number of the final record to receive. If nothing is indicated, 100 is the default value."},{"key":"useSecondaryLanguage","value":"True","description":"Specify \"True\" if you want to receive the descriptions in English if the description is not available in the language requested. Specify \"False\" (default value) if you do not want to receive the description in English if the language requested is not available."},{"key":"lastUpdateTime","value":"2017-06-10","description":"Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.","disabled":true}]},"description":"Returns the list of available segments."},"response":[],"_postman_id":"65e8a42d-5504-adf2-e8af-b0fab2d74a21"},{"name":"Rooms","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"4eef3daf-53cd-1d6c-0c8b-55e9b52822ce","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/types/rooms?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","types","rooms"],"query":[{"key":"fields","value":"all","description":"The list of fields to be received in the response. If nothing is specified, the accommodation type code is returned. To retrieve all the fields use ‘all’. See the complete list of available fields in the response."},{"key":"language","value":"ENG","description":"The language code for the language in which you want the descriptions to be returned. If the language is not specified, English is the default language."},{"key":"from","value":"1","description":"The number of the initial record to receive. If nothing is specified, 1 is the default value."},{"key":"to","value":"100","description":"The number of the final record to receive. If nothing is indicated, 100 is the default value."},{"key":"useSecondaryLanguage","value":"True","description":"Specify \"True\" if you want to receive the descriptions in English if the description is not available in the language requested. Specify \"False\" (default value) if you do not want to receive the description in English if the language requested is not available. "},{"key":"lastUpdateTime","value":"2017-06-10","description":"Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.","disabled":true}]},"description":"Returns the list of available rooms."},"response":[],"_postman_id":"4eef3daf-53cd-1d6c-0c8b-55e9b52822ce"},{"name":"Terminals","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"2c4c3ea4-6a6d-366c-1153-780727a402d6","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/types/terminals?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","types","terminals"],"query":[{"key":"fields","value":"all","description":"The list of fields to be received in the response. If nothing is specified, the accommodation type code is returned. To retrieve all the fields use ‘all’. See the complete list of available fields in the response."},{"key":"language","value":"ENG","description":"The language code for the language in which you want the descriptions to be returned. If the language is not specified, English is the default language."},{"key":"from","value":"1","description":"The number of the initial record to receive. If nothing is specified, 1 is the default value."},{"key":"to","value":"100","description":"The number of the final record to receive. If nothing is indicated, 100 is the default value."},{"key":"useSecondaryLanguage","value":"True","description":"Specify \"True\" if you want to receive the descriptions in English if the description is not available in the language requested. Specify \"False\" (default value) if you do not want to receive the description in English if the language requested is not available. "},{"key":"lastUpdateTime","value":"2017-06-10","description":"Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.","disabled":true}]},"description":"Returns the list of available terminals."},"response":[],"_postman_id":"2c4c3ea4-6a6d-366c-1153-780727a402d6"},{"name":"ImageTypes","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"5c4fe212-75f9-2369-f5af-7f33eb2ab16e","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/types/imagetypes?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","types","imagetypes"],"query":[{"key":"fields","value":"all","description":"The list of fields to be received in the response. If nothing is specified, the accommodation type code is returned. To retrieve all the fields use ‘all’. See the complete list of available fields in the response."},{"key":"language","value":"ENG","description":"The language code for the language in which you want the descriptions to be returned. If the language is not specified, English is the default language."},{"key":"from","value":"1","description":"The number of the initial record to receive. If nothing is specified, 1 is the default value."},{"key":"to","value":"100","description":"The number of the final record to receive. If nothing is indicated, 100 is the default value."},{"key":"useSecondaryLanguage","value":"True","description":"Specify \"True\" if you want to receive the descriptions in English if the description is not available in the language requested. Specify \"False\" (default value) if you do not want to receive the description in English if the language requested is not available."},{"key":"lastUpdateTime","value":"2017-06-10","description":"Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.","disabled":true}]},"description":"Returns the descriptions of the different image types."},"response":[],"_postman_id":"5c4fe212-75f9-2369-f5af-7f33eb2ab16e"},{"name":"GroupCategories","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"35881007-6621-a7f9-bfa3-51d3fd73cd1f","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/types/groupcategories?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","types","groupcategories"],"query":[{"key":"fields","value":"all","description":"The list of fields to be received in the response. If nothing is specified, the accommodation type code is returned. To retrieve all the fields use ‘all’. See the complete list of available fields in the response."},{"key":"language","value":"ENG","description":"The language code for the language in which you want the descriptions to be returned. If the language is not specified, English is the default language."},{"key":"from","value":"1","description":"The number of the initial record to receive. If nothing is specified, 1 is the default value."},{"key":"to","value":"100","description":"The number of the final record to receive. If nothing is indicated, 100 is the default value."},{"key":"useSecondaryLanguage","value":"True","description":"Specify \"True\" if you want to receive the descriptions in English if the description is not available in the language requested. Specify \"False\" (default value) if you do not want to receive the description in English if the language requested is not available. "},{"key":"lastUpdateTime","value":"2017-06-10","description":"Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.","disabled":true}]},"description":"Returns the descriptions of the different category groups."},"response":[],"_postman_id":"35881007-6621-a7f9-bfa3-51d3fd73cd1f"},{"name":"RateComments","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"70884b84-9a8b-69d3-64f5-b13a669acf2b","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/types/ratecomments?code=79|51538|0&fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","types","ratecomments"],"query":[{"key":"code","value":"79|51538|0","description":"Rate comment code"},{"key":"fields","value":"all","description":"The list of fields to be received in the response. If nothing is specified, the accommodation type code is returned. To retrieve all the fields use ‘all’. See the complete list of available fields in the response."},{"key":"language","value":"ENG","description":"The language code for the language in which you want the descriptions to be returned. If the language is not specified, English is the default language."},{"key":"from","value":"1","description":"The number of the initial record to receive. If nothing is specified, 1 is the default value."},{"key":"to","value":"100","description":"The number of the final record to receive. If nothing is indicated, 100 is the default value."},{"key":"useSecondaryLanguage","value":"True","description":"Specify \"True\" if you want to receive the descriptions in English if the description is not available in the language requested. Specify \"False\" (default value) if you do not want to receive the description in English if the language requested is not available. "},{"key":"lastUpdateTime","value":"2017-06-10","description":"Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.","disabled":true}]},"description":"Returns the descriptions of the Rate Comments associated with the hotel that the hotelier wants the client to read before confirming the booking. You can check the use of Rate Comments in https://developer.hotelbeds.com/docs/read/apitude_content/Use_of_Rate_Comments.\n\n"},"response":[],"_postman_id":"70884b84-9a8b-69d3-64f5-b13a669acf2b"},{"name":"RateCommentDetails","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["//Begin UTC creation","var utcDate = Math.floor(new Date().getTime() / 1000);","","//Begin Signature Assembly","var publicKey = globals[\"Api-key\"];","var privateKey = globals[\"secret\"];","","if(environment[\"Api-key\"] !== undefined){","    publicKey = environment[\"Api-key\"];","    privateKey = environment[\"secret\"];","}","","var assemble = (publicKey+privateKey+utcDate);","","//Begin SHA-256 Encryption","hash = CryptoJS.SHA256(assemble).toString();","encryption = (hash.toString(CryptoJS.enc.Hex));","if(environment[\"X-Signature\"] !== undefined){","    postman.setEnvironmentVariable(\"X-Signature\", encryption);","}","else {","    postman.setGlobalVariable(\"X-Signature\", encryption);","}"]}}],"id":"2f91ef63-6677-6acc-4c5b-92ddda5ce88a","request":{"method":"GET","header":[{"key":"Api-key","value":"{{Api-key}}","description":"API Key used in the request"},{"key":"X-Signature","value":"{{X-Signature}}","description":"SHA256 hash in Hex format from your API Key, your secret plus current timestamps in seconds"},{"key":"Accept","value":"application/json","description":"Defines response format, posible values: application/xml, application/json"},{"key":"Accept-Encoding","value":"gzip","description":"Defines type of encoding used on the data"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{endpoint}}/hotel-content-api/1.0/types/ratecommentdetails?code=245|4050|3&fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True&date=2017-01-11","host":["{{endpoint}}"],"path":["hotel-content-api","1.0","types","ratecommentdetails"],"query":[{"key":"code","value":"245|4050|3","description":"Rate comment code."},{"key":"fields","value":"all","description":"The list of fields to be received in the response. If nothing is specified, the accommodation type code is returned. To retrieve all the fields use ‘all’. See the complete list of available fields in the response."},{"key":"language","value":"ENG","description":"The language code for the language in which you want the descriptions to be returned. If the language is not specified, English is the default language."},{"key":"from","value":"1","description":"The number of the initial record to receive. If nothing is specified, 1 is the default value."},{"key":"to","value":"100","description":"The number of the final record to receive. If nothing is indicated, 100 is the default value."},{"key":"useSecondaryLanguage","value":"True","description":"Specify \"True\" if you want to receive the descriptions in English if the description is not available in the language requested. Specify \"False\" (default value) if you do not want to receive the description in English if the language requested is not available. "},{"key":"lastUpdateTime","value":"2017-06-10","type":"text","description":"Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.","disabled":true},{"key":"date","value":"2017-01-11","description":"Check in date. Format: YYYY-MM-DD"}]},"description":"Returns the descriptions of the rate comments associated with the hotel that the hotelier wants the client to read before confirming the booking with the given date."},"response":[],"_postman_id":"2f91ef63-6677-6acc-4c5b-92ddda5ce88a"}],"id":"7073abcf-37cc-f010-7d74-194e3d5adf02","description":"These operations retrieve the different master lists needed to use with the ContentAPI response. There are several operations, all of which have common request parameters.","_postman_id":"7073abcf-37cc-f010-7d74-194e3d5adf02"}],"id":"aae31419-c6d2-4ec1-fa09-369db81f9860","description":"CONTENTAPI has been designed to retrieve all the details of the hotels available in our BOOKINGAPI. CONTENTAPI contains several methods that allow you to obtain the details of the hotels as well as list of destinations, countries and the master types that complement the hotels informatoin (like room type descriptions, accommodation type descriptions, categories descriptions...).\r\n\r\nThe main operation that we have is the Hotels Operation which is connected to the rest of methods, we can consider three different connections based on the information returned in each operation:\r\n\r\nNote that the Languages operation will be connected to all the operations in which a description is returned, since we will return the language code in which that description has been returned.","_postman_id":"aae31419-c6d2-4ec1-fa09-369db81f9860"}]}