{"info":{"_postman_id":"be5ddcbc-be43-4125-a01b-312de5bf5a58","name":"Victoury Web API","description":"<html><head></head><body><p>The Victoury Web API is organized around <a href=\"http://en.wikipedia.org/wiki/Representational_State_Transfer\">REST</a>.</p>\n<p>It has predictable resource-oriented URLs, returns <a href=\"http://www.json.org/\">JSON-encoded</a> responses, and uses standard HTTP response codes and verbs.</p>\n<p>All requests must be made over HTTPS.</p>\n<h1 id=\"base-url\">Base URL</h1>\n<h4 id=\"acceptation-environment\">Acceptation Environment</h4>\n<p><em>https://{{Tenant}}.acceptation-victoury.net/v1</em></p>\n<h4 id=\"production-environment\">Production Environment</h4>\n<p><em>https://{{Tenant}}.victoury.eu/v1</em></p>\n<h1 id=\"authorization\">Authorization</h1>\n<p>Access to the Victoury Web API methods is granted based on the tenant code and an API key. They API key can be generated in Victoury by navigation to the Settings menu and selecting the System tab.</p>\n<p>Tenant code must be provided in the Base URL in place of <em><strong>{{Tenant}}</strong></em>, and the API key in header <em>“</em><strong>Session-Id</strong>“.</p>\n<h1 id=\"errors\">Errors</h1>\n<p>Victoury Web API uses conventional HTTP response codes to indicate the success or failure of an API request.</p>\n<p>Codes in the <code>2xx</code> range indicate success. Codes in the <code>4xx</code> range indicate an error that failed given the information provided (e.g., invalid Session-Id, tenant not found etc.). Codes in the <code>5xx</code> range indicate an error with Victoury Web Api server.</p>\n<h5 id=\"body\"><strong>BODY</strong></h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"code\": 6,\n    \"message\": \"Invalid session id\",\n    \"messageId\": \"session.sessionIdInvalidError\",\n    \"id\": null\n}\n\n</code></pre>\n<h5 id=\"attributes\"><strong>Attributes</strong></h5>\n<hr>\n<p><strong>code</strong> int</p>\n<p>The Victoury error code of error returned.</p>\n<hr>\n<p><strong>message</strong> string</p>\n<p>A brief human-readable message of error returned.</p>\n<hr>\n<p><strong>messageId</strong> string</p>\n<p>A unique identifier for the error.</p>\n<hr>\n<p><strong>id</strong> int</p>\n<p>The id of the entity involved in the error.</p>\n<h1 id=\"pagination\">Pagination</h1>\n<p>Some API resources allow for retrieval of information in batches.</p>\n<p>Pagination information can be provided as request parameters. We will provide the query args in the resource documentation when available to consume.</p>\n<p>When requesting multiple items and pagination information are not specified, we will set default request limit to 100 items. You can specify a different limit.</p>\n<p>Below is a basic pagination example.</p>\n<blockquote>\n<p><strong>POST</strong> <em>{{baseURL}}/web/searchproducts.json?count=20&amp;page=1&amp;sort=id:desc</em> </p>\n</blockquote>\n<p><strong>Parameters</strong></p>\n<hr>\n<p><strong>count</strong> int</p>\n<p>The number of items to return in one batch.</p>\n<hr>\n<p><strong>page</strong> int</p>\n<p>The number of page to be return.</p>\n<h1 id=\"sorting\">Sorting</h1>\n<p>Some API resources allow sorting the retrieved information.</p>\n<p>The attribute name after which the sorting is wanted and the sorting type can be provided as request parameters. We will provide the query args in the resource documentation when available to consume.</p>\n<p>Below is a basic sorting example.</p>\n<blockquote>\n<p>POST {{baseURL}}/web/searchproducts.json?count=20&amp;page=1&amp;sort=id:desc </p>\n</blockquote>\n<p><strong>Parameters</strong></p>\n<hr>\n<p><strong>sort</strong> sortBy:sortType</p>\n<p><em>sortBy</em> string - name of the attribute after which sorting is wanted</p>\n<p><em>sortType</em> string - type of sorting. Accepted value: \"asc\", \"desc\"</p>\n<h1 id=\"methods\">Methods</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Base URL","slug":"base-url"},{"content":"Authorization","slug":"authorization"},{"content":"Errors","slug":"errors"},{"content":"Pagination","slug":"pagination"},{"content":"Sorting","slug":"sorting"},{"content":"Methods","slug":"methods"}],"owner":"18319759","collectionId":"be5ddcbc-be43-4125-a01b-312de5bf5a58","publishedId":"UVC6jSwz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-11-11T13:50:37.000Z"},"item":[{"name":"Cached Product","item":[{"name":"Search Cached Products","id":"2b9cec82-5579-40c4-919e-ff3dfff0cb4d","protocolProfileBehavior":{"disableBodyPruning":true,"insecureHTTPParser":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Session-Id","type":"text","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"searchTerm\": \"Hilton\",\r\n    \"category\": \"PH\",\r\n    \"language\": \"NL\",\r\n    \"count\": 2,\r\n    \"profitCenters\": [\r\n        \"DW1\"\r\n    ]\r\n}"},"url":"{{baseURL}}/web/searchproducts.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","description":"<p>Quick search method of available cached products. Can be used to quickly load a list of product. When a list of profitCenters codes are provided the method will search for cached product records which have at least one brand from requested ones.</p>\n<hr />\n<h5 id=\"json-request-body-properties\">JSON Request Body Properties</h5>\n<hr />\n<p><strong>searchTerm</strong> mandatory string<br />Used to search all cached products whose product names contain the provided value.</p>\n<hr />\n<p><strong>category</strong> mandatory string<br />Used to search all cached products with category equal to the provided value.</p>\n<hr />\n<p><strong>language</strong> optional string<br />Can be used to search for results in a requested language. If a language is not provided, the return information will be in the default or main language.</p>\n<hr />\n<p><strong>count</strong> mandatory int<br />Used to limit the number of cached product records that are returned in the search results.</p>\n<hr />\n<p><strong>profitCenters</strong> mandatory list of strings<br />Used to search all cached products which have at least one brand from the requested ones.</p>\n<hr />\n<h5 id=\"json-response-body-properties\">JSON Response Body Properties</h5>\n<hr />\n<p>List of items containing cached products information.</p>\n","urlObject":{"path":["web","searchproducts.json"],"host":["{{baseURL}}"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}],"variable":[]}},"response":[{"id":"90dbad53-4bf2-4f95-b29b-dc2acee93d27","name":"OK - Successfully Searched Cached Products","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","type":"text","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"searchTerm\": \"Hilton\",\r\n    \"category\": \"PH\",\r\n    \"language\": \"NL\",\r\n    \"count\": 2,\r\n    \"profitCenters\": [\r\n        \"DW1\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/web/searchproducts.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["web","searchproducts.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 May 2023 11:27:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"language\": \"NL\",\n            \"productId\": 3490,\n            \"productCode\": \"PHHOBSNASBRCOHINA\",\n            \"productName\": \"British Colonial Hilton Nassau Package\",\n            \"category\": \"PH\",\n            \"countryArea\": \"BSNAS\",\n            \"countryAreaLabel\": \"Nassau\",\n            \"embarkLocationId\": null,\n            \"embarkLocationCode\": null,\n            \"embarkLocationCountryArea\": null,\n            \"embarkLocationCountryAreaLabel\": null,\n            \"disembarkLocationId\": null,\n            \"disembarkLocationCode\": null,\n            \"disembarkLocationCountryArea\": null,\n            \"disembarkLocationCountryAreaLabel\": null,\n            \"seoFriendlyName\": \"british-colonial-hilton-nassau\"\n        },\n        {\n            \"language\": \"NL\",\n            \"productId\": 6260,\n            \"productCode\": \"PHHOEGRMFHINURE\",\n            \"productName\": \"Hilton Nubian Package\",\n            \"category\": \"PH\",\n            \"countryArea\": \"EGRMF\",\n            \"countryAreaLabel\": \"Marsa Alam\",\n            \"embarkLocationId\": null,\n            \"embarkLocationCode\": null,\n            \"embarkLocationCountryArea\": null,\n            \"embarkLocationCountryAreaLabel\": null,\n            \"disembarkLocationId\": null,\n            \"disembarkLocationCode\": null,\n            \"disembarkLocationCountryArea\": null,\n            \"disembarkLocationCountryAreaLabel\": null,\n            \"seoFriendlyName\": \"hilton-nubian\"\n        }\n    ],\n    \"totalRecords\": 2\n}"},{"id":"f3650ebf-305d-4892-adf0-157de9b639ac","name":"Error - Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","type":"text","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"category\": \"PH\",\r\n    \"language\": \"NL\",\r\n    \"count\": 2,\r\n    \"profitCenters\": [\r\n        \"DW1\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/web/searchproducts.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["web","searchproducts.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 May 2023 11:28:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 12,\n    \"message\": \"Invalid request parameter Mandatory data like searchTerm is null or empty!\",\n    \"messageId\": \"searchProductRq.Error\",\n    \"id\": null\n}"}],"_postman_id":"2b9cec82-5579-40c4-919e-ff3dfff0cb4d"},{"name":"Filter Cached Products","id":"6e890f71-175e-4eca-aec1-a14ed905eef2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Session-Id","type":"text","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"NL\",\r\n    \"productName\": \"Hilton\",\r\n    \"productCode\": \"PHH\",\r\n    \"category\": \"PH\",\r\n    \"categories\": [\r\n        \"PH\",\r\n        \"HO\"\r\n    ],\r\n    \"countryArea\": \"BSNAS\",\r\n    \"embarkLocationId\": null,\r\n    \"embarkLocationCode\": \"\",\r\n    \"embarkLocationCountryArea\": \"\",\r\n    \"embarkLcoationCountry\": \"\",\r\n    \"embarkLcoationCity\": \"\",\r\n    \"embarkLcoationState\": \"\",\r\n    \"disembarkLocationId\": null,\r\n    \"disembarkLocationCode\": \"\",\r\n    \"disembarkLocationCountryArea\": \"\",\r\n    \"disembarkLcoationCountry\": \"\",\r\n    \"disembarkLcoationCity\": \"\",\r\n    \"disembarkLcoationState\": \"\",\r\n    \"characteristics\": [\r\n        \"GENTC\",\r\n        \"GENBC\"\r\n    ],\r\n    \"rating\": \"ST3\",\r\n    \"durationDays\": [\r\n        0,\r\n        2\r\n    ],\r\n    \"durationNights\": [\r\n        0,\r\n        3\r\n    ],\r\n    \"chargeNights\": false,\r\n    \"liveBooking\": false,\r\n    \"freeSales\": false,\r\n    \"host2Host\": false,\r\n    \"isPerPerson\": true,\r\n    \"hasOccupancy\": false,\r\n    \"flag\": \"\",\r\n    \"profitCenters\": [\r\n        \"DW1\",\r\n        \"LVT\"\r\n    ],\r\n    \"period\": {\r\n        \"startDate\": \"2023-01-01\",\r\n        \"endDate\": \"2024-01-01\"\r\n    },\r\n    \"rooms\": [\r\n        {\r\n            \"adults\": 2,\r\n            \"children\": [\r\n                \"12\"\r\n            ],\r\n            \"seniors\": [\r\n                \"70\",\r\n                \"75\"\r\n            ]\r\n        }\r\n    ],\r\n    \"budget\": {\r\n        \"minBudget\": 1000,\r\n        \"maxBudget\": 1800\r\n    },\r\n    \"allotmentTourLeaders\": []\r\n}"},"url":"{{baseURL}}/web/filterproducts.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","description":"<p>This advanced search and filter functionality allows for more complex searching and filtering of cached products. The method will return a list of cached product information that meets the specified criteria, including a minimum price.</p>\n<hr />\n<h5 id=\"json-request-body-properties\">JSON Request Body Properties</h5>\n<hr />\n<p><strong>language</strong> optional string<br />Can be used to search for results in a requested language. If a language is not provided, the return information will be in the default or main language.</p>\n<hr />\n<p><strong>productCode</strong> optional string<br />Used to search all cached products whose product code contains the provided value.</p>\n<hr />\n<p><strong>productName</strong> optional string<br />Used to search all cached products whose product name contains the provided value.</p>\n<hr />\n<p><strong>category</strong> optional string<br />Used to search all cached products with category equal to the provided value.</p>\n<hr />\n<p><strong>categories</strong> optional list of string<br />Used to search all cached products with category equal to one of the provided categories.</p>\n<hr />\n<p><strong>countryArea</strong> optional string<br />Used to search all cached products whose country area contains the provided value.</p>\n<hr />\n<p><strong>embarkLocationId</strong> optional Long<br />Used to search all cached products with embarkLocationId equal to the provided value.</p>\n<hr />\n<p><strong>embarkLocationCode</strong> optional string<br />Used to search all cached products with embarkLocationCode equal to the provided value.</p>\n<hr />\n<p><strong>embarkLocationCountryArea</strong> optional string<br />Used to search all cached products with embarkLocationCountryArea equal to the provided value.</p>\n<hr />\n<p><strong>embarkLocationCountry</strong> optional string<br />Used to search all cached products with embarkLocationCountry equal to the provided value.</p>\n<hr />\n<p><strong>embarkLocationCity</strong> optional string<br />Used to search all cached products whose embarkLocationCity contains the provided value.</p>\n<hr />\n<p><strong>embarkLocationState</strong> optional string<br />Used to search all cached products whose embarkLocationState contains the provided value.</p>\n<hr />\n<p><strong>disembarkLocationId</strong> optional Long<br />Used to search all cached products with disembarkLocationId equal to the provided value.</p>\n<hr />\n<p><strong>disembarkLocationCode</strong> optional string<br />Used to search all cached products with disembarkLocationCode equal to the provided value.</p>\n<hr />\n<p><strong>disembarkLocationCountryArea</strong> optional string<br />Used to search all cached products with disembarkLocationCountryArea equal to the provided value.</p>\n<hr />\n<p><strong>disembarkLocationCountry</strong> optional string<br />Used to search all cached products with disembarkLocationCountry equal to the provided value.</p>\n<hr />\n<p><strong>disembarkLocationCity</strong> optional string<br />Used to search all cached products whose disembarkLocationCity contains the provided value.</p>\n<hr />\n<p><strong>disembarkLocationState</strong> optional string<br />Used to search all cached products whose disembarkLocationState contains the provided value.</p>\n<hr />\n<p><strong>characteristics</strong> optional list of strings<br />Used to search all cached products which have at least one characteristic in characteristics or supplementsCharacteristics from the requested ones.</p>\n<hr />\n<p><strong>rating</strong> optional string<br />Used to search all cached products with rating equal to the provided value.</p>\n<hr />\n<p><strong>durationDays</strong> optional list of int<br />Used to search all cached products with durationDays equal to one of the provided values.</p>\n<hr />\n<p><strong>durationNights</strong> optional list of int<br />Used to search all cached products with durationNights equal to one of the provided values.</p>\n<hr />\n<p><strong>chargeNights</strong> optional boolean<br />Used to search all cached products with chargeNights equal to the provided value.</p>\n<hr />\n<p><strong>liveBooking</strong> optional boolean<br />Used to search all cached products with liveBooking equal to the provided value.</p>\n<hr />\n<p><strong>freeSales</strong> optional boolean<br />Used to search all cached products with freeSales equal to the provided value.</p>\n<hr />\n<p><strong>host2Host</strong> optional boolean<br />Used to search all cached products with host2Host equal to the provided value.</p>\n<hr />\n<p><strong>isPerPerson</strong> optional boolean<br />Used to search all cached products with isPerPerson equal to the provided value.</p>\n<hr />\n<p><strong>hasOccupancy</strong> optional boolean<br />Used to search all cached products with hasOccupancy equal to the provided value.</p>\n<hr />\n<p><strong>flag</strong> optional string<br />Used to search all cached products with flag equal to the provided value.</p>\n<hr />\n<p><strong>profitCenters</strong> mandatory list of strings<br />Used to search all cached products which have at least one brand from the requested ones.</p>\n<hr />\n<p><strong>period</strong> optional object<br />Used to search price.</p>\n<p><strong>Period properties:</strong></p>\n<p><strong>startDate</strong> optional date<br />Date must be provided in \"YYYY-MM-DD\" format.</p>\n<p><strong>endDate</strong> optional date<br />Date must be provided in \"YYYY-MM-DD\" format.</p>\n<hr />\n<p><strong>rooms</strong> optional list of object<br />Used to search price.</p>\n<p><strong>Rooms objects properties</strong>:</p>\n<p><strong>adults</strong> optional int<br />Represent the number of aduls.</p>\n<p><strong>children</strong> optional list of strings<br />Represent the children's ages.</p>\n<p><strong>seniors</strong> optional list of strings<br />Represent the seniors's ages.</p>\n<hr />\n<p><strong>budget</strong> optional object<br />Used to search price based on minBudget and maxBudget when period and rooms are not provided.</p>\n<p><strong>Budget properties:</strong></p>\n<p><strong>minBudget</strong> optional double</p>\n<p><strong>maxBudget</strong> optional double</p>\n<hr />\n<p><strong>allotmentTourLeaders</strong> optional list of Long<br />Used to search all cached products which have at least one tourLeader from the requested ones.</p>\n<hr />\n<h5 id=\"json-response-body-properties\">JSON Response Body Properties</h5>\n<hr />\n<p>List of items containing cached products information.</p>\n","urlObject":{"path":["web","filterproducts.json"],"host":["{{baseURL}}"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}],"variable":[]}},"response":[{"id":"f3e39a3b-50bd-4c0c-a7b6-d87741ca18b9","name":"OK - Successfully Filtered Cached Products","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","type":"text","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"NL\",\r\n    \"productName\": \"Hilton\",\r\n    \"productCode\": \"PHH\",\r\n    \"category\": \"PH\",\r\n    \"categories\": [\r\n        \"PH\",\r\n        \"HO\"\r\n    ],\r\n    \"countryArea\": \"BSNAS\",\r\n    \"embarkLocationId\": null,\r\n    \"embarkLocationCode\": \"\",\r\n    \"embarkLocationCountryArea\": \"\",\r\n    \"embarkLcoationCountry\": \"\",\r\n    \"embarkLcoationCity\": \"\",\r\n    \"embarkLcoationState\": \"\",\r\n    \"disembarkLocationId\": null,\r\n    \"disembarkLocationCode\": \"\",\r\n    \"disembarkLocationCountryArea\": \"\",\r\n    \"disembarkLcoationCountry\": \"\",\r\n    \"disembarkLcoationCity\": \"\",\r\n    \"disembarkLcoationState\": \"\",\r\n    \"characteristics\": [\r\n        \"GENTC\",\r\n        \"GENBC\"\r\n    ],\r\n    \"rating\": \"ST3\",\r\n    \"durationDays\": [\r\n        0,\r\n        2\r\n    ],\r\n    \"durationNights\": [\r\n        0,\r\n        3\r\n    ],\r\n    \"chargeNights\": false,\r\n    \"liveBooking\": false,\r\n    \"freeSales\": false,\r\n    \"host2Host\": false,\r\n    \"isPerPerson\": true,\r\n    \"hasOccupancy\": false,\r\n    \"flag\": \"\",\r\n    \"profitCenters\": [\r\n        \"DW1\",\r\n        \"LVT\"\r\n    ],\r\n    \"period\": {\r\n        \"startDate\": \"2023-01-01\",\r\n        \"endDate\": \"2024-01-01\"\r\n    },\r\n    \"rooms\": [\r\n        {\r\n            \"adults\": 2,\r\n            \"children\": [\r\n                \"12\"\r\n            ],\r\n            \"seniors\": [\r\n                \"70\",\r\n                \"75\"\r\n            ]\r\n        }\r\n    ],\r\n    \"budget\": {\r\n        \"minBudget\": 1000,\r\n        \"maxBudget\": 1800\r\n    },\r\n    \"allotmentTourLeaders\": []\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/web/filterproducts.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["web","filterproducts.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 May 2023 14:35:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"productCacheId\": 2924,\n            \"language\": \"NL\",\n            \"productId\": 3490,\n            \"productCode\": \"PHHOBSNASBRCOHINA\",\n            \"productName\": \"British Colonial Hilton Nassau Package\",\n            \"productDescription\": null,\n            \"category\": \"PH\",\n            \"categoryLabel\": \"Package Hotel\",\n            \"countryArea\": \"BSNAS\",\n            \"countryAreaLabel\": \"Nassau\",\n            \"embarkLocationId\": null,\n            \"embarkLocationCode\": null,\n            \"embarkLocationCountryArea\": null,\n            \"embarkLocationCountryAreaLabel\": null,\n            \"embarkLocationCountry\": null,\n            \"embarkLocationCountryLabel\": null,\n            \"embarkLocationState\": null,\n            \"embarkLocationCity\": null,\n            \"embarkLocationTopLocation\": false,\n            \"disembarkLocationId\": null,\n            \"disembarkLocationCode\": null,\n            \"disembarkLocationCountryArea\": null,\n            \"disembarkLocationCountryAreaLabel\": null,\n            \"disembarkLocationCountry\": null,\n            \"disembarkLocationState\": null,\n            \"disembarkLocationCity\": null,\n            \"disembarkLocationTopLocation\": false,\n            \"characteristics\": [\n                \"PCGENTAGOF\",\n                \"GENTC\",\n                \"GENBC\",\n                \"PCGENTAGDWS\",\n                \"GENHO\"\n            ],\n            \"characteristicsLabels\": [\n                {\n                    \"code\": \"PCGENTAGOF\",\n                    \"label\": \"Aanbieding\"\n                },\n                {\n                    \"code\": \"GENTC\",\n                    \"label\": \"Top choice\"\n                },\n                {\n                    \"code\": \"GENBC\",\n                    \"label\": \"Best choice\"\n                },\n                {\n                    \"code\": \"PCGENTAGDWS\",\n                    \"label\": \"Diving World Selectie\"\n                },\n                {\n                    \"code\": \"GENHO\",\n                    \"label\": \"Hotel\"\n                }\n            ],\n            \"rating\": \"ST3\",\n            \"ratingLabel\": \"3 Stars\",\n            \"productImage\": \"d7842872-1592-4c9b-a7bb-9ec19ef9711f.png\",\n            \"mapImage\": \"\",\n            \"gpsLocation\": \"25.079004813542046;-77.34\",\n            \"supplierLogos\": [],\n            \"cataloguePrice\": 0,\n            \"priceId\": 4514,\n            \"price\": 0,\n            \"pricePerDay\": 0,\n            \"discount\": 0,\n            \"currencyId\": 1,\n            \"currencyCode\": \"EUR\",\n            \"currencyLabel\": \"EUR\",\n            \"currencyExchangeRate\": 1,\n            \"durationDays\": 0,\n            \"durationNights\": 0,\n            \"chargeNights\": false,\n            \"liveBooking\": false,\n            \"freeSales\": false,\n            \"host2Host\": false,\n            \"isPerPerson\": true,\n            \"hasOccupancy\": false,\n            \"flag\": null,\n            \"priceType1\": null,\n            \"priceType1Label\": null,\n            \"priceType2\": null,\n            \"priceType2Label\": null,\n            \"priceType3\": null,\n            \"priceType3Label\": null,\n            \"priceType4\": null,\n            \"priceType4Label\": null,\n            \"seasonBegin\": \"2021-07-11\",\n            \"seasonEnd\": \"2031-07-11\",\n            \"supplements\": [\n                {\n                    \"rating\": null,\n                    \"category\": \"IN\",\n                    \"webText1\": null,\n                    \"webText2\": null,\n                    \"attribute\": \"O\",\n                    \"productId\": 2207,\n                    \"allotments\": [],\n                    \"multimedia\": {\n                        \"images\": []\n                    },\n                    \"countryArea\": null,\n                    \"productCode\": \"INANNUL\",\n                    \"productName\": \"Annuleringsverzekering\",\n                    \"ratingLabel\": null,\n                    \"customFields\": null,\n                    \"categoryLabel\": \"Insurance\",\n                    \"characteristics\": null,\n                    \"seoFriendlyName\": \"annuleringsverzekering\",\n                    \"countryAreaLabel\": null,\n                    \"productDescription\": null,\n                    \"characteristicsLabels\": null\n                },\n                {\n                    \"rating\": \"ST0\",\n                    \"category\": \"DC\",\n                    \"webText1\": null,\n                    \"webText2\": null,\n                    \"attribute\": \"O\",\n                    \"productId\": 3557,\n                    \"allotments\": [],\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"fileName\": \"a1fc4045-c48d-45fb-b00a-82942f32c386.jpeg\",\n                                \"position\": 1,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"fileName\": \"5c18edbf-e80e-4c4f-8eba-085de310e46d.jpeg\",\n                                \"position\": 2,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"fileName\": \"1e0fabaf-d0ae-4cca-a0b9-13becc061714.jpeg\",\n                                \"position\": 3,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"fileName\": \"300f6066-a6dd-4bda-b0bd-532944bce53a.jpeg\",\n                                \"position\": 4,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"fileName\": \"3d7efff4-0be0-47a6-946e-ab92f81dd68e.jpeg\",\n                                \"position\": 5,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"fileName\": \"e8970ad3-ecd2-486d-9968-dc8fb81bd81f.jpeg\",\n                                \"position\": 6,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"fileName\": \"d634bff6-3839-43f6-9306-ce038f827913.jpeg\",\n                                \"position\": 7,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"fileName\": \"3978fcc5-bc13-4100-986b-c4bb6ed4f39f.jpeg\",\n                                \"position\": 8,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"fileName\": \"e2663911-6942-4731-8732-0b269fed2edd.jpeg\",\n                                \"position\": 9,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"fileName\": \"a7308e74-97a1-451a-b65a-3b66747a9756.jpeg\",\n                                \"position\": 10,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"fileName\": \"04c4662d-464b-4840-b866-a85c25fb5845.jpeg\",\n                                \"position\": 11,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"fileName\": \"46ad4275-e0a2-46fd-b3fa-9d9877183ad8.jpeg\",\n                                \"position\": 12,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"fileName\": \"684eff33-a87d-4bb3-9def-3f675c74bfa3.jpeg\",\n                                \"position\": 13,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"fileName\": \"653550a7-7055-45b2-929e-deb87cfc4092.jpeg\",\n                                \"position\": 14,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"fileName\": \"aa2b8605-4809-4916-8579-29cc34564fc7.jpeg\",\n                                \"position\": 15,\n                                \"description\": null\n                            }\n                        ]\n                    },\n                    \"countryArea\": \"AMCEBS\",\n                    \"productCode\": \"DCBSNASSTCODIBA\",\n                    \"productName\": \"Stuart Cove's Dive Bahamas\",\n                    \"ratingLabel\": \"No Star\",\n                    \"customFields\": [\n                        {\n                            \"name\": \"ScubaID\",\n                            \"label\": \"Scuba Advisor ID\",\n                            \"value\": \"50\"\n                        }\n                    ],\n                    \"categoryLabel\": \"Duikcentrum\",\n                    \"characteristics\": null,\n                    \"seoFriendlyName\": \"stuart-coves-dive-bahamas\",\n                    \"countryAreaLabel\": \"Bahama's\",\n                    \"productDescription\": \"<p>Duiken met Stuart Cove’s is duiken naar de avonturen van de Bahama’s! Ontdek schitterende riffen, dramatische muren en mooi wrakken, maar hét hoogtepunt is natuurlijk het duiken met heel veel haaien.</p><p><br></p><p>Bij verschillende duikstekken zal je meer dan enkele Caraïbische rifhaaien tegenkomen. Wel heel bijzonder is een speciale duik waarbij de haaien worden gevoerd. Wanneer alle duikers zich in een cirkel op de bodem verzamelen wordt de vele haaien een lekker hapje aangeboden. Het is een schitterend en onvergetelijk schouwspel.</p><p><br></p><p>Ook bijzonder zijn enkele duiken naar verschillende filmlocaties onder water. Stuart Cove’s heeft een uitgebreide geschiedenis met het organiseren van duik scènes is wel hele bekende films. Spot bijvoorbeeld een wrak uit een van de James Bond films of de Cessna uit Jaws!</p>\",\n                    \"characteristicsLabels\": null\n                },\n                {\n                    \"rating\": null,\n                    \"category\": \"RDV\",\n                    \"webText1\": null,\n                    \"webText2\": null,\n                    \"attribute\": \"I\",\n                    \"productId\": 3707,\n                    \"allotments\": [],\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"4d8c7ec7-1c0c-4db3-8c95-fe1002e2d115.jpeg\",\n                                \"position\": 1,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"ade1d283-43cf-4614-aecf-461c9c1fb6a9.jpeg\",\n                                \"position\": 2,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"3b15eb07-2100-4985-a358-289c42037762.jpeg\",\n                                \"position\": 3,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"049062f3-5d2f-414b-8bde-c81ea0932321.jpeg\",\n                                \"position\": 4,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"3d1a8c28-871b-4a3e-b9d8-d59bc1df811f.jpeg\",\n                                \"position\": 5,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"745e01d4-8eb2-4246-b1a6-71e90b78b438.jpeg\",\n                                \"position\": 6,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"a8605ea6-23d7-4ba9-bfa6-90d2c03501fb.jpeg\",\n                                \"position\": 7,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"649473d7-0f92-456b-97cf-99efe7f7a43c.jpeg\",\n                                \"position\": 8,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"4a15967c-f384-436c-bbe3-6bdfea1db831.jpeg\",\n                                \"position\": 9,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"b4c7bfe5-5d71-41eb-9c36-cc1acdc75afa.jpeg\",\n                                \"position\": 10,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"fb29c52e-fdfb-4409-a89f-2df72928a9bb.jpeg\",\n                                \"position\": 11,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"1c58a130-0c33-4ffa-a938-43b451fffcf1.jpeg\",\n                                \"position\": 12,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"5c99543e-c176-4eb0-9983-470f3644145d.jpeg\",\n                                \"position\": 13,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"120fcfbf-a4db-4973-aa7b-fff8ec83975f.jpeg\",\n                                \"position\": 14,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"bf359f5f-00cb-4064-9730-efad0f33ff65.jpeg\",\n                                \"position\": 15,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"bc6fa495-9b74-4b37-92ae-6f55eaf9266b.jpeg\",\n                                \"position\": 16,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"e550a561-2462-47c0-9c7d-0673de2f1478.jpeg\",\n                                \"position\": 17,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"b3ecccf5-31ae-4514-bdc0-bd15de711857.jpeg\",\n                                \"position\": 18,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"066f4bd6-2667-4d11-9385-67fc844b3184.jpeg\",\n                                \"position\": 19,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"b976cac6-b7d3-42a4-b871-e59e3b3b0ea2.jpeg\",\n                                \"position\": 20,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"5b0f9638-0d44-4fc5-bdb3-4ad0953fe496.jpeg\",\n                                \"position\": 21,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"3b53176e-3a1c-4278-b647-c4e5cf99b755.jpeg\",\n                                \"position\": 22,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"081415af-73f7-4520-9cf5-aab9eb6a2c8a.jpeg\",\n                                \"position\": 23,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"4bc37f4b-bd81-40b9-a7ce-dec7688ac4e2.jpeg\",\n                                \"position\": 24,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"4a6ff4e1-d396-422d-99cf-67c95244d4d2.jpeg\",\n                                \"position\": 25,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"9b541d9d-6a92-45d9-aaa1-17f2ac92c6f6.jpeg\",\n                                \"position\": 26,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"0be86ac5-abd2-42af-9369-e225e700a1ce.jpeg\",\n                                \"position\": 27,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"8a73552e-342c-48cd-96e5-00434f5ab5b0.jpeg\",\n                                \"position\": 28,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"0f99b540-31e9-4ddd-9616-9c1f9aa6c405.jpeg\",\n                                \"position\": 29,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"3f220f12-a5ea-47a0-aeda-c77350f21f63.jpeg\",\n                                \"position\": 30,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"7b9e7ff5-ff1b-410b-b0ef-285e705e48d6.jpeg\",\n                                \"position\": 31,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"fileName\": \"f0a25cdd-48a2-4ea2-b9d2-06aa84020f1a.jpeg\",\n                                \"position\": 32,\n                                \"description\": null\n                            }\n                        ]\n                    },\n                    \"countryArea\": \"AMCEBS\",\n                    \"productCode\": \"DABSNASSTCODIBA\",\n                    \"productName\": \"Duiken rond Nassau\",\n                    \"ratingLabel\": null,\n                    \"customFields\": null,\n                    \"categoryLabel\": \"Resort Diving Area\",\n                    \"characteristics\": null,\n                    \"seoFriendlyName\": \"duiken-rond-nassau\",\n                    \"countryAreaLabel\": \"Bahama's\",\n                    \"productDescription\": \"<p>Onder water is het, mede door het heldere water, één groot kleurenpalet. Het leven onder water is zeer gevarieerd en je vindt er meer dan 5% van ’s werelds koraal. Daar tussen zwemmen adelaarsroggen, dolfijnen en met veel geluk een bultrugwalvis. Om over de kleine rifvissen nog maar te zwijgen.</p><p><br></p><p>Maar, dé reden om een duik te maken rond de Bahama’s zijn natuurlijk de vele haaien. Spot verschillende Caribische haaien, zoals tijgerhaaien, stierkophaaien en hamerhaaien. Rond de duikstekken Shark Wall, The Arena, Runway Wall en The Runway spot je in de meeste gevallen wel zo'n 20 tot 30 Caraïbische rifhaaien bij elkaar! Duik je met Stuart Cove's dan worden er vaak twee duiken gecombineerd. Tijdens de eerste duik kun je vrij zwemmen met de haaien. Tijdens de tweede duik vorm je met je mededuikers een halve cirkel op de bodem, waarna de haaien door een voeder worden gevoerd. Op deze manier zie je de haaien van wel héél dichtbij!</p><p><br></p><p>Naast kleurrijke riffen en héél veel haaien kun je rond Nassau ook vele wrakken bewonderen. Het team van Stuart Cove's heeft tientallen wrakken laten zinken in vaak ondiep water.</p><p><br></p><p>De Bahama’s is een fijne plek voor de beginnende duiker. Het water rond de eilanden is vaak niet dieper dan acht meter en hier al vind je prachtige koraaltuinen. Maar ook de ervaren duiker komt aan zijn trekken met uitdagende steile wanden, grotten, blue holes, een zeven kilometerslang barrièrerif en natuurlijk de vele haaien!</p>\",\n                    \"characteristicsLabels\": null\n                },\n                {\n                    \"rating\": null,\n                    \"category\": \"HOFL\",\n                    \"webText1\": null,\n                    \"webText2\": null,\n                    \"attribute\": \"M\",\n                    \"productId\": 3488,\n                    \"allotments\": [],\n                    \"multimedia\": {\n                        \"images\": []\n                    },\n                    \"countryArea\": \"BS\",\n                    \"productCode\": \"HOFLBSNASBRCOHINA\",\n                    \"productName\": \"Hotel and Flight British Colonial Hilton Nassau\",\n                    \"ratingLabel\": null,\n                    \"customFields\": null,\n                    \"categoryLabel\": \"Hotel & Flight\",\n                    \"characteristics\": null,\n                    \"seoFriendlyName\": \"hotel-and-flight-british-colonial-hilton-nassau\",\n                    \"countryAreaLabel\": \"Bahamas\",\n                    \"productDescription\": null,\n                    \"characteristicsLabels\": null\n                },\n                {\n                    \"rating\": \"ST4\",\n                    \"category\": \"HO\",\n                    \"webText1\": \"Groot hotel in het hart van Nassau met alle faciliteiten van dien, een mooi zwembad en poederwit zandstrand voor de deur en meerdere eetgelegenheden.\",\n                    \"webText2\": \"<ul><li>Gelegen aan een privé strand</li><li>Uitstekende kamers met prachtig uitzicht</li><li>Duiken met Stuart Cove's</li><li>Haaien, haaien en nog eens haaien!&nbsp;</li><li>Neem een kijkje op de bodem terwijl de haaien worden gevoerd</li></ul>\",\n                    \"attribute\": \"M\",\n                    \"productId\": 3486,\n                    \"allotments\": [],\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"scope\": \"MAIN\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"dc6eb010-ad06-46e1-99f3-bc16db74ac86.jpeg\",\n                                \"position\": 1,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"MAIN\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"681b64c2-a521-4ba8-a890-ab9050e0bc56.jpeg\",\n                                \"position\": 2,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"MAIN\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"1082fb48-9251-4b0f-b615-42c706e812a4.jpeg\",\n                                \"position\": 3,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"71e1a84b-fa40-42e1-8457-da7e916505b8.jpeg\",\n                                \"position\": 4,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"4d4edda8-1bbe-4c49-81c2-69416744e3ac.jpeg\",\n                                \"position\": 5,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"288f08f4-177e-4a76-8fda-68817dbf9a2e.jpeg\",\n                                \"position\": 6,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"784dc779-e354-4f0c-9f7c-93d71e4dc729.jpeg\",\n                                \"position\": 7,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"fbaba38c-83ff-4194-9129-eb5006dfcec9.jpeg\",\n                                \"position\": 8,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"fd51ebb2-1b23-4820-9b12-96c3921b5861.jpeg\",\n                                \"position\": 9,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"422d157d-954b-4e1e-841a-17837b24ace6.jpeg\",\n                                \"position\": 10,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"902211c6-57b3-4b45-a16d-463f0a0bb20e.jpeg\",\n                                \"position\": 11,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"87712107-3194-4cef-81af-21ae058ab5f2.jpeg\",\n                                \"position\": 12,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"6f267e60-f90d-4f0f-ad3d-4860c7620017.jpeg\",\n                                \"position\": 13,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"a1e73287-02de-4558-bcfc-efe48db311b0.jpeg\",\n                                \"position\": 14,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"a281dc10-a346-4e92-a3df-223efb4596ef.jpeg\",\n                                \"position\": 15,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"ba301914-ab7e-4fd3-acae-7b78d757945a.jpeg\",\n                                \"position\": 16,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"421eed7d-cef8-4b07-8923-e66213cb3070.jpeg\",\n                                \"position\": 17,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"70bef7fb-ddd1-49d3-bac8-6064ed8022ae.jpeg\",\n                                \"position\": 18,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"376ec79c-9813-4734-be74-77f4e4fa20a8.jpeg\",\n                                \"position\": 19,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"38a3d594-9f9c-4742-8b01-561faadc4353.jpeg\",\n                                \"position\": 20,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"5d26ec33-fda7-47d0-aa86-7118097605a6.jpeg\",\n                                \"position\": 21,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"6d656f4b-e552-4177-af2b-d4783c6ab036.jpeg\",\n                                \"position\": 22,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"29a8adf3-8289-412d-8f41-0bc8f3ce7c66.jpeg\",\n                                \"position\": 23,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"3852ce84-8ebc-47ad-9c31-7a01c684d7dd.jpeg\",\n                                \"position\": 24,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"a80f1cbf-6abd-47d1-8b3c-1bd490d35ccb.jpeg\",\n                                \"position\": 25,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"bcf032bb-d716-4660-8a8b-8a01a90de8da.jpeg\",\n                                \"position\": 26,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"fc9d3bf1-de66-4f8d-b17b-9c52f0e397f2.jpeg\",\n                                \"position\": 27,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"42e84b4b-3230-4caa-acef-8b18ff29e3e8.jpeg\",\n                                \"position\": 28,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"4a16126a-e23c-4abe-bcc9-7a6d2f93119e.jpeg\",\n                                \"position\": 29,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"f80e3053-9578-4355-a6ee-18518f665df7.jpeg\",\n                                \"position\": 30,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"c09bd3ad-0276-4757-b52d-2a8f18991084.jpeg\",\n                                \"position\": 31,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"8278c001-3db0-4784-b111-79a025d184a0.jpeg\",\n                                \"position\": 32,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"3326eb09-42aa-4775-b08b-76af98c404a5.jpeg\",\n                                \"position\": 33,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"2482d873-cd24-4a59-822e-31a99f78e0c8.jpeg\",\n                                \"position\": 34,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"863f32df-3e3c-4446-b159-0b8f99685466.jpeg\",\n                                \"position\": 35,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"2cd77ae3-e427-458b-93ca-e4237d927ead.jpeg\",\n                                \"position\": 36,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"ebccbd6b-e4f2-4c3a-ba19-ed81c1ef50fb.jpeg\",\n                                \"position\": 37,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"c6d50ad5-fba0-44a3-8683-2011836d0ff4.jpeg\",\n                                \"position\": 38,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"a360e0ba-af81-45c2-b53f-2b785114cdab.jpeg\",\n                                \"position\": 39,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"96700b03-1ab5-47e7-980c-8aa81abceffb.jpeg\",\n                                \"position\": 40,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"2f459714-ca87-4074-bd13-7983cc1561bd.jpeg\",\n                                \"position\": 41,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"8369c282-3da2-4536-b173-5b085e3b0338.jpeg\",\n                                \"position\": 42,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"0a432d12-808c-4386-a116-6be8a9d7d155.jpeg\",\n                                \"position\": 43,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"38f488e9-962c-4725-a77a-921b5b3b89c0.jpeg\",\n                                \"position\": 44,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"b5677983-f672-44f6-b8f2-0b35cb164028.jpeg\",\n                                \"position\": 45,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"fa943311-afdf-403a-a5c0-b788d1d6af43.jpeg\",\n                                \"position\": 46,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": \"RGLR\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"fileName\": \"65506ed0-6164-4efa-89b6-3da7e1ca7536.jpeg\",\n                                \"position\": 47,\n                                \"description\": null\n                            }\n                        ]\n                    },\n                    \"countryArea\": \"BSNAS\",\n                    \"productCode\": \"HOBSNASBRCOHINA\",\n                    \"productName\": \"British Colonial Hilton Nassau\",\n                    \"ratingLabel\": \"4 Stars\",\n                    \"customFields\": [\n                        {\n                            \"name\": \"ScubaID\",\n                            \"label\": \"Scuba Advisor ID\",\n                            \"value\": \"1201\"\n                        }\n                    ],\n                    \"categoryLabel\": \"Hotel\",\n                    \"characteristics\": \"\\\"GENHO\\\"\",\n                    \"seoFriendlyName\": \"british-colonial-hilton-nassau-hotel\",\n                    \"countryAreaLabel\": \"Nassau\",\n                    \"productDescription\": \"<p>Het British Colonial Hilton Nassau is gelegen in het hart van hoofdstad Nassau én direct aan een schitterend poederwit zandstrand. Het mooie hotel is omgeven door tropisch groen, ademt rijke koloniale flair en beschikt over moderne faciliteiten. Iedere gast geniet hier van een ontspannen verblijf op de Bahama’s!</p><p><br></p><p>In het British Colonial Hilton vind je vier verschillende soorten kamers, namelijk de Guest Rooms, Suites, Executive Rooms en Accessible Rooms. Alle kamers beschikken in ieder geval over snel internet, een bureau met stoel en marmeren badkamer.</p><p><br></p><p>Tussen het grote hotel en het mooie zandstrand ligt een heerlijk zwembad met daaromheen meer dan voldoende ligbedden. Een hapje eten doe je in één van de twee restaurants en voor een kop koffie schuif je aan in de coffee shop. Heb je zin in een activiteit dan kun je gratis gebruik maken van alle niet-gemotoriseerde sporten. Met duikcentrum Stuart Cove’s ontdek je schitterende riffen, muren en wrakken. Natuurlijk mag een spectaculaire duik met heel veel haaien dan niet ontbreken!</p>\",\n                    \"characteristicsLabels\": [\n                        {\n                            \"code\": \"GENHO\",\n                            \"label\": \"Hotel\"\n                        }\n                    ]\n                },\n                {\n                    \"rating\": null,\n                    \"category\": \"FL\",\n                    \"webText1\": null,\n                    \"webText2\": null,\n                    \"attribute\": \"M\",\n                    \"productId\": 5358,\n                    \"allotments\": [],\n                    \"multimedia\": {\n                        \"images\": []\n                    },\n                    \"countryArea\": \"BSNAS\",\n                    \"productCode\": \"FLNAS\",\n                    \"productName\": \"Vlucht Nassau (NAS)\",\n                    \"ratingLabel\": null,\n                    \"customFields\": null,\n                    \"categoryLabel\": \"Flight\",\n                    \"characteristics\": null,\n                    \"seoFriendlyName\": \"vlucht-nassau-nas\",\n                    \"countryAreaLabel\": \"Nassau\",\n                    \"productDescription\": null,\n                    \"characteristicsLabels\": null\n                },\n                {\n                    \"rating\": null,\n                    \"category\": \"IN\",\n                    \"webText1\": null,\n                    \"webText2\": null,\n                    \"attribute\": \"O\",\n                    \"productId\": 2208,\n                    \"allotments\": [],\n                    \"multimedia\": {\n                        \"images\": []\n                    },\n                    \"countryArea\": null,\n                    \"productCode\": \"INREISVERZ\",\n                    \"productName\": \"Reisverzekering\",\n                    \"ratingLabel\": null,\n                    \"customFields\": null,\n                    \"categoryLabel\": \"Insurance\",\n                    \"characteristics\": null,\n                    \"seoFriendlyName\": \"reisverzekering\",\n                    \"countryAreaLabel\": null,\n                    \"productDescription\": null,\n                    \"characteristicsLabels\": null\n                },\n                {\n                    \"rating\": null,\n                    \"category\": \"FS\",\n                    \"webText1\": null,\n                    \"webText2\": null,\n                    \"attribute\": \"O\",\n                    \"productId\": 5437,\n                    \"allotments\": [],\n                    \"multimedia\": {\n                        \"images\": []\n                    },\n                    \"countryArea\": \"BS\",\n                    \"productCode\": \"FSNAS\",\n                    \"productName\": \"Baggage Supplement Nassau\",\n                    \"ratingLabel\": null,\n                    \"customFields\": null,\n                    \"categoryLabel\": \"Vlucht Supplement\",\n                    \"characteristics\": null,\n                    \"seoFriendlyName\": \"baggage-supplement-nassau\",\n                    \"countryAreaLabel\": \"Bahamas\",\n                    \"productDescription\": null,\n                    \"characteristicsLabels\": null\n                },\n                {\n                    \"rating\": null,\n                    \"category\": \"TF\",\n                    \"webText1\": null,\n                    \"webText2\": null,\n                    \"attribute\": \"M\",\n                    \"productId\": 5151,\n                    \"allotments\": [],\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"scope\": \"MAIN\",\n                                \"title\": \"Transfer Magic Oceans\",\n                                \"fileName\": \"931287cc-428d-44a5-9a71-14124bf89bcd.jpeg\",\n                                \"position\": 1,\n                                \"description\": null\n                            }\n                        ]\n                    },\n                    \"countryArea\": null,\n                    \"productCode\": \"TFTRA\",\n                    \"productName\": \"Transfers\",\n                    \"ratingLabel\": null,\n                    \"customFields\": null,\n                    \"categoryLabel\": \"Transfer\",\n                    \"characteristics\": null,\n                    \"seoFriendlyName\": \"transfers\",\n                    \"countryAreaLabel\": null,\n                    \"productDescription\": null,\n                    \"characteristicsLabels\": null\n                },\n                {\n                    \"rating\": null,\n                    \"category\": \"DC\",\n                    \"webText1\": null,\n                    \"webText2\": null,\n                    \"attribute\": \"O\",\n                    \"productId\": 4314,\n                    \"allotments\": [],\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"scope\": null,\n                                \"title\": null,\n                                \"fileName\": \"703758a9-6cb1-46db-af31-9a0a0fccecfd.jpeg\",\n                                \"position\": 1,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": null,\n                                \"title\": null,\n                                \"fileName\": \"cf3c89a0-a70c-4b0b-b72c-ecc607086f46.jpeg\",\n                                \"position\": 2,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": null,\n                                \"title\": null,\n                                \"fileName\": \"dc9c7a51-de3e-4ad8-b22e-4070488960db.jpeg\",\n                                \"position\": 3,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": null,\n                                \"title\": null,\n                                \"fileName\": \"5e3923b7-f815-4c10-ab3b-fc1b18c9eb25.jpeg\",\n                                \"position\": 4,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": null,\n                                \"title\": null,\n                                \"fileName\": \"0fd45fe5-7cbf-47a5-8c7b-3f849ff4e5e0.jpeg\",\n                                \"position\": 5,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": null,\n                                \"title\": null,\n                                \"fileName\": \"ab72343d-799d-4826-97af-936c9408ffa3.jpeg\",\n                                \"position\": 6,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": null,\n                                \"title\": null,\n                                \"fileName\": \"016a430c-037e-4e1f-a381-604fbb697e52.jpeg\",\n                                \"position\": 7,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": null,\n                                \"title\": null,\n                                \"fileName\": \"79a4e232-8e14-48f9-b878-5cafbe644266.jpeg\",\n                                \"position\": 8,\n                                \"description\": null\n                            },\n                            {\n                                \"scope\": null,\n                                \"title\": null,\n                                \"fileName\": \"7c133579-af0c-4935-894f-f1a1b5a33716.jpeg\",\n                                \"position\": 9,\n                                \"description\": null\n                            }\n                        ]\n                    },\n                    \"countryArea\": \"BSGRBA\",\n                    \"productCode\": \"DCBSREOAGRBA\",\n                    \"productName\": \"Reef Oasis Grand Bahama\",\n                    \"ratingLabel\": null,\n                    \"customFields\": null,\n                    \"categoryLabel\": \"Duikcentrum\",\n                    \"characteristics\": null,\n                    \"seoFriendlyName\": \"reef-oasis-grand-bahama\",\n                    \"countryAreaLabel\": \"Grand Bahama\",\n                    \"productDescription\": \"<p> Het Reef Oasis Diving Center bevindt zich in het mooie Resort Viva Wyndham Fortuna Beach. </p><p> Een van de mooiste paradijsachtige resorts in Grand Bahamas met een adembenemend uitzicht op de oceaan. Het duikcentrum heeft een perfecte locatie om iedereen tevreden te stellen: beginners, ervaren duikers, snorkelaars. U kunt zelfs duiken met Tijgerhaaien en grijze haaien. Reef Oasis beschikt over Mares en Scubapro apparatuur, COLTRI en Bauer compressoren en een duikshop.</p><p> </p><p> Alle duikstudenten zijn verzekerd en maximale veiligheidsnormen worden toegepast voor alle activiteiten. Reef Oasis biedt dagelijks duiktrips aan, daglijks kunt u een gratis duik uitproberen in de verschillende zwembaden. Wij bieden alle Padi cursussen aan tot Instructor Development Course. Mis ook zeker onze snorkeltrips niet in de mooie wateren van Grand Bahamas.</p><p> </p><p> Wij opereren binnen Viva Wyndham Fortuna Beach Resort. Het wordt vaak aangeduid als vakantieparadijs. Reef Oasis Viva Bahamas biedt alles van snorkelen, duiken, natuur verkenning en zonsondergangcruises. Klinkt als een interessante plek voor een vakantie, is het niet?</p><p> </p><p> Samen met de gecombineerde ervaring van meer dan 20 jaar in het duikveld, biedt Reef Oasis Dive Club alleen A klasse - Kwalitiet Scubaduiken aan. Beginners kunnen kiezen uit een breed scala aan PADI Cursussen een ideale eerste duikervaring in de prachtige wateren van Grand Bahamas’ Atlantische Oceaan. Ons internationale team begeleidt u in de meest unieke ervaring dat u in uw vakantie kan meemaken op een professionele manier. Het hele jaar door warm weer, prachtige stranden met wit zand, wondermooi onderwaterleven, mooie huisriffen, perfecte logistiek, een comfortabele omgeving - Dit alles zal helpen om een onvergetelijke tijd bij ons door te brengen.</p>\",\n                    \"characteristicsLabels\": null\n                }\n            ],\n            \"supplementsCharacteristics\": [],\n            \"profitCenters\": [\n                \"DW1\"\n            ],\n            \"messageId\": \"OK\",\n            \"productImageDetails\": {\n                \"title\": \"Package\",\n                \"fileName\": \"d7842872-1592-4c9b-a7bb-9ec19ef9711f.png\",\n                \"description\": \"Package\"\n            },\n            \"mapImageDetails\": {\n                \"title\": \"\",\n                \"fileName\": \"\",\n                \"description\": \"\"\n            },\n            \"seoFriendlyName\": \"british-colonial-hilton-nassau\",\n            \"productTexts\": [\n                {\n                    \"customFields\": {}\n                }\n            ]\n        }\n    ],\n    \"totalRecords\": 1,\n    \"filters\": {\n        \"categories\": [\n            {\n                \"language\": \"NL\",\n                \"category\": \"PH\",\n                \"categoryLabel\": \"Package Hotel\"\n            }\n        ],\n        \"characteristics\": [\n            {\n                \"language\": \"NL\",\n                \"characteristic\": \"GENHO\",\n                \"characteristicLabel\": \"Hotel\"\n            },\n            {\n                \"language\": \"NL\",\n                \"characteristic\": \"PCGENTAGOF\",\n                \"characteristicLabel\": \"Aanbieding\"\n            },\n            {\n                \"language\": \"NL\",\n                \"characteristic\": \"GENTC\",\n                \"characteristicLabel\": \"Top choice\"\n            },\n            {\n                \"language\": \"NL\",\n                \"characteristic\": \"GENBC\",\n                \"characteristicLabel\": \"Best choice\"\n            },\n            {\n                \"language\": \"NL\",\n                \"characteristic\": \"PCGENTAGDWS\",\n                \"characteristicLabel\": \"Diving World Selectie\"\n            }\n        ],\n        \"durations\": [\n            {\n                \"durationDays\": \"0\",\n                \"durationNights\": \"0\"\n            }\n        ],\n        \"embarkLocations\": [\n            {\n                \"embarkLocationId\": null,\n                \"embarkLocationCode\": null,\n                \"embarkLocationCountryArea\": null,\n                \"embarkLocationCountry\": null,\n                \"embarkLocationCity\": null,\n                \"embarkLocationState\": null,\n                \"embarkLocationCountryAreaLabel\": null,\n                \"embarkLocationCountryLabel\": null\n            }\n        ]\n    }\n}"},{"id":"16739c91-788b-43da-a603-a8f8c9a1121d","name":"Error - Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","type":"text","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"NL\",\r\n    \"productName\": \"Hilton\",\r\n    \"productCode\": \"PHH\",\r\n    \"category\": \"PH\",\r\n    \"categories\": [\r\n        \"PH\",\r\n        \"HO\"\r\n    ],\r\n    \"countryArea\": \"BSNAS\",\r\n    \"embarkLocationId\": null,\r\n    \"embarkLocationCode\": \"\",\r\n    \"embarkLocationCountryArea\": \"\",\r\n    \"embarkLcoationCountry\": \"\",\r\n    \"embarkLcoationCity\": \"\",\r\n    \"embarkLcoationState\": \"\",\r\n    \"disembarkLocationId\": null,\r\n    \"disembarkLocationCode\": \"\",\r\n    \"disembarkLocationCountryArea\": \"\",\r\n    \"disembarkLcoationCountry\": \"\",\r\n    \"disembarkLcoationCity\": \"\",\r\n    \"disembarkLcoationState\": \"\",\r\n    \"characteristics\": [\r\n        \"GENTC\",\r\n        \"GENBC\"\r\n    ],\r\n    \"rating\": \"ST3\",\r\n    \"durationDays\": [\r\n        0,\r\n        2\r\n    ],\r\n    \"durationNights\": [\r\n        0,\r\n        3\r\n    ],\r\n    \"chargeNights\": false,\r\n    \"liveBooking\": false,\r\n    \"freeSales\": false,\r\n    \"host2Host\": false,\r\n    \"isPerPerson\": true,\r\n    \"hasOccupancy\": false,\r\n    \"flag\": \"\",\r\n    \"period\": {\r\n        \"startDate\": \"2023-01-01\",\r\n        \"endDate\": \"2024-01-01\"\r\n    },\r\n    \"rooms\": [\r\n        {\r\n            \"adults\": 2,\r\n            \"children\": [\r\n                \"12\"\r\n            ],\r\n            \"seniors\": [\r\n                \"70\",\r\n                \"75\"\r\n            ]\r\n        }\r\n    ],\r\n    \"budget\": {\r\n        \"minBudget\": 1000,\r\n        \"maxBudget\": 1800\r\n    },\r\n    \"allotmentTourLeaders\": []\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/web/filterproducts.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["web","filterproducts.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 May 2023 14:35:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 12,\n    \"message\": \"Invalid request parameter Missing mandatory data like profitCenters!\",\n    \"messageId\": \"filterProductRq.profitCenterError\",\n    \"id\": null\n}"}],"_postman_id":"6e890f71-175e-4eca-aec1-a14ed905eef2"},{"name":"Retrieve Cached Products Categories","id":"74e031d5-163c-47f8-9721-5ad601cc0794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Session-Id","type":"text","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"countryArea\": \"BSNAS\",\n    \"language\": \"NL\",\n    \"profitCenters\": [\n        \"DW1\"\n    ]\n}"},"url":"{{baseURL}}/web/productcategories.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","description":"<p>This method allows retrieving a distinct list of categories from cached product records based on specified criteria. The search is performed on cached product records that have at least one brand from the requested ones and whose country area contains the provided countryArea value.<br />If a language is provided, the records will be returned in the requested language. Otherwise, the records will be returned in the mainLanguage.</p>\n<h5 id=\"json-request-body-properties\">JSON Request Body Properties</h5>\n<hr />\n<p><strong>language</strong> optional string<br />Can be used to search for results in a requested language. If a language is not provided, the return information will be in the default or main language.</p>\n<hr />\n<p><strong>countryArea</strong> optional string<br />Used to search for a distinct list of categories of all cached products whose country area contains the provided value.</p>\n<hr />\n<p><strong>profitCenters</strong> mandatory list of strings<br />Used to search for a distinct list of categories of all cached products which have at least one brand from the requested ones.</p>\n<hr />\n<h5 id=\"json-response-body-properties\">JSON Response Body Properties</h5>\n<hr />\n<p>List of items containing cached products categories information.</p>\n","urlObject":{"path":["web","productcategories.json"],"host":["{{baseURL}}"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}],"variable":[]}},"response":[{"id":"3129c5e3-8c41-483d-a4d9-5ce5a075e56f","name":"OK - Successfully Retrieved Cached Products Categories","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","type":"text","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"countryArea\": \"BSNAS\",\n    \"language\": \"NL\",\n    \"profitCenters\": [\n        \"DW1\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/web/productcategories.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["web","productcategories.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 May 2023 15:25:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"language\": \"NL\",\n            \"category\": \"PH\",\n            \"categoryLabel\": \"Package Hotel\"\n        }\n    ],\n    \"totalRecords\": 1\n}"},{"id":"c4d3b661-2e31-441e-9b5f-b291f4f6082f","name":"Error - Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","type":"text","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"countryArea\": \"BSNAS\",\n    \"language\": \"NL\",\n    \"profitCenters\": [\n        \"DW1\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/web/productcategories.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["web","productcategories.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 May 2023 15:26:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 12,\n    \"message\": \"Invalid request parameter id-query allowed only for the [categoryLabel, language, category]\",\n    \"messageId\": \"sortQuery.propertyNotFoundError\",\n    \"id\": null\n}"}],"_postman_id":"74e031d5-163c-47f8-9721-5ad601cc0794"},{"name":"Retrieve Cached Products Characteristics","id":"2df13493-7541-4852-9e82-a9f6931d8599","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Session-Id","type":"text","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"countryAreas\": [\n        \"BSNAS\",\n        \"EGRMF\"\n    ],\n    \"language\": \"NL\",\n    \"profitCenters\": [\n        \"DW1\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/web/productcharacteristics.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","description":"<p>This method allows retrieving a distinct list of characteristics from cached product records based on specified criteria. The search is performed on cached product records that have at least one brand from the requested ones and whose country area starting like one of the provided countryArea values.<br />If a language is provided, the records will be returned in the requested language. Otherwise, the records will be returned in the mainLanguage.</p>\n<h5 id=\"json-request-body-properties\">JSON Request Body Properties</h5>\n<hr />\n<p><strong>language</strong> optional string<br />Can be used to search for results in a requested language. If a language is not provided, the return information will be in the default or main language.</p>\n<hr />\n<p><strong>countryAreas</strong> optional list of string<br />Used to search for a distinct list of characteristics of all cached products whose country area starting like one of the provided values.</p>\n<hr />\n<p><strong>profitCenters</strong> mandatory list of strings<br />Used to search for a distinct list of characteristics of all cached products which have at least one brand from the requested ones.</p>\n<hr />\n<h5 id=\"json-response-body-properties\">JSON Response Body Properties</h5>\n<hr />\n<p>List of items containing cached products characteristics information.</p>\n","urlObject":{"path":["web","productcharacteristics.json"],"host":["{{baseURL}}"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}],"variable":[]}},"response":[{"id":"f3b941a2-2aa0-408d-b076-52f4282d487e","name":"OK - Successfully Retrieve Cached Products Characteristics","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","type":"text","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"countryAreas\": [\n        \"BSNAS\",\n        \"EGRMF\"\n    ],\n    \"language\": \"NL\",\n    \"profitCenters\": [\n        \"DW1\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/web/productcharacteristics.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["web","productcharacteristics.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 May 2023 15:52:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"language\": \"NL\",\n            \"characteristic\": \"GENBC\",\n            \"characteristicLabel\": \"Best choice\"\n        },\n        {\n            \"language\": \"NL\",\n            \"characteristic\": \"GENHO\",\n            \"characteristicLabel\": \"Hotel\"\n        },\n        {\n            \"language\": \"NL\",\n            \"characteristic\": \"GENKOAFVL\",\n            \"characteristicLabel\": \"Korte vlucht (<5 u)\"\n        },\n        {\n            \"language\": \"NL\",\n            \"characteristic\": \"GENTC\",\n            \"characteristicLabel\": \"Top choice\"\n        },\n        {\n            \"language\": \"NL\",\n            \"characteristic\": \"GENVERL\",\n            \"characteristicLabel\": \"Rondreis en/of stedentrip mogelijk\"\n        },\n        {\n            \"language\": \"NL\",\n            \"characteristic\": \"PCGENTAGDWS\",\n            \"characteristicLabel\": \"Diving World Selectie\"\n        },\n        {\n            \"language\": \"NL\",\n            \"characteristic\": \"PCGENTAGOF\",\n            \"characteristicLabel\": \"Aanbieding\"\n        }\n    ],\n    \"totalRecords\": 7\n}"},{"id":"2caa0615-0164-4f28-ad2b-f9515d785627","name":"Error - Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","type":"text","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"countryAreas\": [\n        \"BSNAS\",\n        \"EGRMF\"\n    ],\n    \"language\": \"NL\",\n    \"profitCenters\": [\n        \"DW1\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/web/productcharacteristics.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["web","productcharacteristics.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 May 2023 15:53:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 12,\n    \"message\": \"Invalid request parameter characteristics-query allowed only for the [characteristicLabel, language, characteristic]\",\n    \"messageId\": \"sortQuery.propertyNotFoundError\",\n    \"id\": null\n}"}],"_postman_id":"2df13493-7541-4852-9e82-a9f6931d8599"},{"name":"Retrieve Cached Products Durations","id":"a3e19de7-6e98-4272-8e95-066102b21d8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryAreas\": [\n        \"BSNAS\"\n    ],\n    \"language\": \"NL\",\n    \"profitCenters\": [\n        \"DW1\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/web/productdurations.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","description":"<p>This method allows retrieving a distinct list of product durations from cached product records based on specified criteria. The search is performed on cached product records that have at least one brand from the requested ones and whose country area starting like one of the provided countryArea values.<br />If a language is provided, the records will be returned in the requested language. Otherwise, the records will be returned in the mainLanguage.</p>\n<h5 id=\"json-request-body-properties\">JSON Request Body Properties</h5>\n<hr />\n<p><strong>language</strong> optional string<br />Can be used to search for results in a requested language. If a language is not provided, the return information will be in the default or main language.</p>\n<hr />\n<p><strong>countryAreas</strong> optional list of string<br />Used to search for a distinct list of product durations of all cached products whose country area starting like one of the provided values.</p>\n<hr />\n<p><strong>profitCenters</strong> mandatory list of strings<br />Used to search for a distinct list of product durations of all cached products which have at least one brand from the requested ones.</p>\n<hr />\n<h5 id=\"json-response-body-properties\">JSON Response Body Properties</h5>\n<hr />\n<p>List of items containing cached products product durations information.</p>\n","urlObject":{"path":["web","productdurations.json"],"host":["{{baseURL}}"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}],"variable":[]}},"response":[{"id":"465f88c9-36e2-422b-9096-3b2654f4da19","name":"OK - Successfully Retrieved Cached Products Durations","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryAreas\": [\n        \"BSNAS\"\n    ],\n    \"language\": \"NL\",\n    \"profitCenters\": [\n        \"DW1\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/web/productdurations.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["web","productdurations.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 May 2023 12:26:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"durationDays\": 0,\n            \"durationNights\": 0\n        }\n    ],\n    \"totalRecords\": 1\n}"},{"id":"12c17e37-2e0b-4319-9a1e-9b45cd43dcc7","name":"Error - Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryAreas\": [\n        \"BSNAS\"\n    ],\n    \"language\": \"NL\",\n    \"profitCenters\": [\n        \"DW1\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/web/productdurations.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["web","productdurations.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 May 2023 12:26:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 12,\n    \"message\": \"Invalid request parameter id-query allowed only for the [durationDays, durationNights]\",\n    \"messageId\": \"sortQuery.propertyNotFoundError\",\n    \"id\": null\n}"}],"_postman_id":"a3e19de7-6e98-4272-8e95-066102b21d8f"},{"name":"Retrieve Cached Products Embark Locations","id":"b7767e31-0da7-48c2-9aac-24c26fd80bf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryAreas\": [\n        \"BSNAS\",\n        \"EGRMF\"\n    ],\n    \"language\": \"NL\",\n    \"profitCenters\": [\n        \"DW1\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/web/productembarklocations.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","description":"<p>This method allows retrieving a distinct list of product embark locations from cached product records based on specified criteria. The search is performed on cached product records that have at least one brand from the requested ones and whose country area starting like one of the provided countryArea values.<br />If a language is provided, the records will be returned in the requested language. Otherwise, the records will be returned in the mainLanguage.</p>\n<h5 id=\"json-request-body-properties\">JSON Request Body Properties</h5>\n<hr />\n<p><strong>language</strong> optional string<br />Can be used to search for results in a requested language. If a language is not provided, the return information will be in the default or main language.</p>\n<hr />\n<p><strong>countryAreas</strong> optional list of string<br />Used to search for a distinct list of product embark locations of all cached products whose country area starting like one of the provided values.</p>\n<hr />\n<p><strong>profitCenters</strong> mandatory list of strings<br />Used to search for a distinct list of product embark locations of all cached products which have at least one brand from the requested ones.</p>\n<hr />\n<h5 id=\"json-response-body-properties\">JSON Response Body Properties</h5>\n<hr />\n<p>List of items containing cached product embark locations information.</p>\n","urlObject":{"path":["web","productembarklocations.json"],"host":["{{baseURL}}"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}],"variable":[]}},"response":[{"id":"7147d392-7784-4bff-bb23-44d3f8be9866","name":"OK - Successfully Retrieved Cached Products Embark Locations","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryAreas\": [\n        \"BSNAS\",\n        \"EGRMF\"\n    ],\n    \"language\": \"NL\",\n    \"profitCenters\": [\n        \"DW1\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/web/productembarklocations.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["web","productembarklocations.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 May 2023 12:35:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"embarkLocationId\": null,\n            \"embarkLocationCode\": null,\n            \"embarkLocationCountryArea\": null,\n            \"embarkLocationCountry\": null,\n            \"embarkLocationCity\": null,\n            \"embarkLocationState\": null\n        }\n    ],\n    \"totalRecords\": 1\n}"},{"id":"b969f8b7-5073-44d9-ad5b-2204bfe631b5","name":"Error - Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"countryAreas\": [\n        \"BSNAS\",\n        \"EGRMF\"\n    ],\n    \"language\": \"NL\",\n    \"profitCenters\": [\n        \"DW1\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/web/productembarklocations.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["web","productembarklocations.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 May 2023 12:36:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 12,\n    \"message\": \"Invalid request parameter id-query allowed only for the [embarkLocationId, embarkLocationCountry, embarkLocationState, embarkLocationCountryArea, embarkLocationCity, embarkLocationCode]\",\n    \"messageId\": \"sortQuery.propertyNotFoundError\",\n    \"id\": null\n}"}],"_postman_id":"b7767e31-0da7-48c2-9aac-24c26fd80bf8"}],"id":"e307429c-f15f-455a-8c36-573c0fe9d932","description":"<p>In Victoury, products are defined as the specific goods or services that can be offered to customers. Cached Products, on the other hand, refer to products or services that are intended for publication on the web.</p>\n<p>The Cached Products collection contains a wealth of information, including details from the products themselves, addresses, characteristics, multimedia, prices, supplements, and allotments. These details are periodically refreshed at defined time intervals.</p>\n","_postman_id":"e307429c-f15f-455a-8c36-573c0fe9d932"},{"name":"Cached Destination","item":[{"name":"Query Cached Destinations Entries","event":[{"listen":"test","script":{"id":"7fdac011-401e-4866-8e38-3e676cce9a4e","exec":[""],"type":"text/javascript"}}],"id":"8ac9aed5-2823-438f-9384-586d4e6eac43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Session-Id","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"operator\": \"AND\",\n    \"subQueries\": [\n        {\n            \"operator\": \"AND\",\n            \"criterias\": [\n                {\n                    \"field\": \"type\",\n                    \"value\": \"CONTINENT\",\n                    \"qualifier\": \"=\"\n                },\n                {\n                    \"field\": \"target\",\n                    \"value\": \"COUNTRY_AREA\",\n                    \"qualifier\": \"=\"\n                },\n                {\n                    \"field\": \"language\",\n                    \"value\": \"NL\",\n                    \"qualifier\": \"=\"\n                },\n                {\n                    \"field\": \"categoryCode\",\n                    \"value\": \"PH\",\n                    \"qualifier\": \"=\"\n                }\n            ]\n        },\n        {\n            \"operator\": \"OR\",\n            \"criterias\": [\n                {\n                    \"field\": \"profitCenters\",\n                    \"value\": \"%DW1%\",\n                    \"qualifier\": \"like\"\n                }\n            ]\n        }\n    ]\n}"},"url":"{{baseURL}}/destinationcacheentries/query.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","description":"<p>This method can be used to search for available continents, regions, countries, states, and locations. To obtain a unique list of these geographic entities, the response must be grouped by type, target, language, category code, and country area.</p>\n<h5 id=\"json-request-body-properties\">JSON Request Body Properties</h5>\n<hr />\n<p><strong>operator</strong> mandatory enum<br />Accepted values: AND, OR.</p>\n<hr />\n<p><strong>subQueries</strong> optional list of objects<br />Used to define a set of queries for searching, each query having its own operator and a criteria list of fields. Either subQueries or criterias must be provided.</p>\n<p><strong>Subqueries objects properties</strong></p>\n<p><strong>operator</strong> mandatory enum<br />Accepted values: AND, OR.</p>\n<p><strong>criterias</strong> mandatory list of objects<br />List of criterion objects, each of which contains fields, operators, and values to be utilized.</p>\n<p><strong>Criterias objects properties:</strong></p>\n<p><strong>field</strong> mandatory string</p>\n<p><strong>value</strong> mandatory string</p>\n<p><strong>qualifier</strong> mandatory string<br />Depending of the type of field, diferrent values are accepted: =, LIKE, &gt;, &gt;=, &lt;, &lt;=, !=, isnull</p>\n<hr />\n<h5 id=\"json-response-body-properties\">JSON Response Body Properties</h5>\n<hr />\n<p>List of items containing cached destinations information.</p>\n","urlObject":{"path":["destinationcacheentries","query.json"],"host":["{{baseURL}}"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}],"variable":[]}},"response":[{"id":"5355cba4-81ef-4e08-b281-c6d09df923de","name":"OK - Successfully Queried List of Continents","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"operator\": \"AND\",\n    \"subQueries\": [\n        {\n            \"operator\": \"AND\",\n            \"criterias\": [\n                {\n                    \"field\": \"type\",\n                    \"value\": \"CONTINENT\",\n                    \"qualifier\": \"=\"\n                },\n                {\n                    \"field\": \"target\",\n                    \"value\": \"COUNTRY_AREA\",\n                    \"qualifier\": \"=\"\n                },\n                {\n                    \"field\": \"language\",\n                    \"value\": \"NL\",\n                    \"qualifier\": \"=\"\n                },\n                {\n                    \"field\": \"categoryCode\",\n                    \"value\": \"PH\",\n                    \"qualifier\": \"=\"\n                }\n            ]\n        },\n        {\n            \"operator\": \"OR\",\n            \"criterias\": [\n                {\n                    \"field\": \"profitCenters\",\n                    \"value\": \"%DW1%\",\n                    \"qualifier\": \"like\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/destinationcacheentries/query.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["destinationcacheentries","query.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 07 May 2023 19:11:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 3,\n            \"createDate\": \"2023-05-03 08:03:04\",\n            \"updateDate\": \"2023-05-03 08:03:04\",\n            \"language\": \"NL\",\n            \"type\": \"CONTINENT\",\n            \"target\": \"COUNTRY_AREA\",\n            \"addressId\": null,\n            \"addressCode\": null,\n            \"countryArea\": \"AM\",\n            \"countryAreaLabel\": \"Amerika\",\n            \"country\": null,\n            \"countryLabel\": null,\n            \"state\": null,\n            \"city\": null,\n            \"topLocation\": false,\n            \"categoryCode\": \"PH\",\n            \"productsCount\": 1,\n            \"cacheVersion\": 1615,\n            \"productDescriptionId\": null,\n            \"productDescriptionImage\": null,\n            \"productDescriptionSeoFriendlyName\": null\n        }\n    ],\n    \"totalRecords\": 1\n}"},{"id":"606788d9-9677-49d2-8043-22b524e6d43b","name":"OK - Successfully Queried List of Regions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"operator\": \"AND\",\n    \"subQueries\": [\n        {\n            \"operator\": \"AND\",\n            \"criterias\": [\n                {\n                    \"field\": \"type\",\n                    \"value\": \"REGION\",\n                    \"qualifier\": \"=\"\n                },\n                {\n                    \"field\": \"target\",\n                    \"value\": \"COUNTRY_AREA\",\n                    \"qualifier\": \"=\"\n                },\n                {\n                    \"field\": \"language\",\n                    \"value\": \"NL\",\n                    \"qualifier\": \"=\"\n                },\n                {\n                    \"field\": \"categoryCode\",\n                    \"value\": \"PH\",\n                    \"qualifier\": \"=\"\n                },\n                {\n                    \"field\": \"countryArea\",\n                    \"value\": \"AM%\",\n                    \"qualifier\": \"like\"\n                }\n\n            ]\n        },\n        {\n            \"operator\": \"OR\",\n            \"criterias\": [\n                {\n                    \"field\": \"profitCenters\",\n                    \"value\": \"%DW1%\",\n                    \"qualifier\": \"like\"\n                }\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/destinationcacheentries/query.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["destinationcacheentries","query.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 07 May 2023 19:14:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 7,\n            \"createDate\": \"2023-05-03 08:03:04\",\n            \"updateDate\": \"2023-05-03 08:03:04\",\n            \"language\": \"NL\",\n            \"type\": \"REGION\",\n            \"target\": \"COUNTRY_AREA\",\n            \"addressId\": null,\n            \"addressCode\": null,\n            \"countryArea\": \"AMCE\",\n            \"countryAreaLabel\": \"Centraal-Amerika\",\n            \"country\": null,\n            \"countryLabel\": null,\n            \"state\": null,\n            \"city\": null,\n            \"topLocation\": false,\n            \"categoryCode\": \"PH\",\n            \"productsCount\": 1,\n            \"cacheVersion\": 1615,\n            \"productDescriptionId\": null,\n            \"productDescriptionImage\": null,\n            \"productDescriptionSeoFriendlyName\": null\n        }\n    ],\n    \"totalRecords\": 1\n}"},{"id":"cdc89e2a-9235-41c4-a26c-a76c46b6ac05","name":"OK - Successfully Queried List of Countries","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Session-Id","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"operator\": \"AND\",\n    \"subQueries\": [\n        {\n            \"operator\": \"AND\",\n            \"criterias\": [\n                {\n                    \"field\": \"type\",\n                    \"value\": \"COUNTRY\",\n                    \"qualifier\": \"=\"\n                },\n                {\n                    \"field\": \"target\",\n                    \"value\": \"COUNTRY_AREA\",\n                    \"qualifier\": \"=\"\n                },\n                {\n                    \"field\": \"language\",\n                    \"value\": \"NL\",\n                    \"qualifier\": \"=\"\n                },\n                {\n                    \"field\": \"categoryCode\",\n                    \"value\": \"PH\",\n                    \"qualifier\": \"=\"\n                },\n                {\n                    \"field\": \"countryArea\",\n                    \"value\": \"AMCE%\",\n                    \"qualifier\": \"like\"\n                }\n\n            ]\n        },\n        {\n            \"operator\": \"OR\",\n            \"criterias\": [\n                {\n                    \"field\": \"profitCenters\",\n                    \"value\": \"%DW1%\",\n                    \"qualifier\": \"like\"\n                }\n            ]\n        }\n    ]\n}"},"url":{"raw":"{{baseURL}}/destinationcacheentries/query.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["destinationcacheentries","query.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 07 May 2023 19:16:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 11,\n            \"createDate\": \"2023-05-03 08:03:04\",\n            \"updateDate\": \"2023-05-03 08:03:04\",\n            \"language\": \"NL\",\n            \"type\": \"COUNTRY\",\n            \"target\": \"COUNTRY_AREA\",\n            \"addressId\": null,\n            \"addressCode\": null,\n            \"countryArea\": \"AMCEBS\",\n            \"countryAreaLabel\": \"Bahama's\",\n            \"country\": null,\n            \"countryLabel\": null,\n            \"state\": null,\n            \"city\": null,\n            \"topLocation\": false,\n            \"categoryCode\": \"PH\",\n            \"productsCount\": 1,\n            \"cacheVersion\": 1615,\n            \"productDescriptionId\": null,\n            \"productDescriptionImage\": null,\n            \"productDescriptionSeoFriendlyName\": null\n        }\n    ],\n    \"totalRecords\": 1\n}"},{"id":"f5fbefea-9bce-4bf5-93f8-b7e1e86b1d3c","name":"Error - Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Session-Id","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"subQueries\": [\n        {\n            \"operator\": \"AND\",\n            \"criterias\": [\n                {\n                    \"field\": \"type\",\n                    \"value\": \"COUNTRY\",\n                    \"qualifier\": \"=\"\n                },\n                {\n                    \"field\": \"target\",\n                    \"value\": \"COUNTRY_AREA\",\n                    \"qualifier\": \"=\"\n                },\n                {\n                    \"field\": \"language\",\n                    \"value\": \"NL\",\n                    \"qualifier\": \"=\"\n                },\n                {\n                    \"field\": \"categoryCode\",\n                    \"value\": \"PH\",\n                    \"qualifier\": \"=\"\n                },\n                {\n                    \"field\": \"countryArea\",\n                    \"value\": \"AMCE%\",\n                    \"qualifier\": \"like\"\n                }\n\n            ]\n        },\n        {\n            \"operator\": \"OR\",\n            \"criterias\": [\n                {\n                    \"field\": \"profitCenters\",\n                    \"value\": \"%DW1%\",\n                    \"qualifier\": \"like\"\n                }\n            ]\n        }\n    ]\n}"},"url":{"raw":"{{baseURL}}/destinationcacheentries/query.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["destinationcacheentries","query.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 07 May 2023 19:17:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 12,\n    \"message\": \"Invalid request parameter missing operator\",\n    \"messageId\": \"query.missingOperatorError\",\n    \"id\": null\n}"}],"_postman_id":"8ac9aed5-2823-438f-9384-586d4e6eac43"},{"name":"Search Cached Destinations","id":"dcae0acd-46a5-48f9-b638-b16b2a677e02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Session-Id","type":"text","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"searchTerm\": \"Port\",\r\n    \"target\": \"COUNTRY_AREA\",\r\n    \"category\": \"AC\",\r\n    \"language\": \"DE\",\r\n    \"stateCount\": 3,\r\n    \"locationCount\": 3,\r\n    \"profitCenters\": [\r\n        \"DB2\"\r\n    ]\r\n}"},"url":"{{baseURL}}/web/searchdestinations.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","description":"<p>Using this method, it is possible to retrieve a list of states and locations that meet the specified criteria.</p>\n<p>The process of searching destinations occurs in two steps:</p>\n<p>First, a query is executed on the destinationCache by countryAreaLabel and state, using the searchTerm value from the input. The query is limited by stateCount and filters the results by type STATE and (target, language, category) values from the input. If a list of profitCenter codes is provided, the query searches for destinationCache records that have at least one brand from the requested ones.</p>\n<p>Second, another query is executed on the destinationCache by countryAreaLabel, state, and city, using the searchTerm value from the input. The query is limited by locationCount and filters the results by type LOCATION and (target, language, category) values from the input. If a list of profitCenter codes is provided, the query searches for destinationCache records that have at least one brand from the requested ones.</p>\n<p>Finally, the two result lists are concatenated and returned as one.</p>\n<hr />\n<h5 id=\"json-request-body-properties\">JSON Request Body Properties</h5>\n<hr />\n<p><strong>searchTerm</strong> mandatory string<br />Used to search for all cached destinations of type state or location whose countryAreaLabel contains the provided value.</p>\n<hr />\n<p><strong>target</strong> mandatory string<br />The manner in which cached destinations records are collected. Accepted values: EMBARK, DISEMBARK , COUNTRY_AREA.</p>\n<hr />\n<p><strong>category</strong> mandatory string<br />Used to search for all cached destinations of type state or location with category equal to the provided value.</p>\n<hr />\n<p><strong>language</strong> optional string<br />Can be used to search for results in a requested language. If a language is not provided, the return information will be in the default or main language.</p>\n<hr />\n<p><strong>stateCount</strong> mandatory int<br />Used to limit the number of cached destinations of type state that are returned in the search results.</p>\n<hr />\n<p><strong>locationCount</strong> mandatory int<br />Used to limit the number of cached destinations of type location that are returned in the search results.</p>\n<hr />\n<p><strong>profitCenters</strong> mandatory list of strings<br />Used to search all cached destinations of type state or location which have at least one brand from the requested ones.</p>\n<hr />\n<h5 id=\"json-response-body-properties\">JSON Response Body Properties</h5>\n<hr />\n<p>List of items containing cached destinations information.</p>\n","urlObject":{"path":["web","searchdestinations.json"],"host":["{{baseURL}}"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}],"variable":[]}},"response":[{"id":"a9539f48-b162-40d5-b654-8fcddbaa9e72","name":"OK - Successfully Searched Cached Destinations","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","type":"text","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"searchTerm\": \"Port\",\r\n    \"target\": \"COUNTRY_AREA\",\r\n    \"category\": \"AC\",\r\n    \"language\": \"DE\",\r\n    \"stateCount\": 3,\r\n    \"locationCount\": 3,\r\n    \"profitCenters\": [\r\n        \"DB2\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/web/searchdestinations.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["web","searchdestinations.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 May 2023 07:59:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"language\": \"DE\",\n            \"type\": \"STATE\",\n            \"target\": \"COUNTRY_AREA\",\n            \"addressId\": null,\n            \"addressCode\": null,\n            \"countryArea\": \"AFEWURFOR\",\n            \"countryAreaLabel\": \"Fort Portal\",\n            \"country\": null,\n            \"countryLabel\": null,\n            \"state\": null,\n            \"city\": null,\n            \"topLocation\": false,\n            \"categoryCode\": \"AC\",\n            \"productsCount\": 1,\n            \"productDescriptionId\": null,\n            \"productDescriptionImage\": null\n        },\n        {\n            \"language\": \"DE\",\n            \"type\": \"LOCATION\",\n            \"target\": \"COUNTRY_AREA\",\n            \"addressId\": null,\n            \"addressCode\": null,\n            \"countryArea\": \"AFSOZAEACPLZ\",\n            \"countryAreaLabel\": \"Port Elizabeth\",\n            \"country\": null,\n            \"countryLabel\": null,\n            \"state\": null,\n            \"city\": null,\n            \"topLocation\": false,\n            \"categoryCode\": \"AC\",\n            \"productsCount\": 1,\n            \"productDescriptionId\": null,\n            \"productDescriptionImage\": null\n        }\n    ],\n    \"totalRecords\": 2\n}"},{"id":"5f7445d8-da28-4b56-96f2-d2d4511b6679","name":"Error - Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","type":"text","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"target\": \"COUNTRY_AREA\",\r\n    \"category\": \"AC\",\r\n    \"language\": \"DE\",\r\n    \"stateCount\": 3,\r\n    \"locationCount\": 3,\r\n    \"profitCenters\": [\r\n        \"DB2\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/web/searchdestinations.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["web","searchdestinations.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 May 2023 08:01:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 12,\n    \"message\": \"Invalid request parameter Mandatory data like searchTerm is null or empty!\",\n    \"messageId\": \"searchDestinationRq.Error\",\n    \"id\": null\n}"}],"_postman_id":"dcae0acd-46a5-48f9-b638-b16b2a677e02"}],"id":"1f886ca1-c811-4a29-b9a8-bab9cd0ce335","description":"<p>Cached Destinations stores destination information for all products that have been cached and are intended for publication on the web. This data is gathered from addresses, country area choicelist, and the cached products themselves and includes a list of unique destinations.</p>\n<p>The manner in which cached destinations records are collected varies depending on the specific categories of products. Each tenant may have their own approach to populating cache destinations.</p>\n<p>For product categories where the cached destinations are generated by the cached product's embark location, the target will be \"EMBARK.\" For product categories where the cached destinations are generated by the cached product's disembark location, the target will be \"DISEMBARK.\" Finally, for product categories where the cached destinations are generated by the cached product's country area, the target will be \"COUNTRY_AREA.\"</p>\n<h5 id=\"cached-destination-properties\">Cached Destination Properties</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>language</td>\n<td>string</td>\n<td>eg: NL</td>\n</tr>\n<tr>\n<td>type</td>\n<td>enum</td>\n<td>CONTINENT / REGION / COUNTRY / STATE / LOCATION  <br />eg: LOCATION (for storing the city)</td>\n</tr>\n<tr>\n<td>target</td>\n<td>enum</td>\n<td>EMBARK / DISEMBARK / COUNTRY_AREA</td>\n</tr>\n<tr>\n<td>countryArea</td>\n<td>string</td>\n<td>address country area</td>\n</tr>\n<tr>\n<td>countryAreaLabel</td>\n<td>string</td>\n<td>label of choicelist with name \"Country_Area\" and level 3 and code equal with address country area</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>address country</td>\n</tr>\n<tr>\n<td>countryLabel</td>\n<td>string</td>\n<td>label of choicelist with name \"Country\" and code equal with address country</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>address state</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>address city</td>\n</tr>\n<tr>\n<td>topLocation</td>\n<td>string</td>\n<td>true if address has address type “LOCT”</td>\n</tr>\n<tr>\n<td>categoryCode</td>\n<td>string</td>\n<td>cached product category</td>\n</tr>\n<tr>\n<td>profitCenters</td>\n<td>string</td>\n<td>list of profitCenter(brand) codes</td>\n</tr>\n<tr>\n<td>productsCount</td>\n<td>int</td>\n<td>number of cached products</td>\n</tr>\n<tr>\n<td>productDescriptionId</td>\n<td>long</td>\n<td>id of the product with category ‘CY’ and countryArea equal with cached destination countryArea</td>\n</tr>\n<tr>\n<td>productDescriptionImage</td>\n<td>string</td>\n<td>details of multimedia (Type=Image, Scope=Main) of the product specified in productDescriptionId JSON format:  <br />{  <br />\"filename\": \"\"  <br />\"title\": \"\",  <br />\"description\": \"\"  <br />}</td>\n</tr>\n</tbody>\n</table>\n</div><img src=\"https://content.pstmn.io/097cd406-1f25-48e8-84d1-ab2028fa280c/YS5wbmc=\" />","_postman_id":"1f886ca1-c811-4a29-b9a8-bab9cd0ce335"},{"name":"Cached Starting Dates","item":[{"name":"Filter Cached Starting Dates","id":"86bef362-34a6-4a35-9e2c-6aa2c9f80384","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Session-Id","value":"79BE8357CFF6950528533FB1A68D66F4","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"NL\",\r\n    \"profitCenters\": [\r\n        \"EOG\"\r\n    ],\r\n    \"countryArea\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/web/filterstartingdates.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","description":"<p>This method allows searching and filtering of cached starting dates. The method will return a list of cached starting date information that meets the specified criteria.</p>\n<hr />\n<h5 id=\"json-request-body-properties\">JSON Request Body Properties</h5>\n<hr />\n<p><strong>language</strong> optional string<br />Can be used to search for results in a requested language. If a language is not provided, the return information will be in the default or main language.</p>\n<hr />\n<p><strong>countryArea</strong> optional string<br />Used to search all cached starting dates whose country area contains the provided value.</p>\n<hr />\n<p><strong>profitCenters</strong> mandatory list of strings<br />Used to search all cached starting dates which have at least one brand from the requested ones.</p>\n<hr />\n<p><strong>productTransportationId</strong> optional long<br />Used to search all cached starting dates having productTransportationId the provided value.</p>\n<hr />\n<p><strong>priceType1</strong> optional string<br />Used to search all cached starting dates whose priceType1 contains the provided value.</p>\n<hr />\n<p><strong>priceType1Label</strong> optional string<br />Used to search all cached starting dates whose priceType1Label contains the provided value.</p>\n<hr />\n<p><strong>priceType2</strong> optional string<br />Used to search all cached starting dates whose priceType2 contains the provided value.</p>\n<hr />\n<p><strong>priceType2Label</strong> optional string<br />Used to search all cached starting dates whose priceType2Label contains the provided value.</p>\n<hr />\n<p><strong>priceType3</strong> optional string<br />Used to search all cached starting dates whose priceType3 contains the provided value.</p>\n<hr />\n<p><strong>priceType3Label</strong> optional string<br />Used to search all cached starting dates whose priceType3Label contains the provided value.</p>\n<hr />\n<p><strong>priceType4</strong> optional string<br />Used to search all cached starting dates whose priceType4 contains the provided value.</p>\n<hr />\n<p><strong>priceType4Label</strong> optional string<br />Used to search all cached starting dates whose priceType1Label contains the provided value.</p>\n<hr />\n<h5 id=\"json-response-body-properties\">JSON Response Body Properties</h5>\n<hr />\n<p>List of items containing cached starting dates information.</p>\n","urlObject":{"path":["web","filterstartingdates.json"],"host":["{{baseURL}}"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}],"variable":[]}},"response":[{"id":"1c28cc4a-fcfa-4f65-965e-eb1bf5fe7b1c","name":"OK - Successfully Filtered Cached Starting Dates","originalRequest":{"method":"POST","header":[{"key":"Session-Id","value":"{{apiKey}}","type":"text"},{"key":"Tenant","value":"dev","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"NL\",\r\n    \"profitCenters\": [\r\n        \"EOG\"\r\n    ],\r\n    \"countryArea\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/web/filterstartingdates.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["web","filterstartingdates.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 09 Feb 2024 11:06:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 25,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 1,\n            \"maxPersons\": 1,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT1P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 42.5,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 2270.5,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 26,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 2,\n            \"maxPersons\": 2,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT2P\",\n            \"priceType1Label\": \"2 Pax\",\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 21.25,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 1270.25,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 27,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 3,\n            \"maxPersons\": 3,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT3P\",\n            \"priceType1Label\": \"3 Pax\",\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 14.166666666666668,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 936.8333333333333,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 28,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 4,\n            \"maxPersons\": 4,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT4P\",\n            \"priceType1Label\": \"4 Pax\",\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 10.625,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 770.125,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 29,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 5,\n            \"maxPersons\": 5,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT5P\",\n            \"priceType1Label\": \"5 Pax\",\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 8.5,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 670.1,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 30,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 6,\n            \"maxPersons\": 6,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT6P\",\n            \"priceType1Label\": \"6 Pax\",\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 7.083333333333334,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 603.4166666666666,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 31,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 7,\n            \"maxPersons\": 7,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT7P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 6.071428571428571,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 555.7857142857142,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 32,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 8,\n            \"maxPersons\": 8,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT8P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 5.3125,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 520.0625,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 33,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 9,\n            \"maxPersons\": 9,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT9P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 4.722222222222222,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 492.27777777777777,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 34,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 10,\n            \"maxPersons\": 10,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT10P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 4.25,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 470.05,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 35,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 11,\n            \"maxPersons\": 11,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT11P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 3.8636363636363633,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 451.8636363636364,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 36,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 12,\n            \"maxPersons\": 12,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT12P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 3.541666666666667,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 436.7083333333333,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 37,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 13,\n            \"maxPersons\": 13,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT13P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 3.269230769230769,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 423.88461538461536,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 38,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 14,\n            \"maxPersons\": 14,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT14P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 3.0357142857142856,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 412.8928571428571,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 39,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 15,\n            \"maxPersons\": 15,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT15P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 2.833333333333333,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 403.3666666666667,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 40,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 16,\n            \"maxPersons\": 16,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT16P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 2.65625,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 395.03125,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 41,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 17,\n            \"maxPersons\": 17,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT17P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 2.5,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 387.6764705882353,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 42,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 18,\n            \"maxPersons\": 18,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT18P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 2.361111111111111,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 381.1388888888889,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 43,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 19,\n            \"maxPersons\": 19,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT19P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 2.236842105263158,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 375.2894736842105,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 44,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 20,\n            \"maxPersons\": 20,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT20P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 2.125,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 370.025,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 45,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 21,\n            \"maxPersons\": 21,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT21P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 2.0238095238095237,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 365.26190476190476,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 46,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 22,\n            \"maxPersons\": 22,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT22P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.9318181818181817,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 360.9318181818182,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 47,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 23,\n            \"maxPersons\": 23,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT23P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.8478260869565217,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 356.97826086956525,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 48,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 24,\n            \"maxPersons\": 24,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT24P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.7708333333333335,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 353.35416666666663,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 49,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 25,\n            \"maxPersons\": 25,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT25P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.7000000000000002,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 350.02,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 50,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 26,\n            \"maxPersons\": 26,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT26P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.6346153846153846,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 346.9423076923077,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 51,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 27,\n            \"maxPersons\": 27,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT27P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.574074074074074,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 344.0925925925926,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 52,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 28,\n            \"maxPersons\": 28,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT28P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.5178571428571428,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 341.44642857142856,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 53,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 29,\n            \"maxPersons\": 29,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT29P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.4655172413793105,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 338.98275862068965,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 54,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 30,\n            \"maxPersons\": 30,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT30P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.4166666666666665,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 336.68333333333334,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 55,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 31,\n            \"maxPersons\": 31,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT31P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.3709677419354838,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 334.5322580645161,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 56,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 32,\n            \"maxPersons\": 32,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT32P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.328125,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 332.515625,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 57,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 33,\n            \"maxPersons\": 33,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT33P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.2878787878787878,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 330.6212121212121,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 58,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 34,\n            \"maxPersons\": 34,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT34P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.25,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 328.8382352941176,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 59,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 35,\n            \"maxPersons\": 35,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT35P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.2142857142857142,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 327.15714285714284,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 60,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 36,\n            \"maxPersons\": 36,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT36P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.1805555555555556,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 325.56944444444446,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 61,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 37,\n            \"maxPersons\": 37,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT37P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.1486486486486487,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 324.06756756756755,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 62,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 38,\n            \"maxPersons\": 38,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT38P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.118421052631579,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 322.64473684210526,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 63,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 39,\n            \"maxPersons\": 39,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT39P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.0897435897435899,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 321.2948717948718,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 64,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 40,\n            \"maxPersons\": 40,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT40P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.0625,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 320.0125,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 65,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 41,\n            \"maxPersons\": 41,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT41P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.0365853658536586,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 318.7926829268293,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 66,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 42,\n            \"maxPersons\": 42,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT42P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.0119047619047619,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 317.6309523809524,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 67,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 43,\n            \"maxPersons\": 43,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT43P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 0.9883720930232558,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 316.5232558139535,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 68,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 44,\n            \"maxPersons\": 44,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT44P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 0.9659090909090908,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 315.4659090909091,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 69,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 45,\n            \"maxPersons\": 45,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT45P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 0.9444444444444444,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 314.4555555555556,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 70,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 46,\n            \"maxPersons\": 46,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT46P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 0.9239130434782609,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 313.4891304347826,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 71,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 47,\n            \"maxPersons\": 47,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT47P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 0.9042553191489362,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 312.56382978723406,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 72,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 48,\n            \"maxPersons\": 48,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT48P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 0.8854166666666667,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 311.6770833333333,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 73,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 49,\n            \"maxPersons\": 49,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT49P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 0.8673469387755102,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 310.8265306122449,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 74,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 50,\n            \"maxPersons\": 50,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT50P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 0.8500000000000001,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 310.01,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 75,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 51,\n            \"maxPersons\": 51,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT51P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 0.8333333333333334,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 309.22549019607845,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 76,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 52,\n            \"maxPersons\": 52,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT52P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 0.8173076923076923,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 308.47115384615387,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 77,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 53,\n            \"maxPersons\": 53,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT53P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 0.8018867924528301,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 307.7452830188679,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 78,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 357,\n            \"startDate\": \"2024-02-10\",\n            \"endDate\": \"2024-02-17\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 54,\n            \"maxPersons\": 54,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT54P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 0.787037037037037,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 307.0462962962963,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 79,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 1,\n            \"maxPersons\": 1,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT1P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 42.5,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 2270.5,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 80,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 2,\n            \"maxPersons\": 2,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT2P\",\n            \"priceType1Label\": \"2 Pax\",\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 21.25,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 1270.25,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 81,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 3,\n            \"maxPersons\": 3,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT3P\",\n            \"priceType1Label\": \"3 Pax\",\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 14.166666666666668,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 936.8333333333333,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 82,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 4,\n            \"maxPersons\": 4,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT4P\",\n            \"priceType1Label\": \"4 Pax\",\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 10.625,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 770.125,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 83,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 5,\n            \"maxPersons\": 5,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT5P\",\n            \"priceType1Label\": \"5 Pax\",\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 8.5,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 670.1,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 84,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 6,\n            \"maxPersons\": 6,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT6P\",\n            \"priceType1Label\": \"6 Pax\",\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 7.083333333333334,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 603.4166666666666,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 85,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 7,\n            \"maxPersons\": 7,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT7P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 6.071428571428571,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 555.7857142857142,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 86,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 8,\n            \"maxPersons\": 8,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT8P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 5.3125,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 520.0625,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 87,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 9,\n            \"maxPersons\": 9,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT9P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 4.722222222222222,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 492.27777777777777,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 88,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 10,\n            \"maxPersons\": 10,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT10P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 4.25,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 470.05,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 89,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 11,\n            \"maxPersons\": 11,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT11P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 3.8636363636363633,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 451.8636363636364,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 90,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 12,\n            \"maxPersons\": 12,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT12P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 3.541666666666667,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 436.7083333333333,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 91,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 13,\n            \"maxPersons\": 13,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT13P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 3.269230769230769,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 423.88461538461536,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 92,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 14,\n            \"maxPersons\": 14,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT14P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 3.0357142857142856,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 412.8928571428571,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 93,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 15,\n            \"maxPersons\": 15,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT15P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 2.833333333333333,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 403.3666666666667,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 94,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 16,\n            \"maxPersons\": 16,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT16P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 2.65625,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 395.03125,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 95,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 17,\n            \"maxPersons\": 17,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT17P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 2.5,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 387.6764705882353,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 96,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 18,\n            \"maxPersons\": 18,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT18P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 2.361111111111111,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 381.1388888888889,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 97,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 19,\n            \"maxPersons\": 19,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT19P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 2.236842105263158,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 375.2894736842105,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 98,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 20,\n            \"maxPersons\": 20,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT20P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 2.125,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 370.025,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 99,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 21,\n            \"maxPersons\": 21,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT21P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 2.0238095238095237,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 365.26190476190476,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 100,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 22,\n            \"maxPersons\": 22,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT22P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.9318181818181817,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 360.9318181818182,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 101,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 23,\n            \"maxPersons\": 23,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT23P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.8478260869565217,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 356.97826086956525,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 102,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 24,\n            \"maxPersons\": 24,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT24P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.7708333333333335,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 353.35416666666663,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 103,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 25,\n            \"maxPersons\": 25,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT25P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.7000000000000002,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 350.02,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 104,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 26,\n            \"maxPersons\": 26,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT26P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.6346153846153846,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 346.9423076923077,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 105,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 27,\n            \"maxPersons\": 27,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT27P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.574074074074074,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 344.0925925925926,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 106,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 28,\n            \"maxPersons\": 28,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT28P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.5178571428571428,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 341.44642857142856,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 107,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 29,\n            \"maxPersons\": 29,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT29P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.4655172413793105,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 338.98275862068965,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 108,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 30,\n            \"maxPersons\": 30,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT30P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.4166666666666665,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 336.68333333333334,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 109,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 31,\n            \"maxPersons\": 31,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT31P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.3709677419354838,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 334.5322580645161,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 110,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 32,\n            \"maxPersons\": 32,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT32P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.328125,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 332.515625,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 111,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 33,\n            \"maxPersons\": 33,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT33P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.2878787878787878,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 330.6212121212121,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 112,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 34,\n            \"maxPersons\": 34,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT34P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.25,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 328.8382352941176,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 113,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 35,\n            \"maxPersons\": 35,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT35P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.2142857142857142,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 327.15714285714284,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 114,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 36,\n            \"maxPersons\": 36,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT36P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.1805555555555556,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 325.56944444444446,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 115,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 37,\n            \"maxPersons\": 37,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT37P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.1486486486486487,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 324.06756756756755,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 116,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 38,\n            \"maxPersons\": 38,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT38P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.118421052631579,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 322.64473684210526,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 117,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 39,\n            \"maxPersons\": 39,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT39P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.0897435897435899,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 321.2948717948718,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 118,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 40,\n            \"maxPersons\": 40,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT40P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.0625,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 320.0125,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 119,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 41,\n            \"maxPersons\": 41,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT41P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.0365853658536586,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 318.7926829268293,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 120,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 42,\n            \"maxPersons\": 42,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT42P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 1.0119047619047619,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 317.6309523809524,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 121,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 43,\n            \"maxPersons\": 43,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT43P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 0.9883720930232558,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 316.5232558139535,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 122,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 44,\n            \"maxPersons\": 44,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT44P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 0.9659090909090908,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 315.4659090909091,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 123,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 45,\n            \"maxPersons\": 45,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT45P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 0.9444444444444444,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 314.4555555555556,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        },\n        {\n            \"id\": 124,\n            \"language\": \"NL\",\n            \"productId\": 127,\n            \"productCode\": \"GRAUKARIJE8D\",\n            \"productName\": \"Eenoudervakantie Jenig 8 daagse\",\n            \"profitCenters\": [\n                \"EOG\"\n            ],\n            \"countryArea\": \"EUWEEATKARJEN\",\n            \"countryAreaLabel\": \"Jenig\",\n            \"priceId\": 358,\n            \"startDate\": \"2024-02-17\",\n            \"endDate\": \"2024-02-24\",\n            \"durationDays\": 8,\n            \"durationNights\": 7,\n            \"minPersons\": 46,\n            \"maxPersons\": 46,\n            \"oneTimeCharge\": true,\n            \"priceType1\": \"PT46P\",\n            \"priceType1Label\": null,\n            \"priceType2\": \"ACHOSK\",\n            \"priceType2Label\": null,\n            \"priceType3\": \"MEHP\",\n            \"priceType3Label\": \"Half pensioen\",\n            \"priceType4\": \"TFRE\",\n            \"priceType4Label\": null,\n            \"sellTotalPrice\": 1958,\n            \"sellCurrencyId\": 1,\n            \"sellCurrencyCode\": \"EUR\",\n            \"sellCurrencyLabel\": \"EUR\",\n            \"mandatorySupplementsSellPrice\": 0.9239130434782609,\n            \"productTransportationId\": 133,\n            \"productTransportationCode\": \"BUNLAUJE-Retour\",\n            \"productTransportationName\": \"Busroute Nederland Jenig Retour\",\n            \"priceTransportationId\": 367,\n            \"sellTotalPriceTransportation\": 270,\n            \"productPersonAdditionId\": null,\n            \"productPersonAdditionCode\": null,\n            \"productPersonAdditionName\": null,\n            \"pricePersonAdditionId\": null,\n            \"sellTotalPricePersonAddition\": 0,\n            \"totalSellPrice\": 313.4891304347826,\n            \"bookBegin\": null,\n            \"bookEnd\": null,\n            \"isDiscountPrice\": false,\n            \"discountAmount\": 0,\n            \"typeDescription\": null,\n            \"totalSellPriceInclDiscount\": 0,\n            \"groupCode\": \"KARIJE8D\",\n            \"isPerPerson\": false\n        }\n    ],\n    \"totalRecords\": 1561\n}"},{"id":"2d168e5e-e280-491a-9f21-e6f7a845e865","name":"Error - Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"NL\",\r\n    \"profitCenters\": [\r\n    ],\r\n    \"countryArea\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/web/filterstartingdates.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["web","filterstartingdates.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 09:30:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 12,\n    \"message\": \"Invalid request parameter ProfitCenter is null or empty!\",\n    \"messageId\": \"profitCenterMissingError\",\n    \"id\": null\n}"}],"_postman_id":"86bef362-34a6-4a35-9e2c-6aa2c9f80384"}],"id":"f4ab7b7a-9d81-45f4-a20a-47b201da13ee","_postman_id":"f4ab7b7a-9d81-45f4-a20a-47b201da13ee","description":""},{"name":"Product","item":[{"name":"Retrieve Product Details List","id":"c2c82dc2-18fd-43db-acda-0b5734da72e5","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Session-Id","type":"text","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"category\": \"PH\",\r\n    \"language\": \"NL\",\r\n    \"profitCenters\": [\r\n        \"DW1\"\r\n    ]\r\n}"},"url":"{{baseURL}}/web/productdetaillist.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","description":"<p>This method is used to retrieve a list of detailed products.</p>\n<h5 id=\"json-request-body-properties\">JSON Request Body Properties</h5>\n<hr />\n<p><strong>category</strong> mandatory string<br />Used to search all products with category equal to the provided value.</p>\n<hr />\n<p><strong>language</strong> optional string<br />Can be used to search for results in a requested language. If a language is not provided, the return information will be in the default or main language.</p>\n<hr />\n<p><strong>profitCenters</strong> mandatory list of strings<br />Used to search all products which have at least one brand from the requested ones.</p>\n<hr />\n<h5 id=\"json-response-body-properties\">JSON Response Body Properties</h5>\n<hr />\n<p>List of items containing products information.</p>\n","urlObject":{"path":["web","productdetaillist.json"],"host":["{{baseURL}}"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}],"variable":[]}},"response":[{"id":"0df4df10-c215-4760-b62d-7f810d4cf302","name":"OK - Successfully Retrieved Product Details List","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","type":"text","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"category\": \"PH\",\r\n    \"language\": \"NL\",\r\n    \"profitCenters\": [\r\n        \"DW1\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/web/productdetaillist.json?count=5&page=1&sort=id:asc","host":["{{baseURL}}"],"path":["web","productdetaillist.json"],"query":[{"key":"count","value":"5"},{"key":"page","value":"1"},{"key":"sort","value":"id:asc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 May 2023 09:07:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 3490,\n            \"productCode\": \"PHHOBSNASBRCOHINA\",\n            \"name\": \"British Colonial Hilton Nassau Package\",\n            \"productDescription\": \"\",\n            \"category\": {\n                \"code\": \"PH\",\n                \"label\": \"Package Hotel\",\n                \"language\": \"NL\"\n            },\n            \"rating\": {\n                \"code\": \"ST3\",\n                \"label\": \"3 Stars\",\n                \"language\": \"NL\"\n            },\n            \"countryArea\": {\n                \"code\": \"BSNAS\",\n                \"label\": \"Nassau\",\n                \"language\": \"NL\"\n            },\n            \"embarkLocation\": null,\n            \"disembarkLocation\": null,\n            \"characteristics\": [\n                {\n                    \"code\": \"PCGENTAGOF\",\n                    \"label\": \"Aanbieding\",\n                    \"language\": \"NL\"\n                },\n                {\n                    \"code\": \"GENTC\",\n                    \"label\": \"Top choice\",\n                    \"language\": \"NL\"\n                },\n                {\n                    \"code\": \"GENBC\",\n                    \"label\": \"Best choice\",\n                    \"language\": \"NL\"\n                },\n                {\n                    \"code\": \"PCGENTAGDWS\",\n                    \"label\": \"Diving World Selectie\",\n                    \"language\": \"NL\"\n                },\n                {\n                    \"code\": \"GENHO\",\n                    \"label\": \"Hotel\",\n                    \"language\": \"NL\"\n                }\n            ],\n            \"multimedia\": {\n                \"images\": [\n                    {\n                        \"id\": 67015,\n                        \"fileName\": \"d7842872-1592-4c9b-a7bb-9ec19ef9711f.png\",\n                        \"title\": \"Package\",\n                        \"description\": \"Package\",\n                        \"embedscript\": null,\n                        \"type\": \"IMAGE\",\n                        \"scope\": null,\n                        \"publishOnWeb\": true,\n                        \"position\": 1,\n                        \"source\": \"Local\",\n                        \"backofficeReference\": null\n                    }\n                ],\n                \"videos\": []\n            },\n            \"trip\": null,\n            \"productTexts\": {\n                \"id\": 3134,\n                \"validFrom\": null,\n                \"validUntil\": null,\n                \"productName\": \"British Colonial Hilton Nassau Package\",\n                \"reservationText\": null,\n                \"productDescription\": null,\n                \"reservationRemarks\": null,\n                \"invoiceText\": null,\n                \"invoiceRemarks\": null,\n                \"travelPlanText\": null,\n                \"comments\": null,\n                \"included\": null,\n                \"notIncluded\": null,\n                \"webText1\": null,\n                \"webText2\": null,\n                \"customFields\": []\n            },\n            \"priceId\": 4514,\n            \"price\": 0,\n            \"cataloguePrice\": 0,\n            \"pricePerDay\": 0,\n            \"discount\": 0,\n            \"currency\": {\n                \"id\": 1,\n                \"code\": \"EUR\",\n                \"label\": \"EUR\",\n                \"exchangeRate\": 1\n            },\n            \"durationDays\": 0,\n            \"durationNights\": 0,\n            \"chargeNights\": false,\n            \"gpsLocation\": \"25.079004813542046;-77.34\",\n            \"host2host\": false,\n            \"hasAllotments\": false,\n            \"hasStartingDates\": false,\n            \"profitCenters\": [\n                \"DW1\"\n            ],\n            \"weekDays\": null,\n            \"tourCode\": \"\",\n            \"isPackage\": true,\n            \"allotmentType\": \"\",\n            \"hasOccupancy\": false,\n            \"asset\": null,\n            \"supplements\": [\n                {\n                    \"id\": 2207,\n                    \"productCode\": \"INANNUL\",\n                    \"category\": {\n                        \"code\": \"IN\",\n                        \"label\": \"Insurance\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"O\",\n                    \"name\": \"Annuleringsverzekering\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": 70201,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [],\n                    \"countryArea\": null,\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"annuleringsverzekering\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": \"0\",\n                    \"bookDaily\": false,\n                    \"position\": 7\n                },\n                {\n                    \"id\": 3557,\n                    \"productCode\": \"DCBSNASSTCODIBA\",\n                    \"category\": {\n                        \"code\": \"DC\",\n                        \"label\": \"Duikcentrum\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"O\",\n                    \"name\": \"Stuart Cove's Dive Bahamas\",\n                    \"productDescription\": \"<p>Duiken met Stuart Cove’s is duiken naar de avonturen van de Bahama’s! Ontdek schitterende riffen, dramatische muren en mooi wrakken, maar hét hoogtepunt is natuurlijk het duiken met heel veel haaien.</p><p><br></p><p>Bij verschillende duikstekken zal je meer dan enkele Caraïbische rifhaaien tegenkomen. Wel heel bijzonder is een speciale duik waarbij de haaien worden gevoerd. Wanneer alle duikers zich in een cirkel op de bodem verzamelen wordt de vele haaien een lekker hapje aangeboden. Het is een schitterend en onvergetelijk schouwspel.</p><p><br></p><p>Ook bijzonder zijn enkele duiken naar verschillende filmlocaties onder water. Stuart Cove’s heeft een uitgebreide geschiedenis met het organiseren van duik scènes is wel hele bekende films. Spot bijvoorbeeld een wrak uit een van de James Bond films of de Cessna uit Jaws!</p>\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 36120,\n                                \"fileName\": \"a1fc4045-c48d-45fb-b00a-82942f32c386.jpeg\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36121,\n                                \"fileName\": \"5c18edbf-e80e-4c4f-8eba-085de310e46d.jpeg\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 2,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36122,\n                                \"fileName\": \"1e0fabaf-d0ae-4cca-a0b9-13becc061714.jpeg\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 3,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36123,\n                                \"fileName\": \"300f6066-a6dd-4bda-b0bd-532944bce53a.jpeg\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 4,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36124,\n                                \"fileName\": \"3d7efff4-0be0-47a6-946e-ab92f81dd68e.jpeg\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 5,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36125,\n                                \"fileName\": \"e8970ad3-ecd2-486d-9968-dc8fb81bd81f.jpeg\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 6,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36126,\n                                \"fileName\": \"d634bff6-3839-43f6-9306-ce038f827913.jpeg\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 7,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36127,\n                                \"fileName\": \"3978fcc5-bc13-4100-986b-c4bb6ed4f39f.jpeg\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 8,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36128,\n                                \"fileName\": \"e2663911-6942-4731-8732-0b269fed2edd.jpeg\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 9,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36129,\n                                \"fileName\": \"a7308e74-97a1-451a-b65a-3b66747a9756.jpeg\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 10,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36130,\n                                \"fileName\": \"04c4662d-464b-4840-b866-a85c25fb5845.jpeg\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 11,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36131,\n                                \"fileName\": \"46ad4275-e0a2-46fd-b3fa-9d9877183ad8.jpeg\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 12,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36132,\n                                \"fileName\": \"684eff33-a87d-4bb3-9def-3f675c74bfa3.jpeg\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 13,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36133,\n                                \"fileName\": \"653550a7-7055-45b2-929e-deb87cfc4092.jpeg\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 14,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36134,\n                                \"fileName\": \"aa2b8605-4809-4916-8579-29cc34564fc7.jpeg\",\n                                \"title\": \"Stuart Cove's Dive Bahamas\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 15,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 17610,\n                    \"price\": 174.70588,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 3201,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"Stuart Cove's Dive Bahamas\",\n                        \"reservationText\": null,\n                        \"productDescription\": \"<p>Duiken met Stuart Cove’s is duiken naar de avonturen van de Bahama’s! Ontdek schitterende riffen, dramatische muren en mooi wrakken, maar hét hoogtepunt is natuurlijk het duiken met heel veel haaien.</p><p><br></p><p>Bij verschillende duikstekken zal je meer dan enkele Caraïbische rifhaaien tegenkomen. Wel heel bijzonder is een speciale duik waarbij de haaien worden gevoerd. Wanneer alle duikers zich in een cirkel op de bodem verzamelen wordt de vele haaien een lekker hapje aangeboden. Het is een schitterend en onvergetelijk schouwspel.</p><p><br></p><p>Ook bijzonder zijn enkele duiken naar verschillende filmlocaties onder water. Stuart Cove’s heeft een uitgebreide geschiedenis met het organiseren van duik scènes is wel hele bekende films. Spot bijvoorbeeld een wrak uit een van de James Bond films of de Cessna uit Jaws!</p>\",\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": [\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [\n                        {\n                            \"name\": \"ScubaID\",\n                            \"table\": \"PRODUCT\",\n                            \"categoryFilter\": \"\",\n                            \"value\": \"50\",\n                            \"label\": \"Scuba Advisor ID\",\n                            \"position\": 3\n                        }\n                    ],\n                    \"countryArea\": {\n                        \"code\": \"AMCEBS\",\n                        \"label\": \"Bahama's\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"stuart-coves-dive-bahamas\",\n                    \"rating\": {\n                        \"code\": \"ST0\",\n                        \"label\": \"No Star\",\n                        \"language\": \"NL\"\n                    },\n                    \"priceTypeDetails\": [\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"DVP5D\",\n                                    \"label\": \"5 dagen\",\n                                    \"language\": \"NL\",\n                                    \"number\": 1\n                                },\n                                {\n                                    \"code\": \"DVAOPEWATCUR\",\n                                    \"label\": \"Open Water Cursus\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 113958,\n                                \"text\": \"<p><strong>Inbegrepen:</strong> 4 of 5-daagse cursus, 2-3 dagen leslokaal en ondiepe duiken, 2 dagen open water duiken, volledige uitrusting tijdens de cursus, transfers. </p><p><br></p><p><strong>Niet inbegrepen:</strong> ca. € 3,- per dag Marine Park Belasting (indien nodig), certificaat (t.w.v. $30.)</p>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 183,\n                                        \"fileName\": \"cf7ea6ac-9740-4b85-86ad-d2f633f80618.jpeg\",\n                                        \"title\": \"Open Water Course\",\n                                        \"description\": \"Learning to dive\",\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 186,\n                                        \"fileName\": \"01e7efa3-59b0-419d-93b4-ce5aa50c193c.jpeg\",\n                                        \"title\": \"Shore Diving\",\n                                        \"description\": \"Diving from the shore in the Bahamas\",\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 117,\n                                        \"fileName\": \"74c796be-85bb-4b5d-9eec-8ae7333d5dbd.jpeg\",\n                                        \"title\": \"Stuart Cove's Dive Bahamas\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 2,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 147,\n                                        \"fileName\": \"fad8bea2-7b35-48b5-a34a-4cb1e73ba2ba.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 3,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"DV2DAG\",\n                                    \"label\": \"2 dagen\",\n                                    \"language\": \"NL\",\n                                    \"number\": 1\n                                },\n                                {\n                                    \"code\": \"DVAADVOPEWATCUR\",\n                                    \"label\": \"Advanced Open Water Cursus\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 113959,\n                                \"text\": \"<p><strong>Inbegrepen: </strong>2-daagse cursus, 2 dagen / 5 duiken met theorie. </p><p><br></p><p><strong>Niet inbegrepen:</strong> duikuitrusting tijdens de cursus. (uitrusting huur = € 35,- ), ca. € 3,- per dag Marine Park Belasting (indien nodig), certificaat (t.w.v. $30.)</p>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 134,\n                                        \"fileName\": \"0d728799-fa95-4ec3-9b28-df44ca233feb.jpeg\",\n                                        \"title\": \"Stuart Cove's Dive Bahamas\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 185,\n                                        \"fileName\": \"165e3a4d-97d6-48b1-8c9a-d3aba8382054.jpeg\",\n                                        \"title\": \"Boat Diving\",\n                                        \"description\": \"Scuba diving from a boat\",\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 184,\n                                        \"fileName\": \"eba78b7c-4fba-495b-b924-768dc79ffdc1.jpeg\",\n                                        \"title\": \"Advenced Open Water\",\n                                        \"description\": \"Learning to dive better\",\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 2,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"DVP5D\",\n                                    \"label\": \"5 dagen\",\n                                    \"language\": \"NL\",\n                                    \"number\": 1\n                                },\n                                {\n                                    \"code\": \"DVABOADIV\",\n                                    \"label\": \"Bootduiken\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 113961,\n                                \"text\": \"<p><strong>INBEGREPEN:</strong> Ongelimiteerd huisrif duiken + 2 begeleide duiken op de huisrif ter orientatie (dag 1) + 8 credits (afhankelijk van het weer, duikschema en drukte) inclusief: tanks, lucht, lood. </p><p><br></p><p><strong>NIET INBEGREPEN:</strong> vervoer naar de duikstekken in zones B &amp; C (zie onder), ca. € 3,- per dag Marine Park Belasting, € 7,- per persoon Chamber Support program</p>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 185,\n                                        \"fileName\": \"165e3a4d-97d6-48b1-8c9a-d3aba8382054.jpeg\",\n                                        \"title\": \"Boat Diving\",\n                                        \"description\": \"Scuba diving from a boat\",\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 187,\n                                        \"fileName\": \"b5080efc-4154-4141-93bc-84a3d3fb8841.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 151,\n                                        \"fileName\": \"5ae332b4-0d7d-4738-b37c-7adfd5f41b2e.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 2,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"DV10DUI\",\n                                    \"label\": \"10 duiken\",\n                                    \"language\": \"NL\",\n                                    \"number\": 1\n                                },\n                                {\n                                    \"code\": \"DVASHO\",\n                                    \"label\": \"Kantduiken\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 113960,\n                                \"text\": \"<p><strong>INBEGREPEN: </strong>Ongelimiteerd huisrif duiken + 2 begeleide duiken op de huisrif ter orientatie (dag 1) inclusief: tanks, lucht, lood. </p><p><br></p><p><strong>NIET INBEGREPEN:</strong> vervoer naar de duikstekken in zones A, B &amp; C (zie onder), ca. € 3,- per dag Marine Park Belasting, € 7,- per persoon Chamber Support program</p>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 186,\n                                        \"fileName\": \"01e7efa3-59b0-419d-93b4-ce5aa50c193c.jpeg\",\n                                        \"title\": \"Shore Diving\",\n                                        \"description\": \"Diving from the shore in the Bahamas\",\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 184,\n                                        \"fileName\": \"eba78b7c-4fba-495b-b924-768dc79ffdc1.jpeg\",\n                                        \"title\": \"Advenced Open Water\",\n                                        \"description\": \"Learning to dive better\",\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        }\n                    ],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 4\n                },\n                {\n                    \"id\": 3707,\n                    \"productCode\": \"DABSNASSTCODIBA\",\n                    \"category\": {\n                        \"code\": \"RDV\",\n                        \"label\": \"Resort Diving Area\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"I\",\n                    \"name\": \"Duiken rond Nassau\",\n                    \"productDescription\": \"<p>Onder water is het, mede door het heldere water, één groot kleurenpalet. Het leven onder water is zeer gevarieerd en je vindt er meer dan 5% van ’s werelds koraal. Daar tussen zwemmen adelaarsroggen, dolfijnen en met veel geluk een bultrugwalvis. Om over de kleine rifvissen nog maar te zwijgen.</p><p><br></p><p>Maar, dé reden om een duik te maken rond de Bahama’s zijn natuurlijk de vele haaien. Spot verschillende Caribische haaien, zoals tijgerhaaien, stierkophaaien en hamerhaaien. Rond de duikstekken Shark Wall, The Arena, Runway Wall en The Runway spot je in de meeste gevallen wel zo'n 20 tot 30 Caraïbische rifhaaien bij elkaar! Duik je met Stuart Cove's dan worden er vaak twee duiken gecombineerd. Tijdens de eerste duik kun je vrij zwemmen met de haaien. Tijdens de tweede duik vorm je met je mededuikers een halve cirkel op de bodem, waarna de haaien door een voeder worden gevoerd. Op deze manier zie je de haaien van wel héél dichtbij!</p><p><br></p><p>Naast kleurrijke riffen en héél veel haaien kun je rond Nassau ook vele wrakken bewonderen. Het team van Stuart Cove's heeft tientallen wrakken laten zinken in vaak ondiep water.</p><p><br></p><p>De Bahama’s is een fijne plek voor de beginnende duiker. Het water rond de eilanden is vaak niet dieper dan acht meter en hier al vind je prachtige koraaltuinen. Maar ook de ervaren duiker komt aan zijn trekken met uitdagende steile wanden, grotten, blue holes, een zeven kilometerslang barrièrerif en natuurlijk de vele haaien!</p>\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 36176,\n                                \"fileName\": \"4d8c7ec7-1c0c-4db3-8c95-fe1002e2d115.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36177,\n                                \"fileName\": \"ade1d283-43cf-4614-aecf-461c9c1fb6a9.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 2,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36178,\n                                \"fileName\": \"3b15eb07-2100-4985-a358-289c42037762.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 3,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36179,\n                                \"fileName\": \"049062f3-5d2f-414b-8bde-c81ea0932321.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 4,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36180,\n                                \"fileName\": \"3d1a8c28-871b-4a3e-b9d8-d59bc1df811f.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 5,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36181,\n                                \"fileName\": \"745e01d4-8eb2-4246-b1a6-71e90b78b438.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 6,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36182,\n                                \"fileName\": \"a8605ea6-23d7-4ba9-bfa6-90d2c03501fb.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 7,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36183,\n                                \"fileName\": \"649473d7-0f92-456b-97cf-99efe7f7a43c.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 8,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36184,\n                                \"fileName\": \"4a15967c-f384-436c-bbe3-6bdfea1db831.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 9,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36185,\n                                \"fileName\": \"b4c7bfe5-5d71-41eb-9c36-cc1acdc75afa.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 10,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36186,\n                                \"fileName\": \"fb29c52e-fdfb-4409-a89f-2df72928a9bb.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 11,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36187,\n                                \"fileName\": \"1c58a130-0c33-4ffa-a938-43b451fffcf1.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 12,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36188,\n                                \"fileName\": \"5c99543e-c176-4eb0-9983-470f3644145d.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 13,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36189,\n                                \"fileName\": \"120fcfbf-a4db-4973-aa7b-fff8ec83975f.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 14,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36190,\n                                \"fileName\": \"bf359f5f-00cb-4064-9730-efad0f33ff65.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 15,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36191,\n                                \"fileName\": \"bc6fa495-9b74-4b37-92ae-6f55eaf9266b.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 16,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36192,\n                                \"fileName\": \"e550a561-2462-47c0-9c7d-0673de2f1478.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 17,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36193,\n                                \"fileName\": \"b3ecccf5-31ae-4514-bdc0-bd15de711857.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 18,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36194,\n                                \"fileName\": \"066f4bd6-2667-4d11-9385-67fc844b3184.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 19,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36195,\n                                \"fileName\": \"b976cac6-b7d3-42a4-b871-e59e3b3b0ea2.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 20,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36196,\n                                \"fileName\": \"5b0f9638-0d44-4fc5-bdb3-4ad0953fe496.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 21,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36197,\n                                \"fileName\": \"3b53176e-3a1c-4278-b647-c4e5cf99b755.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 22,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36198,\n                                \"fileName\": \"081415af-73f7-4520-9cf5-aab9eb6a2c8a.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 23,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36199,\n                                \"fileName\": \"4bc37f4b-bd81-40b9-a7ce-dec7688ac4e2.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 24,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36200,\n                                \"fileName\": \"4a6ff4e1-d396-422d-99cf-67c95244d4d2.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 25,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36201,\n                                \"fileName\": \"9b541d9d-6a92-45d9-aaa1-17f2ac92c6f6.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 26,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36202,\n                                \"fileName\": \"0be86ac5-abd2-42af-9369-e225e700a1ce.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 27,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36203,\n                                \"fileName\": \"8a73552e-342c-48cd-96e5-00434f5ab5b0.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 28,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36204,\n                                \"fileName\": \"0f99b540-31e9-4ddd-9616-9c1f9aa6c405.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 29,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36205,\n                                \"fileName\": \"3f220f12-a5ea-47a0-aeda-c77350f21f63.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 30,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36206,\n                                \"fileName\": \"7b9e7ff5-ff1b-410b-b0ef-285e705e48d6.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 31,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 36207,\n                                \"fileName\": \"f0a25cdd-48a2-4ea2-b9d2-06aa84020f1a.jpeg\",\n                                \"title\": \"Duiken rond Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 32,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": null,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": null,\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 3352,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"Duiken rond Nassau\",\n                        \"reservationText\": null,\n                        \"productDescription\": \"<p>Onder water is het, mede door het heldere water, één groot kleurenpalet. Het leven onder water is zeer gevarieerd en je vindt er meer dan 5% van ’s werelds koraal. Daar tussen zwemmen adelaarsroggen, dolfijnen en met veel geluk een bultrugwalvis. Om over de kleine rifvissen nog maar te zwijgen.</p><p><br></p><p>Maar, dé reden om een duik te maken rond de Bahama’s zijn natuurlijk de vele haaien. Spot verschillende Caribische haaien, zoals tijgerhaaien, stierkophaaien en hamerhaaien. Rond de duikstekken Shark Wall, The Arena, Runway Wall en The Runway spot je in de meeste gevallen wel zo'n 20 tot 30 Caraïbische rifhaaien bij elkaar! Duik je met Stuart Cove's dan worden er vaak twee duiken gecombineerd. Tijdens de eerste duik kun je vrij zwemmen met de haaien. Tijdens de tweede duik vorm je met je mededuikers een halve cirkel op de bodem, waarna de haaien door een voeder worden gevoerd. Op deze manier zie je de haaien van wel héél dichtbij!</p><p><br></p><p>Naast kleurrijke riffen en héél veel haaien kun je rond Nassau ook vele wrakken bewonderen. Het team van Stuart Cove's heeft tientallen wrakken laten zinken in vaak ondiep water.</p><p><br></p><p>De Bahama’s is een fijne plek voor de beginnende duiker. Het water rond de eilanden is vaak niet dieper dan acht meter en hier al vind je prachtige koraaltuinen. Maar ook de ervaren duiker komt aan zijn trekken met uitdagende steile wanden, grotten, blue holes, een zeven kilometerslang barrièrerif en natuurlijk de vele haaien!</p>\",\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": []\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"AMCEBS\",\n                        \"label\": \"Bahama's\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"duiken-rond-nassau\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 6\n                },\n                {\n                    \"id\": 3488,\n                    \"productCode\": \"HOFLBSNASBRCOHINA\",\n                    \"category\": {\n                        \"code\": \"HOFL\",\n                        \"label\": \"Hotel & Flight\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"Hotel & Flight test subpackage\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": null,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": null,\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 3132,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"Hotel & Flight test subpackage\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": []\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"BS\",\n                        \"label\": \"Bahamas\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"hotel-and-flight-british-colonial-hilton-nassau\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 1\n                },\n                {\n                    \"id\": 3486,\n                    \"productCode\": \"HOBSNASBRCOHINA\",\n                    \"category\": {\n                        \"code\": \"HO\",\n                        \"label\": \"Hotel\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [\n                        {\n                            \"code\": \"GENHO\",\n                            \"label\": \"Hotel\",\n                            \"language\": \"NL\"\n                        }\n                    ],\n                    \"attribute\": \"M\",\n                    \"name\": \"British Colonial Hilton Nassau\",\n                    \"productDescription\": \"<p>Het British Colonial Hilton Nassau is gelegen in het hart van hoofdstad Nassau én direct aan een schitterend poederwit zandstrand. Het mooie hotel is omgeven door tropisch groen, ademt rijke koloniale flair en beschikt over moderne faciliteiten. Iedere gast geniet hier van een ontspannen verblijf op de Bahama’s!</p><p><br></p><p>In het British Colonial Hilton vind je vier verschillende soorten kamers, namelijk de Guest Rooms, Suites, Executive Rooms en Accessible Rooms. Alle kamers beschikken in ieder geval over snel internet, een bureau met stoel en marmeren badkamer.</p><p><br></p><p>Tussen het grote hotel en het mooie zandstrand ligt een heerlijk zwembad met daaromheen meer dan voldoende ligbedden. Een hapje eten doe je in één van de twee restaurants en voor een kop koffie schuif je aan in de coffee shop. Heb je zin in een activiteit dan kun je gratis gebruik maken van alle niet-gemotoriseerde sporten. Met duikcentrum Stuart Cove’s ontdek je schitterende riffen, muren en wrakken. Natuurlijk mag een spectaculaire duik met heel veel haaien dan niet ontbreken!</p>\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 51714,\n                                \"fileName\": \"dc6eb010-ad06-46e1-99f3-bc16db74ac86.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"MAIN\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51715,\n                                \"fileName\": \"681b64c2-a521-4ba8-a890-ab9050e0bc56.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"MAIN\",\n                                \"publishOnWeb\": true,\n                                \"position\": 2,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51716,\n                                \"fileName\": \"1082fb48-9251-4b0f-b615-42c706e812a4.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"MAIN\",\n                                \"publishOnWeb\": true,\n                                \"position\": 3,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51717,\n                                \"fileName\": \"71e1a84b-fa40-42e1-8457-da7e916505b8.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 4,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51718,\n                                \"fileName\": \"4d4edda8-1bbe-4c49-81c2-69416744e3ac.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 5,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51719,\n                                \"fileName\": \"288f08f4-177e-4a76-8fda-68817dbf9a2e.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 6,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51720,\n                                \"fileName\": \"784dc779-e354-4f0c-9f7c-93d71e4dc729.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 7,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51721,\n                                \"fileName\": \"fbaba38c-83ff-4194-9129-eb5006dfcec9.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 8,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51722,\n                                \"fileName\": \"fd51ebb2-1b23-4820-9b12-96c3921b5861.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 9,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51723,\n                                \"fileName\": \"422d157d-954b-4e1e-841a-17837b24ace6.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 10,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51724,\n                                \"fileName\": \"902211c6-57b3-4b45-a16d-463f0a0bb20e.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 11,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51725,\n                                \"fileName\": \"87712107-3194-4cef-81af-21ae058ab5f2.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 12,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51726,\n                                \"fileName\": \"6f267e60-f90d-4f0f-ad3d-4860c7620017.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 13,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51727,\n                                \"fileName\": \"a1e73287-02de-4558-bcfc-efe48db311b0.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 14,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51728,\n                                \"fileName\": \"a281dc10-a346-4e92-a3df-223efb4596ef.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 15,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51729,\n                                \"fileName\": \"ba301914-ab7e-4fd3-acae-7b78d757945a.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 16,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51730,\n                                \"fileName\": \"421eed7d-cef8-4b07-8923-e66213cb3070.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 17,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51731,\n                                \"fileName\": \"70bef7fb-ddd1-49d3-bac8-6064ed8022ae.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 18,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51732,\n                                \"fileName\": \"376ec79c-9813-4734-be74-77f4e4fa20a8.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 19,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51733,\n                                \"fileName\": \"38a3d594-9f9c-4742-8b01-561faadc4353.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 20,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51734,\n                                \"fileName\": \"5d26ec33-fda7-47d0-aa86-7118097605a6.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 21,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51735,\n                                \"fileName\": \"6d656f4b-e552-4177-af2b-d4783c6ab036.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 22,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51736,\n                                \"fileName\": \"29a8adf3-8289-412d-8f41-0bc8f3ce7c66.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 23,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51737,\n                                \"fileName\": \"3852ce84-8ebc-47ad-9c31-7a01c684d7dd.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 24,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51738,\n                                \"fileName\": \"a80f1cbf-6abd-47d1-8b3c-1bd490d35ccb.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 25,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51739,\n                                \"fileName\": \"bcf032bb-d716-4660-8a8b-8a01a90de8da.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 26,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51740,\n                                \"fileName\": \"fc9d3bf1-de66-4f8d-b17b-9c52f0e397f2.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 27,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51741,\n                                \"fileName\": \"42e84b4b-3230-4caa-acef-8b18ff29e3e8.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 28,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51742,\n                                \"fileName\": \"4a16126a-e23c-4abe-bcc9-7a6d2f93119e.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 29,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51743,\n                                \"fileName\": \"f80e3053-9578-4355-a6ee-18518f665df7.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 30,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51744,\n                                \"fileName\": \"c09bd3ad-0276-4757-b52d-2a8f18991084.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 31,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51745,\n                                \"fileName\": \"8278c001-3db0-4784-b111-79a025d184a0.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 32,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51746,\n                                \"fileName\": \"3326eb09-42aa-4775-b08b-76af98c404a5.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 33,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51747,\n                                \"fileName\": \"2482d873-cd24-4a59-822e-31a99f78e0c8.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 34,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51748,\n                                \"fileName\": \"863f32df-3e3c-4446-b159-0b8f99685466.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 35,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51749,\n                                \"fileName\": \"2cd77ae3-e427-458b-93ca-e4237d927ead.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 36,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51750,\n                                \"fileName\": \"ebccbd6b-e4f2-4c3a-ba19-ed81c1ef50fb.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 37,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51751,\n                                \"fileName\": \"c6d50ad5-fba0-44a3-8683-2011836d0ff4.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 38,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51752,\n                                \"fileName\": \"a360e0ba-af81-45c2-b53f-2b785114cdab.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 39,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51753,\n                                \"fileName\": \"96700b03-1ab5-47e7-980c-8aa81abceffb.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 40,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51754,\n                                \"fileName\": \"2f459714-ca87-4074-bd13-7983cc1561bd.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 41,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51755,\n                                \"fileName\": \"8369c282-3da2-4536-b173-5b085e3b0338.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 42,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51756,\n                                \"fileName\": \"0a432d12-808c-4386-a116-6be8a9d7d155.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 43,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51757,\n                                \"fileName\": \"38f488e9-962c-4725-a77a-921b5b3b89c0.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 44,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51758,\n                                \"fileName\": \"b5677983-f672-44f6-b8f2-0b35cb164028.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 45,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51759,\n                                \"fileName\": \"fa943311-afdf-403a-a5c0-b788d1d6af43.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 46,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51760,\n                                \"fileName\": \"65506ed0-6164-4efa-89b6-3da7e1ca7536.jpeg\",\n                                \"title\": \"British Colonial Hilton Nassau\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 47,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 4510,\n                    \"price\": 80,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 2,\n                    \"durationNights\": 1,\n                    \"chargeNights\": true,\n                    \"productTexts\": {\n                        \"id\": 3130,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"British Colonial Hilton Nassau\",\n                        \"reservationText\": null,\n                        \"productDescription\": \"<p>Het British Colonial Hilton Nassau is gelegen in het hart van hoofdstad Nassau én direct aan een schitterend poederwit zandstrand. Het mooie hotel is omgeven door tropisch groen, ademt rijke koloniale flair en beschikt over moderne faciliteiten. Iedere gast geniet hier van een ontspannen verblijf op de Bahama’s!</p><p><br></p><p>In het British Colonial Hilton vind je vier verschillende soorten kamers, namelijk de Guest Rooms, Suites, Executive Rooms en Accessible Rooms. Alle kamers beschikken in ieder geval over snel internet, een bureau met stoel en marmeren badkamer.</p><p><br></p><p>Tussen het grote hotel en het mooie zandstrand ligt een heerlijk zwembad met daaromheen meer dan voldoende ligbedden. Een hapje eten doe je in één van de twee restaurants en voor een kop koffie schuif je aan in de coffee shop. Heb je zin in een activiteit dan kun je gratis gebruik maken van alle niet-gemotoriseerde sporten. Met duikcentrum Stuart Cove’s ontdek je schitterende riffen, muren en wrakken. Natuurlijk mag een spectaculaire duik met heel veel haaien dan niet ontbreken!</p>\",\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": \"Groot hotel in het hart van Nassau met alle faciliteiten van dien, een mooi zwembad en poederwit zandstrand voor de deur en meerdere eetgelegenheden.\",\n                        \"webText2\": \"<ul><li>Gelegen aan een privé strand</li><li>Uitstekende kamers met prachtig uitzicht</li><li>Duiken met Stuart Cove's</li><li>Haaien, haaien en nog eens haaien!&nbsp;</li><li>Neem een kijkje op de bodem terwijl de haaien worden gevoerd</li></ul>\",\n                        \"customFields\": [\n                            {\n                                \"name\": \"Eten en drinken\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"HO\",\n                                \"value\": \"In het British Colonial Hilton kun je kiezen uit verschillende eetgelegenheden. De nieuwste aanwinst is restaurant Aqua, waar je terecht kunt voor ontbijt, lunch én diner. Geniet van lokale specialiteiten, maar ook internationale gerechten worden er geserveerd. Voor Caraïbische en Amerikaanse maaltijden reserveer je een plekje bij de Patio Bar & Grill en een tropisch drankje haal je aan de bar naast het strand. Een goede borrel met kleine snacks bemachtig je in Bullion, een gezellige bar in vintage-stijl en kun je niet zonder Starbucks koffie dan biedt Brew ’n Bites uitkomst. \",\n                                \"label\": \"Eten en drinken\",\n                                \"position\": 4\n                            },\n                            {\n                                \"name\": \"Room Types\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"HO\",\n                                \"value\": \"In het British Colonial Hilton vind je vier verschillende soorten kamers, namelijk de Guest Rooms, Suites, Executive Rooms en Accessible Rooms. Alle kamers beschikken in ieder geval over uitzicht over de haven of over de stad Nassau. Daarnaast kun je in je kamer genieten van snel internet, is er een bureau met stoel aanwezig en fris je je op in de marmeren badkamer. De Suites en Executive Rooms bieden ook nog een apart zitgedeelte en ontbijt met drankjes is inclusief. De Accessible Rooms zijn geschikt voor gasten met een lichamelijke beperking. \",\n                                \"label\": \"Kamertypes\",\n                                \"position\": 3\n                            },\n                            {\n                                \"name\": \"Een dagje anders dan duiken\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"HO\",\n                                \"value\": \"\",\n                                \"label\": \"Een dagje anders dan duiken\",\n                                \"position\": 100\n                            },\n                            {\n                                \"name\": \"Films & videos\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"HO\",\n                                \"value\": \"\",\n                                \"label\": \"Films & video's\",\n                                \"position\": 6\n                            },\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"British Colonial Hilton Nassau | Diving World Duikvakanties\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"Duikvakantie naar British Colonial Hilton Nassau? BijZONdere duikreizen boek je bij Diving World, dé duikreisspecialist en lid van ANVR, SGR & het Calamiteitenfonds!\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [\n                        {\n                            \"name\": \"ScubaID\",\n                            \"table\": \"PRODUCT\",\n                            \"categoryFilter\": \"\",\n                            \"value\": \"1201\",\n                            \"label\": \"Scuba Advisor ID\",\n                            \"position\": 3\n                        }\n                    ],\n                    \"countryArea\": {\n                        \"code\": \"BSNAS\",\n                        \"label\": \"Nassau\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"25.07792235054941;-77.3457670211792\",\n                    \"seoFriendlyName\": \"british-colonial-hilton-nassau-hotel\",\n                    \"rating\": {\n                        \"code\": \"ST4\",\n                        \"label\": \"4 Stars\",\n                        \"language\": \"NL\"\n                    },\n                    \"priceTypeDetails\": [\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"RTJNRSUI\",\n                                    \"label\": \"Junior Suite\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 95103,\n                                \"text\": \"<ul><li>30 m²</li><li>Uitzicht op de stad</li><li>37-inch flatscreentelevisie</li><li>2 eenpersoonsbedden</li><li>Luxe beddengoed</li><li>Een privébadkamer</li><li>Een apart bad en aparte douche</li><li>Designer toiletartikelen</li><li>Een koffiezetapparaat/waterkoker</li><li>Een bureau</li></ul>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 36138,\n                                        \"fileName\": \"28394a16-7077-49c9-a978-929d30f8616c.jpeg\",\n                                        \"title\": \"Suite British Colonial hilton\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 36137,\n                                        \"fileName\": \"dd324fcb-57ea-4508-a8b7-7c05bad4e20d.jpeg\",\n                                        \"title\": \"Suite British Colonial hilton\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 36136,\n                                        \"fileName\": \"ff4d5ac5-1c5a-4dc4-802d-6190b7bd9c46.jpeg\",\n                                        \"title\": \"Suite British Colonial hilton\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 2,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 36135,\n                                        \"fileName\": \"4df5c46f-0aa9-4129-bd65-bbbb5267c9f0.jpeg\",\n                                        \"title\": \"Suite British Colonial hilton\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 3,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"RTSTA\",\n                                    \"label\": \"Standaard kamer\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 95107,\n                                \"text\": \"<ul><li>30 m²</li><li>Uitzicht op de stad</li><li>37-inch flatscreentelevisie</li><li>2 eenpersoonsbedden</li><li>Luxe beddengoed</li><li>Een privébadkamer</li><li>Een apart bad en aparte douche</li><li>Designer toiletartikelen</li><li>Een koffiezetapparaat/waterkoker</li><li>Een bureau</li></ul>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 180,\n                                        \"fileName\": \"9a050acb-dce5-4762-9dc7-1c12d95fa9bf.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 179,\n                                        \"fileName\": \"c042c06f-2b73-459e-8c27-89333380adae.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 178,\n                                        \"fileName\": \"01588c63-ec04-4b45-acdc-4a01207cc5be.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 2,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        }\n                    ],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 1\n                },\n                {\n                    \"id\": 5358,\n                    \"productCode\": \"FLNAS\",\n                    \"category\": {\n                        \"code\": \"FL\",\n                        \"label\": \"Flight\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"Vlucht Nassau (NAS)\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": 43895,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 1,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"BSNAS\",\n                        \"label\": \"Nassau\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"vlucht-nassau-nas\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": true,\n                    \"position\": 2\n                },\n                {\n                    \"id\": 2208,\n                    \"productCode\": \"INREISVERZ\",\n                    \"category\": {\n                        \"code\": \"IN\",\n                        \"label\": \"Insurance\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"O\",\n                    \"name\": \"Reisverzekering\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": 70202,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [],\n                    \"countryArea\": null,\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"reisverzekering\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": \"0\",\n                    \"bookDaily\": false,\n                    \"position\": 8\n                },\n                {\n                    \"id\": 5437,\n                    \"productCode\": \"FSNAS\",\n                    \"category\": {\n                        \"code\": \"FS\",\n                        \"label\": \"Vlucht Supplement\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"O\",\n                    \"name\": \"Baggage Supplement Nassau\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": 42825,\n                    \"price\": 25,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"BS\",\n                        \"label\": \"Bahamas\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"baggage-supplement-nassau\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 2\n                },\n                {\n                    \"id\": 5151,\n                    \"productCode\": \"TFTRA\",\n                    \"category\": {\n                        \"code\": \"TF\",\n                        \"label\": \"Transfer\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"Transfers\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 65358,\n                                \"fileName\": \"931287cc-428d-44a5-9a71-14124bf89bcd.jpeg\",\n                                \"title\": \"Transfer Magic Oceans\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"MAIN\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 41442,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 3557,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"Transfers\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": []\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": null,\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"transfers\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 3\n                },\n                {\n                    \"id\": 4314,\n                    \"productCode\": \"DCBSREOAGRBA\",\n                    \"category\": {\n                        \"code\": \"DC\",\n                        \"label\": \"Duikcentrum\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"O\",\n                    \"name\": \"<p>Reef Oasis Grand Bahama</p>\",\n                    \"productDescription\": \"<p> Het Reef Oasis Diving Center bevindt zich in het mooie Resort Viva Wyndham Fortuna Beach. </p><p> Een van de mooiste paradijsachtige resorts in Grand Bahamas met een adembenemend uitzicht op de oceaan. Het duikcentrum heeft een perfecte locatie om iedereen tevreden te stellen: beginners, ervaren duikers, snorkelaars. U kunt zelfs duiken met Tijgerhaaien en grijze haaien. Reef Oasis beschikt over Mares en Scubapro apparatuur, COLTRI en Bauer compressoren en een duikshop.</p><p> </p><p> Alle duikstudenten zijn verzekerd en maximale veiligheidsnormen worden toegepast voor alle activiteiten. Reef Oasis biedt dagelijks duiktrips aan, daglijks kunt u een gratis duik uitproberen in de verschillende zwembaden. Wij bieden alle Padi cursussen aan tot Instructor Development Course. Mis ook zeker onze snorkeltrips niet in de mooie wateren van Grand Bahamas.</p><p> </p><p> Wij opereren binnen Viva Wyndham Fortuna Beach Resort. Het wordt vaak aangeduid als vakantieparadijs. Reef Oasis Viva Bahamas biedt alles van snorkelen, duiken, natuur verkenning en zonsondergangcruises. Klinkt als een interessante plek voor een vakantie, is het niet?</p><p> </p><p> Samen met de gecombineerde ervaring van meer dan 20 jaar in het duikveld, biedt Reef Oasis Dive Club alleen A klasse - Kwalitiet Scubaduiken aan. Beginners kunnen kiezen uit een breed scala aan PADI Cursussen een ideale eerste duikervaring in de prachtige wateren van Grand Bahamas’ Atlantische Oceaan. Ons internationale team begeleidt u in de meest unieke ervaring dat u in uw vakantie kan meemaken op een professionele manier. Het hele jaar door warm weer, prachtige stranden met wit zand, wondermooi onderwaterleven, mooie huisriffen, perfecte logistiek, een comfortabele omgeving - Dit alles zal helpen om een onvergetelijke tijd bij ons door te brengen.</p>\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 205,\n                                \"fileName\": \"703758a9-6cb1-46db-af31-9a0a0fccecfd.jpeg\",\n                                \"title\": null,\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 204,\n                                \"fileName\": \"cf3c89a0-a70c-4b0b-b72c-ecc607086f46.jpeg\",\n                                \"title\": null,\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 2,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 203,\n                                \"fileName\": \"dc9c7a51-de3e-4ad8-b22e-4070488960db.jpeg\",\n                                \"title\": null,\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 3,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 202,\n                                \"fileName\": \"5e3923b7-f815-4c10-ab3b-fc1b18c9eb25.jpeg\",\n                                \"title\": null,\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 4,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 201,\n                                \"fileName\": \"0fd45fe5-7cbf-47a5-8c7b-3f849ff4e5e0.jpeg\",\n                                \"title\": null,\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 5,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 199,\n                                \"fileName\": \"ab72343d-799d-4826-97af-936c9408ffa3.jpeg\",\n                                \"title\": null,\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 6,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 198,\n                                \"fileName\": \"016a430c-037e-4e1f-a381-604fbb697e52.jpeg\",\n                                \"title\": null,\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 7,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 197,\n                                \"fileName\": \"79a4e232-8e14-48f9-b878-5cafbe644266.jpeg\",\n                                \"title\": null,\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 8,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 196,\n                                \"fileName\": \"7c133579-af0c-4935-894f-f1a1b5a33716.jpeg\",\n                                \"title\": null,\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 9,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 18194,\n                    \"price\": 186.35294,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 2,\n                    \"durationNights\": 1,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 3825,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"<p>Reef Oasis Grand Bahama</p>\",\n                        \"reservationText\": null,\n                        \"productDescription\": \"<p> Het Reef Oasis Diving Center bevindt zich in het mooie Resort Viva Wyndham Fortuna Beach. </p><p> Een van de mooiste paradijsachtige resorts in Grand Bahamas met een adembenemend uitzicht op de oceaan. Het duikcentrum heeft een perfecte locatie om iedereen tevreden te stellen: beginners, ervaren duikers, snorkelaars. U kunt zelfs duiken met Tijgerhaaien en grijze haaien. Reef Oasis beschikt over Mares en Scubapro apparatuur, COLTRI en Bauer compressoren en een duikshop.</p><p> </p><p> Alle duikstudenten zijn verzekerd en maximale veiligheidsnormen worden toegepast voor alle activiteiten. Reef Oasis biedt dagelijks duiktrips aan, daglijks kunt u een gratis duik uitproberen in de verschillende zwembaden. Wij bieden alle Padi cursussen aan tot Instructor Development Course. Mis ook zeker onze snorkeltrips niet in de mooie wateren van Grand Bahamas.</p><p> </p><p> Wij opereren binnen Viva Wyndham Fortuna Beach Resort. Het wordt vaak aangeduid als vakantieparadijs. Reef Oasis Viva Bahamas biedt alles van snorkelen, duiken, natuur verkenning en zonsondergangcruises. Klinkt als een interessante plek voor een vakantie, is het niet?</p><p> </p><p> Samen met de gecombineerde ervaring van meer dan 20 jaar in het duikveld, biedt Reef Oasis Dive Club alleen A klasse - Kwalitiet Scubaduiken aan. Beginners kunnen kiezen uit een breed scala aan PADI Cursussen een ideale eerste duikervaring in de prachtige wateren van Grand Bahamas’ Atlantische Oceaan. Ons internationale team begeleidt u in de meest unieke ervaring dat u in uw vakantie kan meemaken op een professionele manier. Het hele jaar door warm weer, prachtige stranden met wit zand, wondermooi onderwaterleven, mooie huisriffen, perfecte logistiek, een comfortabele omgeving - Dit alles zal helpen om een onvergetelijke tijd bij ons door te brengen.</p>\",\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": [\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"BSGRBA\",\n                        \"label\": \"Grand Bahama\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"reef-oasis-grand-bahama\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"DV2DAG\",\n                                    \"label\": \"2 dagen\",\n                                    \"language\": \"NL\",\n                                    \"number\": 1\n                                },\n                                {\n                                    \"code\": \"DVAADVOPEWATDIV\",\n                                    \"label\": \"Advanced open water diver\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 113965,\n                                \"text\": \"<p><strong>Inbegrepen: </strong>2-daagse cursus, 2 dagen / 5 duiken met theorie. </p><p><br></p><p><strong>Niet inbegrepen: </strong>duikuitrusting tijdens de cursus. (uitrusting huur = € 35,- ), ca. € 3,- per dag Marine Park Belasting (indien nodig), certificaat (t.w.v. $30.)</p>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 120,\n                                        \"fileName\": \"79c1e5d6-0f26-4abf-8663-1ec91795f10e.jpeg\",\n                                        \"title\": \"Stuart Cove's Dive Bahamas\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 196,\n                                        \"fileName\": \"7c133579-af0c-4935-894f-f1a1b5a33716.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 194,\n                                        \"fileName\": \"e0331f5a-e47e-4e70-b191-083047f5fcea.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 2,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"DVP5D\",\n                                    \"label\": \"5 dagen\",\n                                    \"language\": \"NL\",\n                                    \"number\": 1\n                                },\n                                {\n                                    \"code\": \"DVAOPEWATCUR\",\n                                    \"label\": \"Open Water Cursus\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 113964,\n                                \"text\": \"<p><strong>Inbegrepen: </strong>4 of 5-daagse cursus, 2-3 dagen leslokaal en ondiepe duiken, 2 dagen open water duiken, volledige uitrusting tijdens de cursus, transfers. </p><p><br></p><p><strong>Niet inbegrepen: </strong>ca. € 3,- per dag Marine Park Belasting (indien nodig), certificaat (t.w.v. $30.)</p>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 198,\n                                        \"fileName\": \"016a430c-037e-4e1f-a381-604fbb697e52.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 201,\n                                        \"fileName\": \"0fd45fe5-7cbf-47a5-8c7b-3f849ff4e5e0.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"DVP5D\",\n                                    \"label\": \"5 dagen\",\n                                    \"language\": \"NL\",\n                                    \"number\": 1\n                                },\n                                {\n                                    \"code\": \"DVABOADIV\",\n                                    \"label\": \"Bootduiken\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 113963,\n                                \"text\": \"<p><strong>INBEGREPEN:</strong> Ongelimiteerd huisrif duiken + 2 begeleide duiken op de huisrif ter orientatie (dag 1) + 8 credits (afhankelijk van het weer, duikschema en drukte) inclusief: tanks, lucht, lood. </p><p><br></p><p><strong>NIET INBEGREPEN: </strong>vervoer naar de duikstekken in zones B &amp; C (zie onder), ca. € 3,- per dag Marine Park Belasting, € 7,- per persoon Chamber Support program</p>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 202,\n                                        \"fileName\": \"5e3923b7-f815-4c10-ab3b-fc1b18c9eb25.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"DV10DUI\",\n                                    \"label\": \"10 duiken\",\n                                    \"language\": \"NL\",\n                                    \"number\": 1\n                                },\n                                {\n                                    \"code\": \"DVAHOUREEDIV\",\n                                    \"label\": \"Huisrif duiken\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 113962,\n                                \"text\": \"<p><strong>INBEGREPEN: </strong>Ongelimiteerd huisrif duiken + 2 begeleide duiken op de huisrif ter orientatie (dag 1) inclusief: tanks, lucht, lood. </p><p><br></p><p><strong>NIET INBEGREPEN: </strong>vervoer naar de duikstekken in zones A, B &amp; C (zie onder), ca. € 3,- per dag Marine Park Belasting, € 7,- per persoon Chamber Support program</p>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 204,\n                                        \"fileName\": \"cf3c89a0-a70c-4b0b-b72c-ecc607086f46.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        }\n                    ],\n                    \"weekDays\": null,\n                    \"bookDaily\": true,\n                    \"position\": 5\n                }\n            ],\n            \"suppliers\": [],\n            \"customFields\": [\n                {\n                    \"name\": \"Maximum nights\",\n                    \"table\": \"PRODUCT\",\n                    \"categoryFilter\": \"PH\",\n                    \"value\": \"14\",\n                    \"label\": \"Maximum nights\",\n                    \"position\": 0\n                },\n                {\n                    \"name\": \"Minimum nights\",\n                    \"table\": \"PRODUCT\",\n                    \"categoryFilter\": \"PH\",\n                    \"value\": \"7\",\n                    \"label\": \"Minimum nights\",\n                    \"position\": 0\n                }\n            ],\n            \"catalogPage\": 0,\n            \"textsLibrary\": [],\n            \"isPerPerson\": true,\n            \"prices\": [],\n            \"seoFriendlyName\": \"british-colonial-hilton-nassau\",\n            \"priceTypeDetails\": [],\n            \"relatedProducts\": [\n                {\n                    \"id\": 7276,\n                    \"productCode\": \"PHHOPWRORPAPARE\",\n                    \"category\": {\n                        \"code\": \"PH\",\n                        \"label\": \"Package Hotel\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [\n                        {\n                            \"code\": \"GENHO\",\n                            \"label\": \"Hotel\",\n                            \"language\": \"NL\"\n                        }\n                    ],\n                    \"name\": \"Palau Pacific Resort Package\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": null,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": null,\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [\n                        {\n                            \"name\": \"Maximum nights\",\n                            \"table\": \"PRODUCT\",\n                            \"categoryFilter\": \"PH\",\n                            \"value\": \"14\",\n                            \"label\": \"Maximum nights\",\n                            \"position\": 0\n                        },\n                        {\n                            \"name\": \"Minimum nights\",\n                            \"table\": \"PRODUCT\",\n                            \"categoryFilter\": \"PH\",\n                            \"value\": \"7\",\n                            \"label\": \"Minimum nights\",\n                            \"position\": 0\n                        }\n                    ],\n                    \"countryArea\": {\n                        \"code\": \"PWROR\",\n                        \"label\": \"Palau Duikresorts\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"0;0\",\n                    \"seoFriendlyName\": \"palau-pacific-resort\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"isPackage\": true,\n                    \"supplements\": [\n                        {\n                            \"productId\": 2207,\n                            \"rating\": null,\n                            \"category\": {\n                                \"code\": \"IN\",\n                                \"label\": \"Insurance\",\n                                \"language\": \"NL\"\n                            },\n                            \"productCode\": \"INANNUL\",\n                            \"name\": \"Annuleringsverzekering\",\n                            \"countryArea\": null,\n                            \"webText1\": \"\",\n                            \"webText2\": \"\",\n                            \"attribute\": \"O\",\n                            \"multimedia\": {\n                                \"images\": [],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"productId\": 2208,\n                            \"rating\": null,\n                            \"category\": {\n                                \"code\": \"IN\",\n                                \"label\": \"Insurance\",\n                                \"language\": \"NL\"\n                            },\n                            \"productCode\": \"INREISVERZ\",\n                            \"name\": \"Reisverzekering\",\n                            \"countryArea\": null,\n                            \"webText1\": \"\",\n                            \"webText2\": \"\",\n                            \"attribute\": \"O\",\n                            \"multimedia\": {\n                                \"images\": [],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"productId\": 5841,\n                            \"rating\": null,\n                            \"category\": {\n                                \"code\": \"HOFL\",\n                                \"label\": \"Hotel & Flight\",\n                                \"language\": \"NL\"\n                            },\n                            \"productCode\": \"HOFLPWRORPAPARE\",\n                            \"name\": \"Hotel & Flight test subpackage\",\n                            \"countryArea\": {\n                                \"code\": \"PWROR\",\n                                \"label\": \"Palau Duikresorts\",\n                                \"language\": \"NL\"\n                            },\n                            \"webText1\": \"\",\n                            \"webText2\": \"\",\n                            \"attribute\": \"M\",\n                            \"multimedia\": {\n                                \"images\": [],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"productId\": 6457,\n                            \"rating\": null,\n                            \"category\": {\n                                \"code\": \"FL\",\n                                \"label\": \"Flight\",\n                                \"language\": \"NL\"\n                            },\n                            \"productCode\": \"FLROR\",\n                            \"name\": \"Vlucht Koror (ROR)\",\n                            \"countryArea\": {\n                                \"code\": \"PW\",\n                                \"label\": \"Palau\",\n                                \"language\": \"NL\"\n                            },\n                            \"webText1\": \"\",\n                            \"webText2\": \"\",\n                            \"attribute\": \"M\",\n                            \"multimedia\": {\n                                \"images\": [],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"productId\": 3054,\n                            \"rating\": {\n                                \"code\": \"ST5\",\n                                \"label\": \"5 Stars\",\n                                \"language\": \"NL\"\n                            },\n                            \"category\": {\n                                \"code\": \"HO\",\n                                \"label\": \"Hotel\",\n                                \"language\": \"NL\"\n                            },\n                            \"productCode\": \"HOPWRORPAPARE\",\n                            \"name\": \"<p>Palau Pacific Resort </p>\",\n                            \"countryArea\": {\n                                \"code\": \"PWROR\",\n                                \"label\": \"Palau Duikresorts\",\n                                \"language\": \"NL\"\n                            },\n                            \"webText1\": \"Eén van de meest luxe accommodaties in Palau, direct aan het eigen strand en middenin het groen. Er is hier zelfs een orchideeënkwekerij!\",\n                            \"webText2\": \"<ul><li>Prive strand!</li><li>2 restaurants met bar!</li><li>Zwembad met jacuzzi</li><li>Ophaal service van het hotel naar de duikschool!</li></ul>\",\n                            \"attribute\": \"M\",\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 56251,\n                                        \"fileName\": \"9d294b9d-7ee3-4d2e-b4db-22599cf447c9.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"MAIN\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56252,\n                                        \"fileName\": \"076f3191-39fb-48c8-af20-5ac09e3c1e47.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"MAIN\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 2,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56253,\n                                        \"fileName\": \"b24e418f-1e06-4223-89a4-755a21e3f0db.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"MAIN\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 3,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56262,\n                                        \"fileName\": \"34e0bdae-2c5b-4b89-86db-7348c986521f.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 4,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56259,\n                                        \"fileName\": \"cbfe6f55-2968-4033-ba07-d881c4fe972d.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 5,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56254,\n                                        \"fileName\": \"8d327a89-acd9-462d-8d4f-9221da550e59.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 6,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56261,\n                                        \"fileName\": \"a67d665b-721a-4c25-98e0-e7d6ab411245.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 7,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56270,\n                                        \"fileName\": \"987177cd-1da2-43c0-bb74-11bf85ecf452.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 8,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56268,\n                                        \"fileName\": \"43a92e98-da75-4955-b52c-c7fe41982f2c.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 9,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56288,\n                                        \"fileName\": \"467adb61-f158-45cd-ae90-a8d5c26c865b.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 10,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56256,\n                                        \"fileName\": \"a5504501-2d48-4c63-8c49-318b21ca0fac.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 11,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56257,\n                                        \"fileName\": \"5f54d4a4-e6b9-4d0a-9f5a-12ddc93e4c96.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 12,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56258,\n                                        \"fileName\": \"13b6d035-a46f-4556-b8cc-536176aed473.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 13,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56260,\n                                        \"fileName\": \"803daf54-ad34-42ab-9d26-3dae12859c8f.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 14,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56263,\n                                        \"fileName\": \"191d0291-881e-4e5b-8fbb-0f61c3ad3431.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 15,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56264,\n                                        \"fileName\": \"9261ecd0-9526-414e-b06d-508198ceebf1.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 16,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56265,\n                                        \"fileName\": \"43e452a4-bc40-476e-ba9f-3fb2793cdd89.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 17,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56266,\n                                        \"fileName\": \"26cfb7be-15a6-4a42-bf0e-ad8345bcb35b.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 18,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56289,\n                                        \"fileName\": \"f594baf8-bb18-40af-b273-ee5f5bdca2c9.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 19,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56285,\n                                        \"fileName\": \"a5f65cc3-2b52-46df-8da1-519f5a2762ba.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 20,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56267,\n                                        \"fileName\": \"97453a12-0f6d-4dc1-aba0-4aee68ae0a0a.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 21,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56269,\n                                        \"fileName\": \"1d86ac4a-8b2b-4fbe-9753-8f761abbe6c5.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 22,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56287,\n                                        \"fileName\": \"599d3505-92c2-44a0-893b-a98afbd266d7.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 23,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56255,\n                                        \"fileName\": \"c43c2fe2-3e79-4df9-a8fe-7ff05d4e17ce.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 24,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56271,\n                                        \"fileName\": \"a9bee423-74f8-4ed8-99f6-8344def02047.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 25,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56272,\n                                        \"fileName\": \"e9780cef-4c45-4810-9120-40147f1a9df3.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 26,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56273,\n                                        \"fileName\": \"a57432af-01d1-4258-9b56-d753fa5934ff.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 27,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56274,\n                                        \"fileName\": \"149d5c1a-f1c9-4fb2-b13c-776eb0337159.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 28,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56275,\n                                        \"fileName\": \"fd03526a-e376-42d2-b8f1-ca84ed3d72e9.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 29,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56276,\n                                        \"fileName\": \"0a620bd1-ea47-48fb-9ef8-277ceacbe54c.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 30,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56277,\n                                        \"fileName\": \"b98e8db7-72dd-480a-ab6e-4b40b6d53fdd.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 31,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56278,\n                                        \"fileName\": \"0f277241-d317-4149-b4a1-d35386f20653.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 32,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56279,\n                                        \"fileName\": \"5f4876f8-c39f-453a-85a5-2dc0de0fb312.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 33,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56280,\n                                        \"fileName\": \"444a30de-f3fc-4092-a916-d80c0e4593a8.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 34,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56281,\n                                        \"fileName\": \"2659d4a8-8c0a-434f-9173-5ed4909c3982.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 35,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56282,\n                                        \"fileName\": \"e038f7dc-b570-4898-9f11-190a2c986066.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 36,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56283,\n                                        \"fileName\": \"eeaa65e8-e873-4d18-ac7a-65524f782eb2.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 37,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56284,\n                                        \"fileName\": \"f1ebec70-79ef-4802-8e2e-063afbec5d1a.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 38,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 56286,\n                                        \"fileName\": \"e0d91fda-3009-44fb-a4d1-350ed6626e91.jpeg\",\n                                        \"title\": \"Palau Pacific Resort\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 39,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"productId\": 4324,\n                            \"rating\": null,\n                            \"category\": {\n                                \"code\": \"DC\",\n                                \"label\": \"Duikcentrum\",\n                                \"language\": \"NL\"\n                            },\n                            \"productCode\": \"DCPWSATO\",\n                            \"name\": \"<p>Sam's Tours Palau</p>\",\n                            \"countryArea\": {\n                                \"code\": \"PWROR\",\n                                \"label\": \"Palau Duikresorts\",\n                                \"language\": \"NL\"\n                            },\n                            \"webText1\": \"\",\n                            \"webText2\": \"\",\n                            \"attribute\": \"O\",\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 72186,\n                                        \"fileName\": \"61759385-9026-4114-bb93-7a2cf29716ab.jpeg\",\n                                        \"title\": \"Sam's Tours Palau\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 72178,\n                                        \"fileName\": \"a314d0d6-915b-433c-b32f-df1c58518f66.jpeg\",\n                                        \"title\": \"Sam's Tours Palau\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 2,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 72179,\n                                        \"fileName\": \"b47b2ad1-f9c8-4500-b40f-2c5e6a922c64.jpeg\",\n                                        \"title\": \"Sam's Tours Palau\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 3,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 72181,\n                                        \"fileName\": \"46779184-8194-4812-874d-24bc1db4e5c9.jpeg\",\n                                        \"title\": \"Sam's Tours Palau\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 4,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 72182,\n                                        \"fileName\": \"9f0d5fff-eaf5-4791-a13c-4a6423dd4a68.jpeg\",\n                                        \"title\": \"Sam's Tours Palau\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 5,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 72180,\n                                        \"fileName\": \"09ae277f-a014-474c-87f7-d8d44b993c38.jpeg\",\n                                        \"title\": \"Sam's Tours Palau\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 6,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 72183,\n                                        \"fileName\": \"7dcadb44-32fe-4437-9ea3-02d9e8ba5d66.jpeg\",\n                                        \"title\": \"Sam's Tours Palau\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 7,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 72185,\n                                        \"fileName\": \"38df573a-ab87-4a97-bbb0-18b9fb5115a3.jpeg\",\n                                        \"title\": \"Sam's Tours Palau\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 8,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 72184,\n                                        \"fileName\": \"984c6863-098d-4a74-85ce-c496631c5c24.jpeg\",\n                                        \"title\": \"Sam's Tours Palau\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 9,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"productId\": 5425,\n                            \"rating\": null,\n                            \"category\": {\n                                \"code\": \"RDV\",\n                                \"label\": \"Resort Diving Area\",\n                                \"language\": \"NL\"\n                            },\n                            \"productCode\": \"RDVPW\",\n                            \"name\": \"<p> Duiken rond Palau</p>\",\n                            \"countryArea\": {\n                                \"code\": \"ASOCPW\",\n                                \"label\": \"Palau\",\n                                \"language\": \"NL\"\n                            },\n                            \"webText1\": \"\",\n                            \"webText2\": \"\",\n                            \"attribute\": \"I\",\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 67163,\n                                        \"fileName\": \"2c1a4d77-d39a-4098-82f6-7d4ac33849b8.jpeg\",\n                                        \"title\": \"Duiken rond Palau\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 67164,\n                                        \"fileName\": \"1cdc890e-dc26-4998-beb4-f23c4d57605f.jpeg\",\n                                        \"title\": \"Duiken rond Palau\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 2,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 67165,\n                                        \"fileName\": \"f5e7ef70-e8d0-4051-81ae-c6488792f63a.jpeg\",\n                                        \"title\": \"Duiken rond Palau\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 3,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 67166,\n                                        \"fileName\": \"e60b3989-2a84-4502-8097-291d240475e1.jpeg\",\n                                        \"title\": \"Duiken rond Palau\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 4,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 67167,\n                                        \"fileName\": \"d8682992-8778-4f9f-b554-c3d1b749f54e.jpeg\",\n                                        \"title\": \"Duiken rond Palau\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 5,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 67168,\n                                        \"fileName\": \"0fa46013-9120-4b27-b5a3-1431b49efd76.jpeg\",\n                                        \"title\": \"Duiken rond Palau\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 6,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"productId\": 9781,\n                            \"rating\": null,\n                            \"category\": {\n                                \"code\": \"CO\",\n                                \"label\": \"Costs\",\n                                \"language\": \"NL\"\n                            },\n                            \"productCode\": \"COADCO\",\n                            \"name\": \"<p>Administratiekosten</p>\",\n                            \"countryArea\": {\n                                \"code\": \"NL\",\n                                \"label\": \"Nederland\",\n                                \"language\": \"NL\"\n                            },\n                            \"webText1\": \"\",\n                            \"webText2\": \"\",\n                            \"attribute\": \"M\",\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 70265,\n                                        \"fileName\": \"0f18c494-88ab-4f42-9ec0-587e7c234804.png\",\n                                        \"title\": \"Admin cost logo\",\n                                        \"description\": \"Admin cost logo\",\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"productId\": 9780,\n                            \"rating\": null,\n                            \"category\": {\n                                \"code\": \"CO\",\n                                \"label\": \"Costs\",\n                                \"language\": \"NL\"\n                            },\n                            \"productCode\": \"COSGR\",\n                            \"name\": \"Bijdrage SGR\",\n                            \"countryArea\": {\n                                \"code\": \"NL\",\n                                \"label\": \"Nederland\",\n                                \"language\": \"NL\"\n                            },\n                            \"webText1\": \"\",\n                            \"webText2\": \"\",\n                            \"attribute\": \"M\",\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 70263,\n                                        \"fileName\": \"b3503903-892d-4406-a114-bf77c0421421.png\",\n                                        \"title\": \"SGR Logo\",\n                                        \"description\": \"SGR Logo\",\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"productId\": 9779,\n                            \"rating\": null,\n                            \"category\": {\n                                \"code\": \"CO\",\n                                \"label\": \"Costs\",\n                                \"language\": \"NL\"\n                            },\n                            \"productCode\": \"COCAFO\",\n                            \"name\": \"Bijdrage Calamiteitenfonds\",\n                            \"countryArea\": {\n                                \"code\": \"NL\",\n                                \"label\": \"Nederland\",\n                                \"language\": \"NL\"\n                            },\n                            \"webText1\": \"\",\n                            \"webText2\": \"\",\n                            \"attribute\": \"M\",\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 70264,\n                                        \"fileName\": \"46b34415-cfe5-45f4-96cb-19a14d5f9a4e.png\",\n                                        \"title\": \"Calamiteitenfonds Logo\",\n                                        \"description\": \"Calamiteitenfonds Logo\",\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        }\n                    ]\n                },\n                {\n                    \"id\": 7286,\n                    \"productCode\": \"PHHOMYBKILAIS\",\n                    \"category\": {\n                        \"code\": \"PH\",\n                        \"label\": \"Package Hotel\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [\n                        {\n                            \"code\": \"GENHO\",\n                            \"label\": \"Hotel\",\n                            \"language\": \"NL\"\n                        }\n                    ],\n                    \"name\": \"Lankayan Eiland Package\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": null,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": null,\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [\n                        {\n                            \"name\": \"Maximum nights\",\n                            \"table\": \"PRODUCT\",\n                            \"categoryFilter\": \"PH\",\n                            \"value\": \"14\",\n                            \"label\": \"Maximum nights\",\n                            \"position\": 0\n                        },\n                        {\n                            \"name\": \"Minimum nights\",\n                            \"table\": \"PRODUCT\",\n                            \"categoryFilter\": \"PH\",\n                            \"value\": \"7\",\n                            \"label\": \"Minimum nights\",\n                            \"position\": 0\n                        }\n                    ],\n                    \"countryArea\": {\n                        \"code\": \"MYKUL\",\n                        \"label\": \"Maleisië Duikresorts\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"0;0\",\n                    \"seoFriendlyName\": \"lankayan-eiland\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"isPackage\": true,\n                    \"supplements\": [\n                        {\n                            \"productId\": 2207,\n                            \"rating\": null,\n                            \"category\": {\n                                \"code\": \"IN\",\n                                \"label\": \"Insurance\",\n                                \"language\": \"NL\"\n                            },\n                            \"productCode\": \"INANNUL\",\n                            \"name\": \"Annuleringsverzekering\",\n                            \"countryArea\": null,\n                            \"webText1\": \"\",\n                            \"webText2\": \"\",\n                            \"attribute\": \"O\",\n                            \"multimedia\": {\n                                \"images\": [],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"productId\": 2208,\n                            \"rating\": null,\n                            \"category\": {\n                                \"code\": \"IN\",\n                                \"label\": \"Insurance\",\n                                \"language\": \"NL\"\n                            },\n                            \"productCode\": \"INREISVERZ\",\n                            \"name\": \"Reisverzekering\",\n                            \"countryArea\": null,\n                            \"webText1\": \"\",\n                            \"webText2\": \"\",\n                            \"attribute\": \"O\",\n                            \"multimedia\": {\n                                \"images\": [],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"productId\": 5761,\n                            \"rating\": null,\n                            \"category\": {\n                                \"code\": \"HOFL\",\n                                \"label\": \"Hotel & Flight\",\n                                \"language\": \"NL\"\n                            },\n                            \"productCode\": \"HOFLMYBKILAIS\",\n                            \"name\": \"Hotel & Flight test subpackage\",\n                            \"countryArea\": {\n                                \"code\": \"MYKUL\",\n                                \"label\": \"Maleisië Duikresorts\",\n                                \"language\": \"NL\"\n                            },\n                            \"webText1\": \"\",\n                            \"webText2\": \"\",\n                            \"attribute\": \"M\",\n                            \"multimedia\": {\n                                \"images\": [],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"productId\": 5379,\n                            \"rating\": null,\n                            \"category\": {\n                                \"code\": \"FL\",\n                                \"label\": \"Flight\",\n                                \"language\": \"NL\"\n                            },\n                            \"productCode\": \"FLTWU\",\n                            \"name\": \"Vlucht Tawau (TWU)\",\n                            \"countryArea\": {\n                                \"code\": \"MYTWU\",\n                                \"label\": \"Tawau\",\n                                \"language\": \"NL\"\n                            },\n                            \"webText1\": \"\",\n                            \"webText2\": \"\",\n                            \"attribute\": \"M\",\n                            \"multimedia\": {\n                                \"images\": [],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"productId\": 2047,\n                            \"rating\": {\n                                \"code\": \"ST4\",\n                                \"label\": \"4 Stars\",\n                                \"language\": \"NL\"\n                            },\n                            \"category\": {\n                                \"code\": \"HO\",\n                                \"label\": \"Hotel\",\n                                \"language\": \"NL\"\n                            },\n                            \"productCode\": \"HOMYBKILAIS\",\n                            \"name\": \"Lankayan Eiland\",\n                            \"countryArea\": {\n                                \"code\": \"MYKUL\",\n                                \"label\": \"Maleisië Duikresorts\",\n                                \"language\": \"NL\"\n                            },\n                            \"webText1\": \"Verblijf op een onbewoond eiland! Slaap in een ruim chalet met uitzicht over zee, chill op het witte strand én duik de zee in voor de mooiste onderwatertaferelen!\",\n                            \"webText2\": \"<ul><li>Witte koraalstranden!</li><li>Mooi huisrif!</li><li>Ook bootduiken mogelijk!</li><li>Kleinschalige duikers accommodatie!</li></ul>\",\n                            \"attribute\": \"M\",\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 29932,\n                                        \"fileName\": \"8958710c-8350-4c68-aaf3-3e40af0dac71.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"MAIN\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29964,\n                                        \"fileName\": \"4f741657-75be-4541-8afc-522f1dcef7a9.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"MAIN\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 2,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29938,\n                                        \"fileName\": \"8a42fe84-e772-4468-bba9-8f86c59f733f.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"MAIN\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 3,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29941,\n                                        \"fileName\": \"6146dfb9-56a2-4665-a420-b4afbc822a93.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 4,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29908,\n                                        \"fileName\": \"dcf4a157-f290-4391-a018-3155b552d0a3.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 5,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29909,\n                                        \"fileName\": \"06e1f991-c67a-45bf-8d65-d357f86d933e.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 6,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29910,\n                                        \"fileName\": \"b0a82d7d-80c2-4c7a-95b2-3632e598be5f.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 7,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29912,\n                                        \"fileName\": \"d48b10d0-7487-4b2e-bfa2-d4e6b5c51e70.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 8,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29915,\n                                        \"fileName\": \"e5527378-bf5e-40d9-bcb2-effb55370248.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 9,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29916,\n                                        \"fileName\": \"857884ef-53b0-403d-bcfb-7fc9eceb484d.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 10,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29920,\n                                        \"fileName\": \"7cf1e08e-8ba7-4c4e-8b86-2f26ccbe922d.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 11,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29921,\n                                        \"fileName\": \"0a67f7fd-b428-4310-b7f1-93aa42e0cf8e.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 12,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29923,\n                                        \"fileName\": \"6c639bf1-8518-47d9-a3ad-bbfc8feb4dfb.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 13,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29924,\n                                        \"fileName\": \"8ccd71a0-7f4a-48b5-8b37-521ad046194c.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 14,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29925,\n                                        \"fileName\": \"3740895e-5da2-440a-a4a7-2867cff9c71c.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 15,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29926,\n                                        \"fileName\": \"bc9eaa34-4a5a-4570-a6df-45a8a83f5f8f.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 16,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29929,\n                                        \"fileName\": \"fa17eec6-b008-4225-8eb0-4658037216e7.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 17,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29930,\n                                        \"fileName\": \"365099ee-faaf-4cbb-97cf-e0487eddefbe.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 18,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29934,\n                                        \"fileName\": \"478012b3-6b7f-4edb-8e55-b8e772181152.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 19,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29936,\n                                        \"fileName\": \"574bf048-4e1b-4e97-93a0-6ac220c4dc2c.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 20,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29937,\n                                        \"fileName\": \"1dee4191-8dca-4998-b844-76984d6bc3db.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 21,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29939,\n                                        \"fileName\": \"e76501a7-34a1-4867-813c-568a54612bfa.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 22,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29940,\n                                        \"fileName\": \"1a8505a3-7d46-4792-8313-f116c37e31c8.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 23,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29943,\n                                        \"fileName\": \"a2587af9-1a40-41da-9dd8-7c728877448c.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 24,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29944,\n                                        \"fileName\": \"12cd7707-8040-48e3-8d82-125800d7573f.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 25,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29945,\n                                        \"fileName\": \"87d86e34-862a-4e48-b87a-40796f5b5d83.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 26,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29946,\n                                        \"fileName\": \"e468eb78-8ff4-43ad-a9fb-40a229a7e4ca.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 27,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29947,\n                                        \"fileName\": \"0d7fb3fc-bc39-4dd3-abea-b9c41ad28355.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 28,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29948,\n                                        \"fileName\": \"5c7b5e16-243d-4813-84d2-790052b8abd1.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 29,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29949,\n                                        \"fileName\": \"60459f0e-6e04-430b-883d-284774836b2b.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 30,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29950,\n                                        \"fileName\": \"91e83f6b-d07e-423c-af39-50347b7cf5b6.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 31,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29951,\n                                        \"fileName\": \"44de576d-0c50-4950-92cd-86a4871dd630.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 32,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29953,\n                                        \"fileName\": \"c60ddb23-2865-4a3c-beb4-750a42023c08.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 33,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29954,\n                                        \"fileName\": \"ebd333fa-cf3f-41b5-9737-c7f7763f3ceb.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 34,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29955,\n                                        \"fileName\": \"ae312b44-eeff-4633-abcc-86daa45dc9e7.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 35,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29956,\n                                        \"fileName\": \"8762d44b-8001-4c51-911e-441ecf83a774.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 36,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29957,\n                                        \"fileName\": \"08b4f079-8303-403f-8c35-24e453640ac0.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 37,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29958,\n                                        \"fileName\": \"a99f9040-9980-43c9-8afb-1127bb042637.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 38,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29959,\n                                        \"fileName\": \"1c28dae3-955c-438f-8321-1858f839820c.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 39,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29961,\n                                        \"fileName\": \"9c9aa155-58c2-418a-8727-e64aec6b732d.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 40,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29962,\n                                        \"fileName\": \"78c091cf-210c-41b1-8aed-f6806413f1df.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 41,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29963,\n                                        \"fileName\": \"02aaefe6-e6e3-41d5-93c7-f3db561a2aaa.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 42,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29965,\n                                        \"fileName\": \"1006f84a-760f-46d0-a0ee-52396ad50dc2.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 43,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29966,\n                                        \"fileName\": \"a9525502-8d6e-4fa1-b93c-463eb80d9ae2.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 44,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29968,\n                                        \"fileName\": \"d780177a-7216-414c-8a3e-760fa53c66a5.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 45,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29969,\n                                        \"fileName\": \"ff1638b7-9caa-4941-98c4-dc883fe10204.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 46,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29971,\n                                        \"fileName\": \"d990bbdc-8b36-485c-a5c9-0fcbfbf80afc.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 47,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29972,\n                                        \"fileName\": \"9a3012af-cda5-4697-8e6a-f3661f5a6f65.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 48,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29973,\n                                        \"fileName\": \"5542f83e-1f48-412d-8bba-9372db560417.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 49,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29975,\n                                        \"fileName\": \"eb60b245-24ac-463a-9379-efc5b295c5c6.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 50,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29976,\n                                        \"fileName\": \"90ce8097-e11c-4fa6-acb8-9641b80b8737.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 51,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29978,\n                                        \"fileName\": \"62cb3b83-d341-47fa-ae4f-d94e636ab9e6.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 52,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29979,\n                                        \"fileName\": \"a77bf909-029b-4fe1-b4a4-bf767ab84677.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 53,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29980,\n                                        \"fileName\": \"0e5a541b-05b0-4f10-8bb4-afbe153edaf7.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 54,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29981,\n                                        \"fileName\": \"7514311a-f0b6-4ccb-a07a-a9bc96160da6.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 55,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29985,\n                                        \"fileName\": \"322eef5e-49b2-4260-a518-a6936126c7c0.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 56,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29986,\n                                        \"fileName\": \"fc9387f9-b411-4fe5-92a5-70cfa24d9d48.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 57,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29987,\n                                        \"fileName\": \"2f2ec164-451d-466a-a285-298d9d718f1f.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 58,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29988,\n                                        \"fileName\": \"2c7284ee-ec6c-40fc-a155-6429cf4ab192.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 59,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29989,\n                                        \"fileName\": \"4f016569-59dc-4583-9618-a160fd30eab1.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 60,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29990,\n                                        \"fileName\": \"17a67bfc-b348-4e7f-a63e-c87f19308242.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 61,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29991,\n                                        \"fileName\": \"d9d44b6b-603c-43c2-b054-ac6376718bb4.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 62,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29992,\n                                        \"fileName\": \"7fa029d1-13fb-4a18-aab5-526eee91760d.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 63,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29993,\n                                        \"fileName\": \"a91f3d4b-e76f-4810-bcac-32d5dfac4173.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 64,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29994,\n                                        \"fileName\": \"c98df63b-1ca2-444f-8da7-e57a82a17e66.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 65,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29995,\n                                        \"fileName\": \"c2b2b86b-5351-4145-be35-3cedaca7dff6.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 66,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29996,\n                                        \"fileName\": \"f7786b7f-1d16-4f04-abb0-e16c7c4085b2.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 67,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29997,\n                                        \"fileName\": \"3e647760-7e43-468c-8c94-dcfa2d928a35.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 68,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 29999,\n                                        \"fileName\": \"489a4f69-0010-4b31-86f0-332880b18975.jpg\",\n                                        \"title\": \"Lankayan Eiland\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 69,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"productId\": 7205,\n                            \"rating\": null,\n                            \"category\": {\n                                \"code\": \"RDV\",\n                                \"label\": \"Resort Diving Area\",\n                                \"language\": \"NL\"\n                            },\n                            \"productCode\": \"RDVMYLA\",\n                            \"name\": \"<p> Duiken rond Lankayan</p>\",\n                            \"countryArea\": {\n                                \"code\": \"MY\",\n                                \"label\": \"Maleisië\",\n                                \"language\": \"NL\"\n                            },\n                            \"webText1\": \"\",\n                            \"webText2\": \"\",\n                            \"attribute\": \"I\",\n                            \"multimedia\": {\n                                \"images\": [],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"productId\": 4257,\n                            \"rating\": null,\n                            \"category\": {\n                                \"code\": \"DC\",\n                                \"label\": \"Duikcentrum\",\n                                \"language\": \"NL\"\n                            },\n                            \"productCode\": \"DCMYLAISDI\",\n                            \"name\": \"<p>Lankayan Island Dive Center</p>\",\n                            \"countryArea\": {\n                                \"code\": \"MYKUL\",\n                                \"label\": \"Maleisië Duikresorts\",\n                                \"language\": \"NL\"\n                            },\n                            \"webText1\": \"\",\n                            \"webText2\": \"\",\n                            \"attribute\": \"O\",\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 69967,\n                                        \"fileName\": \"3adb5470-1e50-4e82-b309-f95b493bf26d.png\",\n                                        \"title\": \"Placeholder\",\n                                        \"description\": \"Placeholder\",\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"productId\": 9781,\n                            \"rating\": null,\n                            \"category\": {\n                                \"code\": \"CO\",\n                                \"label\": \"Costs\",\n                                \"language\": \"NL\"\n                            },\n                            \"productCode\": \"COADCO\",\n                            \"name\": \"<p>Administratiekosten</p>\",\n                            \"countryArea\": {\n                                \"code\": \"NL\",\n                                \"label\": \"Nederland\",\n                                \"language\": \"NL\"\n                            },\n                            \"webText1\": \"\",\n                            \"webText2\": \"\",\n                            \"attribute\": \"M\",\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 70265,\n                                        \"fileName\": \"0f18c494-88ab-4f42-9ec0-587e7c234804.png\",\n                                        \"title\": \"Admin cost logo\",\n                                        \"description\": \"Admin cost logo\",\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"productId\": 9780,\n                            \"rating\": null,\n                            \"category\": {\n                                \"code\": \"CO\",\n                                \"label\": \"Costs\",\n                                \"language\": \"NL\"\n                            },\n                            \"productCode\": \"COSGR\",\n                            \"name\": \"Bijdrage SGR\",\n                            \"countryArea\": {\n                                \"code\": \"NL\",\n                                \"label\": \"Nederland\",\n                                \"language\": \"NL\"\n                            },\n                            \"webText1\": \"\",\n                            \"webText2\": \"\",\n                            \"attribute\": \"M\",\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 70263,\n                                        \"fileName\": \"b3503903-892d-4406-a114-bf77c0421421.png\",\n                                        \"title\": \"SGR Logo\",\n                                        \"description\": \"SGR Logo\",\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"productId\": 9779,\n                            \"rating\": null,\n                            \"category\": {\n                                \"code\": \"CO\",\n                                \"label\": \"Costs\",\n                                \"language\": \"NL\"\n                            },\n                            \"productCode\": \"COCAFO\",\n                            \"name\": \"Bijdrage Calamiteitenfonds\",\n                            \"countryArea\": {\n                                \"code\": \"NL\",\n                                \"label\": \"Nederland\",\n                                \"language\": \"NL\"\n                            },\n                            \"webText1\": \"\",\n                            \"webText2\": \"\",\n                            \"attribute\": \"M\",\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 70264,\n                                        \"fileName\": \"46b34415-cfe5-45f4-96cb-19a14d5f9a4e.png\",\n                                        \"title\": \"Calamiteitenfonds Logo\",\n                                        \"description\": \"Calamiteitenfonds Logo\",\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        }\n                    ]\n                }\n            ],\n            \"bookDaily\": false\n        },\n        {\n            \"id\": 5666,\n            \"productCode\": \"PHHOEGRMFABDADILO\",\n            \"name\": \"Abu Dabbab Diving Lodge Package\",\n            \"productDescription\": \"\",\n            \"category\": {\n                \"code\": \"PH\",\n                \"label\": \"Package Hotel\",\n                \"language\": \"NL\"\n            },\n            \"rating\": {\n                \"code\": \"ST35\",\n                \"label\": \"3.5 Stars\",\n                \"language\": \"NL\"\n            },\n            \"countryArea\": {\n                \"code\": \"EGRMF\",\n                \"label\": \"Marsa Alam\",\n                \"language\": \"NL\"\n            },\n            \"embarkLocation\": null,\n            \"disembarkLocation\": null,\n            \"characteristics\": [\n                {\n                    \"code\": \"GENHO\",\n                    \"label\": \"Hotel\",\n                    \"language\": \"NL\"\n                },\n                {\n                    \"code\": \"GENKOAFVL\",\n                    \"label\": \"Korte vlucht (<5 u)\",\n                    \"language\": \"NL\"\n                },\n                {\n                    \"code\": \"GENVERL\",\n                    \"label\": \"Rondreis en/of stedentrip mogelijk\",\n                    \"language\": \"NL\"\n                }\n            ],\n            \"multimedia\": {\n                \"images\": [\n                    {\n                        \"id\": 69536,\n                        \"fileName\": \"6ec4af9c-d563-4956-98c6-7cc9d3d7a371.png\",\n                        \"title\": \"Harbour Village Beach Club Package\",\n                        \"description\": null,\n                        \"embedscript\": null,\n                        \"type\": \"IMAGE\",\n                        \"scope\": null,\n                        \"publishOnWeb\": true,\n                        \"position\": 1,\n                        \"source\": \"Local\",\n                        \"backofficeReference\": null\n                    }\n                ],\n                \"videos\": []\n            },\n            \"trip\": null,\n            \"productTexts\": {\n                \"id\": 4263,\n                \"validFrom\": null,\n                \"validUntil\": null,\n                \"productName\": \"Abu Dabbab Diving Lodge Package\",\n                \"reservationText\": null,\n                \"productDescription\": null,\n                \"reservationRemarks\": null,\n                \"invoiceText\": null,\n                \"invoiceRemarks\": null,\n                \"travelPlanText\": null,\n                \"comments\": null,\n                \"included\": null,\n                \"notIncluded\": null,\n                \"webText1\": null,\n                \"webText2\": null,\n                \"customFields\": []\n            },\n            \"priceId\": null,\n            \"price\": 0,\n            \"cataloguePrice\": 0,\n            \"pricePerDay\": 0,\n            \"discount\": 0,\n            \"currency\": null,\n            \"durationDays\": 0,\n            \"durationNights\": 0,\n            \"chargeNights\": false,\n            \"gpsLocation\": \"25.335250625051486;34.735121726989\",\n            \"host2host\": false,\n            \"hasAllotments\": false,\n            \"hasStartingDates\": false,\n            \"profitCenters\": [\n                \"DW1\"\n            ],\n            \"weekDays\": null,\n            \"tourCode\": \"\",\n            \"isPackage\": true,\n            \"allotmentType\": \"\",\n            \"hasOccupancy\": false,\n            \"asset\": null,\n            \"supplements\": [\n                {\n                    \"id\": 5441,\n                    \"productCode\": \"HOFLEGRMFABDADILO\",\n                    \"category\": {\n                        \"code\": \"HOFL\",\n                        \"label\": \"Hotel & Flight\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"Hotel & Flight test subpackage\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": null,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": null,\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 4039,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"Hotel & Flight test subpackage\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": []\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"EG\",\n                        \"label\": \"Egypte\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"hotel-and-flight-abu-dabbab-diving-lodge\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 1\n                },\n                {\n                    \"id\": 5366,\n                    \"productCode\": \"FLRMF\",\n                    \"category\": {\n                        \"code\": \"FL\",\n                        \"label\": \"Flight\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"Vlucht Marsa Alam (RMF)\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 64094,\n                                \"fileName\": \"81959d42-a236-4562-a5a4-b261c36b7a60.jpeg\",\n                                \"title\": \"Diving World Logo\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 42551,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 1,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"EGRMF\",\n                        \"label\": \"Marsa Alam\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"vlucht-marsa-alam-rmf\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": true,\n                    \"position\": 1\n                },\n                {\n                    \"id\": 2601,\n                    \"productCode\": \"HOEGRMFABDADILO\",\n                    \"category\": {\n                        \"code\": \"HO\",\n                        \"label\": \"Hotel\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [\n                        {\n                            \"code\": \"GENHO\",\n                            \"label\": \"Hotel\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENBECU\",\n                            \"label\": \"Bestemming voor beginnende duikers\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENALNI\",\n                            \"label\": \"Bestemming voor alle niveaus\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENERDU\",\n                            \"label\": \"Bestemming voor ervaren duikers \",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENKOAFVL\",\n                            \"label\": \"Korte vlucht (<5 u)\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENVERL\",\n                            \"label\": \"Rondreis en/of stedentrip mogelijk\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENDO\",\n                            \"label\": \"Dolfijnen\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENMACRO\",\n                            \"label\": \"Macro & critters\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENTRKORI\",\n                            \"label\": \"(Tropische) koraalriffen\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENSCH\",\n                            \"label\": \"Schildpadden\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENMA\",\n                            \"label\": \"Manta's\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENSNO\",\n                            \"label\": \"Goede snorkel bestemming\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \" GENHU\",\n                            \"label\": \"Huisrifduiken mogelijk\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENLEDU\",\n                            \"label\": \"Leren duiken\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENTHKD\",\n                            \"label\": \"Kantduiken mogelijk\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENBODU\",\n                            \"label\": \"Bootduiken mogelijk\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENONDU\",\n                            \"label\": \"Onbeperkt duiken mogelijk\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENBAAC\",\n                            \"label\": \"1-3* accommodatie (basis)\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENAI\",\n                            \"label\": \"All-inclusive accommodatie\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENFAM\",\n                            \"label\": \"Familievriendelijk\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENKLDIAC\",\n                            \"label\": \"Kleinschalige `divers only` accommodatie\",\n                            \"language\": \"NL\"\n                        }\n                    ],\n                    \"attribute\": \"M\",\n                    \"name\": \"Abu Dabbab Diving Lodge\",\n                    \"productDescription\": \"<p>Abu Dabbab is een ideaal uitgangspunt voor een schitterende duik op het Elphinstone Reef! Ook is de fijne baai van Abu Dabbab de thuisbasis van de zeekoe en vele grote schildpadden. </p><p><br></p><p>Abu Dabbab Diving Lodge beschikt over een eigen strand van maar liefst 1 km lang. Een heerlijke plek om te ontspannen en te genieten van de zon het gehele jaar door. Duikers hebben vanuit Abu Dabbab toegang tot het Noord- en Zuidkoraalrif. Tevens kun je ook met de Zodiac naar verschillende duikstekken in de buurt. </p><p><br></p><p>Het resort ligt ca. 30 minuten van het vliegveld van Marsa Alam verwijderd. Nabijgelegen populaire duikplaatsen zijn Elphinstone Reef en Samadai Reef, beter bekend als Dolphin House, de thuisbasis van meer dan 100 spinner dolfijnen. </p>\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 52645,\n                                \"fileName\": \"1e927de8-032b-4e52-a769-2893d67d29e1.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"MAIN\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52646,\n                                \"fileName\": \"ed912f79-a6ea-4259-8547-ca665acca259.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"MAIN\",\n                                \"publishOnWeb\": true,\n                                \"position\": 2,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52647,\n                                \"fileName\": \"291cc5a5-107c-4afa-92b8-6cbfc83c159e.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"MAIN\",\n                                \"publishOnWeb\": true,\n                                \"position\": 3,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52648,\n                                \"fileName\": \"bc28a935-1557-46dd-b833-8eba8fa3d3e4.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 4,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52649,\n                                \"fileName\": \"8987c88f-0f5a-4532-8f92-d02beac1bc0c.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 5,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52650,\n                                \"fileName\": \"3ceefeb4-0237-4dac-980b-94effe95d8d7.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 6,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52651,\n                                \"fileName\": \"f813abb5-16d7-4367-b1b2-9273fc130978.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 7,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52652,\n                                \"fileName\": \"8675b2c9-bdbb-4efd-9f23-83cd251cd5e1.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 8,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52653,\n                                \"fileName\": \"f6f2512e-d2f3-4e8d-ade1-19cb367d01e4.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 9,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52654,\n                                \"fileName\": \"c4c5b4bd-4141-4e42-af6d-03b0cc6c96be.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 10,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52655,\n                                \"fileName\": \"68ac2da9-0fef-4b98-8c4e-af0e2583cff7.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 11,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52656,\n                                \"fileName\": \"b892cd54-2a57-44ca-93fc-a1bdd6bdafbe.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 12,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52657,\n                                \"fileName\": \"9c208614-43c4-4afa-baae-d59b2e60698e.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 13,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52658,\n                                \"fileName\": \"38248c51-0674-4957-a949-62cf5785e5bb.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 14,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52659,\n                                \"fileName\": \"e5d76b21-b9af-473d-bfc2-b137c1807090.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 15,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52660,\n                                \"fileName\": \"b041dc52-44a8-48dc-9ee2-0138a0b92358.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 16,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52661,\n                                \"fileName\": \"2184471c-0c51-4328-a8d8-f8642c18d4e9.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 17,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52662,\n                                \"fileName\": \"3fa5dcab-bec7-49e3-b184-1e3c813ba892.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 18,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52663,\n                                \"fileName\": \"4ff6de98-b53d-4fef-b4a3-8eeaa722117b.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 19,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52664,\n                                \"fileName\": \"b0acd558-769b-4daa-b312-5fdd042acc0c.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 20,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52665,\n                                \"fileName\": \"83e3c836-c566-4e29-b368-fa10277193f2.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 21,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52666,\n                                \"fileName\": \"1e6dcccd-7d7e-4aa2-8aa7-8211e4e86109.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 22,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52667,\n                                \"fileName\": \"12bf2f2d-e61d-454c-87bb-49365a295a4d.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 23,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52668,\n                                \"fileName\": \"6c671cbb-947e-4d71-b747-f0f68f2f41a4.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 24,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52669,\n                                \"fileName\": \"30e3cc5a-fb5d-4f22-a0fd-2996adc5a08e.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 25,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52670,\n                                \"fileName\": \"03dce2f0-da1e-495b-a2ba-fe45d8fa193c.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 26,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52671,\n                                \"fileName\": \"d6c0bfe1-c7e8-4cce-90e5-6b525aa3d5a0.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 27,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52672,\n                                \"fileName\": \"d294cca4-a60e-402c-bb3c-03a874d0856e.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 28,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52673,\n                                \"fileName\": \"d28917bb-1970-4e68-93ac-c35bb45bb0b1.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 29,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52674,\n                                \"fileName\": \"d5dddee0-7668-4557-a950-ab5f1f6438c7.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 30,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52675,\n                                \"fileName\": \"01a7c9ae-5157-4cf2-a441-9423106f91c7.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 31,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52676,\n                                \"fileName\": \"f3670cd2-a7b1-406d-b9ef-5ae1a96676ef.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 32,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52677,\n                                \"fileName\": \"fd3676bc-06bb-4f5c-85f9-bce82286e6e5.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 33,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52678,\n                                \"fileName\": \"3c06499f-4836-4eb0-bdc4-e386c3abd1ba.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 34,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52679,\n                                \"fileName\": \"c3d23b22-ab76-4d13-b9a0-b3e7ce94dbc7.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 35,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 52680,\n                                \"fileName\": \"69375c0e-6d07-4967-9fcb-8921cb49506b.jpeg\",\n                                \"title\": \"Abu Dabbab Diving Lodge\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 36,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 2994,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 2,\n                    \"durationNights\": 1,\n                    \"chargeNights\": true,\n                    \"productTexts\": {\n                        \"id\": 2138,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"Abu Dabbab Diving Lodge\",\n                        \"reservationText\": null,\n                        \"productDescription\": \"<p>Abu Dabbab is een ideaal uitgangspunt voor een schitterende duik op het Elphinstone Reef! Ook is de fijne baai van Abu Dabbab de thuisbasis van de zeekoe en vele grote schildpadden. </p><p><br></p><p>Abu Dabbab Diving Lodge beschikt over een eigen strand van maar liefst 1 km lang. Een heerlijke plek om te ontspannen en te genieten van de zon het gehele jaar door. Duikers hebben vanuit Abu Dabbab toegang tot het Noord- en Zuidkoraalrif. Tevens kun je ook met de Zodiac naar verschillende duikstekken in de buurt. </p><p><br></p><p>Het resort ligt ca. 30 minuten van het vliegveld van Marsa Alam verwijderd. Nabijgelegen populaire duikplaatsen zijn Elphinstone Reef en Samadai Reef, beter bekend als Dolphin House, de thuisbasis van meer dan 100 spinner dolfijnen. </p>\",\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": \"<p>Visumkost € 30,00 p.p. </p><p>Fooien en andere persoonlijke uitgaven</p>\",\n                        \"webText1\": \"Heerlijk resort met bungalows speciaal voor duikers. Binnen mum van tijd duik je naar het bekende Elphinstone Reef en de baai van Abu Dabbab.\",\n                        \"webText2\": \"<ul><li>Kom oog in oog met de zeekoe en vele grote schildpadden!&nbsp;</li><li>Eigen strand</li><li>Duikcentrum direct voor het hotel</li><li>Toegang tot het Noord -en Zuidkoraalrif&nbsp;</li><li>Regelmatig trips naar de droom riffen van Elphinestone</li></ul>\",\n                        \"customFields\": [\n                            {\n                                \"name\": \"Eten en drinken\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"HO\",\n                                \"value\": \"Je verblijft hier op basis van volpension; ontbijt, lunch, diner en thee, koffie, mineraal water & frisdrank tijdens maaltijden. Het resort beschikt over een buffetrestaurant en een beach restaurant. Tevens is er een gezellige strandbar waar je terecht kunt voor de nodige ontspanning! \",\n                                \"label\": \"Eten en drinken\",\n                                \"position\": 4\n                            },\n                            {\n                                \"name\": \"Room Types\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"HO\",\n                                \"value\": \"De 62 ruime “kamers” zijn allemaal ondergebracht in 2-onder-1-kap bungalows. De moderne en comfortabel ingerichte kamers beschikken over een eigen badkamer met douche en toilet, airco, telefoon, satelliet tv, wifi internet (tegen betaling) en terras. \",\n                                \"label\": \"Kamertypes\",\n                                \"position\": 3\n                            },\n                            {\n                                \"name\": \"Een dagje anders dan duiken\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"HO\",\n                                \"value\": \"\",\n                                \"label\": \"Een dagje anders dan duiken\",\n                                \"position\": 100\n                            },\n                            {\n                                \"name\": \"Films & videos\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"HO\",\n                                \"value\": \"\",\n                                \"label\": \"Films & video's\",\n                                \"position\": 6\n                            },\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"Duikvakantie Abu Dabbab Diving Lodge | Diving World Duikvakanties\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"Heerlijke ontspannen duiken met schildpadden en de zeekoe doe je bij Abu Dabbab Lodge.\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [\n                        {\n                            \"name\": \"ScubaID\",\n                            \"table\": \"PRODUCT\",\n                            \"categoryFilter\": \"\",\n                            \"value\": \"786\",\n                            \"label\": \"Scuba Advisor ID\",\n                            \"position\": 3\n                        }\n                    ],\n                    \"countryArea\": {\n                        \"code\": \"EGRMF\",\n                        \"label\": \"Marsa Alam\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"25.335250091505547;34.735201165676\",\n                    \"seoFriendlyName\": \"abu-dabbab-diving-lodge-hotel\",\n                    \"rating\": {\n                        \"code\": \"ST3\",\n                        \"label\": \"3 Stars\",\n                        \"language\": \"NL\"\n                    },\n                    \"priceTypeDetails\": [\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"RTSTA\",\n                                    \"label\": \"Standaard kamer\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 95919,\n                                \"text\": \"<ul><li>Geschikt voor 1-3 personen</li><li>Dubbel bed/twee eenpersoonsbedden</li><li>En-suite badkamer</li><li>Airconditioning</li><li>Minibar</li><li>Televisie</li></ul>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 15183,\n                                        \"fileName\": \"e7ba5631-e05f-455c-a974-9bbd53efd4f1.jpg\",\n                                        \"title\": \"Abu Dabbab Diving Lodge\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 15190,\n                                        \"fileName\": \"5b62f66d-11b0-40c7-8e9c-d96233a885ac.jpg\",\n                                        \"title\": \"Abu Dabbab Diving Lodge\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        }\n                    ],\n                    \"weekDays\": null,\n                    \"bookDaily\": true,\n                    \"position\": 2\n                },\n                {\n                    \"id\": 2208,\n                    \"productCode\": \"INREISVERZ\",\n                    \"category\": {\n                        \"code\": \"IN\",\n                        \"label\": \"Insurance\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"O\",\n                    \"name\": \"Reisverzekering\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": 70202,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [],\n                    \"countryArea\": null,\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"reisverzekering\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": \"0\",\n                    \"bookDaily\": false,\n                    \"position\": 7\n                },\n                {\n                    \"id\": 2207,\n                    \"productCode\": \"INANNUL\",\n                    \"category\": {\n                        \"code\": \"IN\",\n                        \"label\": \"Insurance\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"O\",\n                    \"name\": \"Annuleringsverzekering\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": 70201,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [],\n                    \"countryArea\": null,\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"annuleringsverzekering\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": \"0\",\n                    \"bookDaily\": false,\n                    \"position\": 6\n                },\n                {\n                    \"id\": 4133,\n                    \"productCode\": \"DCEGBLOCDI\",\n                    \"category\": {\n                        \"code\": \"DC\",\n                        \"label\": \"Duikcentrum\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"O\",\n                    \"name\": \"Blue Ocean Dive\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 63720,\n                                \"fileName\": \"9d5bca90-96ec-45e4-981f-de669795e17a.jpeg\",\n                                \"title\": \"Blue Ocean Dive\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 63721,\n                                \"fileName\": \"f358022f-0bc8-4156-b7fe-9061b69112ba.jpeg\",\n                                \"title\": \"Blue Ocean Dive\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 2,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 63722,\n                                \"fileName\": \"7905b1f4-8ee9-4650-9194-e2cb7d18259a.jpeg\",\n                                \"title\": \"Blue Ocean Dive\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 3,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 63723,\n                                \"fileName\": \"a158f2c5-8778-4f6c-babb-b5e6df31e0d7.jpeg\",\n                                \"title\": \"Blue Ocean Dive\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 4,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 63727,\n                                \"fileName\": \"25accdbf-5df8-4a2e-ad8d-00cee4cf57f5.jpeg\",\n                                \"title\": \"Blue Ocean Dive\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 5,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 63724,\n                                \"fileName\": \"4715db44-9aa7-4353-a9a9-73320b88a7d8.jpeg\",\n                                \"title\": \"Blue Ocean Dive\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 6,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 63725,\n                                \"fileName\": \"fc4e1980-3f93-4960-81da-7583d112900c.jpeg\",\n                                \"title\": \"Blue Ocean Dive\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 7,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 63728,\n                                \"fileName\": \"c69e8f5b-0825-4707-a94b-6ae0588e35f6.jpeg\",\n                                \"title\": \"Blue Ocean Dive\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 8,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 63726,\n                                \"fileName\": \"c57f3ae6-7591-4d03-a8f0-07b20d1cc173.jpeg\",\n                                \"title\": \"Blue Ocean Dive\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 9,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 12932,\n                    \"price\": 176,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 2,\n                    \"durationNights\": 1,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 4942,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": null,\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": [\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [\n                        {\n                            \"name\": \"ScubaID\",\n                            \"table\": \"PRODUCT\",\n                            \"categoryFilter\": \"\",\n                            \"value\": \"1470\",\n                            \"label\": \"Scuba Advisor ID\",\n                            \"position\": 3\n                        }\n                    ],\n                    \"countryArea\": {\n                        \"code\": \"EGRMF\",\n                        \"label\": \"Marsa Alam\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"blue-ocean-dive\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"DVAOPEWATCUR\",\n                                    \"label\": \"Open Water Cursus\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 136253,\n                                \"text\": \"<p><strong style=\\\"background-color: rgb(255, 255, 255); font-size: 14px; color: rgb(51, 51, 51);\\\">Inbegrepen:</strong><span style=\\\"background-color: rgb(255, 255, 255); font-size: 14px; color: rgb(51, 51, 51);\\\"> Theorie &amp; 4 open water duiken + 2 fun duiken na de cursus &amp; equipment.</span></p><p><br></p><p><strong style=\\\"background-color: rgb(255, 255, 255); font-size: 14px; color: rgb(51, 51, 51);\\\">Niet inbegrepen: </strong><span style=\\\"background-color: rgb(255, 255, 255); font-size: 14px; color: rgb(51, 51, 51);\\\">PADI theorieboek &amp; certificaat twv. € 70,-.</span></p>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 72685,\n                                        \"fileName\": \"d02f7c4d-7ef2-42d8-98ed-e7e6756a3c08.jpeg\",\n                                        \"title\": \"Open Water Course\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"DVAADVOPEWATCUR\",\n                                    \"label\": \"Advanced Open Water Cursus\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 136254,\n                                \"text\": \"<p><strong style=\\\"color: rgb(51, 51, 51); font-size: 14px; background-color: rgb(255, 255, 255);\\\">Inclusief: </strong><span style=\\\"color: rgb(51, 51, 51); font-size: 14px; background-color: rgb(255, 255, 255);\\\">5 duiken </span></p><p><strong style=\\\"color: rgb(51, 51, 51); font-size: 14px; background-color: rgb(255, 255, 255);\\\">Exclusief:</strong><span style=\\\"color: rgb(51, 51, 51); font-size: 14px; background-color: rgb(255, 255, 255);\\\"> PADI theorieboek,</span><span style=\\\"color: rgb(51, 51, 51); font-size: 14px;\\\"> equipment.&amp; certificaat twv. € 70,-.</span></p>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 72686,\n                                        \"fileName\": \"b250f380-ccc4-44e0-bb38-ddfa04867882.jpeg\",\n                                        \"title\": \"Advanced Open Water Course\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        }\n                    ],\n                    \"weekDays\": null,\n                    \"bookDaily\": true,\n                    \"position\": 3\n                },\n                {\n                    \"id\": 5431,\n                    \"productCode\": \"RDVEGRMF\",\n                    \"category\": {\n                        \"code\": \"RDV\",\n                        \"label\": \"Resort Diving Area\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"I\",\n                    \"name\": \"<p>Duiken rond Marsa Alam</p>\",\n                    \"productDescription\": \"<p>Duiken in Marsa Alam, Egypte, is heel divers. Je kan hier prachtige rustige rif duiken tussen de honderden kleurrijke vissen en koralen maken, maar ook spannende stromingsduiken tussen de vele haaien op het beroemde Elphinstone of driftduiken bij Shaab Marsa Alam. Daarnaast zijn er grotten, koraaltuinen en fantastische drop-offs.</p><p><br></p><p>De Rode Zee behuist veel verschillende soorten onderwaterleven en met zijn helderblauwe water en warme temperatuur is het voor iedere duiker - van elk niveau - één groot feest. Speel met dolfijnen tijdens het snorkelen, spot verschillende soorten roggen, dobber mee met een schildpad of speel verstoppertje met murenen. Het is het hele jaar door mogelijk om hier te duiken en Oceanische witpunthaaien, dolfijnen, karetschildpadden en de zeekoe te spotten. Wil je nou juist de manta of de hamerhaai tegen het lijf zwemmen dan is de beste periode van mei tot augustus. Ook de walvishaai houdt zich aan een vaste periode en duikt van mei tot juni het vaakst op, in die periode maak je dan ook de meeste kans om de grootste variëteit aan zeeleven te zien.</p><p><br></p><p><strong>Sharm Abu Dabour</strong></p><p>Diepte: 2-30m - Vaartijd: 5min</p><p>Deze duikstek kan alleen nog worden bereikt met Zodiac of via een kantduik op 10 minuten rijden ten noorden van het centrum. De ingang en de vorm van de plaats maken Abu Dabour bij goede omstandigheden vooral geschikt voor ervaren duikers. De entree loopt via een tunnel, die buiten het rif eindigt in de voorkant tegenover twee grote torens. Krokodilvissen, Red Sea walkmans, koraalduivels, schorpioenvissen, murenen en napoleons zijn hier allemaal aanwezig. U kunt hier een mooie tuin met zandspiering verkennen en scherpe ogen kunnen aan de zuidzijde zowel adelaarsroggen als witpunt rifhaaien spotten.</p><p>Op de maximale duikdiepte bevindt zich een mooie steen bedekt met zwart koraal, glasvissen en een grote grouper. Zowel de noord- als de zuidzijde zijn zeer rijk aan leven en staan garant voor een mooie duik.</p><p><br></p><p><strong>Marsa Muräna</strong></p><p>Diepte: 2-25m - Vaartijd: 10min</p><p>Deze duikstek is een walduik ten noorden van het duikcentrum. De locatie heeft een zanderige bodem en een vrij smalle ingang, die alleen toegankelijk is onder goede omstandigheden. Het rif verloopt langzaam tot een maximale diepte van ongeveer 25m en er is genoeg te zien aan beide kanten: veel mooie koralen, kleine vissen die zich schuil houden in kleine grotten aan de noordzijde en soms een schildpad of zeekoe. Er zijn vaak scholen barracuda’s te zien en dit is een van de weinige baaien in de omgeving met sponzen. Aan de zuidzijde van het rif, kunt u scholen van snappers en murenen zien. Als omstandigheden op zee goed zijn is deze duikstek ook een geweldige plek om te snorkelen.</p><p><br></p><p><strong>Sharm Abu Dabab</strong></p><p>Diepte: 0-25m - Vaartijd: 7min</p><p>Enkele minuten varen van het huisrif Abu Dabab in zuidelijke richting vinden we een tunnelsysteem met drie aaneengeschakelde poelen. De stroming kan hier sterk zijn en een touwsysteem ter plaatse zorgt voor extra veiligheid. De toegang is in de meeste gebieden open aan de oppervlakte, al zijn er een paar stukken met plafonds. Zodra u de canyons verlaat, wordt u begroet door een van de meest spectaculaire koraalriffen in de Rode Zee. Hawksbill schildpadden, grijze snappers, koraalgroupers, barracuda's en grote scholen vleermuisvissen zwemmen hier om u heen!</p><p><br></p><p><strong>Umm Hal Hala - Sha'ab el Naba</strong></p><p>Diepte: 0-20m - Vaartijd: 10min</p><p>Sha’ab el Naba is een zeer lang rif dat van noord naar zuid loopt. Dit is een geweldige site om Barracuda’s en Trevally langs te zien komen. Het zuidelijke plateau heeft veel kleine koraalformaties op een zanderige bodem, waar u steenvis, murenen en allerlei rif inwoners aantreft. Het laatste deel van de duik is in zeer ondiep water met kleine grotten en een kanaal dat wordt gevormd door een grote scheur in het rif. Deze duik is een uitstekende keuze wanneer de omstandigheden op zee slechter zijn.</p><p><br></p><p><strong>Abu Dabab (1-6)</strong></p><p>Diepte: 5-100m - Vaartijd: 10-15min</p><p>De Abu Dabab riffen liggen zeer verspreid en de vorming ervan biedt een grote verscheidenheid aan duiken. De noordelijke en noordwestelijke riffen zijn thuishaven van een aantal spectaculaire harde koralen. De stroming is hier over het algemeen matig en er is van alles te vinden: van grotten en spelonken, een wrak, nabij gelegen koraaltoppen, een overvloed aan rifvissen, maar ook grotere zeedieren zoals barracuda's en witpunt rifhaaien. Dit gebied is ook ideaal voor macrofotografie. De riffen in de Abu Dabab zijn een sensatie voor elke duiker!</p><p><br></p><p><strong>Elphinstone Reef</strong></p><p>Diepte: 5-100m - Vaartijd: 20min</p><p>Elphinstone behoort tot een van de meest bekende duikstekken in de Rode Zee. Door zijn geïsoleerde ligging staat Elphinstone bekend om ontmoetingen met Oceanische witpunt- en hamerhaaien, maar ook andere soorten bezoeken het rif veelvuldig. Het noordelijke plateau is ongeveer 80m lang en tussen 10-25m breed. Het is bedekt met kleurrijke, zachte koralen en krioelt van het leven. Wolken van oranje anthias, honderden fusiliers, trevally en barracuda's om je heen. Aan het einde van het plateau in het noorden vindt u op 45m prachtige formaties van de waaierkoralen. De rifmuur loopt steil naar beneden tot mogelijk honderden meters diepte. U komt onderweg langs vele cleaning stations om u te vermaken en niet te vergeten enorme aantallen vissoorten als murenen, vlindervissen, maanvissen, zwarte snappers, goatfish en nog veel meer. Op het zuidelijke plateau en de westelijke muur wordt u waarschijnlijk geconfronteerd met de Oceanische witpunt haai of Longimanus. Het diepe deel van het zuidelijke plateau is bedekt met bruine zachte koralen en zwermen anthias. In de beschutte omgeving van het rif zijn vele schitterende foto's te maken.</p><p><br></p><p>De westelijke muur is versierd met een overvloed aan zachte en harde koralen. In het ondiepe gedeelte (8-10m) zitten putjes in het rif en het zonlicht speelt mooi door de gaatjes. U kunt een ontmoeting met murenes, koraalduivels, stekelmakrelen en vele andere vissoorten hier niet uit de weg gaan!</p><p><br></p><p><strong>Marsa Egla</strong></p><p>Diepte: 0-25m - Vaartijd: 25min</p><p>Een grote, zanderige baai, die toegankelijk is vanaf de kant. De toegang tot het rif is door het ondiepe water bijzonder eenvoudig in slechte weersomstandigheden. De baai loopt langzaam af naar een prachtig rif voor ultieme ontspanning en easy going duiken. De noordkant van het rif heeft een grotere collectie kleinere vissen; het zuiden biedt grotere soorten, maar soms minder zicht. Vleermuisvissen, sweetlips, snappers, murenen, groupers en Egelvissen kunnen hier allemaal worden gezien. De mazzelaars onder de duikers kunnen ook schildpadden en een zeekoe treffen. Deze duikplek is ideaal voor snorkelaars.</p><p><br></p><p><strong>Marsa Aselai</strong></p><p>Diepte: 0-25m - Vaartijd: 25min</p><p>Een kantduik met gemakkelijke toegang tot het rif dat tegenover een grote zanderige baai ligt. De bodem loopt over een bed van zeegras langzaam naar beneden af naar een mooi rif aan weerszijde. Dit is de perfecte plek om te genieten van een ontspannen en gemakkelijke duik in een overvloed aan onderwater leven. Kijk uit voor bodembewoners zoals blauw gevlekte roggen, naaktslakken en clownsvissen. Ook hier is het mogelijk om een doejong en schildpadden tegen te komen en snorkelaars kunnen hun hart ophalen.</p><p><br></p><p><strong>Marsa Samadai</strong></p><p>Diepte: 0-20m - Vaartijd: 40min</p><p>Deze zuidelijke site is ligt in een grote, zanderige baai en biedt gemakkelijk toegang tot het rif. Er zijn vele mooie harde koraalhoofden hier en meer naar het noorden enkele interessante tafelkoralen en twee grote lappen koraalrif die krioelen van de vis. Let ook op de zandbodem waar de blauw gevlekte pijlstaartroggen zich verschuilen. Vaak worden hier in één ochtend twee duiken gemaakt (noord en zuid). Marsa Samadai is perfect voor duikers van alle niveaus, maar ook een geweldige plek om te snorkelen.</p>\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": null,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": null,\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 4637,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"<p>Duiken rond Marsa Alam</p>\",\n                        \"reservationText\": null,\n                        \"productDescription\": \"<p>Duiken in Marsa Alam, Egypte, is heel divers. Je kan hier prachtige rustige rif duiken tussen de honderden kleurrijke vissen en koralen maken, maar ook spannende stromingsduiken tussen de vele haaien op het beroemde Elphinstone of driftduiken bij Shaab Marsa Alam. Daarnaast zijn er grotten, koraaltuinen en fantastische drop-offs.</p><p><br></p><p>De Rode Zee behuist veel verschillende soorten onderwaterleven en met zijn helderblauwe water en warme temperatuur is het voor iedere duiker - van elk niveau - één groot feest. Speel met dolfijnen tijdens het snorkelen, spot verschillende soorten roggen, dobber mee met een schildpad of speel verstoppertje met murenen. Het is het hele jaar door mogelijk om hier te duiken en Oceanische witpunthaaien, dolfijnen, karetschildpadden en de zeekoe te spotten. Wil je nou juist de manta of de hamerhaai tegen het lijf zwemmen dan is de beste periode van mei tot augustus. Ook de walvishaai houdt zich aan een vaste periode en duikt van mei tot juni het vaakst op, in die periode maak je dan ook de meeste kans om de grootste variëteit aan zeeleven te zien.</p><p><br></p><p><strong>Sharm Abu Dabour</strong></p><p>Diepte: 2-30m - Vaartijd: 5min</p><p>Deze duikstek kan alleen nog worden bereikt met Zodiac of via een kantduik op 10 minuten rijden ten noorden van het centrum. De ingang en de vorm van de plaats maken Abu Dabour bij goede omstandigheden vooral geschikt voor ervaren duikers. De entree loopt via een tunnel, die buiten het rif eindigt in de voorkant tegenover twee grote torens. Krokodilvissen, Red Sea walkmans, koraalduivels, schorpioenvissen, murenen en napoleons zijn hier allemaal aanwezig. U kunt hier een mooie tuin met zandspiering verkennen en scherpe ogen kunnen aan de zuidzijde zowel adelaarsroggen als witpunt rifhaaien spotten.</p><p>Op de maximale duikdiepte bevindt zich een mooie steen bedekt met zwart koraal, glasvissen en een grote grouper. Zowel de noord- als de zuidzijde zijn zeer rijk aan leven en staan garant voor een mooie duik.</p><p><br></p><p><strong>Marsa Muräna</strong></p><p>Diepte: 2-25m - Vaartijd: 10min</p><p>Deze duikstek is een walduik ten noorden van het duikcentrum. De locatie heeft een zanderige bodem en een vrij smalle ingang, die alleen toegankelijk is onder goede omstandigheden. Het rif verloopt langzaam tot een maximale diepte van ongeveer 25m en er is genoeg te zien aan beide kanten: veel mooie koralen, kleine vissen die zich schuil houden in kleine grotten aan de noordzijde en soms een schildpad of zeekoe. Er zijn vaak scholen barracuda’s te zien en dit is een van de weinige baaien in de omgeving met sponzen. Aan de zuidzijde van het rif, kunt u scholen van snappers en murenen zien. Als omstandigheden op zee goed zijn is deze duikstek ook een geweldige plek om te snorkelen.</p><p><br></p><p><strong>Sharm Abu Dabab</strong></p><p>Diepte: 0-25m - Vaartijd: 7min</p><p>Enkele minuten varen van het huisrif Abu Dabab in zuidelijke richting vinden we een tunnelsysteem met drie aaneengeschakelde poelen. De stroming kan hier sterk zijn en een touwsysteem ter plaatse zorgt voor extra veiligheid. De toegang is in de meeste gebieden open aan de oppervlakte, al zijn er een paar stukken met plafonds. Zodra u de canyons verlaat, wordt u begroet door een van de meest spectaculaire koraalriffen in de Rode Zee. Hawksbill schildpadden, grijze snappers, koraalgroupers, barracuda's en grote scholen vleermuisvissen zwemmen hier om u heen!</p><p><br></p><p><strong>Umm Hal Hala - Sha'ab el Naba</strong></p><p>Diepte: 0-20m - Vaartijd: 10min</p><p>Sha’ab el Naba is een zeer lang rif dat van noord naar zuid loopt. Dit is een geweldige site om Barracuda’s en Trevally langs te zien komen. Het zuidelijke plateau heeft veel kleine koraalformaties op een zanderige bodem, waar u steenvis, murenen en allerlei rif inwoners aantreft. Het laatste deel van de duik is in zeer ondiep water met kleine grotten en een kanaal dat wordt gevormd door een grote scheur in het rif. Deze duik is een uitstekende keuze wanneer de omstandigheden op zee slechter zijn.</p><p><br></p><p><strong>Abu Dabab (1-6)</strong></p><p>Diepte: 5-100m - Vaartijd: 10-15min</p><p>De Abu Dabab riffen liggen zeer verspreid en de vorming ervan biedt een grote verscheidenheid aan duiken. De noordelijke en noordwestelijke riffen zijn thuishaven van een aantal spectaculaire harde koralen. De stroming is hier over het algemeen matig en er is van alles te vinden: van grotten en spelonken, een wrak, nabij gelegen koraaltoppen, een overvloed aan rifvissen, maar ook grotere zeedieren zoals barracuda's en witpunt rifhaaien. Dit gebied is ook ideaal voor macrofotografie. De riffen in de Abu Dabab zijn een sensatie voor elke duiker!</p><p><br></p><p><strong>Elphinstone Reef</strong></p><p>Diepte: 5-100m - Vaartijd: 20min</p><p>Elphinstone behoort tot een van de meest bekende duikstekken in de Rode Zee. Door zijn geïsoleerde ligging staat Elphinstone bekend om ontmoetingen met Oceanische witpunt- en hamerhaaien, maar ook andere soorten bezoeken het rif veelvuldig. Het noordelijke plateau is ongeveer 80m lang en tussen 10-25m breed. Het is bedekt met kleurrijke, zachte koralen en krioelt van het leven. Wolken van oranje anthias, honderden fusiliers, trevally en barracuda's om je heen. Aan het einde van het plateau in het noorden vindt u op 45m prachtige formaties van de waaierkoralen. De rifmuur loopt steil naar beneden tot mogelijk honderden meters diepte. U komt onderweg langs vele cleaning stations om u te vermaken en niet te vergeten enorme aantallen vissoorten als murenen, vlindervissen, maanvissen, zwarte snappers, goatfish en nog veel meer. Op het zuidelijke plateau en de westelijke muur wordt u waarschijnlijk geconfronteerd met de Oceanische witpunt haai of Longimanus. Het diepe deel van het zuidelijke plateau is bedekt met bruine zachte koralen en zwermen anthias. In de beschutte omgeving van het rif zijn vele schitterende foto's te maken.</p><p><br></p><p>De westelijke muur is versierd met een overvloed aan zachte en harde koralen. In het ondiepe gedeelte (8-10m) zitten putjes in het rif en het zonlicht speelt mooi door de gaatjes. U kunt een ontmoeting met murenes, koraalduivels, stekelmakrelen en vele andere vissoorten hier niet uit de weg gaan!</p><p><br></p><p><strong>Marsa Egla</strong></p><p>Diepte: 0-25m - Vaartijd: 25min</p><p>Een grote, zanderige baai, die toegankelijk is vanaf de kant. De toegang tot het rif is door het ondiepe water bijzonder eenvoudig in slechte weersomstandigheden. De baai loopt langzaam af naar een prachtig rif voor ultieme ontspanning en easy going duiken. De noordkant van het rif heeft een grotere collectie kleinere vissen; het zuiden biedt grotere soorten, maar soms minder zicht. Vleermuisvissen, sweetlips, snappers, murenen, groupers en Egelvissen kunnen hier allemaal worden gezien. De mazzelaars onder de duikers kunnen ook schildpadden en een zeekoe treffen. Deze duikplek is ideaal voor snorkelaars.</p><p><br></p><p><strong>Marsa Aselai</strong></p><p>Diepte: 0-25m - Vaartijd: 25min</p><p>Een kantduik met gemakkelijke toegang tot het rif dat tegenover een grote zanderige baai ligt. De bodem loopt over een bed van zeegras langzaam naar beneden af naar een mooi rif aan weerszijde. Dit is de perfecte plek om te genieten van een ontspannen en gemakkelijke duik in een overvloed aan onderwater leven. Kijk uit voor bodembewoners zoals blauw gevlekte roggen, naaktslakken en clownsvissen. Ook hier is het mogelijk om een doejong en schildpadden tegen te komen en snorkelaars kunnen hun hart ophalen.</p><p><br></p><p><strong>Marsa Samadai</strong></p><p>Diepte: 0-20m - Vaartijd: 40min</p><p>Deze zuidelijke site is ligt in een grote, zanderige baai en biedt gemakkelijk toegang tot het rif. Er zijn vele mooie harde koraalhoofden hier en meer naar het noorden enkele interessante tafelkoralen en twee grote lappen koraalrif die krioelen van de vis. Let ook op de zandbodem waar de blauw gevlekte pijlstaartroggen zich verschuilen. Vaak worden hier in één ochtend twee duiken gemaakt (noord en zuid). Marsa Samadai is perfect voor duikers van alle niveaus, maar ook een geweldige plek om te snorkelen.</p>\",\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": [\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"EGRMF\",\n                        \"label\": \"Marsa Alam\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"duiken-rond-marsa-alam\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 4\n                },\n                {\n                    \"id\": 6129,\n                    \"productCode\": \"FSRMF\",\n                    \"category\": {\n                        \"code\": \"FS\",\n                        \"label\": \"Vlucht Supplement\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"O\",\n                    \"name\": \"Baggage Supplement Marsa Alam (RMF)\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": 72452,\n                    \"price\": 48,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"EGRMF\",\n                        \"label\": \"Marsa Alam\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"baggage-supplement-marsa-alam-rmf\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 5\n                },\n                {\n                    \"id\": 7536,\n                    \"productCode\": \"TFEGRMFMAALDA\",\n                    \"category\": {\n                        \"code\": \"TF\",\n                        \"label\": \"Transfer\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"<p>Luchthaven transfers</p>\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 64695,\n                                \"fileName\": \"3ab5295c-40e2-44fe-b97d-4b285b35ea89.jpeg\",\n                                \"title\": \"Transfer Bus Icon\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 68820,\n                    \"price\": 30,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 5238,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"<p>Luchthaven transfers</p>\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": [\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"EGRMF\",\n                        \"label\": \"Marsa Alam\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"transfer-rmf-marsa-alam-abu-dabbab\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 2\n                },\n                {\n                    \"id\": 9781,\n                    \"productCode\": \"COADCO\",\n                    \"category\": {\n                        \"code\": \"CO\",\n                        \"label\": \"Costs\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"<p>Administratiekosten</p>\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 70265,\n                                \"fileName\": \"0f18c494-88ab-4f42-9ec0-587e7c234804.png\",\n                                \"title\": \"Admin cost logo\",\n                                \"description\": \"Admin cost logo\",\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 72211,\n                    \"price\": 20,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 5189,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"<p>Administratiekosten</p>\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": [\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"NL\",\n                        \"label\": \"Nederland\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"administratiekost-www\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 10\n                },\n                {\n                    \"id\": 9780,\n                    \"productCode\": \"COSGR\",\n                    \"category\": {\n                        \"code\": \"CO\",\n                        \"label\": \"Costs\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"Bijdrage SGR\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 70263,\n                                \"fileName\": \"b3503903-892d-4406-a114-bf77c0421421.png\",\n                                \"title\": \"SGR Logo\",\n                                \"description\": \"SGR Logo\",\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 72210,\n                    \"price\": 5,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 5188,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"Bijdrage SGR\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": [\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"NL\",\n                        \"label\": \"Nederland\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"bijdrage-sgr-www\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 9\n                },\n                {\n                    \"id\": 9779,\n                    \"productCode\": \"COCAFO\",\n                    \"category\": {\n                        \"code\": \"CO\",\n                        \"label\": \"Costs\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"Bijdrage Calamiteitenfonds\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 70264,\n                                \"fileName\": \"46b34415-cfe5-45f4-96cb-19a14d5f9a4e.png\",\n                                \"title\": \"Calamiteitenfonds Logo\",\n                                \"description\": \"Calamiteitenfonds Logo\",\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 72209,\n                    \"price\": 2.5,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 5187,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"Bijdrage Calamiteitenfonds\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": []\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"NL\",\n                        \"label\": \"Nederland\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"bijdrage-calamiteitenfonds-www\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 8\n                }\n            ],\n            \"suppliers\": [],\n            \"customFields\": [\n                {\n                    \"name\": \"Maximum nights\",\n                    \"table\": \"PRODUCT\",\n                    \"categoryFilter\": \"PH\",\n                    \"value\": \"14\",\n                    \"label\": \"Maximum nights\",\n                    \"position\": 0\n                },\n                {\n                    \"name\": \"Minimum nights\",\n                    \"table\": \"PRODUCT\",\n                    \"categoryFilter\": \"PH\",\n                    \"value\": \"7\",\n                    \"label\": \"Minimum nights\",\n                    \"position\": 0\n                }\n            ],\n            \"catalogPage\": 0,\n            \"textsLibrary\": [],\n            \"isPerPerson\": false,\n            \"prices\": [],\n            \"seoFriendlyName\": \"abu-dabbab-diving-lodge\",\n            \"priceTypeDetails\": [],\n            \"relatedProducts\": [],\n            \"bookDaily\": false\n        },\n        {\n            \"id\": 5667,\n            \"productCode\": \"PHHOMTMLA19HOSP\",\n            \"name\": \"1926 Hotel & Spa Package\",\n            \"productDescription\": \"\",\n            \"category\": {\n                \"code\": \"PH\",\n                \"label\": \"Package Hotel\",\n                \"language\": \"NL\"\n            },\n            \"rating\": {\n                \"code\": \"ST4\",\n                \"label\": \"4 Stars\",\n                \"language\": \"NL\"\n            },\n            \"countryArea\": {\n                \"code\": \"MTSLI\",\n                \"label\": \"Sliema\",\n                \"language\": \"NL\"\n            },\n            \"embarkLocation\": null,\n            \"disembarkLocation\": null,\n            \"characteristics\": [\n                {\n                    \"code\": \"GENHO\",\n                    \"label\": \"Hotel\",\n                    \"language\": \"NL\"\n                }\n            ],\n            \"multimedia\": {\n                \"images\": [\n                    {\n                        \"id\": 69536,\n                        \"fileName\": \"6ec4af9c-d563-4956-98c6-7cc9d3d7a371.png\",\n                        \"title\": \"Harbour Village Beach Club Package\",\n                        \"description\": null,\n                        \"embedscript\": null,\n                        \"type\": \"IMAGE\",\n                        \"scope\": null,\n                        \"publishOnWeb\": true,\n                        \"position\": 1,\n                        \"source\": \"Local\",\n                        \"backofficeReference\": null\n                    }\n                ],\n                \"videos\": []\n            },\n            \"trip\": null,\n            \"productTexts\": {\n                \"id\": 4264,\n                \"validFrom\": null,\n                \"validUntil\": null,\n                \"productName\": \"1926 Hotel & Spa Package\",\n                \"reservationText\": null,\n                \"productDescription\": null,\n                \"reservationRemarks\": null,\n                \"invoiceText\": null,\n                \"invoiceRemarks\": null,\n                \"travelPlanText\": null,\n                \"comments\": null,\n                \"included\": null,\n                \"notIncluded\": null,\n                \"webText1\": null,\n                \"webText2\": null,\n                \"customFields\": []\n            },\n            \"priceId\": 42832,\n            \"price\": 1,\n            \"cataloguePrice\": 0,\n            \"pricePerDay\": 0,\n            \"discount\": 0,\n            \"currency\": {\n                \"id\": 1,\n                \"code\": \"EUR\",\n                \"label\": \"EUR\",\n                \"exchangeRate\": 1\n            },\n            \"durationDays\": 0,\n            \"durationNights\": 0,\n            \"chargeNights\": false,\n            \"gpsLocation\": \"35.909682212960675;14.508669376373291\",\n            \"host2host\": false,\n            \"hasAllotments\": false,\n            \"hasStartingDates\": false,\n            \"profitCenters\": [\n                \"DW1\"\n            ],\n            \"weekDays\": null,\n            \"tourCode\": \"\",\n            \"isPackage\": true,\n            \"allotmentType\": \"\",\n            \"hasOccupancy\": false,\n            \"asset\": null,\n            \"supplements\": [\n                {\n                    \"id\": 5440,\n                    \"productCode\": \"HOFLMTMLA19HOSP\",\n                    \"category\": {\n                        \"code\": \"HOFL\",\n                        \"label\": \"Hotel & Flight\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"Hotel & Flight test subpackage\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": null,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": null,\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 4038,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"Hotel & Flight test subpackage\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": []\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"MT\",\n                        \"label\": \"Malta\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"hotel-and-flight-1926-hotel-spa\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 1\n                },\n                {\n                    \"id\": 5353,\n                    \"productCode\": \"FLMLA\",\n                    \"category\": {\n                        \"code\": \"FL\",\n                        \"label\": \"Flight\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"Vlucht Malta (MLA)\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 64094,\n                                \"fileName\": \"81959d42-a236-4562-a5a4-b261c36b7a60.jpeg\",\n                                \"title\": \"Diving World Logo\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 42326,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 1,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"MTMLA\",\n                        \"label\": \"Cirkewwa & Mellieha\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"vlucht-malta-mla\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": true,\n                    \"position\": 1\n                },\n                {\n                    \"id\": 3471,\n                    \"productCode\": \"HOMTMLA19HOSP\",\n                    \"category\": {\n                        \"code\": \"HO\",\n                        \"label\": \"Hotel\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [\n                        {\n                            \"code\": \"GENWR\",\n                            \"label\": \"Wrakken\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENBECU\",\n                            \"label\": \"Bestemming voor beginnende duikers\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENERDU\",\n                            \"label\": \"Bestemming voor ervaren duikers \",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENKOAFVL\",\n                            \"label\": \"Korte vlucht (<5 u)\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENBODU\",\n                            \"label\": \"Bootduiken mogelijk\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENREAC\",\n                            \"label\": \"Resort accommodatie (met veel faciliteiten)\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENBRNA\",\n                            \"label\": \"Bruisend nachtleven\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENALNI\",\n                            \"label\": \"Bestemming voor alle niveaus\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENTHKD\",\n                            \"label\": \"Kantduiken mogelijk\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENLUAC\",\n                            \"label\": \"5* accommodatie (luxe)\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENCOAC\",\n                            \"label\": \"4* accommodatie (comfort)\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENLEDU\",\n                            \"label\": \"Leren duiken\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENHO\",\n                            \"label\": \"Hotel\",\n                            \"language\": \"NL\"\n                        }\n                    ],\n                    \"attribute\": \"M\",\n                    \"name\": \"1926 Hotel & Spa\",\n                    \"productDescription\": \"<p>Gelegen in de bruisende kuststad Sliema, is 1926 Hotel &amp; Spa een modern hotel met fantastische beach club. Het hotel staat voor moderniteit, luxe en duurzaamheid; en dat is terug te vinden in het gehele concept van het hotel. Duiken in Malta kan gemakkelijk vanaf de kant en is geschikt voor zowel beginnende als ervaren duikers! Je komt hier onder andere schorpioenvisjes, morenes en zelfs octopussen tegen. Ook zijn er vele mogelijkheden tot wrakduiken, er liggen meer dan 20 wrakken in de zee bij Malta. </p><p><br></p><p>1926 Hotel &amp; Spa combineert rust en intimiteit met theater en levendigheid. Het hotel beschikt dan ook over een levendige lounge en een gezellig restaurant. Voor een verfrissende cocktail, glas wijn of een koud biertje is Sunny’s Lounge een perfecte plek om samen te komen. In het restaurant Margaux worden dagelijks heerlijke gerechten geserveerd. Alle gerechten zijn geïnspireerd door de kleuren en smaken van de Mediterrane keuken. </p><p><br></p><p>De Beach Club van het hotel ligt op zo’n 200meter afstand en recht naast de zee. De club is elke jaar van half mei tot half september dagelijks geopend. De Beach Club beschikt over een eigen strandje met parasols en ligbedden en een zwembad. Daarnaast is er zoals de naam al aangeeft een spa aanwezig op het resort. In de spa zijn 4 behandelkamers en kan je kiezen uit verschillende ontspannende behandelingen. Ook is de spa voorzien van een verwarmd zwembad, sauna en stoombad. Tegen betaling is ook Hamam mogelijk. </p><p><br></p><p>Bij de Beach Club is ook de duikschool gevestigd. Dit maakt het voor jou als duiker natuurlijk meteen makkelijk om te duiken! De duikschool biedt verschillende cursussen en kijkt graag met jou naar de duikstekken waar je kunt gaan duiken! De duikstekken op Malta zijn goed bereikbaar vanaf de kant en je vindt er talloze populaire duikstekken.</p>\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 51255,\n                                \"fileName\": \"3c5dd6fc-0de6-4abf-ad95-82e0d5c76c28.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"MAIN\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51253,\n                                \"fileName\": \"b3d421af-71b5-4abd-a402-9164ee9dc3ad.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"MAIN\",\n                                \"publishOnWeb\": true,\n                                \"position\": 2,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51254,\n                                \"fileName\": \"6ef6e6dd-67db-45de-96f8-c8cf65f0bafc.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"MAIN\",\n                                \"publishOnWeb\": true,\n                                \"position\": 3,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51273,\n                                \"fileName\": \"6c8359e5-7e38-406c-895e-0fb59997ff42.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 4,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51256,\n                                \"fileName\": \"c38946dc-7b94-4713-ae81-b06d735ce31e.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 5,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51266,\n                                \"fileName\": \"4c5ffb99-0c58-46bd-955d-63bb25c5af5b.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 6,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51286,\n                                \"fileName\": \"0c7118ef-d5a6-4eaa-b816-3ecff93fc46d.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 7,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51267,\n                                \"fileName\": \"d960b2aa-c84f-4118-98d6-17acb4deb337.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 8,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51262,\n                                \"fileName\": \"9e27a045-c683-4fc4-b70a-747dfaae9830.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 9,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51258,\n                                \"fileName\": \"9b52feb3-61b1-44a9-9885-ed0f1dfa3f2a.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 10,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51260,\n                                \"fileName\": \"429d2ba0-ac5b-48f1-a890-932ed8f137c8.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 11,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51261,\n                                \"fileName\": \"7e601117-32ba-49ad-97d9-ff55ac888f12.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 12,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51263,\n                                \"fileName\": \"d0b2b4f2-341e-4f02-a454-f35f8ba5e7b7.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 13,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51264,\n                                \"fileName\": \"96547ef1-632f-42a7-b3e0-c01ea4c508d3.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 14,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51265,\n                                \"fileName\": \"3c3d1eb5-c0d7-42cb-9d34-861632a8726a.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 15,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51269,\n                                \"fileName\": \"00138352-6196-4b67-a5b2-84d4f7b8ec2a.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 16,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51270,\n                                \"fileName\": \"faddd840-6bea-40b6-bfb3-be066bdddfb2.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 17,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51271,\n                                \"fileName\": \"86d828e9-4338-4b84-83b1-5355710262cd.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 18,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51272,\n                                \"fileName\": \"cd2b7172-d2e6-4a95-a306-08dbb4a506de.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 19,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51274,\n                                \"fileName\": \"52f172c9-5e91-4239-a950-bd6cdbde657d.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 20,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51275,\n                                \"fileName\": \"384597d8-20f7-487a-b3fa-c249002b68ec.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 21,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51276,\n                                \"fileName\": \"a53a22b1-ae02-44fe-ba15-ed576044a178.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 22,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51277,\n                                \"fileName\": \"801c568d-cf3c-43fb-8955-e5ad67876ee3.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 23,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51278,\n                                \"fileName\": \"cbe8dd02-685b-4909-9101-06dd91bef8d9.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 24,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51279,\n                                \"fileName\": \"a2f3ff34-196e-497b-9e06-a85383074d5f.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 25,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51280,\n                                \"fileName\": \"f04cfab1-bee7-4f43-9ad4-9dd08e4ac74f.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 26,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51281,\n                                \"fileName\": \"335dd6d2-f694-42cb-b682-e87bdbd82eb3.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 27,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51282,\n                                \"fileName\": \"b33fd8fe-90df-4054-9dba-34f55b455b7f.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 28,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51283,\n                                \"fileName\": \"19cd19d7-6c7a-4f89-b501-94c077f7715a.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 29,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51284,\n                                \"fileName\": \"dd2a401b-4406-4b46-89c8-2de5f00799f9.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 30,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51285,\n                                \"fileName\": \"e78ad4e0-b299-4004-ae29-0040050d3721.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 31,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51287,\n                                \"fileName\": \"f238cd00-d00d-46f4-b665-7d031d003bfd.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 32,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51288,\n                                \"fileName\": \"45c3b46e-c186-4dcd-91de-9e217dd852f8.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 33,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51289,\n                                \"fileName\": \"dffa1129-ef08-44e8-a8d8-f7b143c729d7.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 34,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51290,\n                                \"fileName\": \"28fe30a8-040f-46cb-889a-efd2199de6c3.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 35,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51291,\n                                \"fileName\": \"41c628ff-d781-4f56-ad09-af9abec18acb.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 36,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51292,\n                                \"fileName\": \"3087c7de-ff73-42d7-aa6c-c1e1eb539835.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 37,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51293,\n                                \"fileName\": \"f3126060-bc9f-456e-a117-b19b35dc6659.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 38,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51294,\n                                \"fileName\": \"803df2a0-8c5b-44c8-b315-7c71cf45aae4.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 39,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51295,\n                                \"fileName\": \"4752e03b-ff6e-4627-972e-08241b305689.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 40,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51296,\n                                \"fileName\": \"9da5a94f-b585-4820-910e-53f2218ffcbe.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 41,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51297,\n                                \"fileName\": \"172fd3b9-d848-4dce-ba48-372611f15562.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 42,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51298,\n                                \"fileName\": \"60aa5e2c-4d71-44a8-b45e-0ffbcf2418b5.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 43,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51299,\n                                \"fileName\": \"6fd51c55-9f65-47ea-99f7-37b9a23052aa.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 44,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51300,\n                                \"fileName\": \"01abde5d-0dcd-426c-9a8c-1b55162a5908.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 45,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51301,\n                                \"fileName\": \"a25b95e4-b186-493c-a63b-7e2bc492955d.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 46,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 51302,\n                                \"fileName\": \"e04c7301-009a-4572-9729-9c795a3d077c.jpeg\",\n                                \"title\": \"1926 Hotel & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 47,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 4493,\n                    \"price\": 1,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 3115,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"1926 Hotel & Spa\",\n                        \"reservationText\": null,\n                        \"productDescription\": \"<p>Gelegen in de bruisende kuststad Sliema, is 1926 Hotel &amp; Spa een modern hotel met fantastische beach club. Het hotel staat voor moderniteit, luxe en duurzaamheid; en dat is terug te vinden in het gehele concept van het hotel. Duiken in Malta kan gemakkelijk vanaf de kant en is geschikt voor zowel beginnende als ervaren duikers! Je komt hier onder andere schorpioenvisjes, morenes en zelfs octopussen tegen. Ook zijn er vele mogelijkheden tot wrakduiken, er liggen meer dan 20 wrakken in de zee bij Malta. </p><p><br></p><p>1926 Hotel &amp; Spa combineert rust en intimiteit met theater en levendigheid. Het hotel beschikt dan ook over een levendige lounge en een gezellig restaurant. Voor een verfrissende cocktail, glas wijn of een koud biertje is Sunny’s Lounge een perfecte plek om samen te komen. In het restaurant Margaux worden dagelijks heerlijke gerechten geserveerd. Alle gerechten zijn geïnspireerd door de kleuren en smaken van de Mediterrane keuken. </p><p><br></p><p>De Beach Club van het hotel ligt op zo’n 200meter afstand en recht naast de zee. De club is elke jaar van half mei tot half september dagelijks geopend. De Beach Club beschikt over een eigen strandje met parasols en ligbedden en een zwembad. Daarnaast is er zoals de naam al aangeeft een spa aanwezig op het resort. In de spa zijn 4 behandelkamers en kan je kiezen uit verschillende ontspannende behandelingen. Ook is de spa voorzien van een verwarmd zwembad, sauna en stoombad. Tegen betaling is ook Hamam mogelijk. </p><p><br></p><p>Bij de Beach Club is ook de duikschool gevestigd. Dit maakt het voor jou als duiker natuurlijk meteen makkelijk om te duiken! De duikschool biedt verschillende cursussen en kijkt graag met jou naar de duikstekken waar je kunt gaan duiken! De duikstekken op Malta zijn goed bereikbaar vanaf de kant en je vindt er talloze populaire duikstekken.</p>\",\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": \"Duurzaam, modern en luxe hotel met een fantastische beach club, dat is 1926 Hotel & Spa in Sliema!\",\n                        \"webText2\": \"<ul><li>Direct gelegen aan zee!</li><li>Het hotel is gelegen in het centrum!</li><li>De duikschool bevind zich direct voor het hotel!</li></ul>\",\n                        \"customFields\": [\n                            {\n                                \"name\": \"Eten en drinken\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"HO\",\n                                \"value\": \"<p>Verblijf bij 1926 Hotel &amp; Spa is op basis van logies of logies &amp; ontbijt. </p><p><br></p><p>Tijdens je verblijf in 1926 Hotel &amp; Spa kun je heerlijk dineren in een van de twee restaurants. Beide hebben een eigen stijl en bieden een brede variatie aan gerechten! </p><p><br></p><p>Marguax </p><p>Dit restaurant is geïnspireerd door de Zuid-Franse keuken en de kleuren en smaken die uit deze keuken komen. Het restaurant serveert Europese gerechten met verse en simpele lokale ingrediënten. Bij de gerechten worden vaak speciaal geselecteerde Franse wijnen geschonken. </p><p><br></p><p>Of je nou snel iets wilt eten of uitgebreid wil dineren, restaurant Marguax zorgt voor een speciale ervaring! Een avondje met je familie wordt door het personeel omgetoverd in een onvergetelijke avond! </p><p><br></p><p>Elke dag geniet je bij Marguax van ontbijt, lunch en diner! </p><p><br></p><p>Sunny’s Lounge </p><p>Naast een uitgebreid assortiment aan gerechten in het restaurant, biedt ook Sunny’s Lounge een grote variatie aan gerechten en drankjes. In een heerlijk ontspannen sfeer kom je even helemaal tot rust en geniet je van een verfrissende cocktail, lekker wijntje of koud biertje</p>\",\n                                \"label\": \"Eten en drinken\",\n                                \"position\": 4\n                            },\n                            {\n                                \"name\": \"Room Types\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"HO\",\n                                \"value\": \"<p>Het hotel beschikt over meer dan 170 kamers. Natuurlijk zijn er verschillende types en heeft elke kamer zijn eigen charmes. Alle kamers zijn voorzien van een eigen badkamer met douche. Naast de standaard koffie- en theefaciliteiten, wordt er de eerste dag ook mineraalwater op de kamer klaargezet. Je geniet op de kamer van gratis wifi en verkoelende airconditioning. Ook beschikt elke kamer over een tweepersoonsbed, verschillende oplaadpunten, TV en mini koelkast en een balkon. </p><p><br></p><p>Naast standaard kamers, zijn er ook grotere kamers te boeken zoals de Superior kamer, Junior Suite, familiekamers, Premium Suite, Signature Suite en de Sunny Suite. De Premium, Signature en Sunny Suite hebben uitzicht op zee, zijn groter. Daarnaast heeft de Signature Suite een eigen jacuzzi en krijg je bij de Premium en Sunny Suite een gratis massage behandeling voor 1 persoon. Met een kamer in het hotel krijg je automatisch toegang tot de beach club en de spa en fitness center.</p>\",\n                                \"label\": \"Kamertypes\",\n                                \"position\": 3\n                            },\n                            {\n                                \"name\": \"Een dagje anders dan duiken\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"HO\",\n                                \"value\": \"\",\n                                \"label\": \"Een dagje anders dan duiken\",\n                                \"position\": 100\n                            },\n                            {\n                                \"name\": \"Films & videos\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"HO\",\n                                \"value\": \"\",\n                                \"label\": \"Films & video's\",\n                                \"position\": 6\n                            },\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"1926 Hotel & Spa| Diving World Duikvakanties\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"Duiken op de mysterieuze wrakken en relaxte kantduiken, vervolgens de dag afsluiten in de heerlijke spa en luxe verblijf bij het 1926 Hotel.\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [\n                        {\n                            \"name\": \"ScubaID\",\n                            \"table\": \"PRODUCT\",\n                            \"categoryFilter\": \"\",\n                            \"value\": \"836\",\n                            \"label\": \"Scuba Advisor ID\",\n                            \"position\": 3\n                        }\n                    ],\n                    \"countryArea\": {\n                        \"code\": \"MTSLI\",\n                        \"label\": \"Sliema\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"35.90967478249984;14.508718154150428\",\n                    \"seoFriendlyName\": \"1926-hotel-spa-hotel\",\n                    \"rating\": {\n                        \"code\": \"ST4\",\n                        \"label\": \"4 Stars\",\n                        \"language\": \"NL\"\n                    },\n                    \"priceTypeDetails\": [\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"RTSGL\",\n                                    \"label\": \"Single kamer\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 86867,\n                                \"text\": \"<ul><li>Geschikt voor 1 persoon</li><li>Eenpersoonsbed</li><li>En-suite badkamer</li><li>Balkon met zicht</li><li>Airconditioning (tegen betaling)</li><li>Televisie (tegen betaling)</li></ul>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 25121,\n                                        \"fileName\": \"398774ff-b955-462b-b023-e4d205ffacff.jpg\",\n                                        \"title\": \"1926 Hotel & Spa\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 25124,\n                                        \"fileName\": \"ce7106d5-ae48-43d3-b6d8-6d1e0e2388a1.jpg\",\n                                        \"title\": \"1926 Hotel & Spa\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 25125,\n                                        \"fileName\": \"507fa1fd-fb0d-4155-bd19-a5291e7b6d64.jpg\",\n                                        \"title\": \"1926 Hotel & Spa\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 2,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"RTSUP\",\n                                    \"label\": \"Superior kamer\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 86900,\n                                \"text\": \"<ul><li>Geschikt voor 2 personen</li><li>Tweepersoonsbed</li><li>En-suite badkamer</li><li>Balkon met zicht</li><li>Airconditioning</li><li>Televisie</li><li>Thee- en koffiezetfaciliteiten</li><li>Koelkast </li><li>Gratis wifi</li></ul>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 25126,\n                                        \"fileName\": \"bd9029b9-0f4e-4524-b1db-e34c980a5321.jpg\",\n                                        \"title\": \"1926 Hotel & Spa\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 25127,\n                                        \"fileName\": \"d1bc5408-b6a4-45db-92c7-16b0a2695f95.jpg\",\n                                        \"title\": \"1926 Hotel & Spa\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 25124,\n                                        \"fileName\": \"ce7106d5-ae48-43d3-b6d8-6d1e0e2388a1.jpg\",\n                                        \"title\": \"1926 Hotel & Spa\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 2,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"RTJNRSUI\",\n                                    \"label\": \"Junior Suite\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 86901,\n                                \"text\": \"<ul><li>Geschikt voor 2 personen</li><li>Tweepersoonsbed</li><li>En-suite badkamer</li><li>Balkon met zicht</li><li>Airconditioning</li><li>Televisie</li><li>Thee- en koffiezetfaciliteiten</li><li>Koelkast</li><li>Gratis wifi</li></ul>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 25129,\n                                        \"fileName\": \"dd628dbf-1702-407c-895e-34c1c8205dfa.jpg\",\n                                        \"title\": \"1926 Hotel & Spa\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 25130,\n                                        \"fileName\": \"86bd5192-c041-4dbf-affa-0394e2a384e2.jpg\",\n                                        \"title\": \"1926 Hotel & Spa\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 25137,\n                                        \"fileName\": \"c6c45695-ca2d-4d4d-accb-4c54441b4f98.jpg\",\n                                        \"title\": \"1926 Hotel & Spa\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 2,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        }\n                    ],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 2\n                },\n                {\n                    \"id\": 3007,\n                    \"productCode\": \"TFMTTRAMAL\",\n                    \"category\": {\n                        \"code\": \"TF\",\n                        \"label\": \"Transfer\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"<p><span style=\\\"color: rgb(0, 137, 123);\\\">Transfer Malta</span></p>\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 65358,\n                                \"fileName\": \"931287cc-428d-44a5-9a71-14124bf89bcd.jpeg\",\n                                \"title\": \"Transfer Magic Oceans\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"MAIN\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 72180,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 2489,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"<p><span style=\\\"color: rgb(0, 137, 123);\\\">Transfer Malta</span></p>\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": [\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"EUSEMT\",\n                        \"label\": \"Malta\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"transfer-malta\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 2\n                },\n                {\n                    \"id\": 2207,\n                    \"productCode\": \"INANNUL\",\n                    \"category\": {\n                        \"code\": \"IN\",\n                        \"label\": \"Insurance\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"O\",\n                    \"name\": \"Annuleringsverzekering\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": 70201,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [],\n                    \"countryArea\": null,\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"annuleringsverzekering\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": \"0\",\n                    \"bookDaily\": false,\n                    \"position\": 9\n                },\n                {\n                    \"id\": 2208,\n                    \"productCode\": \"INREISVERZ\",\n                    \"category\": {\n                        \"code\": \"IN\",\n                        \"label\": \"Insurance\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"O\",\n                    \"name\": \"Reisverzekering\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": 70202,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [],\n                    \"countryArea\": null,\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"reisverzekering\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": \"0\",\n                    \"bookDaily\": false,\n                    \"position\": 10\n                },\n                {\n                    \"id\": 5406,\n                    \"productCode\": \"RDVMT\",\n                    \"category\": {\n                        \"code\": \"RDV\",\n                        \"label\": \"Resort Diving Area\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"I\",\n                    \"name\": \"<p>Duiken rond Malta</p>\",\n                    \"productDescription\": \"<p>Het duiken rond Malta mag zich tot de beste van Europa rekenen, met een gemiddeld zicht van 25-30 meter en een watertemperatuur van 25 graden. De strategische positie van Malta, in het centrum van de Middellandse zee heeft ervoor gezorgd dat er meer dan genoeg wrakken te ontdekken zijn; bommenwerpers, gevechtsvliegtuigen, onderzeeërs, jagers en nog veel meer.</p><p><br></p><p>De onderwater grotten en formaties vormen samen een spectaculair landschap dat wordt gecomplementeerd door een rijk onderwater leven met nudibranches, barracuda’s, baarzen, jacks en zelfs zeepaardjes. Naast de oorlogswrakken kom je onder water ook meer recente wrakken tegen, zoals de Rozi en Um el Faroud, die gezamenlijk een mooi kunstmatig rif vormen.</p><p><br></p>\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 68687,\n                                \"fileName\": \"a4b10043-1169-4aaa-8a01-f723067983b3.jpeg\",\n                                \"title\": \"Duiken rond Malta\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 68686,\n                                \"fileName\": \"2fb51548-4e79-419d-a235-41d72daf428b.jpeg\",\n                                \"title\": \"Duiken rond Malta\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 2,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 68688,\n                                \"fileName\": \"48168fb7-e9e5-43e6-8446-c319727d7454.jpeg\",\n                                \"title\": \"Duiken rond Malta\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 3,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 68689,\n                                \"fileName\": \"a94a6f28-8cee-4ce5-afe4-e18404cda103.jpeg\",\n                                \"title\": \"Duiken rond Malta\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 4,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 68690,\n                                \"fileName\": \"e24b907f-704d-4cd6-bb88-f30338a4ed46.jpeg\",\n                                \"title\": \"Duiken rond Malta\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 5,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 68691,\n                                \"fileName\": \"b40d9665-19ee-4af6-aecc-b27ede185075.jpeg\",\n                                \"title\": \"Duiken rond Malta\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 6,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 68692,\n                                \"fileName\": \"fa80b2d8-fb00-4a92-944e-130639c1c60b.jpeg\",\n                                \"title\": \"Duiken rond Malta\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 7,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 68693,\n                                \"fileName\": \"45ba6e4c-80db-4475-977c-dead9c4b749b.jpeg\",\n                                \"title\": \"Duiken rond Malta\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 8,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 68694,\n                                \"fileName\": \"8e5df159-63d4-437e-95dd-f718b5f51e39.jpeg\",\n                                \"title\": \"Duiken rond Malta\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 9,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 68695,\n                                \"fileName\": \"7a3bf59e-4d51-4594-b006-1f8bdc92ed88.jpeg\",\n                                \"title\": \"Duiken rond Malta\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 10,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 68696,\n                                \"fileName\": \"4dfc4b3e-06d4-4eaf-a120-2dcc1a9f407d.jpeg\",\n                                \"title\": \"Duiken rond Malta\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 11,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 68697,\n                                \"fileName\": \"08dcf0c3-6674-43ce-a3d8-1ca519b9611b.jpeg\",\n                                \"title\": \"Duiken rond Malta\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 12,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 68698,\n                                \"fileName\": \"d1fc1e87-c358-4a1e-ac27-7a5ac9b8dcc1.jpeg\",\n                                \"title\": \"Duiken rond Malta\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 13,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 68699,\n                                \"fileName\": \"1088367d-8f3e-4825-8151-f18457c6ea58.jpeg\",\n                                \"title\": \"Duiken rond Malta\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 14,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 68700,\n                                \"fileName\": \"5a3e87bd-e800-4c84-922c-425113a5e5ec.jpeg\",\n                                \"title\": \"Duiken rond Malta\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 15,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": null,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": null,\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 4636,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"<p>Duiken rond Malta</p>\",\n                        \"reservationText\": null,\n                        \"productDescription\": \"<p>Het duiken rond Malta mag zich tot de beste van Europa rekenen, met een gemiddeld zicht van 25-30 meter en een watertemperatuur van 25 graden. De strategische positie van Malta, in het centrum van de Middellandse zee heeft ervoor gezorgd dat er meer dan genoeg wrakken te ontdekken zijn; bommenwerpers, gevechtsvliegtuigen, onderzeeërs, jagers en nog veel meer.</p><p><br></p><p>De onderwater grotten en formaties vormen samen een spectaculair landschap dat wordt gecomplementeerd door een rijk onderwater leven met nudibranches, barracuda’s, baarzen, jacks en zelfs zeepaardjes. Naast de oorlogswrakken kom je onder water ook meer recente wrakken tegen, zoals de Rozi en Um el Faroud, die gezamenlijk een mooi kunstmatig rif vormen.</p><p><br></p>\",\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": [\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"EUSEMT\",\n                        \"label\": \"Malta\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"duiken-rond-malta\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 4\n                },\n                {\n                    \"id\": 4168,\n                    \"productCode\": \"DCMTDISHSL\",\n                    \"category\": {\n                        \"code\": \"DC\",\n                        \"label\": \"Duikcentrum\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"O\",\n                    \"name\": \"<p>Dive Shack Sliema</p>\",\n                    \"productDescription\": \"<p> De Dive Shack PAD 5* duikschool op Malta is gelegen in het populaire Sliema, dicht bij de Maltese hoofdstad Valletta. </p><p> Zij verzorgen begeleide duiken voor zowel de beginnende duiker als de ervaren duiker. </p><p> </p><p> De Maltese eilanden bieden een aantal van de beste duikstekken in de Middellandse Zee.</p><p> Wat je interesse of niveau ook is, voor iedere duiker is er wat. Van historische wrakken tot natuurlijke riffen met onderwaterleven en unieke onderwater landschappen.</p><p> Met ontzettend veel duiklocaties rondom Malta en dagtochten per poot naar Gozo en Comino zijn de avonturen eindeloos. </p><p> </p><p> Vele duiken kunnen al uitgevoerd worden vanaf de kant en de verder gelegen duiken worden met de boot uitgevoerd. Voor sommige duikstekken/wrakken kan een Advanced Certificaat vereist worden. Alle duiken op Malta zijn standaard gegidst. De duiktrips en cursussen worden geleid door PADI divemasters en instructeurs die graag de kennis en passie voor het duiken rondom Malta met je delen.</p><p> </p><p> Dive Shack bied je het ultieme duikavontuur!&nbsp;</p>\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 64119,\n                                \"fileName\": \"3daf137f-7d9a-4b51-b1a7-0869a143681f.jpeg\",\n                                \"title\": \"Dive Shack Sliema\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 64120,\n                                \"fileName\": \"4ddbf78f-09da-4b00-a7ef-10855562131b.jpeg\",\n                                \"title\": \"Dive Shack Sliema\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 2,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 64121,\n                                \"fileName\": \"b7b27567-0c8d-4deb-a7f1-548c01828c08.jpeg\",\n                                \"title\": \"Dive Shack Sliema\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 3,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 64122,\n                                \"fileName\": \"b31b94f2-308a-452e-b950-cc531ae3eafe.jpeg\",\n                                \"title\": \"Dive Shack Sliema\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 4,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 64123,\n                                \"fileName\": \"6df05fa4-09a5-42fa-b418-d7738392dc72.jpeg\",\n                                \"title\": \"Dive Shack Sliema\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 5,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 64124,\n                                \"fileName\": \"53db3eb8-50cc-4f89-98d9-21e0634cca60.jpeg\",\n                                \"title\": \"Dive Shack Sliema\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 6,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 64125,\n                                \"fileName\": \"274afdab-1da6-4a03-86a2-ac0109b5e6c8.jpeg\",\n                                \"title\": \"Dive Shack Sliema\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 7,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 64126,\n                                \"fileName\": \"9f2a4294-6f72-4ff0-ae00-ef56f00c492b.jpeg\",\n                                \"title\": \"Dive Shack Sliema\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 8,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 64127,\n                                \"fileName\": \"b77cd829-5568-4040-8736-84923e9b4b99.jpeg\",\n                                \"title\": \"Dive Shack Sliema\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 9,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 64128,\n                                \"fileName\": \"786e651b-5e72-4381-896a-c5ee9e59b6cd.jpeg\",\n                                \"title\": \"Dive Shack Sliema\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 10,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 64129,\n                                \"fileName\": \"6e7ff1a3-361d-4eba-bdaa-2c592790e23d.jpeg\",\n                                \"title\": \"Dive Shack Sliema\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 11,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 64130,\n                                \"fileName\": \"46066c00-eee0-44fd-8331-4cdd10c740be.jpeg\",\n                                \"title\": \"Dive Shack Sliema\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 12,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 64131,\n                                \"fileName\": \"64355881-44fa-41ac-bfc0-d6a05bcbcd69.jpeg\",\n                                \"title\": \"Dive Shack Sliema\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 13,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 64132,\n                                \"fileName\": \"11e91abf-2e60-471b-8a61-f449a39cbf93.jpeg\",\n                                \"title\": \"Dive Shack Sliema\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 14,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 64133,\n                                \"fileName\": \"2adb4fe3-3d65-43a9-af6b-ebc599eb5e4e.jpeg\",\n                                \"title\": \"Dive Shack Sliema\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 15,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 64134,\n                                \"fileName\": \"b01220fe-b234-428b-86bb-7895cabd1c3f.jpeg\",\n                                \"title\": \"Dive Shack Sliema\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 16,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 12967,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 2,\n                    \"durationNights\": 1,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 3617,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"<p>Dive Shack Sliema</p>\",\n                        \"reservationText\": null,\n                        \"productDescription\": \"<p> De Dive Shack PAD 5* duikschool op Malta is gelegen in het populaire Sliema, dicht bij de Maltese hoofdstad Valletta. </p><p> Zij verzorgen begeleide duiken voor zowel de beginnende duiker als de ervaren duiker. </p><p> </p><p> De Maltese eilanden bieden een aantal van de beste duikstekken in de Middellandse Zee.</p><p> Wat je interesse of niveau ook is, voor iedere duiker is er wat. Van historische wrakken tot natuurlijke riffen met onderwaterleven en unieke onderwater landschappen.</p><p> Met ontzettend veel duiklocaties rondom Malta en dagtochten per poot naar Gozo en Comino zijn de avonturen eindeloos. </p><p> </p><p> Vele duiken kunnen al uitgevoerd worden vanaf de kant en de verder gelegen duiken worden met de boot uitgevoerd. Voor sommige duikstekken/wrakken kan een Advanced Certificaat vereist worden. Alle duiken op Malta zijn standaard gegidst. De duiktrips en cursussen worden geleid door PADI divemasters en instructeurs die graag de kennis en passie voor het duiken rondom Malta met je delen.</p><p> </p><p> Dive Shack bied je het ultieme duikavontuur!&nbsp;</p>\",\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": [\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"MTSLI\",\n                        \"label\": \"Sliema\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"dive-shack-sliema\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"DVAADVOPEWATCUR\",\n                                    \"label\": \"Advanced Open Water Cursus\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 136863,\n                                \"text\": \"<p><strong style=\\\"background-color: rgb(255, 255, 255); font-size: 14px; color: rgb(51, 51, 51);\\\">Inbegrepen:</strong><span style=\\\"background-color: rgb(255, 255, 255); font-size: 14px; color: rgb(51, 51, 51);\\\">&nbsp;2-daagse cursus (5 duiken), volledige uitrusting tijdens de cursus (niet tijdens de andere dagen duiken).</span></p><p><br></p><p><strong style=\\\"background-color: rgb(255, 255, 255); font-size: 14px; color: rgb(51, 51, 51);\\\">Niet inbegrepen:</strong><span style=\\\"background-color: rgb(255, 255, 255); font-size: 14px; color: rgb(51, 51, 51);\\\">&nbsp;Cursusboek en certificaat (t.w.v. € 30.)</span></p>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 72755,\n                                        \"fileName\": \"e73c4676-9eda-46b2-8928-148662cfa720.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"DVAOPEWATCUR\",\n                                    \"label\": \"Open Water Cursus\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 136862,\n                                \"text\": \"<p><strong style=\\\"background-color: rgb(255, 255, 255); font-size: 14px; color: rgb(51, 51, 51);\\\">Inbegrepen:</strong><span style=\\\"background-color: rgb(255, 255, 255); font-size: 14px; color: rgb(51, 51, 51);\\\">&nbsp;4 of 5-daagse cursus, 2-3 dagen leslokaal en ondiepe duiken, 2 dagen open water duiken met vervoer, volledige uitrusting tijdens de cursus.</span></p><p><br></p><p><strong style=\\\"background-color: rgb(255, 255, 255); font-size: 14px; color: rgb(51, 51, 51);\\\">Niet inbegrepen:</strong><span style=\\\"background-color: rgb(255, 255, 255); font-size: 14px; color: rgb(51, 51, 51);\\\">&nbsp;Cursusboek en certificaat (t.w.v. € 30.)</span></p>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 72754,\n                                        \"fileName\": \"c1f9345d-6340-4b62-a1cd-d132dce2c7a0.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        }\n                    ],\n                    \"weekDays\": null,\n                    \"bookDaily\": true,\n                    \"position\": 3\n                },\n                {\n                    \"id\": 6132,\n                    \"productCode\": \"FSMLA\",\n                    \"category\": {\n                        \"code\": \"FS\",\n                        \"label\": \"Vlucht Supplement\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"O\",\n                    \"name\": \"Baggage Supplement Malta (MLA)\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 71304,\n                                \"fileName\": \"dacbe7ec-ebb0-4782-9ec5-2135f653834f.png\",\n                                \"title\": \"Bag\",\n                                \"description\": \"Bag\",\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"MAIN\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 72351,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"MT\",\n                        \"label\": \"Malta\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"baggage-supplement-malta-mla\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 5\n                },\n                {\n                    \"id\": 9781,\n                    \"productCode\": \"COADCO\",\n                    \"category\": {\n                        \"code\": \"CO\",\n                        \"label\": \"Costs\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"<p>Administratiekosten</p>\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 70265,\n                                \"fileName\": \"0f18c494-88ab-4f42-9ec0-587e7c234804.png\",\n                                \"title\": \"Admin cost logo\",\n                                \"description\": \"Admin cost logo\",\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 72211,\n                    \"price\": 20,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 5189,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"<p>Administratiekosten</p>\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": [\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"NL\",\n                        \"label\": \"Nederland\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"administratiekost-www\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 6\n                },\n                {\n                    \"id\": 9780,\n                    \"productCode\": \"COSGR\",\n                    \"category\": {\n                        \"code\": \"CO\",\n                        \"label\": \"Costs\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"Bijdrage SGR\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 70263,\n                                \"fileName\": \"b3503903-892d-4406-a114-bf77c0421421.png\",\n                                \"title\": \"SGR Logo\",\n                                \"description\": \"SGR Logo\",\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 72210,\n                    \"price\": 5,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 5188,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"Bijdrage SGR\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": [\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"NL\",\n                        \"label\": \"Nederland\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"bijdrage-sgr-www\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 7\n                },\n                {\n                    \"id\": 9779,\n                    \"productCode\": \"COCAFO\",\n                    \"category\": {\n                        \"code\": \"CO\",\n                        \"label\": \"Costs\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"Bijdrage Calamiteitenfonds\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 70264,\n                                \"fileName\": \"46b34415-cfe5-45f4-96cb-19a14d5f9a4e.png\",\n                                \"title\": \"Calamiteitenfonds Logo\",\n                                \"description\": \"Calamiteitenfonds Logo\",\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 72209,\n                    \"price\": 2.5,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 5187,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"Bijdrage Calamiteitenfonds\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": []\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"NL\",\n                        \"label\": \"Nederland\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"bijdrage-calamiteitenfonds-www\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 8\n                }\n            ],\n            \"suppliers\": [],\n            \"customFields\": [\n                {\n                    \"name\": \"Maximum nights\",\n                    \"table\": \"PRODUCT\",\n                    \"categoryFilter\": \"PH\",\n                    \"value\": \"14\",\n                    \"label\": \"Maximum nights\",\n                    \"position\": 0\n                },\n                {\n                    \"name\": \"Minimum nights\",\n                    \"table\": \"PRODUCT\",\n                    \"categoryFilter\": \"PH\",\n                    \"value\": \"7\",\n                    \"label\": \"Minimum nights\",\n                    \"position\": 0\n                }\n            ],\n            \"catalogPage\": 0,\n            \"textsLibrary\": [],\n            \"isPerPerson\": true,\n            \"prices\": [],\n            \"seoFriendlyName\": \"1926-hotel-spa\",\n            \"priceTypeDetails\": [],\n            \"relatedProducts\": [],\n            \"bookDaily\": false\n        },\n        {\n            \"id\": 5669,\n            \"productCode\": \"PHHOIDDPSALANOCFRRESP\",\n            \"name\": \"Alam Anda Ocean Front Resort & Spa Package\",\n            \"productDescription\": \"\",\n            \"category\": {\n                \"code\": \"PH\",\n                \"label\": \"Package Hotel\",\n                \"language\": \"NL\"\n            },\n            \"rating\": {\n                \"code\": \"ST35\",\n                \"label\": \"3.5 Stars\",\n                \"language\": \"NL\"\n            },\n            \"countryArea\": {\n                \"code\": \"IDDPS\",\n                \"label\": \"Bali\",\n                \"language\": \"NL\"\n            },\n            \"embarkLocation\": null,\n            \"disembarkLocation\": null,\n            \"characteristics\": [\n                {\n                    \"code\": \"GENHO\",\n                    \"label\": \"Hotel\",\n                    \"language\": \"NL\"\n                }\n            ],\n            \"multimedia\": {\n                \"images\": [\n                    {\n                        \"id\": 69536,\n                        \"fileName\": \"6ec4af9c-d563-4956-98c6-7cc9d3d7a371.png\",\n                        \"title\": \"Harbour Village Beach Club Package\",\n                        \"description\": null,\n                        \"embedscript\": null,\n                        \"type\": \"IMAGE\",\n                        \"scope\": null,\n                        \"publishOnWeb\": true,\n                        \"position\": 1,\n                        \"source\": \"Local\",\n                        \"backofficeReference\": null\n                    }\n                ],\n                \"videos\": []\n            },\n            \"trip\": null,\n            \"productTexts\": {\n                \"id\": 4265,\n                \"validFrom\": null,\n                \"validUntil\": null,\n                \"productName\": \"Alam Anda Ocean Front Resort & Spa Package\",\n                \"reservationText\": null,\n                \"productDescription\": null,\n                \"reservationRemarks\": null,\n                \"invoiceText\": null,\n                \"invoiceRemarks\": null,\n                \"travelPlanText\": null,\n                \"comments\": null,\n                \"included\": null,\n                \"notIncluded\": null,\n                \"webText1\": null,\n                \"webText2\": null,\n                \"customFields\": []\n            },\n            \"priceId\": null,\n            \"price\": 0,\n            \"cataloguePrice\": 0,\n            \"pricePerDay\": 0,\n            \"discount\": 0,\n            \"currency\": null,\n            \"durationDays\": 0,\n            \"durationNights\": 0,\n            \"chargeNights\": false,\n            \"gpsLocation\": \"-8.148239488713624;115.41088342666626\",\n            \"host2host\": false,\n            \"hasAllotments\": false,\n            \"hasStartingDates\": false,\n            \"profitCenters\": [\n                \"DW1\"\n            ],\n            \"weekDays\": null,\n            \"tourCode\": \"\",\n            \"isPackage\": true,\n            \"allotmentType\": \"\",\n            \"hasOccupancy\": false,\n            \"asset\": null,\n            \"supplements\": [\n                {\n                    \"id\": 5442,\n                    \"productCode\": \"HOFLIDDPSALANOCFRRESP\",\n                    \"category\": {\n                        \"code\": \"HOFL\",\n                        \"label\": \"Hotel & Flight\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"Hotel & Flight test subpackage\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": null,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": null,\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 4040,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"Hotel & Flight test subpackage\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": []\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"ID\",\n                        \"label\": \"Indonesië \",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"hotel-and-flight-alam-anda-ocean-front-resort-spa\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 1\n                },\n                {\n                    \"id\": 5333,\n                    \"productCode\": \"FLDPS\",\n                    \"category\": {\n                        \"code\": \"FL\",\n                        \"label\": \"Flight\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"Vlucht Bali (DPS)\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 64094,\n                                \"fileName\": \"81959d42-a236-4562-a5a4-b261c36b7a60.jpeg\",\n                                \"title\": \"Diving World Logo\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 68872,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 1,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"IDDPS\",\n                        \"label\": \"Bali\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"vlucht-bali-dps\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": true,\n                    \"position\": 1\n                },\n                {\n                    \"id\": 3672,\n                    \"productCode\": \"HOIDDPSALANOCFRRESP\",\n                    \"category\": {\n                        \"code\": \"HO\",\n                        \"label\": \"Hotel\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [\n                        {\n                            \"code\": \"GENNABOWA\",\n                            \"label\": \"Natuur boven water\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENTRKORI\",\n                            \"label\": \"(Tropische) koraalriffen\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENMACRO\",\n                            \"label\": \"Macro & critters\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENBODU\",\n                            \"label\": \"Bootduiken mogelijk\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENMA\",\n                            \"label\": \"Manta's\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENSCH\",\n                            \"label\": \"Schildpadden\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENDO\",\n                            \"label\": \"Dolfijnen\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENLAAFVL\",\n                            \"label\": \"Lange vlucht (>10 u)\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENTHKD\",\n                            \"label\": \"Kantduiken mogelijk\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \" GENHU\",\n                            \"label\": \"Huisrifduiken mogelijk\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENCOAC\",\n                            \"label\": \"4* accommodatie (comfort)\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENSNO\",\n                            \"label\": \"Goede snorkel bestemming\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENHO\",\n                            \"label\": \"Hotel\",\n                            \"language\": \"NL\"\n                        }\n                    ],\n                    \"attribute\": \"M\",\n                    \"name\": \"Alam Anda Ocean Front Resort & Spa\",\n                    \"productDescription\": \"<p>Duikvakantie Indonesië, Bali, Alam Anda: 'Onze gasten zijn onze vrienden. We willen ze graag het beste geven wat betreft duiken, cultuur, culinair en wellness.' Dat is het motto van Alam Anda. </p><p><br></p><p>Aan de noordoost kust van Bali, verborgen achter kokosnoten en sinaasappelplantages, ligt direct aan zee en ver weg van andere toeristische plekken het Alam Anda Duik en Spa Resort. Hier is nog het originele Bali te vinden met z'n eigen cultuur en typische Balinese huizen. Op de bijna lege stranden spelen hooguit een handjevol kinderen of is er een visser aan het werk. Toeristen zijn hier niet te vinden. Alam Anda is met de ongeveer 2 hectare grote palmbomentuin, met honderden schaduwrijke kokosnotenbomen en Lontar palmbomen, Kambodja's, Eucalyptus en bananenbomen, een uitgekomen droom. </p><p><br></p><p>Alam Anda is oorspronkelijk gebouwd naar een idee van de Duitse architect Uwe Siegfriedsen en in 2007 uitgebreid en gemoderniseerd door Werner Lau en zijn bedrijf, die sinds 1 april 2006 het management over het hotel voerden.</p><p><br></p><p>De mensen achter Alam Anda zijn al meer dan 20 jaar werkzaam in de toerisme branche en hebben veel ervaring opgedaan. Al het goede daarvan wordt gebruikt om een verblijf in Alam Anda hotel tot een fantastische beleving te maken, het liefst nog tot de perfecte beleving!</p><p><br></p><p>Er is een WIFI internet verbinding in de lobby aanwezig die gebruikt kan worden tegen een vergoeding. </p><p><br></p><p>Het resort ligt op 2, 5 uur rijden vanaf het vliegveld in Denpasar. Het is een mooie trip langs de rijstvelden, tempels en kleine dorpjes. Een uitgelezen kans om meteen een goede eerste indruk te krijgen van het prachtige landschap en de diversiteit op Bali.</p>\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 42734,\n                                \"fileName\": \"d5cdf076-3220-4f46-90d7-d523f10a63d3.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"MAIN\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42735,\n                                \"fileName\": \"b17e4976-0df4-424b-8558-6d7ec59f3068.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"MAIN\",\n                                \"publishOnWeb\": true,\n                                \"position\": 2,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42736,\n                                \"fileName\": \"3b7dd01c-b667-45ac-ab71-00cb0dd62eaa.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"MAIN\",\n                                \"publishOnWeb\": true,\n                                \"position\": 3,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42737,\n                                \"fileName\": \"6e4ff000-b3b0-4f7f-9d2c-27aca359c1a9.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"MAIN\",\n                                \"publishOnWeb\": true,\n                                \"position\": 4,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42750,\n                                \"fileName\": \"ed0bdf96-d989-4d24-a174-90bff085f5a7.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 5,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42738,\n                                \"fileName\": \"073ba60f-9d08-4d38-bcbf-42ee7267f4e3.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 6,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42739,\n                                \"fileName\": \"6ad91779-e06d-4959-b71c-154aea2fad52.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 7,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42740,\n                                \"fileName\": \"b0f0fd88-c1c3-4420-8ddd-adee5045c8ff.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 8,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42741,\n                                \"fileName\": \"38e5fe31-75e2-4ffb-a625-335c41785b0c.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 9,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42742,\n                                \"fileName\": \"568c3111-f8fa-4e4d-9dfd-12ac10aac5df.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 10,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42743,\n                                \"fileName\": \"d58d480d-2726-45ab-8aec-41bba00a4463.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 11,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42744,\n                                \"fileName\": \"e3945123-95d3-456d-a36a-f3fd10e8c232.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 12,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42745,\n                                \"fileName\": \"891cf5f5-74ee-42c0-9513-ab882ad883d0.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 13,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42746,\n                                \"fileName\": \"5815a053-4b38-4135-8890-8ef6a83cc1bd.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 14,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42747,\n                                \"fileName\": \"3eb0c9b5-5361-438b-8188-6c0a9b83a145.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 15,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42748,\n                                \"fileName\": \"cf87f0fa-a37a-4669-b371-d90115df3ccc.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 16,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42749,\n                                \"fileName\": \"1114e242-22e5-430e-b845-57d9319f2d19.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 17,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42751,\n                                \"fileName\": \"7b7e5511-70ec-43d8-aa29-271d76c95456.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 18,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42752,\n                                \"fileName\": \"00657836-c6fa-4cfc-9948-fe374d04bb30.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 19,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42753,\n                                \"fileName\": \"6b5e4dd9-ad04-474d-a187-543d9adb5d51.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 20,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42754,\n                                \"fileName\": \"8b866399-fd2e-43d2-9d69-69a7e2642c20.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 21,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42755,\n                                \"fileName\": \"46c0f5b5-1fcc-43cb-9f57-282d27732e2a.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 22,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42756,\n                                \"fileName\": \"11a87e2c-36dd-4401-b982-13315111766a.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 23,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42757,\n                                \"fileName\": \"967f7e05-e411-4d61-a618-559946ca76e8.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 24,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42758,\n                                \"fileName\": \"2ad66bec-809a-4228-be26-9a25cbd4a5f2.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 25,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42759,\n                                \"fileName\": \"2231d7af-fe25-44b4-85f8-44a09cf1b51f.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 26,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42760,\n                                \"fileName\": \"22694c1d-0bfa-4f47-adbe-be10f987e36d.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 27,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42761,\n                                \"fileName\": \"19d78485-7b18-4a16-b69e-c27778250593.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 28,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42762,\n                                \"fileName\": \"fa52538c-872a-46ef-acf0-97de9a68bace.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 29,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42763,\n                                \"fileName\": \"c956640c-557d-43e1-9bf4-e3f45ab3319e.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 30,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42764,\n                                \"fileName\": \"adee55ab-12a0-4f6a-95ea-87b036851761.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 31,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42765,\n                                \"fileName\": \"c7119a8b-8ea9-4ba0-9ea8-4d308bf815f7.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 32,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42766,\n                                \"fileName\": \"0b682820-dba3-4fb3-8b37-72477cdaf808.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 33,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42767,\n                                \"fileName\": \"c98c2a8f-0950-447c-9ca6-c787818ef663.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 34,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42768,\n                                \"fileName\": \"b94cb3cd-dbff-4c56-9743-c5afcfaa9e9b.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 35,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42769,\n                                \"fileName\": \"3c22152c-c4f5-4f2d-8121-73d938a88391.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 36,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42770,\n                                \"fileName\": \"6162a117-6c44-4439-9242-0bd074c05846.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 37,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42771,\n                                \"fileName\": \"e1294637-9a26-4af3-8fa4-d26d877b04a4.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 38,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42772,\n                                \"fileName\": \"539036b8-df37-4b1f-896a-23cd2e21a86f.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 39,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42773,\n                                \"fileName\": \"4011a35d-d8a9-4f2f-9cdf-dcc22e86ee86.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 40,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42774,\n                                \"fileName\": \"2756bb96-a1bf-40bc-ab65-8a6d48448680.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 41,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42775,\n                                \"fileName\": \"233df2d1-d476-45bb-98de-7fd531e852aa.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 42,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42776,\n                                \"fileName\": \"ee6f18de-8d69-41fa-93ea-1acb81c928b8.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 43,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42777,\n                                \"fileName\": \"9d5a687f-c29b-47e3-9b32-9cac3d2308d8.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 44,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42778,\n                                \"fileName\": \"fb99e1c5-63a9-4dd7-a3c6-f4b5a4cc0cd5.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 45,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42779,\n                                \"fileName\": \"435480fd-293e-4065-8bbf-48bb025963f8.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 46,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42780,\n                                \"fileName\": \"3ea31e2b-09a0-4f30-91cd-4b9d6fb652af.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 47,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42781,\n                                \"fileName\": \"9fdf9f38-ff01-41de-8551-9def74208ca5.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 48,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42782,\n                                \"fileName\": \"7560afd6-7b96-43c9-9c86-8c9ba79d485a.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 49,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42783,\n                                \"fileName\": \"6a3da256-4165-4004-8494-2642bbb3a759.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 50,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42784,\n                                \"fileName\": \"8d348a37-3837-4b15-9358-53df8e83deb0.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 51,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42785,\n                                \"fileName\": \"1c16ac1b-181e-4a06-998f-9d37c469bed1.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 52,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42786,\n                                \"fileName\": \"2d89a2ff-726b-4f8c-8c4a-f5e06a506aec.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 53,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42787,\n                                \"fileName\": \"ab6ade75-029b-419f-9702-8c525c50aad0.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 54,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42788,\n                                \"fileName\": \"af8cea63-c5f8-4679-b24f-e13cf9864119.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 55,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42789,\n                                \"fileName\": \"8f3294cd-228d-4728-b006-0247a6382e46.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 56,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42790,\n                                \"fileName\": \"5346fa8e-f0ab-4b1a-9083-6b74d4b4b68b.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 57,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42791,\n                                \"fileName\": \"c33e7a70-373f-4182-ad68-8161e9929a63.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 58,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42792,\n                                \"fileName\": \"ff7e01fa-d5a3-48c4-9e47-9e0aa287c557.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 59,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42793,\n                                \"fileName\": \"526167bf-3256-4e6d-ae8b-6272a5ac73dd.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 60,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42794,\n                                \"fileName\": \"258ef6d5-8706-4d83-ac2a-65747d43fd12.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 61,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42795,\n                                \"fileName\": \"7a0596e5-02a6-4fcc-8891-2ee51e3d4955.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 62,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42796,\n                                \"fileName\": \"ad979e7b-3c03-4394-a3c1-ac3ad70bb6da.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 63,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42797,\n                                \"fileName\": \"c9ef1cde-7ebe-4f47-875c-4deb2ed7314b.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 64,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42798,\n                                \"fileName\": \"3a332488-51d5-4501-9bf0-77f24135f028.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 65,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42799,\n                                \"fileName\": \"ffd218de-720a-429f-90e3-de2f849f92e6.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 66,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42800,\n                                \"fileName\": \"cdba239b-7406-499e-9e9a-f68330eb7bc1.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 67,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42801,\n                                \"fileName\": \"02511cad-9745-41f3-ada5-97aabf88ddbb.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 68,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42802,\n                                \"fileName\": \"b01ad752-25ae-4560-b3a9-6250402009fc.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 69,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42803,\n                                \"fileName\": \"86151f11-66dd-40aa-99fe-a9805f049702.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 70,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42804,\n                                \"fileName\": \"b394fad3-a171-49c2-8dff-25c36e3c2bc5.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 71,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42805,\n                                \"fileName\": \"5c5ffc87-ba46-447b-8822-408489c0e7f7.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 72,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42806,\n                                \"fileName\": \"e45b1713-d7d9-4ede-a43c-73431492aa07.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 73,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42807,\n                                \"fileName\": \"efec20a7-292c-4fc5-afc1-dca467851a53.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 74,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42808,\n                                \"fileName\": \"43a6c0a1-cc0f-4da7-9a07-5cf827c35bac.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 75,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42809,\n                                \"fileName\": \"9d9b4ebb-11ee-4400-879e-d9104db33614.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 76,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42810,\n                                \"fileName\": \"9217e100-887b-4e78-8a67-eaa1014cf904.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 77,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42811,\n                                \"fileName\": \"f994abf2-ad14-4632-9fc1-e2099ba9f357.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 78,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42812,\n                                \"fileName\": \"dc1df68c-373f-492b-97b6-ad01ff263d51.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 79,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42813,\n                                \"fileName\": \"72f4ff24-4c69-4229-af55-c1cb420162be.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 80,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42814,\n                                \"fileName\": \"9a40948a-b722-4ae7-a0b0-cef661c1ddac.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 81,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42815,\n                                \"fileName\": \"fd6d5b89-1ed1-43f3-97f0-6e659826f793.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 82,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42816,\n                                \"fileName\": \"55e93a6d-1d08-45d7-a7d2-6a006f1483f2.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 83,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42817,\n                                \"fileName\": \"66c99ff3-f6ab-4470-9cbd-90508eb196eb.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 84,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42818,\n                                \"fileName\": \"c164b360-7c9e-4505-997a-02d8aef72c1d.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 85,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42819,\n                                \"fileName\": \"0d5d902c-d846-47ee-8e0b-12f55182993e.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 86,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42820,\n                                \"fileName\": \"b6c238cf-da13-475e-bd60-7fa3247b731a.jpeg\",\n                                \"title\": \"Alam Anda Ocean Front Resort & Spa\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 87,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 69376,\n                    \"price\": 1,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 3316,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"Alam Anda Ocean Front Resort & Spa\",\n                        \"reservationText\": null,\n                        \"productDescription\": \"<p>Duikvakantie Indonesië, Bali, Alam Anda: 'Onze gasten zijn onze vrienden. We willen ze graag het beste geven wat betreft duiken, cultuur, culinair en wellness.' Dat is het motto van Alam Anda. </p><p><br></p><p>Aan de noordoost kust van Bali, verborgen achter kokosnoten en sinaasappelplantages, ligt direct aan zee en ver weg van andere toeristische plekken het Alam Anda Duik en Spa Resort. Hier is nog het originele Bali te vinden met z'n eigen cultuur en typische Balinese huizen. Op de bijna lege stranden spelen hooguit een handjevol kinderen of is er een visser aan het werk. Toeristen zijn hier niet te vinden. Alam Anda is met de ongeveer 2 hectare grote palmbomentuin, met honderden schaduwrijke kokosnotenbomen en Lontar palmbomen, Kambodja's, Eucalyptus en bananenbomen, een uitgekomen droom. </p><p><br></p><p>Alam Anda is oorspronkelijk gebouwd naar een idee van de Duitse architect Uwe Siegfriedsen en in 2007 uitgebreid en gemoderniseerd door Werner Lau en zijn bedrijf, die sinds 1 april 2006 het management over het hotel voerden.</p><p><br></p><p>De mensen achter Alam Anda zijn al meer dan 20 jaar werkzaam in de toerisme branche en hebben veel ervaring opgedaan. Al het goede daarvan wordt gebruikt om een verblijf in Alam Anda hotel tot een fantastische beleving te maken, het liefst nog tot de perfecte beleving!</p><p><br></p><p>Er is een WIFI internet verbinding in de lobby aanwezig die gebruikt kan worden tegen een vergoeding. </p><p><br></p><p>Het resort ligt op 2, 5 uur rijden vanaf het vliegveld in Denpasar. Het is een mooie trip langs de rijstvelden, tempels en kleine dorpjes. Een uitgelezen kans om meteen een goede eerste indruk te krijgen van het prachtige landschap en de diversiteit op Bali.</p>\",\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": \"Aan de noordoost kust van Bali, verborgen achter kokosnoten en sinaasappelplantages, ligt direct aan zee en ver weg van andere toeristische plekken het Alam Anda Duik en Spa Resort.\",\n                        \"webText2\": \"<ul><li>Huisrif</li><li>Eigen duikschool</li><li>Prachtige tuin</li><li>Rustig &amp; ruim hotel</li></ul>\",\n                        \"customFields\": [\n                            {\n                                \"name\": \"Eten en drinken\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"HO\",\n                                \"value\": \"<p>Alam Anda biedt u een verscheidenheid aan opties om van uw dagelijkse versnaperingen en maaltijden te genieten, van de Lobby bar, hapjes en drankjes aan de poolbar tot het openlucht restaurant \\\"\\\"Enak\\\"\\\". In aanvulling daarop worden er speciale avonden georganiseerd met pizza's uit houtgestookte oven tot een Balinese avond of een een Zeevruchten &amp; Vis barbecue. De prachtige bar serveert geweldige cocktails die u niet mag missen! </p><p><br></p><p>De bar in de gerenoveerde lobby biedt vers Bintang bier van de tap, een ruime keuze aan Australische wijnen en bijna 30 verschillende cocktails en alcoholische dranken. Daarnaast zijn er lichte hapjes, maar ook meer substantiële gerechten als pizza's te verkrijgen in de bar bij het natuurstenen zwembad.Vergeet niet de verse vruchtensappen te proberen; een klasse apart! Op slechts een paar meter van de oceaan is dit de perfecte plek om van een perfecte zonsondergang te genieten. In de tabakswinkel kunt u kiezen uit de beste Cubaanse sigaren. </p><p><br></p><p>Het Indonesische woord \\\"\\\"Enak\\\"\\\" betekent \\\"\\\"rijkelijk\\\"\\\" of \\\"\\\"weelderig\\\"\\\". Een naam als deze moet worden verdiend en daar heeft de Zwitserse chef-kok van het Alam Anda voor gezorgd. Met meer dan 15 jaar ervaring in wonen en koken op Baliheeft hij gezorgd voor een intensieve training van de culinaire staf. Het resultaat is een menu met traditionele Indonesische en Balinese gerechten in combinatie met traditionele internationale gerechten. En natuurlijk verse vis of garnalen salade. Soto Ayam soep te exotisch? Het Alam Anda heeft ook gebakken aardappelen en Weense worstjes op de kaart! </p><p><br></p><p>Door het ontbreken van muren kunt u tijden de maaltijd ongegeneerd genieten van het uitzicht, waarbij het lijkt alsof het zwembad naadloos overgaat in de Indische Oceaan met op de achtergrond de tuin met palmen, weelderige gras en groenblijvende Kambodja bomen. </p><p><br></p><p>Het 5m lange ontbijtbuffet is open vanaf 7 uur in de ochtend en elke zondag worden er traditionele Balinese specialiteiten aangeboden.</p>\",\n                                \"label\": \"Eten en drinken\",\n                                \"position\": 4\n                            },\n                            {\n                                \"name\": \"Room Types\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"HO\",\n                                \"value\": \"<p>Het hotel heeft 9 Seaview Bungalows, 12 Deluxe Garden Bungalows, 2 Losmen Bungalows, 1 dubbele bungalow Ambu Ambu, 2 Bahari Villa's een Lumba Lumba Villa en de Purnama Villa</p><p><br></p><p>Losmen Kamer</p><p>Losmen zijn twee eenvoudige maar prettige kamers die alles bieden wat nodig is voor een overnachting. De kamer is inclusief een klein terras 25 m2 en beide zijn in de typische Balinese stijl ingericht (teakhouten meubelen). De kamers hebben een twee persoonsbed, fan en airconditioning, bureau met stoel en een mini bar. De badkamer met douche (warm en koud water) en (westers) toilet is ongeveer 6 m2.</p><p><br></p><p>Seaview Bungalow</p><p>De Seaview Bungalows is een groep van negen bungalows, alle met zeezicht en ruim van opzet. De bungalows zijn gebouwd met palmbomen hout, mahonie, bamboe hout en voorzien van traditionele Alang Alang gras gedekte daken. Zelfs het vernis is van natuurlijk materiaal. De Seaview Bungalows zijn alle 40 m2 en gebouwd op houten palen. De gecombineerde woon/slaapkamer is ingericht met bamboe meubelen. De badkamer van 10m2 is betegeld met marmer en voorzien van een douche (warm/koud water). Verder zijn de bungalows uitgerust met een mini bar en airconditioning. Op de veranda van de bungalow is het heerlijk toeven mede dankzij de prettige lounge plek van 2m x 2m.</p><p><br></p><p>Deluxe Garden Bungalow</p><p>De 12 Deluxe Garden Bungalows zijn gebouwd te midden van de meer dan 5.000 m2 grote tropische tuin met beekjes, fonteinen, en zoals men zou verwachten op Bali, beelden van verschillende goden. De schaduwrijke kokosnoten palmbomen en andere bomen zorgen voor heerlijke koele plekken. Samen met de verschillende zgn. 'bale' (overdekte plekken om te relaxen) maakt dit de tuin tot een ideale plek om helemaal te kunnen ontspannen. De luxe bungalows van 50m2 groot, zijn gebouwd van een hoge kwaliteit palmhout, mahonie, bamboe, stenen en afgewerkt met Alang Alang gras gedekte daken. Alle bungalows hebben een gecombineerde woon/slaapkamer, mini bar, badkamer met douche en toilet en voorzien van airconditioning. De drie grotere bungalows van 60m2 hebben ook nog een bedbank voor een derde persoon en zijn nog ruimer van opzet. Voor alle bungalows geldt dat men beschikt over een eigen veranda.</p><p><br></p><p>Villa Ambu Ambu</p><p>De Villa Ambu Ambu ligt direct aan zee, dat wil zeggen op 20 meter van de waterlijn. Bovendien ligt de bungalow helemaal alleen in Alam Anda's 3.000 m2 grote palmbomen tuin met een bijna verlaten strand.</p><p>Het huis ligt op een stuk grond van 900 m2. De woonkamer is ongeveer 65 m2 met aangrenzend een schitterende veranda met uitzicht op de zee. Verder zijn er twee slaapkamers voor in totaal 4 personen, twee douches met warm water, tuin lounge set en een koelkast. Uiteraard is de bungalow helemaal voorzien van airconditioning.</p><p>Elke kamer heeft een eigen open badkamer met douche met warm water. Het hele huis is gemeubileerd met rotan meubilair. De bedden zijn voorzien van klamboes. De muren zijn gedecoreerd met Balinese schilderingen en sculpturen. In de grote slaapkamer is een king size twee persoonsbed. De andere slaapkamer kan ook gebruikt worden als woonkamer of studeerkamer en heeft ook een twee persoonsbed. Een kleine kamer verbindt of scheidt juist deze twee kamers. In deze kleine kamer is een kast en een kleine keuken met een spoelbak en een koelkast.</p><p>In de tuin zijn 4 dekstoelen aanwezig, en zoals men in het paradijs mag verwachten, ook een echte hangmat om lekker in te luieren.</p><p><br></p><p>5. Villa's Bahari 1 &amp; 2</p><p>Beide Bahari Villa's zijn helemaal verbouwd in 2009. Ze staan aan de westkant van het Alam Anda resort en staan daar op één van de beste locaties van het complex. Dat wil zeggen, dichtbij het de zee met een directe toegang tot het strand. Beide villa's hebben ieder een eigen privé zwembad, een eigen tuin en bij de villa's behorende plekken op het strand. De villa's hebben elk twee slaapkamers met een eigen badkamer. De grote overdekte veranda's verrassen doordat ze het gevoel geven in een buiten-woonkamer te vertoeven. Beide villa's bieden ruimte aan 2 tot 4 gasten en staan alles bij elkaar garant voor een unieke vakantie beleving.</p><p><br></p><p>6. Villa Lumba Lumba</p><p>De villa Lumba Lumba staat gelijk aan luxe volgens Alam Anda en is zeker niet alleen voor pas gehuwden een prettige villa om te verblijven. De villa ligt aan de oostkant van Alam Anda, slechts 20 meter van het strand en met 25 meter eigen kustlijn en een lounge hoek.</p><p>De villa ligt op 1.100 m2 grond met een woonoppervlakte van maar liefst 110 m2, een terras, een schitterend privé zwembad met tuinmeubilair waaronder dekstoelen en hemelbed met uitzicht op zee.</p><p>De tweede kamer is geschikt voor twee personen. Beide kamers hebben hun eigen open badkamer. Verder is er een kleine keuken aanwezig, CD speler en een safe. Beide slaapkamers zijn uitgerust met airconditioning.</p><p><br></p><p>7. Villa Purnama</p><p>De nieuw gebouwde villa Purnama maakt haar naam helemaal waar. Purnama betekent namelijk volle maan, misschien wat ongebruikelijk, maar het is precies wat men voor ogen had bij het ontwerp van deze villa.</p><p>De 160 m2 grote leefruimte heeft o.a. een woonkamer van 50 m2 gedecoreerd met een combinatie van natuursteen, hout en rotan. Vanaf hier heeft men direct toegang tot een privé tuin van 200 m2.</p><p>Twee van de drie slaapkamers liggen direct aan de tuin. Alle slaapkamers hebben aangrenzend een eigen badkamer, warm water en airconditioning. Ook beschikken de villa's over een satelliet verbinding voor de TV in de woonkamer met een ontvangst van 50 TV zenders. Dit home entertainment systeem is geïnstalleerd met een DVD Dolby Surround Sound met maar liefst 6 speakers.</p><p>Op verzoek maakt het personeel van Alam Anda een voedzaam ontbijt of een fantastisch diner in de keuken van de villa. De eetkamer biedt ruimte aan zes personen en ligt bijna direct aan de waterval en vijver waarin de Indonesische Koi Carp zwemt. Zoals het een echte villa betaamt, heeft ook Purnama haar eigen zwembad van 15 m2.</p><p><br></p>\",\n                                \"label\": \"Kamertypes\",\n                                \"position\": 3\n                            },\n                            {\n                                \"name\": \"Een dagje anders dan duiken\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"HO\",\n                                \"value\": \"\",\n                                \"label\": \"Een dagje anders dan duiken\",\n                                \"position\": 100\n                            },\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"Alam Anda & Werner Lau | Diving World Duikvakanties\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"Duikvakantie Alam Anda, Bali? BijZONdere duikreizen boek je bij Diving World - dé duikreis specialist met ANVR, SGR & Calamiteitenfonds zekerheid!\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [\n                        {\n                            \"name\": \"ScubaID\",\n                            \"table\": \"PRODUCT\",\n                            \"categoryFilter\": \"\",\n                            \"value\": \"344\",\n                            \"label\": \"Scuba Advisor ID\",\n                            \"position\": 3\n                        }\n                    ],\n                    \"countryArea\": {\n                        \"code\": \"IDDPS\",\n                        \"label\": \"Bali\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"-8.147833178794496;115.40961303710938\",\n                    \"seoFriendlyName\": \"alam-anda-ocean-front-resort-spa-hotel\",\n                    \"rating\": {\n                        \"code\": \"ST4\",\n                        \"label\": \"4 Stars\",\n                        \"language\": \"NL\"\n                    },\n                    \"priceTypeDetails\": [\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"RTLM\",\n                                    \"label\": \"Losmen kamer\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 75344,\n                                \"text\": \"<ul><li>Geschikt voor 1-2 personen</li><li>1 dubbel&nbsp;</li><li>En-suite badkamer&nbsp;</li><li>Terras</li><li>Airconditioning &amp; plafond ventilator</li></ul>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 42378,\n                                        \"fileName\": \"21b9bf20-e498-4463-bbeb-a2632bb3a372.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42377,\n                                        \"fileName\": \"d973ea05-d7a5-4fcc-88ac-752bfb2b79d2.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42376,\n                                        \"fileName\": \"a6483785-e7f7-4ab8-a989-4636f1e56443.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 2,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"RTSVB\",\n                                    \"label\": \"Seaview Bungalow\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 75345,\n                                \"text\": \"<ul><li>Geschikt voor 1-3 personen</li><li>1 Dubbel of 2 single bedden</li><li>En-suite badkamer</li><li>Zitgedeelte</li><li>Terras met zeezicht</li><li>Airconditioning &amp; plafond ventilator</li><li>Minibar</li></ul>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 42384,\n                                        \"fileName\": \"f89fd25b-59b2-4028-b590-5e8fc6dbabf2.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42383,\n                                        \"fileName\": \"777fb5df-acb7-4926-8c97-5002a5dd659f.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42382,\n                                        \"fileName\": \"7a52175a-f7fe-4352-a21a-0cd78e10279d.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 2,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42381,\n                                        \"fileName\": \"4f6049f2-b8c0-4244-998b-eb09ebe54775.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 3,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42380,\n                                        \"fileName\": \"70089270-b715-4876-a11d-73675986e7cd.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 4,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42379,\n                                        \"fileName\": \"b2681ca8-c19c-4c24-b055-95e080c00a06.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 5,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"RTDGB\",\n                                    \"label\": \"Deluxe Garden bungalow\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 75346,\n                                \"text\": \"<ul><li>Geschikt voor 1-3 personen</li><li>1 Dubbel of 2 single bedden</li><li>En-suite badkamer</li><li>Zitgedeelte</li><li>Terras met tuinicht</li><li>Airconditioning &amp; plafond ventilator</li><li>Minibar</li></ul>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 42636,\n                                        \"fileName\": \"b9a1329b-9668-452d-be41-d506bbb37a87.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42635,\n                                        \"fileName\": \"f132d224-8815-432b-aa43-ff91f4d2dd32.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42634,\n                                        \"fileName\": \"c0b7657f-0292-4406-9e16-2059d9053d4c.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 2,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42633,\n                                        \"fileName\": \"657e1bb3-cdad-4a40-afb1-1fe611a14ce1.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 3,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42632,\n                                        \"fileName\": \"894fb6b2-9190-46ee-a539-0706cfc2671c.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 4,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"RTVAA\",\n                                    \"label\": \"Villa Ambu Ambu\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 75347,\n                                \"text\": \"<ul><li>Geschikt voor 2-4 personen</li><li>2 Slaapkamers</li><li>1 Dubbel bed &amp; 2 single bedden</li><li>2 En-suite badkamers</li><li>Aparte woonkamer&nbsp;</li><li>Privé tuin</li><li>Zeezicht</li><li>Airconditioning &amp; plafond ventilator</li></ul>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 42646,\n                                        \"fileName\": \"d04420d1-bcf2-4153-86e7-0f95daa7ee7f.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42645,\n                                        \"fileName\": \"e8f69a72-e692-4fc9-aec8-aadaf6bb5c52.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42644,\n                                        \"fileName\": \"0da42e02-661e-42ae-aa38-ddcbadcd331f.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 2,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42641,\n                                        \"fileName\": \"83050de4-41c8-448b-bc42-1d2184a0ec18.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 3,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42640,\n                                        \"fileName\": \"49537c2d-a05d-42cb-bca7-306fa94e3bef.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 4,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42639,\n                                        \"fileName\": \"683aa270-bb5e-478f-84ff-943cfa6b4d23.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 5,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42638,\n                                        \"fileName\": \"140d52f0-f9e3-4e4d-934d-799138376cf9.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 6,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"RTVB\",\n                                    \"label\": \"Villa Bahari 1+2\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 75348,\n                                \"text\": \"<ul><li>Geschikt voor 2-4 personen</li><li>2 Slaapkamers</li><li>2 Dubbele bedden</li><li>2 En-suite badkamers</li><li>Aparte woonkamer&nbsp;</li><li>Privé tuin</li><li>privé zwembad</li><li>Zeezicht</li><li>Airconditioning &amp; plafond ventilator</li></ul>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 42656,\n                                        \"fileName\": \"87160c5c-33ed-4ab5-872d-60f80b43411d.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42655,\n                                        \"fileName\": \"83de7ff4-0bdb-4d30-be40-b68801844efc.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42654,\n                                        \"fileName\": \"e7e828cd-bd35-416e-a002-1017026b3e12.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": null,\n                                        \"publishOnWeb\": true,\n                                        \"position\": 2,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42653,\n                                        \"fileName\": \"bd729282-6f46-4261-a4bc-7ca8179c1915.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 3,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42652,\n                                        \"fileName\": \"9e34fb3b-207d-479b-8bab-f47cdf0f4f43.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 4,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42651,\n                                        \"fileName\": \"2dfa5061-829d-41af-9b0b-21db5b3cb710.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 5,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"RTVLL\",\n                                    \"label\": \"Villa Lumba Lumba\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 75349,\n                                \"text\": \"<ul><li>Geschikt voor 2-4 personen</li><li>Luxe accommodatie</li><li>2 Slaapkamers</li><li>2 dubbele bedden</li><li>2 En-suite badkamers</li><li>Aparte woonkamer&nbsp;</li><li>Kitchenette</li><li>Privé tuin</li><li>privé zwembad</li><li>Zeezicht</li><li>Airconditioning &amp; plafond ventilator</li></ul>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 42699,\n                                        \"fileName\": \"b6b7149e-db4e-4b92-98b9-3cda7b63fb3d.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42698,\n                                        \"fileName\": \"0c37fea5-f32a-4dc3-b0c4-f724a022c79f.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42697,\n                                        \"fileName\": \"10d89ea2-1a12-447f-a540-98f4fab0d7c9.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 2,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42696,\n                                        \"fileName\": \"38844f62-2b8f-4598-bcbe-7034bfc1e64b.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 3,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42695,\n                                        \"fileName\": \"dc14bc26-dd4e-4e1b-957b-d14a65952b4d.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 4,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42694,\n                                        \"fileName\": \"a1017ccb-4ddd-4e93-b215-f33a6ab8fac2.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 5,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42693,\n                                        \"fileName\": \"0e973be5-1519-4ea3-980b-803a2faa892e.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 6,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"RTVP\",\n                                    \"label\": \"Villa Purnama\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 75350,\n                                \"text\": \"<ul><li>Geschikt voor 2-6 personen</li><li>Luxe accommodatie</li><li>3 Slaapkamers</li><li>3 dubbele bedden</li><li>3 En-suite badkamers</li><li>Aparte woonkamer&nbsp;</li><li>Privé tuin</li><li>privé zwembad</li><li>Airconditioning &amp; plafond ventilator</li></ul>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 42720,\n                                        \"fileName\": \"0afc2c22-7362-4116-80ec-2fa92e849cc1.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42721,\n                                        \"fileName\": \"7c08746b-9e51-44b7-a5d2-7a609f279e26.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42722,\n                                        \"fileName\": \"0aa0f812-105b-4838-917b-15bcd433ca17.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 2,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42723,\n                                        \"fileName\": \"589b7772-143f-4db4-a51e-0e2bf71d5f3d.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 3,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42724,\n                                        \"fileName\": \"56ea5d81-d13f-4575-b4bb-86d51705df1e.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 4,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42725,\n                                        \"fileName\": \"a69572af-1d34-46e5-8d16-a075db4d7467.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 5,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 42727,\n                                        \"fileName\": \"fcb7e6ac-af58-4110-ab18-ea79b40ea6da.jpeg\",\n                                        \"title\": null,\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"ROOM\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 6,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        }\n                    ],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 2\n                },\n                {\n                    \"id\": 2207,\n                    \"productCode\": \"INANNUL\",\n                    \"category\": {\n                        \"code\": \"IN\",\n                        \"label\": \"Insurance\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"O\",\n                    \"name\": \"Annuleringsverzekering\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": 70201,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [],\n                    \"countryArea\": null,\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"annuleringsverzekering\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": \"0\",\n                    \"bookDaily\": false,\n                    \"position\": 9\n                },\n                {\n                    \"id\": 2208,\n                    \"productCode\": \"INREISVERZ\",\n                    \"category\": {\n                        \"code\": \"IN\",\n                        \"label\": \"Insurance\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"O\",\n                    \"name\": \"Reisverzekering\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": 70202,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [],\n                    \"countryArea\": null,\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"reisverzekering\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": \"0\",\n                    \"bookDaily\": false,\n                    \"position\": 10\n                },\n                {\n                    \"id\": 5989,\n                    \"productCode\": \"DCIDDPSMAVIALAM\",\n                    \"category\": {\n                        \"code\": \"DC\",\n                        \"label\": \"Duikcentrum\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"O\",\n                    \"name\": \"Mavi Diving Alam Anda\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 42597,\n                                \"fileName\": \"8b585308-aece-4a3f-8c65-e7c989378014.jpeg\",\n                                \"title\": \"Mavi Diving Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42599,\n                                \"fileName\": \"fe57d22b-a72e-4704-8e07-eabc64986fdc.jpeg\",\n                                \"title\": \"Mavi Diving Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 2,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42600,\n                                \"fileName\": \"5dcc9bc8-a4f3-434f-b378-2c7130d4e961.jpeg\",\n                                \"title\": \"Mavi Diving Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 3,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42601,\n                                \"fileName\": \"0c945dfa-ee47-4b88-ac32-9e9b4e23a576.jpeg\",\n                                \"title\": \"Mavi Diving Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 4,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42602,\n                                \"fileName\": \"5b1b583c-3ae6-4723-a840-c52704076d07.jpeg\",\n                                \"title\": \"Mavi Diving Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 5,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42603,\n                                \"fileName\": \"b9cf26ff-0714-4319-8650-ce199154c9e1.jpeg\",\n                                \"title\": \"Mavi Diving Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 6,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42604,\n                                \"fileName\": \"ebbd193f-c297-4592-8dce-6c44fb943083.jpeg\",\n                                \"title\": \"Mavi Diving Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 7,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42605,\n                                \"fileName\": \"87963edd-1293-47f5-aceb-590e92e3aea3.jpeg\",\n                                \"title\": \"Mavi Diving Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 8,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42596,\n                                \"fileName\": \"2bc525b6-5829-4e9d-8acc-85dabd0ac5fe.jpeg\",\n                                \"title\": \"Mavi Diving Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 9,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42606,\n                                \"fileName\": \"68b15b67-6274-4aab-9411-e3d8d0944221.jpeg\",\n                                \"title\": \"Mavi Diving Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 10,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42598,\n                                \"fileName\": \"0d4e5824-a1b2-4c30-b7bd-ab43ebe99209.jpeg\",\n                                \"title\": \"Mavi Diving Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 11,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42607,\n                                \"fileName\": \"846f4891-5177-42e1-a82e-fb4c7ef737f3.jpeg\",\n                                \"title\": \"Mavi Diving Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 12,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42608,\n                                \"fileName\": \"2946c145-2943-4593-afb0-9688e223cfaa.jpeg\",\n                                \"title\": \"Mavi Diving Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 13,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": null,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": null,\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [\n                        {\n                            \"name\": \"ScubaID\",\n                            \"table\": \"PRODUCT\",\n                            \"categoryFilter\": \"\",\n                            \"value\": \"1073\",\n                            \"label\": \"Scuba Advisor ID\",\n                            \"position\": 3\n                        }\n                    ],\n                    \"countryArea\": {\n                        \"code\": \"IDDPS\",\n                        \"label\": \"Bali\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"mavi-diving-alam-anda\",\n                    \"rating\": {\n                        \"code\": \"ST0\",\n                        \"label\": \"No Star\",\n                        \"language\": \"NL\"\n                    },\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 3\n                },\n                {\n                    \"id\": 6128,\n                    \"productCode\": \"RDVIDALAM\",\n                    \"category\": {\n                        \"code\": \"RDV\",\n                        \"label\": \"Resort Diving Area\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"I\",\n                    \"name\": \"<p>Duiken rond Alam Anda</p>\",\n                    \"productDescription\": \"<p>Het huisrif</p><p>Er is een uitstekend rif direct tegenover het duikcentrum. Zelfs een zeer ervaren duiker zal hier telkens opnieuw nieuwe dingen ontdekken en het is een paradijs voor onderwater fotografen. Bij dit rif biedt het duikcentrum drie toe- en uitgangspunten.</p><p><br></p><p>Het rif beslaat de hele breedte van de hotel locatie en heeft een beschermde status. Daarmee is het het eerste in z'n soort op Bali. De regering heeft bij wijze van experiment ingestemd hiermee en heeft vissers verboden hier te vissen met netten, cyanide of harpoenen. Daardoor is de onderwater wereld niet alleen intact, maar vooral adembenemend.</p><p><br></p><p>Duiken in de regio</p><p>Vanaf Alam Anda is het mogelijk om alle top duik sites te bezoeken van Bali. De grote selectie van duik sites zijn binnen 20 minuten tot een uur te bereiken. Andere hoogtepunten zoals de Nusa Menjangan en Secret Bay in het westen, liggen ongeveer op 2,5 tot 3 uur van het hotel. Padangbai en Nusa Penida aan de zuidoost kant kunnen bereikt worden binnen 2 tot 2,5 uur rijden.</p><p><br></p><p>TULAMBEN</p><p>De beste duik plek op Bali is Tulamben. Op slechts 40 minuten rijden van het duikcentrum kan men hier duiken naar het fascinerende wrak de 'Liberty'. Het duikcentrum biedt deze mogelijkheid regelmatig aan. Het is ook een spectaculaire site voor nachtduiken. Om de hoek ligt de Tulamben Drop Off, een weelderig begroeide muur die 60 meter diep gaat, en Coral Garden, een kleurrijk koraal landschap deels bedekt met enorme sponzen.</p><p><br></p><p>ANGELS CANYON</p><p>De 'insider' tip van het duikcentrum, een prachtig bergachtig landschap met zeldzame zachte koraal</p><p><br></p><p>KUBU – DROP OFF</p><p>Zacht koraal, inktvissen, witpuntrifhaaien en verpleegstershaaien.</p><p><br></p><p>NUSA PENIDA</p><p>Een groot gedeelte van de oostkust van dit eiland heeft een volkomen intact rif met fantastisch koraal, sponzen en grote populaties van grote en kleine vissen. Een must voor echte duikers. Stromingen van 30m per minuut zijn niet ongebruikelijk en ervaren schippers volgen de duikers. De reis naar Padangbai duurt ongeveer 2 tot 2,5 uur en daarna nog 30 minuten met een speedboat.</p><p><br></p><p>SECRET BAY</p><p>Naar deze bekende baai worden iedere dag trips georganiseerd. Het is één van de beste spots voor 'Critters'.</p><p><br></p><p>MENJANGAN</p><p>Na Tulamben is dit de beste duikplek met een enorme diversiteit aan koraal landschappen en duizelingwekkende muren (drop offs). De reistijd vanaf het hotel is ongeveer 2,5 tot 3 uur plus 40 minuten met de boot.</p>\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 42616,\n                                \"fileName\": \"2e84ce97-db7a-4fcf-9505-91a7f796822a.jpeg\",\n                                \"title\": \"Duiken rond Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42609,\n                                \"fileName\": \"095c96d4-9d3f-487c-8d6d-e7a048c83f37.jpeg\",\n                                \"title\": \"Duiken rond Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 2,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42611,\n                                \"fileName\": \"28c5d5e8-419e-405d-acfb-22fd272a5b1b.jpeg\",\n                                \"title\": \"Duiken rond Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 3,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42612,\n                                \"fileName\": \"d3f66c18-a6f7-4066-b94d-2647217414db.jpeg\",\n                                \"title\": \"Duiken rond Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 4,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42613,\n                                \"fileName\": \"48b9c266-67a0-47e1-8b83-7f9f35680947.jpeg\",\n                                \"title\": \"Duiken rond Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 5,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42610,\n                                \"fileName\": \"aa1cf9ff-9052-460d-ad28-acadb361a4b0.jpeg\",\n                                \"title\": \"Duiken rond Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 6,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42614,\n                                \"fileName\": \"5a87e268-4acc-44d3-a573-d2f6a05f2491.jpeg\",\n                                \"title\": \"Duiken rond Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 7,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42615,\n                                \"fileName\": \"907b9d28-4b6e-48ab-8cff-3ebf3703565d.jpeg\",\n                                \"title\": \"Duiken rond Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 8,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42617,\n                                \"fileName\": \"fef42865-e7b8-4516-9334-c1dd083f92a5.jpeg\",\n                                \"title\": \"Duiken rond Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 9,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42618,\n                                \"fileName\": \"6b5c7e72-4099-466b-9fd2-e620f9481b04.jpeg\",\n                                \"title\": \"Duiken rond Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 10,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42619,\n                                \"fileName\": \"d2f1b5ab-edda-44f8-8321-0da2fd71324b.jpeg\",\n                                \"title\": \"Duiken rond Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 11,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42620,\n                                \"fileName\": \"9b888b8e-0e89-4ed3-8a26-10136f02d339.jpeg\",\n                                \"title\": \"Duiken rond Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 12,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42621,\n                                \"fileName\": \"216737ce-d48b-4d35-a760-a07dee7e6d07.jpeg\",\n                                \"title\": \"Duiken rond Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 13,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42622,\n                                \"fileName\": \"b77baeab-1e10-419c-9e68-a8a0d8cfee91.jpeg\",\n                                \"title\": \"Duiken rond Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 14,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42623,\n                                \"fileName\": \"938f7620-a4a1-4b86-aa70-c8cd279bd55d.jpeg\",\n                                \"title\": \"Duiken rond Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 15,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 42624,\n                                \"fileName\": \"d136980e-f419-4ee4-9c87-3c7299bcca1b.jpeg\",\n                                \"title\": \"Duiken rond Alam Anda\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 16,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": null,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": null,\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 4638,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"<p>Duiken rond Alam Anda</p>\",\n                        \"reservationText\": null,\n                        \"productDescription\": \"<p>Het huisrif</p><p>Er is een uitstekend rif direct tegenover het duikcentrum. Zelfs een zeer ervaren duiker zal hier telkens opnieuw nieuwe dingen ontdekken en het is een paradijs voor onderwater fotografen. Bij dit rif biedt het duikcentrum drie toe- en uitgangspunten.</p><p><br></p><p>Het rif beslaat de hele breedte van de hotel locatie en heeft een beschermde status. Daarmee is het het eerste in z'n soort op Bali. De regering heeft bij wijze van experiment ingestemd hiermee en heeft vissers verboden hier te vissen met netten, cyanide of harpoenen. Daardoor is de onderwater wereld niet alleen intact, maar vooral adembenemend.</p><p><br></p><p>Duiken in de regio</p><p>Vanaf Alam Anda is het mogelijk om alle top duik sites te bezoeken van Bali. De grote selectie van duik sites zijn binnen 20 minuten tot een uur te bereiken. Andere hoogtepunten zoals de Nusa Menjangan en Secret Bay in het westen, liggen ongeveer op 2,5 tot 3 uur van het hotel. Padangbai en Nusa Penida aan de zuidoost kant kunnen bereikt worden binnen 2 tot 2,5 uur rijden.</p><p><br></p><p>TULAMBEN</p><p>De beste duik plek op Bali is Tulamben. Op slechts 40 minuten rijden van het duikcentrum kan men hier duiken naar het fascinerende wrak de 'Liberty'. Het duikcentrum biedt deze mogelijkheid regelmatig aan. Het is ook een spectaculaire site voor nachtduiken. Om de hoek ligt de Tulamben Drop Off, een weelderig begroeide muur die 60 meter diep gaat, en Coral Garden, een kleurrijk koraal landschap deels bedekt met enorme sponzen.</p><p><br></p><p>ANGELS CANYON</p><p>De 'insider' tip van het duikcentrum, een prachtig bergachtig landschap met zeldzame zachte koraal</p><p><br></p><p>KUBU – DROP OFF</p><p>Zacht koraal, inktvissen, witpuntrifhaaien en verpleegstershaaien.</p><p><br></p><p>NUSA PENIDA</p><p>Een groot gedeelte van de oostkust van dit eiland heeft een volkomen intact rif met fantastisch koraal, sponzen en grote populaties van grote en kleine vissen. Een must voor echte duikers. Stromingen van 30m per minuut zijn niet ongebruikelijk en ervaren schippers volgen de duikers. De reis naar Padangbai duurt ongeveer 2 tot 2,5 uur en daarna nog 30 minuten met een speedboat.</p><p><br></p><p>SECRET BAY</p><p>Naar deze bekende baai worden iedere dag trips georganiseerd. Het is één van de beste spots voor 'Critters'.</p><p><br></p><p>MENJANGAN</p><p>Na Tulamben is dit de beste duikplek met een enorme diversiteit aan koraal landschappen en duizelingwekkende muren (drop offs). De reistijd vanaf het hotel is ongeveer 2,5 tot 3 uur plus 40 minuten met de boot.</p>\",\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": [\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"IDDPS\",\n                        \"label\": \"Bali\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"duiken-rond-alam-anda\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 4\n                },\n                {\n                    \"id\": 5994,\n                    \"productCode\": \"TFIDDPSALAM\",\n                    \"category\": {\n                        \"code\": \"TF\",\n                        \"label\": \"Transfer\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"<p>Luchthaven transfers</p>\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 64695,\n                                \"fileName\": \"3ab5295c-40e2-44fe-b97d-4b285b35ea89.jpeg\",\n                                \"title\": \"Transfer Bus Icon\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 68684,\n                    \"price\": 31.2,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 5351,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"<p>Luchthaven transfers</p>\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": [\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"IDDPS\",\n                        \"label\": \"Bali\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"transfer-alam-anda\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 2\n                },\n                {\n                    \"id\": 6130,\n                    \"productCode\": \"FSDPS\",\n                    \"category\": {\n                        \"code\": \"FS\",\n                        \"label\": \"Vlucht Supplement\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"O\",\n                    \"name\": \"Baggage Supplement Bali (DPS)\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": 70077,\n                    \"price\": 50,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"IDDPS\",\n                        \"label\": \"Bali\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"baggage-supplement-bali-dps\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 5\n                },\n                {\n                    \"id\": 9781,\n                    \"productCode\": \"COADCO\",\n                    \"category\": {\n                        \"code\": \"CO\",\n                        \"label\": \"Costs\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"<p>Administratiekosten</p>\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 70265,\n                                \"fileName\": \"0f18c494-88ab-4f42-9ec0-587e7c234804.png\",\n                                \"title\": \"Admin cost logo\",\n                                \"description\": \"Admin cost logo\",\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 72211,\n                    \"price\": 20,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 5189,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"<p>Administratiekosten</p>\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": [\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"NL\",\n                        \"label\": \"Nederland\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"administratiekost-www\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 6\n                },\n                {\n                    \"id\": 9780,\n                    \"productCode\": \"COSGR\",\n                    \"category\": {\n                        \"code\": \"CO\",\n                        \"label\": \"Costs\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"Bijdrage SGR\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 70263,\n                                \"fileName\": \"b3503903-892d-4406-a114-bf77c0421421.png\",\n                                \"title\": \"SGR Logo\",\n                                \"description\": \"SGR Logo\",\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 72210,\n                    \"price\": 5,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 5188,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"Bijdrage SGR\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": [\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"NL\",\n                        \"label\": \"Nederland\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"bijdrage-sgr-www\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 7\n                },\n                {\n                    \"id\": 9779,\n                    \"productCode\": \"COCAFO\",\n                    \"category\": {\n                        \"code\": \"CO\",\n                        \"label\": \"Costs\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"Bijdrage Calamiteitenfonds\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 70264,\n                                \"fileName\": \"46b34415-cfe5-45f4-96cb-19a14d5f9a4e.png\",\n                                \"title\": \"Calamiteitenfonds Logo\",\n                                \"description\": \"Calamiteitenfonds Logo\",\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 72209,\n                    \"price\": 2.5,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 5187,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"Bijdrage Calamiteitenfonds\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": []\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"NL\",\n                        \"label\": \"Nederland\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"bijdrage-calamiteitenfonds-www\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 8\n                }\n            ],\n            \"suppliers\": [],\n            \"customFields\": [\n                {\n                    \"name\": \"Maximum nights\",\n                    \"table\": \"PRODUCT\",\n                    \"categoryFilter\": \"PH\",\n                    \"value\": \"14\",\n                    \"label\": \"Maximum nights\",\n                    \"position\": 0\n                },\n                {\n                    \"name\": \"Minimum nights\",\n                    \"table\": \"PRODUCT\",\n                    \"categoryFilter\": \"PH\",\n                    \"value\": \"7\",\n                    \"label\": \"Minimum nights\",\n                    \"position\": 0\n                }\n            ],\n            \"catalogPage\": 0,\n            \"textsLibrary\": [],\n            \"isPerPerson\": false,\n            \"prices\": [],\n            \"seoFriendlyName\": \"alam-anda-ocean-front-resort-spa\",\n            \"priceTypeDetails\": [],\n            \"relatedProducts\": [],\n            \"bookDaily\": false\n        },\n        {\n            \"id\": 5670,\n            \"productCode\": \"PHHOIDDPSALAL\",\n            \"name\": \"Alami Alor Package\",\n            \"productDescription\": \"\",\n            \"category\": {\n                \"code\": \"PH\",\n                \"label\": \"Package Hotel\",\n                \"language\": \"NL\"\n            },\n            \"rating\": {\n                \"code\": \"ST3\",\n                \"label\": \"3 Stars\",\n                \"language\": \"NL\"\n            },\n            \"countryArea\": {\n                \"code\": \"IDARD\",\n                \"label\": \"Alor\",\n                \"language\": \"NL\"\n            },\n            \"embarkLocation\": null,\n            \"disembarkLocation\": null,\n            \"characteristics\": [\n                {\n                    \"code\": \"GENHO\",\n                    \"label\": \"Hotel\",\n                    \"language\": \"NL\"\n                }\n            ],\n            \"multimedia\": {\n                \"images\": [\n                    {\n                        \"id\": 69535,\n                        \"fileName\": \"b1affaea-cb5f-42d0-9ab3-531da68e1d11.png\",\n                        \"title\": \"Happy Life Village Dahab Package\",\n                        \"description\": null,\n                        \"embedscript\": null,\n                        \"type\": \"IMAGE\",\n                        \"scope\": \"RGLR\",\n                        \"publishOnWeb\": true,\n                        \"position\": 1,\n                        \"source\": \"Local\",\n                        \"backofficeReference\": null\n                    },\n                    {\n                        \"id\": 69536,\n                        \"fileName\": \"6ec4af9c-d563-4956-98c6-7cc9d3d7a371.png\",\n                        \"title\": \"Harbour Village Beach Club Package\",\n                        \"description\": null,\n                        \"embedscript\": null,\n                        \"type\": \"IMAGE\",\n                        \"scope\": null,\n                        \"publishOnWeb\": true,\n                        \"position\": 2,\n                        \"source\": \"Local\",\n                        \"backofficeReference\": null\n                    }\n                ],\n                \"videos\": []\n            },\n            \"trip\": null,\n            \"productTexts\": {\n                \"id\": 4266,\n                \"validFrom\": null,\n                \"validUntil\": null,\n                \"productName\": \"Alami Alor Package\",\n                \"reservationText\": null,\n                \"productDescription\": null,\n                \"reservationRemarks\": null,\n                \"invoiceText\": null,\n                \"invoiceRemarks\": null,\n                \"travelPlanText\": null,\n                \"comments\": null,\n                \"included\": null,\n                \"notIncluded\": null,\n                \"webText1\": null,\n                \"webText2\": null,\n                \"customFields\": []\n            },\n            \"priceId\": null,\n            \"price\": 0,\n            \"cataloguePrice\": 0,\n            \"pricePerDay\": 0,\n            \"discount\": 0,\n            \"currency\": null,\n            \"durationDays\": 0,\n            \"durationNights\": 0,\n            \"chargeNights\": false,\n            \"gpsLocation\": \"-8.27240926476393;124.4448381872946\",\n            \"host2host\": false,\n            \"hasAllotments\": false,\n            \"hasStartingDates\": false,\n            \"profitCenters\": [\n                \"DW1\"\n            ],\n            \"weekDays\": null,\n            \"tourCode\": \"\",\n            \"isPackage\": true,\n            \"allotmentType\": \"\",\n            \"hasOccupancy\": false,\n            \"asset\": null,\n            \"supplements\": [\n                {\n                    \"id\": 5443,\n                    \"productCode\": \"HOFLIDDPSALAL\",\n                    \"category\": {\n                        \"code\": \"HOFL\",\n                        \"label\": \"Hotel & Flight\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"Hotel & Flight test subpackage\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": null,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": null,\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 4041,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"Hotel & Flight test subpackage\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": []\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"ID\",\n                        \"label\": \"Indonesië \",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"hotel-and-flight-alami-alor\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 1\n                },\n                {\n                    \"id\": 5333,\n                    \"productCode\": \"FLDPS\",\n                    \"category\": {\n                        \"code\": \"FL\",\n                        \"label\": \"Flight\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"Vlucht Bali (DPS)\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 64094,\n                                \"fileName\": \"81959d42-a236-4562-a5a4-b261c36b7a60.jpeg\",\n                                \"title\": \"Diving World Logo\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 68872,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 1,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"IDDPS\",\n                        \"label\": \"Bali\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"vlucht-bali-dps\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": true,\n                    \"position\": 1\n                },\n                {\n                    \"id\": 1994,\n                    \"productCode\": \"HOIDDPSALAL\",\n                    \"category\": {\n                        \"code\": \"HO\",\n                        \"label\": \"Hotel\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [\n                        {\n                            \"code\": \"GENKLDIAC\",\n                            \"label\": \"Kleinschalige `divers only` accommodatie\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENNABOWA\",\n                            \"label\": \"Natuur boven water\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENTRKORI\",\n                            \"label\": \"(Tropische) koraalriffen\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENWAWA\",\n                            \"label\": \"Whale watching\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENONDU\",\n                            \"label\": \"Onbeperkt duiken mogelijk\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENMACRO\",\n                            \"label\": \"Macro & critters\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENBODU\",\n                            \"label\": \"Bootduiken mogelijk\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENSCH\",\n                            \"label\": \"Schildpadden\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENDO\",\n                            \"label\": \"Dolfijnen\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENLAAFVL\",\n                            \"label\": \"Lange vlucht (>10 u)\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENVEHA\",\n                            \"label\": \"Veel haaien\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENTHKD\",\n                            \"label\": \"Kantduiken mogelijk\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \" GENHU\",\n                            \"label\": \"Huisrifduiken mogelijk\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENCOAC\",\n                            \"label\": \"4* accommodatie (comfort)\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENSNO\",\n                            \"label\": \"Goede snorkel bestemming\",\n                            \"language\": \"NL\"\n                        },\n                        {\n                            \"code\": \"GENHO\",\n                            \"label\": \"Hotel\",\n                            \"language\": \"NL\"\n                        }\n                    ],\n                    \"attribute\": \"M\",\n                    \"name\": \"Alami Alor\",\n                    \"productDescription\": \"<p>Boetiekhotel én duikresort Alami Alor is een sfeervolle accommodatie op het Indonesische eiland Alor. De zes ruime bungalows, het hoofdgebouw en het duikcentrum liggen direct aan het water. De persoonlijke service en het intieme gevoel maken het plaatje helemaal compleet. </p><p><br></p><p>Het resort is prachtig onderhouden en staat vol met tropische bomen, planten en bloemen. De gemeenschappelijk ruimte waar wordt gegeten en gekletst is aangekleed met lokale kunst dat zorgt voor een culturele touch. De lounge en het zonnedek zijn fijne plekken om te relaxen. Hier geniet je samen met de andere duikers van een snack of lokaal biertje. Niet-duikers kunnen hier lekker ontspannen met een boek of luieren in de zon. </p><p><br></p><p>Wil je een dagje het eiland verkennen, dan zijn er verschillende trips mogelijk. Ontmoet de lokale bevolking van Alor in het traditionele dorpje Takpala, laat je afzetten bij een prachtig uitzichtpunt of zoek de mooiste souvenirs op de lokale markt. </p><p><br></p><p>Rondom Alor liggen bekende duikplekken vol koraal, macroleven en grote vissen. In de Pantar Strait, tussen de eilanden Pantar en Alor, vind je een van de best bewaarde koraalriffen van Indonesië. Ook kun je door het zwarte zand op sommige plekken uitstekend muck duiken. Met zo’n 34 duikstekken is er meer dan genoeg te ontdekken!</p>\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 19947,\n                                \"fileName\": \"4a0927d7-8f9e-4d13-91df-7fb6da0d63a7.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"MAIN\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19943,\n                                \"fileName\": \"fa03ec35-6084-4c6a-85cd-da9b8304a79b.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"MAIN\",\n                                \"publishOnWeb\": true,\n                                \"position\": 2,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19945,\n                                \"fileName\": \"abaace8f-07ba-4a30-a60f-9722200790f2.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"MAIN\",\n                                \"publishOnWeb\": true,\n                                \"position\": 3,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19956,\n                                \"fileName\": \"5cf48c51-d75b-47b8-b7ff-40b694d72e9f.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 4,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19960,\n                                \"fileName\": \"5180f156-0258-42f4-865a-dc388abf7ee5.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 5,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19961,\n                                \"fileName\": \"4a5a5c77-a351-4d61-a7a7-e4064a9d1bfe.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 6,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19942,\n                                \"fileName\": \"7b0664ae-c542-4806-9256-59598ee3b0ce.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 7,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19946,\n                                \"fileName\": \"61246c25-0efb-4aaf-9087-d2a30d19aebb.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 8,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19944,\n                                \"fileName\": \"a87cad8b-3631-40cc-96c1-f581ab8fd86d.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 9,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19963,\n                                \"fileName\": \"e7b085c0-edda-4635-afae-d51b94d88210.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 10,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19962,\n                                \"fileName\": \"36473761-ff78-49e3-898b-1ea9d0ffd7a6.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 11,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19958,\n                                \"fileName\": \"92c966a5-1bfd-407f-9165-f8988bcf542e.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 12,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19964,\n                                \"fileName\": \"4c28e606-432b-48f8-add6-2166cf08482e.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 13,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19957,\n                                \"fileName\": \"0fc6b83f-8231-4639-b05c-97d211bc926b.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 14,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19969,\n                                \"fileName\": \"4ff6910c-8d44-493d-b911-9e7102586ea5.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 15,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19948,\n                                \"fileName\": \"287f6e8e-5b50-4267-a74e-689f8d703a1f.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 16,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19965,\n                                \"fileName\": \"089eaa00-f14d-4a81-aa9d-d95951c0f6e3.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 17,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19950,\n                                \"fileName\": \"72980b75-4a2b-432f-95f0-fe85c12f466b.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 18,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19949,\n                                \"fileName\": \"e2e3d109-5170-42d3-acd4-56aeac9fc8dc.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 19,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19951,\n                                \"fileName\": \"43949388-1abc-407f-ad2e-d9a4cb3cbf1e.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 20,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19952,\n                                \"fileName\": \"70db45de-8171-4c60-a267-f9cdda7e295b.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 21,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19953,\n                                \"fileName\": \"83978365-a6e1-458c-aad1-3b7d56dfd091.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 22,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19954,\n                                \"fileName\": \"6e2674d6-1afc-44b6-a0db-0e5e0d350875.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 23,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19955,\n                                \"fileName\": \"74304390-37e7-4487-87e1-c4257c9af908.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 24,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19959,\n                                \"fileName\": \"83d1d85c-4311-4de3-a458-0c6989f4ad9d.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 25,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19967,\n                                \"fileName\": \"e0fb7916-00e8-40f8-b2b2-0a73169d2920.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 26,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19966,\n                                \"fileName\": \"208cd506-32eb-4753-b042-91d44c1d8bf6.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 27,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 19968,\n                                \"fileName\": \"846176cc-2827-4746-9606-85fa65f2e58f.jpg\",\n                                \"title\": \"Alami Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 28,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 65541,\n                    \"price\": 1330.48,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 15,\n                    \"durationNights\": 14,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 1987,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"Alami Alor\",\n                        \"reservationText\": null,\n                        \"productDescription\": \"<p>Boetiekhotel én duikresort Alami Alor is een sfeervolle accommodatie op het Indonesische eiland Alor. De zes ruime bungalows, het hoofdgebouw en het duikcentrum liggen direct aan het water. De persoonlijke service en het intieme gevoel maken het plaatje helemaal compleet. </p><p><br></p><p>Het resort is prachtig onderhouden en staat vol met tropische bomen, planten en bloemen. De gemeenschappelijk ruimte waar wordt gegeten en gekletst is aangekleed met lokale kunst dat zorgt voor een culturele touch. De lounge en het zonnedek zijn fijne plekken om te relaxen. Hier geniet je samen met de andere duikers van een snack of lokaal biertje. Niet-duikers kunnen hier lekker ontspannen met een boek of luieren in de zon. </p><p><br></p><p>Wil je een dagje het eiland verkennen, dan zijn er verschillende trips mogelijk. Ontmoet de lokale bevolking van Alor in het traditionele dorpje Takpala, laat je afzetten bij een prachtig uitzichtpunt of zoek de mooiste souvenirs op de lokale markt. </p><p><br></p><p>Rondom Alor liggen bekende duikplekken vol koraal, macroleven en grote vissen. In de Pantar Strait, tussen de eilanden Pantar en Alor, vind je een van de best bewaarde koraalriffen van Indonesië. Ook kun je door het zwarte zand op sommige plekken uitstekend muck duiken. Met zo’n 34 duikstekken is er meer dan genoeg te ontdekken!</p>\",\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": \"Alami Alor\",\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": \"Alami Alor\",\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": \"Dit moderne boetiekhotel staat helemaal in het teken van koraal- en muck duiken rond Alor. Na het duiken schuif je met z’n allen aan de grote tafel voor de lekkerste Aziatische gerechten.\",\n                        \"webText2\": \"<ul><li>Kleinschalig boutique resort</li><li>Top voor fotografen</li><li>Fantastisch huisrif</li><li>Duiken met hamerhaaien</li></ul><p><br></p>\",\n                        \"customFields\": [\n                            {\n                                \"name\": \"Eten en drinken\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"HO\",\n                                \"value\": \"<p>Geniet van ontbijt, lunch én diner aan de gemeenschappelijke eettafel. Iedere dag start met een continentaal ontbijt. Naast cornflakes, eigen gemaakt brood, tropisch fruit, koffie en thee kun je ook enkele warme gerechten van de kaart bestellen. Denk aan ei op verschillende manieren bereidt en gebakken rijst of noedels.</p><p><br></p><p>Lunch en diner worden ook gegeten aan de gezellige familietafel. Veel van de gerechten zijn geïnspireerd op tropische Aziatische smaken, maar er worden ook internationale gerechten geserveerd. Maaltijden worden gemaakt met lokale groenten, vis en kip en opgediend met verse salades, soep en toetjes. Naar speciale dieetwensen wordt van tevoren gevraagd. Een lokaal biertje of wijn kan ook worden besteld. </p><p><br></p><p>Iedere middag wordt er koffie en thee bezorgt bij je bungalow.</p>\",\n                                \"label\": \"Eten en drinken\",\n                                \"position\": 4\n                            },\n                            {\n                                \"name\": \"Room Types\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"HO\",\n                                \"value\": \"Alami Alor is een kleinschalig resort met zes ruime bungalows gelegen aan de waterkant. Alle bungalows zijn voorzien van airconditioning, een king-size bed of een king-size bed en een eenpersoonsbed, een open badkamer met westers toilet, waskom van natuursteen en regendouche met warm water. Voor de bungalow vind je een terras met ligbedden of een hangmat.\",\n                                \"label\": \"Kamertypes\",\n                                \"position\": 3\n                            },\n                            {\n                                \"name\": \"Een dagje anders dan duiken\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"HO\",\n                                \"value\": \"\",\n                                \"label\": \"Een dagje anders dan duiken\",\n                                \"position\": 100\n                            },\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"Alami Alor | Diving World Duikvakanties\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"Duikvakantie Alami Alor? BijZONdere duikreizen boek je bij Diving World - dé duikreisspecialist met ANVR, SGR & Calamiteitenfonds zekerheid!\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [\n                        {\n                            \"name\": \"ScubaID\",\n                            \"table\": \"PRODUCT\",\n                            \"categoryFilter\": \"\",\n                            \"value\": \"519\",\n                            \"label\": \"Scuba Advisor ID\",\n                            \"position\": 3\n                        }\n                    ],\n                    \"countryArea\": {\n                        \"code\": \"IDARD\",\n                        \"label\": \"Alor\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"-8.272257827928026;124.4446115436553\",\n                    \"seoFriendlyName\": \"alami-alor-hotel\",\n                    \"rating\": {\n                        \"code\": \"ST4\",\n                        \"label\": \"4 Stars\",\n                        \"language\": \"NL\"\n                    },\n                    \"priceTypeDetails\": [\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"RTBUNG\",\n                                    \"label\": \"Bungalow\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                },\n                                {\n                                    \"code\": \"OTZZ\",\n                                    \"label\": \"Zeezicht\",\n                                    \"language\": \"NL\",\n                                    \"number\": 4\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 113590,\n                                \"text\": \"<ul><li>Geschikt voor 1-3 personen</li><li>King size bed/eenpersoonsbed</li><li>Terras met zeezicht</li><li>En-suite badkamer</li><li>Airconditioning</li></ul><p><br></p><p><br></p>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 19965,\n                                        \"fileName\": \"089eaa00-f14d-4a81-aa9d-d95951c0f6e3.jpg\",\n                                        \"title\": \"Alami Alor\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 19961,\n                                        \"fileName\": \"4a5a5c77-a351-4d61-a7a7-e4064a9d1bfe.jpg\",\n                                        \"title\": \"Alami Alor\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 1,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    },\n                                    {\n                                        \"id\": 19969,\n                                        \"fileName\": \"4ff6910c-8d44-493d-b911-9e7102586ea5.jpg\",\n                                        \"title\": \"Alami Alor\",\n                                        \"description\": null,\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 2,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        }\n                    ],\n                    \"weekDays\": \"0\",\n                    \"bookDaily\": true,\n                    \"position\": 2\n                },\n                {\n                    \"id\": 6130,\n                    \"productCode\": \"FSDPS\",\n                    \"category\": {\n                        \"code\": \"FS\",\n                        \"label\": \"Vlucht Supplement\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"O\",\n                    \"name\": \"Baggage Supplement Bali (DPS)\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": 70077,\n                    \"price\": 50,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"IDDPS\",\n                        \"label\": \"Bali\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"baggage-supplement-bali-dps\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 5\n                },\n                {\n                    \"id\": 6106,\n                    \"productCode\": \"TFIDALAL\",\n                    \"category\": {\n                        \"code\": \"TF\",\n                        \"label\": \"Transfer\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"<p>Luchthaven transfers</p>\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 65358,\n                                \"fileName\": \"931287cc-428d-44a5-9a71-14124bf89bcd.jpeg\",\n                                \"title\": \"Transfer Magic Oceans\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"MAIN\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 69379,\n                    \"price\": 1,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 5350,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"<p>Luchthaven transfers</p>\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": [\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"IDARD\",\n                        \"label\": \"Alor\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"transfer-alami-alor\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 2\n                },\n                {\n                    \"id\": 6133,\n                    \"productCode\": \"RDVIDAL\",\n                    \"category\": {\n                        \"code\": \"RDV\",\n                        \"label\": \"Resort Diving Area\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"I\",\n                    \"name\": \"<p>Duiken rond Alor</p>\",\n                    \"productDescription\": \"<p> Duiken rond Alor betekend duiken op een locatie zonder massa’s andere duikers. Van kristal heldere koraalduiken tot magische muck duiken met bijzonder macroleven. Er is voor ieder wat wils!</p><p> </p><p> Voor een koraalduik moet je naar de Pantar Strait. Hier vind je namelijk een van de best bewaarde koraalriffen van Indonesië. Lang geleden al zijn dynamiet- en cyanidevissers afgeweerd door de lokale inwoners die waarde zagen in het behouden van het koraal. Het zicht in Pantar Strait varieert van zo’n 15 meter voor en na het regenseizoen, tot wel 40 meter in het droge seizoen. Door de vele kleuren, muren, hellingen en onderzeese bergen heeft elke duikspot zijn eigen karakter. Onder water kun je onder andere anemoonvissen, alen, hengelaarsvissen, zeeslangen, rifhaaien en veel verschillende zeenaaktslakken verwachten. Tijdens het juiste getij én een goede stand van de maan heb je zelfs kans om adelaarsroggen, barracuda’s, hamerhaaien en een mola mola te zien!</p><p> </p><p> Naast heldere koraalduiken staat Alor ook bekend om de schitterende muck duiken die je er kunt maken. Onderwater vind je het typische zwarte zand en vulkanische hellingen, zoals bij Kalabahi Bay. Kenmerkend aan de duikspots hier is de in eerste instantie kaal ogende bodem zonder koraal en vissen. Maar, als je heel goed kijkt zie je toch veel fascinerende bodembewoners. Muck duiken is een bijzonder avontuur en een aanrader voor iedere macro liefhebber!</p>\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 45882,\n                                \"fileName\": \"6b4d828e-2836-44a3-8d0f-a5ed22c795ef.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45883,\n                                \"fileName\": \"5a9676f1-ba1a-4242-8fe0-2f19d3684ab6.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 2,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45884,\n                                \"fileName\": \"fdf36050-ec2e-4652-af1e-f25dd62759f8.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 3,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45885,\n                                \"fileName\": \"8f802e7b-b12a-4d33-998a-f7a0fceef7dd.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 4,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45886,\n                                \"fileName\": \"1e3da3a1-dfc2-4352-8a4e-a02a2d98473f.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 5,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45887,\n                                \"fileName\": \"62da8a5c-5fe7-4689-9496-b3c45c04e57d.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 6,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45888,\n                                \"fileName\": \"e45452da-1bc9-469a-806c-4885e389d03d.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 7,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45889,\n                                \"fileName\": \"2072874f-fc80-4639-8bfa-e47a82085f68.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 8,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45890,\n                                \"fileName\": \"c22198fe-981b-4761-890d-52e046cf4121.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 9,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45891,\n                                \"fileName\": \"c702f5df-5671-4ab2-ad48-7560429a36ef.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 10,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45892,\n                                \"fileName\": \"5a7faebc-20d2-4ebe-9acc-ea09e1e36f36.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 11,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45893,\n                                \"fileName\": \"c700217a-09d4-466a-a990-3e5e10a5d346.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 12,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45894,\n                                \"fileName\": \"83fe5a91-7af7-4ac4-a429-ec710498f960.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 13,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45895,\n                                \"fileName\": \"25a59fe7-a513-4ed5-b0ee-5f44c7b3f040.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 14,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45896,\n                                \"fileName\": \"c3094d11-0ca9-4236-ac82-ac5bc06a3005.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 15,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45897,\n                                \"fileName\": \"0cb103c0-cf76-471d-b165-a78b7ade5286.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 16,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45898,\n                                \"fileName\": \"49b1a655-bdbf-4aff-9b09-d0817c474c33.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 17,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45899,\n                                \"fileName\": \"b12a0fd0-da3c-4be9-9f3b-9bfe816d89c7.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 18,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45900,\n                                \"fileName\": \"aede2dd5-772b-464e-84c9-a563198cc85d.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 19,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45901,\n                                \"fileName\": \"3b60ec66-a248-4c0b-bab7-0702c5a8a9f8.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 20,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45902,\n                                \"fileName\": \"e5cffdf2-7415-4fdc-b8b0-cddb4bcbbe3f.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 21,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45903,\n                                \"fileName\": \"42e367fc-7654-4187-a4ed-6748bf0a7e29.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 22,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45904,\n                                \"fileName\": \"6c16b584-0376-4b36-93ef-c89e4ae1086f.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 23,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45905,\n                                \"fileName\": \"0c7d008d-171e-4275-8cc7-e31a20e9f32c.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 24,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45906,\n                                \"fileName\": \"78dae033-2660-4150-9b73-04cea4cca86b.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 25,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45907,\n                                \"fileName\": \"98917362-f5f9-4258-b072-3514d69f1970.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 26,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45908,\n                                \"fileName\": \"5d2193b3-0e30-44f9-9cb2-906c73b08838.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 27,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45909,\n                                \"fileName\": \"d98fb45c-3f19-4626-88b2-217f784a3e56.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 28,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45910,\n                                \"fileName\": \"0cf9dc81-5f36-406b-af21-bf11c6fb0ef9.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 29,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45911,\n                                \"fileName\": \"ead53e9a-edf1-4834-9836-526c891cd022.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 30,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45912,\n                                \"fileName\": \"71ae42db-c35d-4efc-8016-3a22cde64baa.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 31,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45913,\n                                \"fileName\": \"a06a48ae-2e02-42b0-bf09-d7522d442baa.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 32,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45914,\n                                \"fileName\": \"bdcb1773-f3d0-4a3e-93af-d8142c43ad23.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 33,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45915,\n                                \"fileName\": \"5e4691ff-52f3-43dc-82f9-2733f47f561c.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 34,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45916,\n                                \"fileName\": \"5f5b1054-c952-447f-b792-7b6dbc884b5f.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 35,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45917,\n                                \"fileName\": \"167770b7-e879-45aa-acc3-0f54d6f76ad7.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 36,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45918,\n                                \"fileName\": \"d4227189-b4b5-487c-a8ab-7496848c4f60.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 37,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45919,\n                                \"fileName\": \"09363b44-bdf4-45fb-935a-613f1ac1356c.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 38,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45920,\n                                \"fileName\": \"b1beb56d-8297-4087-87dd-f8e59b219320.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 39,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45921,\n                                \"fileName\": \"f473b608-3e72-4b74-a9d6-9f979e4c6346.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 40,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45922,\n                                \"fileName\": \"bd9ef225-fa1d-4a79-84ab-41c019cc530a.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 41,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45923,\n                                \"fileName\": \"f190026f-4a0a-492b-9241-de62d9c02750.jpeg\",\n                                \"title\": \"Duiken rond Alor\",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 42,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": null,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": null,\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 4639,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"<p>Duiken rond Alor</p>\",\n                        \"reservationText\": null,\n                        \"productDescription\": \"<p> Duiken rond Alor betekend duiken op een locatie zonder massa’s andere duikers. Van kristal heldere koraalduiken tot magische muck duiken met bijzonder macroleven. Er is voor ieder wat wils!</p><p> </p><p> Voor een koraalduik moet je naar de Pantar Strait. Hier vind je namelijk een van de best bewaarde koraalriffen van Indonesië. Lang geleden al zijn dynamiet- en cyanidevissers afgeweerd door de lokale inwoners die waarde zagen in het behouden van het koraal. Het zicht in Pantar Strait varieert van zo’n 15 meter voor en na het regenseizoen, tot wel 40 meter in het droge seizoen. Door de vele kleuren, muren, hellingen en onderzeese bergen heeft elke duikspot zijn eigen karakter. Onder water kun je onder andere anemoonvissen, alen, hengelaarsvissen, zeeslangen, rifhaaien en veel verschillende zeenaaktslakken verwachten. Tijdens het juiste getij én een goede stand van de maan heb je zelfs kans om adelaarsroggen, barracuda’s, hamerhaaien en een mola mola te zien!</p><p> </p><p> Naast heldere koraalduiken staat Alor ook bekend om de schitterende muck duiken die je er kunt maken. Onderwater vind je het typische zwarte zand en vulkanische hellingen, zoals bij Kalabahi Bay. Kenmerkend aan de duikspots hier is de in eerste instantie kaal ogende bodem zonder koraal en vissen. Maar, als je heel goed kijkt zie je toch veel fascinerende bodembewoners. Muck duiken is een bijzonder avontuur en een aanrader voor iedere macro liefhebber!</p>\",\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": [\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"IDARD\",\n                        \"label\": \"Alor\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"duiken-rond-alor\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 4\n                },\n                {\n                    \"id\": 4107,\n                    \"productCode\": \"DCIDALALDI\",\n                    \"category\": {\n                        \"code\": \"DC\",\n                        \"label\": \"Duikcentrum\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"O\",\n                    \"name\": \"<p>Alami Alor Divers</p>\",\n                    \"productDescription\": \"<p> Het duikcentrum van Alami Alor is naast de bungalows gelegen en heeft een mooie steiger en twee speedboten. Normaal gesproken vertrekt de eerste boot rond 8.00 uur voor twee duiken naar het koraal in de Pantar Strait. In sommige gevallen wordt de tweede duik vervangen door een muck duik. De tweede boot vertrekt rond 14.30 uur voor een muck duik of om 17.30 uur voor een nacht muck duik. Aan boord is altijd drinkwater, thee en wat lekkers aanwezig. De bootduiken kunnen altijd worden aangepast vanwege het getij, weersomstandigheden en wensen van gasten.</p><p> </p><p> In het duikcentrum op Alami Alor zijn kluisjes, een camerakamer met airconditioning en een terras aanwezig. In de camerakamer kun je je camera voorbereiden, opbergen, spoelen en drogen. Ook kun je hier je batterijen opladen.</p><p> </p><p> Het duikcentrum van Alami Alor biedt verschillende pakketten aan, zoals pakketten met twee of drie duiken per dag. Je kunt ook je eigen duikpakket samenstellen.</p>\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 45872,\n                                \"fileName\": \"60cd97cc-3a0e-419d-9286-be9a5de5e3e1.jpeg\",\n                                \"title\": \"Alami Alor Divers \",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45876,\n                                \"fileName\": \"0471388c-0f78-4346-b416-5e4bd3748c48.jpeg\",\n                                \"title\": \"Alami Alor Divers \",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 2,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45873,\n                                \"fileName\": \"d40bd773-e401-46de-baae-fa1cece4d2ba.jpeg\",\n                                \"title\": \"Alami Alor Divers \",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 3,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45877,\n                                \"fileName\": \"0ae2bf69-e7d6-447f-906a-88f9de2df937.jpeg\",\n                                \"title\": \"Alami Alor Divers \",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 4,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45874,\n                                \"fileName\": \"b7e89896-6fb6-41f0-89ba-13523ea373b5.jpeg\",\n                                \"title\": \"Alami Alor Divers \",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 5,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45875,\n                                \"fileName\": \"4f94ee41-8a68-40dd-a052-5c88f37cf26c.jpeg\",\n                                \"title\": \"Alami Alor Divers \",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 6,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            },\n                            {\n                                \"id\": 45878,\n                                \"fileName\": \"07625704-26fa-4e59-b9c6-d20e240eb83d.jpeg\",\n                                \"title\": \"Alami Alor Divers \",\n                                \"description\": null,\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": \"RGLR\",\n                                \"publishOnWeb\": true,\n                                \"position\": 7,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 12906,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 2,\n                    \"durationNights\": 1,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 3618,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"<p>Alami Alor Divers</p>\",\n                        \"reservationText\": null,\n                        \"productDescription\": \"<p> Het duikcentrum van Alami Alor is naast de bungalows gelegen en heeft een mooie steiger en twee speedboten. Normaal gesproken vertrekt de eerste boot rond 8.00 uur voor twee duiken naar het koraal in de Pantar Strait. In sommige gevallen wordt de tweede duik vervangen door een muck duik. De tweede boot vertrekt rond 14.30 uur voor een muck duik of om 17.30 uur voor een nacht muck duik. Aan boord is altijd drinkwater, thee en wat lekkers aanwezig. De bootduiken kunnen altijd worden aangepast vanwege het getij, weersomstandigheden en wensen van gasten.</p><p> </p><p> In het duikcentrum op Alami Alor zijn kluisjes, een camerakamer met airconditioning en een terras aanwezig. In de camerakamer kun je je camera voorbereiden, opbergen, spoelen en drogen. Ook kun je hier je batterijen opladen.</p><p> </p><p> Het duikcentrum van Alami Alor biedt verschillende pakketten aan, zoals pakketten met twee of drie duiken per dag. Je kunt ook je eigen duikpakket samenstellen.</p>\",\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": [\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [\n                        {\n                            \"name\": \"ScubaID\",\n                            \"table\": \"PRODUCT\",\n                            \"categoryFilter\": \"\",\n                            \"value\": \"520\",\n                            \"label\": \"Scuba Advisor ID\",\n                            \"position\": 3\n                        }\n                    ],\n                    \"countryArea\": {\n                        \"code\": \"IDARD\",\n                        \"label\": \"Alor\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"alami-alor-divers\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"DVABOADIV\",\n                                    \"label\": \"Bootduiken\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 136149,\n                                \"text\": \"<p><strong style=\\\"color: rgb(51, 51, 51); font-size: 14px; background-color: rgb(255, 255, 255);\\\">INCLUSIEF:</strong><span style=\\\"color: rgb(51, 51, 51); font-size: 14px; background-color: rgb(255, 255, 255);\\\"> 2 bootduiken per dag, lood en lucht ZONDER gids.</span></p>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 72640,\n                                        \"fileName\": \"2758ac4c-b559-4a1d-aafe-d5cd3130af89.jpeg\",\n                                        \"title\": \"bootduiken\",\n                                        \"description\": \"bootduiken\",\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        },\n                        {\n                            \"type\": [\n                                {\n                                    \"code\": \"DVASHO\",\n                                    \"label\": \"Kantduiken\",\n                                    \"language\": \"NL\",\n                                    \"number\": 2\n                                }\n                            ],\n                            \"description\": {\n                                \"id\": 136150,\n                                \"text\": \"<p><strong style=\\\"color: rgb(51, 51, 51); font-size: 14px; background-color: rgb(255, 255, 255);\\\">INCLUSIEF:</strong><span style=\\\"color: rgb(51, 51, 51); font-size: 14px; background-color: rgb(255, 255, 255);\\\"> Lood, lucht en ongelimiteerd kantduiken ZONDER gids.</span></p>\",\n                                \"language\": \"NL\",\n                                \"parentId\": null,\n                                \"childrendNo\": 0\n                            },\n                            \"multimedia\": {\n                                \"images\": [\n                                    {\n                                        \"id\": 72641,\n                                        \"fileName\": \"1e20f358-21cc-4090-8336-9da28a317ae8.jpeg\",\n                                        \"title\": \"shore diving\",\n                                        \"description\": \"shore diving\",\n                                        \"embedscript\": null,\n                                        \"type\": \"IMAGE\",\n                                        \"scope\": \"RGLR\",\n                                        \"publishOnWeb\": true,\n                                        \"position\": 0,\n                                        \"source\": \"Local\",\n                                        \"backofficeReference\": null\n                                    }\n                                ],\n                                \"videos\": []\n                            }\n                        }\n                    ],\n                    \"weekDays\": null,\n                    \"bookDaily\": true,\n                    \"position\": 3\n                },\n                {\n                    \"id\": 2208,\n                    \"productCode\": \"INREISVERZ\",\n                    \"category\": {\n                        \"code\": \"IN\",\n                        \"label\": \"Insurance\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"O\",\n                    \"name\": \"Reisverzekering\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": 70202,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [],\n                    \"countryArea\": null,\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"reisverzekering\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": \"0\",\n                    \"bookDaily\": false,\n                    \"position\": 9\n                },\n                {\n                    \"id\": 2207,\n                    \"productCode\": \"INANNUL\",\n                    \"category\": {\n                        \"code\": \"IN\",\n                        \"label\": \"Insurance\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"O\",\n                    \"name\": \"Annuleringsverzekering\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [],\n                        \"videos\": []\n                    },\n                    \"priceId\": 70201,\n                    \"price\": 0,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": null,\n                    \"customFields\": [],\n                    \"countryArea\": null,\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"annuleringsverzekering\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": \"0\",\n                    \"bookDaily\": false,\n                    \"position\": 10\n                },\n                {\n                    \"id\": 9779,\n                    \"productCode\": \"COCAFO\",\n                    \"category\": {\n                        \"code\": \"CO\",\n                        \"label\": \"Costs\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"Bijdrage Calamiteitenfonds\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 70264,\n                                \"fileName\": \"46b34415-cfe5-45f4-96cb-19a14d5f9a4e.png\",\n                                \"title\": \"Calamiteitenfonds Logo\",\n                                \"description\": \"Calamiteitenfonds Logo\",\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 72209,\n                    \"price\": 2.5,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 5187,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"Bijdrage Calamiteitenfonds\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": []\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"NL\",\n                        \"label\": \"Nederland\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"bijdrage-calamiteitenfonds-www\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 8\n                },\n                {\n                    \"id\": 9780,\n                    \"productCode\": \"COSGR\",\n                    \"category\": {\n                        \"code\": \"CO\",\n                        \"label\": \"Costs\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"Bijdrage SGR\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 70263,\n                                \"fileName\": \"b3503903-892d-4406-a114-bf77c0421421.png\",\n                                \"title\": \"SGR Logo\",\n                                \"description\": \"SGR Logo\",\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 72210,\n                    \"price\": 5,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 5188,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"Bijdrage SGR\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": [\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"NL\",\n                        \"label\": \"Nederland\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": true,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"bijdrage-sgr-www\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 7\n                },\n                {\n                    \"id\": 9781,\n                    \"productCode\": \"COADCO\",\n                    \"category\": {\n                        \"code\": \"CO\",\n                        \"label\": \"Costs\",\n                        \"language\": \"NL\"\n                    },\n                    \"characteristics\": [],\n                    \"attribute\": \"M\",\n                    \"name\": \"<p>Administratiekosten</p>\",\n                    \"productDescription\": \"\",\n                    \"multimedia\": {\n                        \"images\": [\n                            {\n                                \"id\": 70265,\n                                \"fileName\": \"0f18c494-88ab-4f42-9ec0-587e7c234804.png\",\n                                \"title\": \"Admin cost logo\",\n                                \"description\": \"Admin cost logo\",\n                                \"embedscript\": null,\n                                \"type\": \"IMAGE\",\n                                \"scope\": null,\n                                \"publishOnWeb\": true,\n                                \"position\": 1,\n                                \"source\": \"Local\",\n                                \"backofficeReference\": null\n                            }\n                        ],\n                        \"videos\": []\n                    },\n                    \"priceId\": 72211,\n                    \"price\": 20,\n                    \"cataloguePrice\": 0,\n                    \"pricePerDay\": 0,\n                    \"discount\": 0,\n                    \"currency\": {\n                        \"id\": 1,\n                        \"code\": \"EUR\",\n                        \"label\": \"EUR\",\n                        \"exchangeRate\": 1\n                    },\n                    \"durationDays\": 0,\n                    \"durationNights\": 0,\n                    \"chargeNights\": false,\n                    \"productTexts\": {\n                        \"id\": 5189,\n                        \"validFrom\": null,\n                        \"validUntil\": null,\n                        \"productName\": \"<p>Administratiekosten</p>\",\n                        \"reservationText\": null,\n                        \"productDescription\": null,\n                        \"reservationRemarks\": null,\n                        \"invoiceText\": null,\n                        \"invoiceRemarks\": null,\n                        \"travelPlanText\": null,\n                        \"comments\": null,\n                        \"included\": null,\n                        \"notIncluded\": null,\n                        \"webText1\": null,\n                        \"webText2\": null,\n                        \"customFields\": [\n                            {\n                                \"name\": \"Meta Title\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Title\",\n                                \"position\": 1\n                            },\n                            {\n                                \"name\": \"Meta Description\",\n                                \"table\": \"PRODUCT_TEXT\",\n                                \"categoryFilter\": \"\",\n                                \"value\": \"\",\n                                \"label\": \"Meta Description\",\n                                \"position\": 2\n                            }\n                        ]\n                    },\n                    \"customFields\": [],\n                    \"countryArea\": {\n                        \"code\": \"NL\",\n                        \"label\": \"Nederland\",\n                        \"language\": \"NL\"\n                    },\n                    \"isPerPerson\": false,\n                    \"gpsLocation\": \"\",\n                    \"seoFriendlyName\": \"administratiekost-www\",\n                    \"rating\": null,\n                    \"priceTypeDetails\": [],\n                    \"weekDays\": null,\n                    \"bookDaily\": false,\n                    \"position\": 6\n                }\n            ],\n            \"suppliers\": [],\n            \"customFields\": [\n                {\n                    \"name\": \"Maximum nights\",\n                    \"table\": \"PRODUCT\",\n                    \"categoryFilter\": \"PH\",\n                    \"value\": \"14\",\n                    \"label\": \"Maximum nights\",\n                    \"position\": 0\n                },\n                {\n                    \"name\": \"Minimum nights\",\n                    \"table\": \"PRODUCT\",\n                    \"categoryFilter\": \"PH\",\n                    \"value\": \"7\",\n                    \"label\": \"Minimum nights\",\n                    \"position\": 0\n                }\n            ],\n            \"catalogPage\": 0,\n            \"textsLibrary\": [],\n            \"isPerPerson\": false,\n            \"prices\": [],\n            \"seoFriendlyName\": \"alami-alor\",\n            \"priceTypeDetails\": [],\n            \"relatedProducts\": [],\n            \"bookDaily\": false\n        }\n    ],\n    \"totalRecords\": 576\n}"},{"id":"acc0cb5e-4f23-4c9b-86a8-4519cc32d29c","name":"Error - Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","type":"text","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"language\": \"NL\",\r\n    \"profitCenters\": [\r\n        \"DW1\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/web/productdetaillist.json?count=5&page=1&sort=id:asc","host":["{{baseURL}}"],"path":["web","productdetaillist.json"],"query":[{"key":"count","value":"5"},{"key":"page","value":"1"},{"key":"sort","value":"id:asc"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 May 2023 09:11:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 12,\n    \"message\": \"Invalid request parameter Missing mandatory data like category!\",\n    \"messageId\": \"productDetailListRq.Error\",\n    \"id\": null\n}"}],"_postman_id":"c2c82dc2-18fd-43db-acda-0b5734da72e5"},{"name":"Retrieve Package Prices","id":"b37f6b5c-0722-4ab7-befd-39e3f9fe26bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"productCode\": \"PHHOMZINHHOTOMA\",\r\n    \"startingDates\": [\r\n        {\r\n            \"startDate\": \"2022-09-11\",\r\n            \"endDate\": \"2022-09-30\"\r\n        }\r\n    ],\r\n    \"attributes\": [\"O\"],\r\n    \"categories\": [],\r\n    \"bookingDates\": \"2022-10-10\",\r\n    \"numberOfTravelers\": 2,\r\n    \"language\": \"NL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/web/packageprices.json","description":"<p>This method retrieves prices for both the main product and each supplement included in the package, which are returned in the response.</p>\n<p>For each starting date of the product/supplement, the method searches for a list of minimum prices for each combination of PriceType1, PriceType2, PriceType3, and PriceType4.</p>\n<p>Aternatives are not returned.</p>\n<h5 id=\"json-request-body-properties\">JSON Request Body Properties</h5>\n<hr />\n<p><strong>productCode</strong> mandatory string<br />The product code for the main product of the package.</p>\n<hr />\n<p><strong>startingDates</strong> mandatory list of objects</p>\n<p>At least one startingDate object must be provided.</p>\n<p><strong>StartingDates objects properties</strong></p>\n<p><strong>startDate</strong> optional date<br />Date must be provided in \"YYYY-MM-DD\" format.</p>\n<p><strong>endDate</strong> optional date<br />Date must be provided in \"YYYY-MM-DD\" format.</p>\n<hr />\n<p><strong>attributes</strong> opntional list of strings</p>\n<p>Accepted values M, O. Used to retrieve only the supplements that have the requested attributes. If no attributes are provided, all supplements of the package and their prices are returned.</p>\n<hr />\n<p><strong>categories</strong> optional list of string<br />Used to retrieve only the supplements from requested categories.</p>\n<hr />\n<p><strong>bookingDate</strong> optional date</p>\n<p>Used when searching for prices by bookBegin, bookEnd. If the bookingDate is not provided, the current date is used.</p>\n<hr />\n<p><strong>numberOfTravelers</strong> optional int</p>\n<p>Used when searching for prices by minPersons and maxPersons for a product that has occupancy set to true.</p>\n<hr />\n<p><strong>language</strong> optional string<br />Can be used to search for results in a requested language. If a language is not provided, the return information will be in the default or main language.</p>\n<hr />\n<h5 id=\"json-response-body-properties\">JSON Response Body Properties</h5>\n<hr />\n<p>Information containing prices for the product package and its supplements.</p>\n","urlObject":{"path":["web","packageprices.json"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"c6459dc2-6d1f-4d8c-b5ed-168556304131","name":"OK - Successfully Retrieved Package Prices","originalRequest":{"method":"POST","header":[{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"productCode\": \"PHHOMZINHHOTOMA\",\r\n    \"startingDates\": [\r\n        {\r\n            \"startDate\": \"2022-09-11\",\r\n            \"endDate\": \"2022-09-30\"\r\n        }\r\n    ],\r\n    \"attributes\": [\"O\"],\r\n    \"categories\": [],\r\n    \"bookingDates\": \"2022-10-10\",\r\n    \"numberOfTravelers\": 2,\r\n    \"language\": \"NL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/web/packageprices.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 May 2023 11:04:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 13774,\n    \"attribute\": \"M\",\n    \"productId\": 7503,\n    \"productCode\": \"PHHOMZINHHOTOMA\",\n    \"productName\": \"Tofo Mar Package\",\n    \"category\": {\n        \"code\": \"PH\",\n        \"label\": \"Package Hotel\"\n    },\n    \"startingDates\": [\n        {\n            \"startDate\": \"2022-09-11\",\n            \"endDate\": \"2022-09-30\",\n            \"minPrices\": []\n        }\n    ],\n    \"supplements\": [\n        {\n            \"id\": 13775,\n            \"attribute\": \"O\",\n            \"productId\": 2207,\n            \"productCode\": \"INANNUL\",\n            \"productName\": \"Annuleringsverzekering\",\n            \"category\": {\n                \"code\": \"IN\",\n                \"label\": \"Insurance\"\n            },\n            \"startingDates\": [\n                {\n                    \"startDate\": \"2022-09-11\",\n                    \"endDate\": \"2022-09-30\",\n                    \"minPrices\": [\n                        {\n                            \"id\": 2263,\n                            \"sellTotalPrice\": 0,\n                            \"currency\": {\n                                \"code\": \"EUR\",\n                                \"label\": \"EUR\"\n                            },\n                            \"description\": \"Annulatie verzekering incl. 21% assurantiebelasting\",\n                            \"priceType1\": {\n                                \"code\": null,\n                                \"label\": null\n                            },\n                            \"priceType2\": {\n                                \"code\": null,\n                                \"label\": null\n                            },\n                            \"priceType3\": {\n                                \"code\": null,\n                                \"label\": null\n                            },\n                            \"priceType4\": {\n                                \"code\": null,\n                                \"label\": null\n                            }\n                        },\n                        {\n                            \"id\": 70201,\n                            \"sellTotalPrice\": 0,\n                            \"currency\": {\n                                \"code\": \"EUR\",\n                                \"label\": \"EUR\"\n                            },\n                            \"description\": \"Geen annuleringsverzekering voor deze persoon\",\n                            \"priceType1\": {\n                                \"code\": \"INNOANN\",\n                                \"label\": \"Geen annulatieverzekering\"\n                            },\n                            \"priceType2\": {\n                                \"code\": null,\n                                \"label\": null\n                            },\n                            \"priceType3\": {\n                                \"code\": null,\n                                \"label\": null\n                            },\n                            \"priceType4\": {\n                                \"code\": null,\n                                \"label\": null\n                            }\n                        }\n                    ]\n                }\n            ],\n            \"supplements\": []\n        },\n        {\n            \"id\": 13776,\n            \"attribute\": \"O\",\n            \"productId\": 2208,\n            \"productCode\": \"INREISVERZ\",\n            \"productName\": \"Reisverzekering\",\n            \"category\": {\n                \"code\": \"IN\",\n                \"label\": \"Insurance\"\n            },\n            \"startingDates\": [\n                {\n                    \"startDate\": \"2022-09-11\",\n                    \"endDate\": \"2022-09-30\",\n                    \"minPrices\": [\n                        {\n                            \"id\": 70202,\n                            \"sellTotalPrice\": 0,\n                            \"currency\": {\n                                \"code\": \"EUR\",\n                                \"label\": \"EUR\"\n                            },\n                            \"description\": \"Geen reisverzekering afsluiten voor deze persoon\",\n                            \"priceType1\": {\n                                \"code\": \"INNOREIZ\",\n                                \"label\": \"Geen reisverzekering\"\n                            },\n                            \"priceType2\": {\n                                \"code\": null,\n                                \"label\": null\n                            },\n                            \"priceType3\": {\n                                \"code\": null,\n                                \"label\": null\n                            },\n                            \"priceType4\": {\n                                \"code\": null,\n                                \"label\": null\n                            }\n                        },\n                        {\n                            \"id\": 2264,\n                            \"sellTotalPrice\": 3.4,\n                            \"currency\": {\n                                \"code\": \"EUR\",\n                                \"label\": \"EUR\"\n                            },\n                            \"description\": \"Reisverzekering afsluiten voor € 3,4 per dag\",\n                            \"priceType1\": {\n                                \"code\": null,\n                                \"label\": null\n                            },\n                            \"priceType2\": {\n                                \"code\": null,\n                                \"label\": null\n                            },\n                            \"priceType3\": {\n                                \"code\": null,\n                                \"label\": null\n                            },\n                            \"priceType4\": {\n                                \"code\": null,\n                                \"label\": null\n                            }\n                        }\n                    ]\n                }\n            ],\n            \"supplements\": []\n        },\n        {\n            \"id\": 13777,\n            \"attribute\": \"O\",\n            \"productId\": 4383,\n            \"productCode\": \"DCMZTOSC\",\n            \"productName\": \"Tofo Scuba\",\n            \"category\": {\n                \"code\": \"DC\",\n                \"label\": \"Duikcentrum\"\n            },\n            \"startingDates\": [\n                {\n                    \"startDate\": \"2022-09-11\",\n                    \"endDate\": \"2022-09-30\",\n                    \"minPrices\": [\n                        {\n                            \"id\": 13182,\n                            \"sellTotalPrice\": 0,\n                            \"currency\": {\n                                \"code\": \"EUR\",\n                                \"label\": \"EUR\"\n                            },\n                            \"description\": null,\n                            \"priceType1\": {\n                                \"code\": null,\n                                \"label\": null\n                            },\n                            \"priceType2\": {\n                                \"code\": null,\n                                \"label\": null\n                            },\n                            \"priceType3\": {\n                                \"code\": null,\n                                \"label\": null\n                            },\n                            \"priceType4\": {\n                                \"code\": null,\n                                \"label\": null\n                            }\n                        }\n                    ]\n                }\n            ],\n            \"supplements\": []\n        },\n        {\n            \"id\": 14266,\n            \"attribute\": \"O\",\n            \"productId\": 4172,\n            \"productCode\": \"DCMZDI\",\n            \"productName\": \"Diversity Scuba\",\n            \"category\": {\n                \"code\": \"DC\",\n                \"label\": \"Duikcentrum\"\n            },\n            \"startingDates\": [\n                {\n                    \"startDate\": \"2022-09-11\",\n                    \"endDate\": \"2022-09-30\",\n                    \"minPrices\": [\n                        {\n                            \"id\": 12971,\n                            \"sellTotalPrice\": 0,\n                            \"currency\": {\n                                \"code\": \"EUR\",\n                                \"label\": \"EUR\"\n                            },\n                            \"description\": null,\n                            \"priceType1\": {\n                                \"code\": null,\n                                \"label\": null\n                            },\n                            \"priceType2\": {\n                                \"code\": null,\n                                \"label\": null\n                            },\n                            \"priceType3\": {\n                                \"code\": null,\n                                \"label\": null\n                            },\n                            \"priceType4\": {\n                                \"code\": null,\n                                \"label\": null\n                            }\n                        }\n                    ]\n                }\n            ],\n            \"supplements\": []\n        }\n    ]\n}"},{"id":"e0a6655f-2890-45f4-897c-7d618b55ea4c","name":"Error - Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"startingDates\": [\r\n        {\r\n            \"startDate\": \"2022-09-11\",\r\n            \"endDate\": \"2022-09-30\"\r\n        }\r\n    ],\r\n    \"attributes\": [\"O\"],\r\n    \"categories\": [],\r\n    \"bookingDates\": \"2022-10-10\",\r\n    \"numberOfTravelers\": 2,\r\n    \"language\": \"NL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/web/packageprices.json"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 May 2023 11:05:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 12,\n    \"message\": \"Invalid request parameter Missing mandatory data like productCode!\",\n    \"messageId\": \"packagePricesRq.Error\",\n    \"id\": null\n}"}],"_postman_id":"b37f6b5c-0722-4ab7-befd-39e3f9fe26bb"}],"id":"033a9558-181a-4dd4-a261-46b258a3ed02","description":"<p>In Victoury, products are defined as the specific goods or services that can be offered to customers.</p>\n","_postman_id":"033a9558-181a-4dd4-a261-46b258a3ed02"},{"name":"Deal","item":[{"name":"Create Lead","id":"180a9c3a-2781-41f3-a72c-82ab905009d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"LEADWEB\",\r\n    \"destinations\": [\r\n        \"EUSOES\",\r\n        \"CHINA\"\r\n    ],\r\n    \"profitCenter\": \"DB1\",\r\n    \"startDate\": \"2023-12-01\",\r\n    \"endDate\": \"2023-12-07\",\r\n    \"numberOfPersons\": 2,\r\n    \"totalSellPriceWithTax\": 3999,\r\n    \"currencyCode\": \"EUR\",\r\n    \"sellExchangeRateHC\": 1,\r\n    \"customerId\": 1001,\r\n    \"salesAgentId\": null,\r\n    \"receiveNewsletter\": true,\r\n    \"receiveBrochure\": false,\r\n    \"salutation\": \"MRS\",\r\n    \"personalName\": \"Megan\",\r\n    \"familyName\": \"Fleur\",\r\n    \"email\": \"megan.fleur@mailinator.com\",\r\n    \"phoneNumber\": \"+1-222-333-44466777\",\r\n    \"zipCode\": \"4300\",\r\n    \"country\": \"IT\",\r\n    \"city\": \"Rome\",\r\n    \"streetAddress\": \"Street no 5\",\r\n    \"isMainAddress\": true,\r\n    \"houseNumber\": \"12\",\r\n    \"extension\": \"A\",\r\n    \"dealSource\": \"WEBSITE\",\r\n    \"referer\": \"Radio\",\r\n    \"travelDescription\": \"New Adventure in Africa\",\r\n    \"reminder\": \"Lorem ipsum lorem ipsum\",\r\n    \"language\": \"EN\",\r\n    \"notifyCustomer\": false,\r\n    \"notifyOperator\": false,\r\n    \"task\": {\r\n        \"done\": false,\r\n        \"type\": \"TODO\",\r\n        \"dueDate\": \"2023-12-01 00:00:00\",\r\n        \"authorId\": 3,\r\n        \"title\": \"Title\",\r\n        \"details\": \"Details\",\r\n        \"notifyCustomer\": false,\r\n        \"notifyOperator\": false\r\n    },\r\n    \"reservationText\": \"\",\r\n    \"marginCustomValue\": 4000,\r\n    \"marginTaxId\": 1,\r\n    \"marginTaxPercentage\": 50,\r\n    \"marginTaxName\": \"\",\r\n    \"arrangementType\": \"PA\",\r\n    \"emergencyContact\": \"Martin, +1-111-222-3333444\",\r\n    \"customFieldValues\": [\r\n        {\r\n            \"customFieldId\": {{customFieldId}},\r\n            \"value\": {\r\n                \"text\": \"HTML value EN\",\r\n                \"language\": \"EN\",\r\n                \"translations\": [\r\n                    {\r\n                        \"text\": \"HTML value DE\",\r\n                        \"language\": \"DE\"\r\n                    },\r\n                    {\r\n                        \"text\": \"HTML value FR\",\r\n                        \"language\": \"FR\"\r\n                    }\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"customFieldId\": {{customFieldId}},\r\n            \"value\": {\r\n                \"text\": \"MARKDOWN value EN\",\r\n                \"language\": \"EN\",\r\n                \"translations\": [\r\n                    {\r\n                        \"text\": \"MARKDOWN value DE\",\r\n                        \"language\": \"DE\"\r\n                    },\r\n                    {\r\n                        \"text\": \"MARKDOWN value FR\",\r\n                        \"language\": \"FR\"\r\n                    }\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"customFieldId\": {{customFieldId}},\r\n            \"value\": {\r\n                \"text\": \"TEXT value EN\",\r\n                \"language\": \"EN\",\r\n                \"translations\": [\r\n                    {\r\n                        \"text\": \"TEXT value DE\",\r\n                        \"language\": \"DE\"\r\n                    },\r\n                    {\r\n                        \"text\": \"TEXT value FR\",\r\n                        \"language\": \"FR\"\r\n                    }\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"customFieldId\": {{customFieldId}},\r\n            \"value\": {\r\n                \"text\": \"BASIC_HTML value EN\",\r\n                \"language\": \"EN\",\r\n                \"translations\": [\r\n                    {\r\n                        \"text\": \"BASIC_HTML value DE\",\r\n                        \"language\": \"DE\"\r\n                    },\r\n                    {\r\n                        \"text\": \"BASIC_HTML value FR\",\r\n                        \"language\": \"FR\"\r\n                    }\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"customFieldId\": {{customFieldId}},\r\n            \"basicValue\": \"BASIC value\"\r\n        },\r\n        {\r\n            \"customFieldId\": {{customFieldId}},\r\n            \"basicValue\": \"BASIC CHOICELIST value\"\r\n        },\r\n        {\r\n            \"customFieldId\": {{customFieldId}},\r\n            \"basicValue\": true\r\n        }\r\n    ]\r\n}"},"url":"{{baseURL}}/lead.json","description":"<p>In Victoury, a <strong>lead</strong> is a type of deal that represents a potential customer who has expressed interest in a product, service or destination but has not yet made a booking. A lead typically includes information such as the customer's contact details, their preferences, and their intended travel dates.</p>\n<p>This method can be used to create a lead in Victoury, allowing the sales team to follow up with the potential customer and potentially convert them into a paying customer.</p>\n<h5 id=\"json-request-body-properties\">JSON Request Body Properties</h5>\n<hr />\n<p><strong>status</strong> optional string</p>\n<hr />\n<p><strong>destinations</strong> optional list of strings</p>\n<hr />\n<p><strong>profitCenter</strong> mandatory string</p>\n<hr />\n<p><strong>startDate</strong> optional date<br />Date must be provided in \"YYYY-MM-DD\" format.</p>\n<hr />\n<p><strong>endDate</strong> optional date<br />Date must be provided in \"YYYY-MM-DD\" format.</p>\n<hr />\n<p><strong>numberOfPersons</strong> optional integer</p>\n<hr />\n<p><strong>totalSellPriceWithTax</strong> optional double</p>\n<hr />\n<p><strong>currencyCode</strong> optional string</p>\n<p>If no currencyCode is sent, reservation with currencyCode will be created</p>\n<hr />\n<p><strong>sellExchangeRateHC</strong> optional double</p>\n<p>If no sellExchangeRateHC is sent, reservation exchangeRateHC is set to 1</p>\n<hr />\n<p><strong>customerId</strong> optional Long</p>\n<hr />\n<p><strong>salesAgentId</strong> optional Long</p>\n<hr />\n<p><strong>receiveNewsletter</strong> optional boolean</p>\n<hr />\n<p><strong>receiveBrochure</strong> optional boolean</p>\n<hr />\n<p><strong>salutation</strong> optional string</p>\n<hr />\n<p><strong>personalName</strong> optional string</p>\n<hr />\n<p><strong>familyName</strong> optional string</p>\n<hr />\n<p><strong>email</strong> optional string</p>\n<hr />\n<p><strong>phoneNumber</strong> optional string</p>\n<hr />\n<p><strong>zipCode</strong> optional string</p>\n<hr />\n<p><strong>country</strong> optional string</p>\n<hr />\n<p><strong>city</strong> optional string</p>\n<hr />\n<p><strong>streetAddress</strong> optional string</p>\n<hr />\n<p><strong>isMainAddress</strong> optional boolean</p>\n<hr />\n<p><strong>houseNumber</strong> optional string</p>\n<hr />\n<p><strong>extension</strong> optional string</p>\n<hr />\n<p><strong>dealSource</strong> optional string</p>\n<hr />\n<p><strong>referer</strong> optional string</p>\n<hr />\n<p><strong>travelDescription</strong> optional string</p>\n<hr />\n<p><strong>reminder</strong> optional string</p>\n<hr />\n<p><strong>language</strong> mandatory string</p>\n<hr />\n<p><strong>notifyCustomer</strong> optional boolean</p>\n<hr />\n<p><strong>notifyOperator</strong> optional boolean</p>\n<hr />\n<p><strong>task</strong> optional object</p>\n<p><strong>Task object properties</strong></p>\n<p><strong>done</strong> optional boolean<br /><strong>type</strong> optional string<br /><strong>dueDate</strong> optional timestamp<br /><strong>title</strong> optional string<br /><strong>details</strong> optional string<br /><strong>notifyCustomer</strong> optional boolean<br /><strong>notifyOperator</strong> optional boolean</p>\n<hr />\n<p><strong>reservationText</strong> optional string</p>\n<hr />\n<p><strong>marginCustomValue</strong> optional double</p>\n<hr />\n<p><strong>marginTaxId</strong> optional Long</p>\n<hr />\n<p><strong>marginTaxPercentage</strong> optional double</p>\n<hr />\n<p><strong>marginTaxName</strong> optional string</p>\n<hr />\n<p><strong>arrangementType</strong> optional string</p>\n<hr />\n<p><strong>customFieldValues</strong> optional list of CustomFieldValue objects<br />List of extra custom fields values of the deal. Can be used to add a new custom field value or update an existing custom field value of the Deal.</p>\n<p><strong>CustomFieldValue properties:</strong></p>\n<p><strong>customFieldId</strong> mandatory long<br />Id of the custom field whos value is wanted to be added or updated. If a custom field value object is provided, customFieldId is mandatory.<br />Custom field can be by following types:<br />HTML<br />MARKDOWN<br />TEXT<br />BASIC<br />BASIC_CHOICELIST<br />BASIC_BOOLEAN<br />BASIC_HTML</p>\n<p><strong>basicValue</strong> optional string<br />Value of custom field in case of type: BASIC, BASIC_CHOICELIST, BASIC_BOOLEAN, BASIC_HTML</p>\n<p><strong>value</strong> optional object<br />Value object of custom field in case of type: HTML, MARKDOWN, TEXT</p>\n<p><strong>Value properties:</strong><br /><strong>text</strong> mandatory string<br />Value of custom field.<br /><strong>language</strong> mandatory string<br />Language of custom field value.<br /><strong>translations</strong> optional list of Translation objects<br />List of all Translation objects.</p>\n<p><strong>Translation properties:</strong><br /><strong>text</strong> mandatory string<br />Translated value of custom field.<br /><strong>language</strong> mandatory string<br />Language of custom field translated value.</p>\n<hr />\n<p><strong>emergencyContact</strong> optional string</p>\n<hr />\n<h5 id=\"json-response-body-properties\">JSON Response Body Properties:</h5>\n<hr />\n<p>Information containing lead details.</p>\n","urlObject":{"path":["lead.json"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"a1cf77a0-7582-40e7-aed7-ff090e47b4b6","name":"OK - Successfully Lead Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"LEADWEB\",\r\n    \"destinations\": [\r\n        \"EUSOES\",\r\n        \"CHINA\"\r\n    ],\r\n    \"profitCenter\": \"GO\",\r\n    \"startDate\": \"2023-12-01\",\r\n    \"endDate\": \"2023-12-07\",\r\n    \"numberOfPersons\": 2,\r\n    \"totalSellPriceWithTax\": 3999,\r\n    \"currencyId\": 1,\r\n    \"customerId\": null,\r\n    \"salesAgentId\": null,\r\n    \"receiveNewsletter\": true,\r\n    \"receiveBrochure\": false,\r\n    \"salutation\": \"MRS\",\r\n    \"personalName\": \"Megan\",\r\n    \"familyName\": \"Fleur\",\r\n    \"email\": \"megan.fleur@mailinator.com\",\r\n    \"phoneNumber\": \"+1-222-333-44466777\",\r\n    \"zipCode\": \"4300\",\r\n    \"country\": \"IT\",\r\n    \"city\": \"Rome\",\r\n    \"streetAddress\": \"Street no 5\",\r\n    \"isMainAddress\": true,\r\n    \"houseNumber\": \"12\",\r\n    \"extension\": \"A\",\r\n    \"dealSource\": \"WEBSITE\",\r\n    \"referer\": \"Radio\",\r\n    \"travelDescription\": \"New Adventure in Africa\",\r\n    \"reminder\": \"Lorem ipsum lorem ipsum\",\r\n    \"language\": \"EN\",\r\n    \"notifyCustomer\": false,\r\n    \"notifyOperator\": false,\r\n    \"task\": {\r\n        \"done\": false,\r\n        \"type\": \"TODO\",\r\n        \"dueDate\": \"2023-12-01 00:00:00\",\r\n        \"authorId\": 3,\r\n        \"title\": \"Title\",\r\n        \"details\": \"Details\",\r\n        \"notifyCustomer\": false,\r\n        \"notifyOperator\": false\r\n    },\r\n    \"reservationText\": \"\",\r\n    \"marginCustomValue\": 4000,\r\n    \"marginTaxId\": null,\r\n    \"marginTaxPercentage\": 0,\r\n    \"marginTaxName\": \"\",\r\n    \"arrangementType\": \"PA\",\r\n    \"emergencyContact\": \"Martin, +1-111-222-3333444\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/lead.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 May 2023 18:41:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"reservationId\": 14,\n    \"bookingCode\": \"L-GO-3\",\n    \"customerId\": 20,\n    \"addressId\": 21,\n    \"status\": \"INTERESSE\",\n    \"totalSellPriceNoTax\": 0,\n    \"deduction\": 0,\n    \"totalTax\": 0,\n    \"totalSellPriceWithTax\": 3999,\n    \"totalBuyPriceWithTax\": 0,\n    \"totalBuyPrice\": 0,\n    \"profitNet\": 0,\n    \"profitNetPercentage\": 0,\n    \"marginPercentage\": 0,\n    \"marginNetPercentage\": 0,\n    \"totalSellPriceNoTaxWithCommission\": 0,\n    \"marginTaxPercentage\": 0,\n    \"marginTaxValue\": 0,\n    \"marginCustomValue\": 4000,\n    \"autoTaxOnSellDifference\": false\n}"},{"id":"f848426b-c93a-4f55-9abd-c777766010ae","name":"Error - Customer Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"LEADWEB\",\r\n    \"destinations\": [\r\n        \"EUSOES\",\r\n        \"CHINA\"\r\n    ],\r\n    \"profitCenter\": \"DB1\",\r\n    \"startDate\": \"2023-12-01\",\r\n    \"endDate\": \"2023-12-07\",\r\n    \"numberOfPersons\": 2,\r\n    \"totalSellPriceWithTax\": 3999,\r\n    \"currencyId\": 1,\r\n    \"customerId\": 1001,\r\n    \"salesAgentId\": null,\r\n    \"receiveNewsletter\": true,\r\n    \"receiveBrochure\": false,\r\n    \"salutation\": \"MRS\",\r\n    \"personalName\": \"Megan\",\r\n    \"familyName\": \"Fleur\",\r\n    \"email\": \"megan.fleur@mailinator.com\",\r\n    \"phoneNumber\": \"+1-222-333-44466777\",\r\n    \"zipCode\": \"4300\",\r\n    \"country\": \"IT\",\r\n    \"city\": \"Rome\",\r\n    \"streetAddress\": \"Street no 5\",\r\n    \"isMainAddress\": true,\r\n    \"houseNumber\": \"12\",\r\n    \"extension\": \"A\",\r\n    \"dealSource\": \"WEBSITE\",\r\n    \"referer\": \"Radio\",\r\n    \"travelDescription\": \"New Adventure in Africa\",\r\n    \"reminder\": \"Lorem ipsum lorem ipsum\",\r\n    \"language\": \"EN\",\r\n    \"notifyCustomer\": false,\r\n    \"notifyOperator\": false,\r\n    \"task\": {\r\n        \"done\": false,\r\n        \"type\": \"TODO\",\r\n        \"dueDate\": \"2023-12-01 00:00:00\",\r\n        \"authorId\": 3,\r\n        \"title\": \"Title\",\r\n        \"details\": \"Details\",\r\n        \"notifyCustomer\": false,\r\n        \"notifyOperator\": false\r\n    },\r\n    \"reservationText\": \"\",\r\n    \"marginCustomValue\": 4000,\r\n    \"marginTaxId\": 1,\r\n    \"marginTaxPercentage\": 50,\r\n    \"marginTaxName\": \"\",\r\n    \"arrangementType\": \"PA\",\r\n    \"emergencyContact\": \"Martin, +1-111-222-3333444\"    \r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/lead.json"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 May 2023 18:43:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 4,\n    \"message\": \"Object Customer 1001 not found\",\n    \"messageId\": \"customer.notFoundError\",\n    \"id\": 1001\n}"}],"_postman_id":"180a9c3a-2781-41f3-a72c-82ab905009d9"},{"name":"Create Option/Booking","id":"4f8e2b44-ccdd-48cb-8fda-8cb12452fbd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"action\": \"O\",\r\n    \"currency\": \"EUR\",\r\n    \"bookingDate\": \"2023-05-10\",\r\n    \"arrangementType\": \"EOGZOMERCAMPING\",\r\n    \"startDate\": \"2023-09-27\",\r\n    \"endDate\": \"2023-10-04\",\r\n    \"language\": \"NL\",\r\n    \"profitCenter\": \"GO\",\r\n    \"status\": \"OPT\",\r\n    \"updateAvailability\": false,\r\n    \"dealSource\": null,\r\n    \"tourCode\": \"DASPL8D230927\",\r\n    \"customer\": {\r\n        \"isCompany\": false,\r\n        \"companyName1\": \"Smith\",\r\n        \"companyName2\": \"John\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"zipCode\": \"9830\",\r\n        \"city\": \"Gent\",\r\n        \"streetAddress\": \"Sesame\",\r\n        \"streetAddress2\": null,\r\n        \"houseNumber\": \"17\",\r\n        \"extension\": null,\r\n        \"state\": null,\r\n        \"country\": \"BE\",\r\n        \"isMain\": true,\r\n        \"name\": \"HOME\",\r\n        \"phoneNumber\": null\r\n    },\r\n    \"travelers\": [\r\n        {\r\n            \"salutation\": \"MR\",\r\n            \"personalName\": \"John\",\r\n            \"familyName\": \"Smith\",\r\n            \"gender\": \"MALE\",\r\n            \"birthDate\": \"1956-09-04\",\r\n            \"phoneNumber\": \"+6 826 545 545\",\r\n            \"email\": \"\",\r\n            \"ref\": \"57527388-ecee-a6e5-2812-31fd9d673da8\",\r\n            \"position\": 1\r\n        },\r\n        {\r\n            \"salutation\": \"MRS\",\r\n            \"personalName\": \"Johanna\",\r\n            \"familyName\": \"Smith\",\r\n            \"gender\": \"FEMALE\",\r\n            \"birthDate\": \"2021-02-02\",\r\n            \"phoneNumber\": \"+6 826 545 545\",\r\n            \"email\": \"\",\r\n            \"ref\": \"316fe1b5-5278-a5ae-67f8-0ecd915b06f9\",\r\n            \"position\": 2\r\n        }\r\n    ],\r\n    \"arrangements\": [\r\n        {\r\n            \"id\": null,\r\n            \"createDate\": null,\r\n            \"updateDate\": null,\r\n            \"productCode\": \"GRDASPL8D\",\r\n            \"productBegin\": \"2023-09-27\",\r\n            \"productEnd\": \"2023-10-04\",\r\n            \"startTime\": \"00:00:00\",\r\n            \"endTime\": \"23:59:59\",\r\n            \"productId\": 25,\r\n            \"chargeNights\": false,\r\n            \"productName\": \"Dalmatië - Split & Makarska\",\r\n            \"productCategory\": \"GR\",\r\n            \"fileName\": null,\r\n            \"embarkLocation\": null,\r\n            \"disembarkLocation\": null,\r\n            \"supplierId\": null,\r\n            \"supplierProductCode\": null,\r\n            \"excludeCalculation\": false,\r\n            \"reservationText\": null,\r\n            \"invoiceText\": null,\r\n            \"invoiceRemarks\": null,\r\n            \"remarks\": \"Sell Total : 2398.0 EUR for 2 persons and 1 qty\\n\\n\\nBuy Total : 1764.0 EUR for 2 persons and 1 qty\\n\\n\\n\",\r\n            \"travelPlanText\": null,\r\n            \"buyUnitPrice\": 882,\r\n            \"buyMultiplier\": 1,\r\n            \"buyQty\": 1,\r\n            \"buyCurrencyCode\": \"\",\r\n            \"buyTaxId\": null,\r\n            \"buyTaxPercentage\": 0,\r\n            \"buyTaxName\": null,\r\n            \"buyCommissionPercentage\": 0,\r\n            \"otherCostMultiplier\": 1,\r\n            \"otherCostQty\": 1,\r\n            \"otherCostUnitPrice\": 0,\r\n            \"otherCostTaxId\": null,\r\n            \"otherCostTaxPercentage\": 0,\r\n            \"otherCostTaxName\": null,\r\n            \"otherCostCommissionPercentage\": 0,\r\n            \"buyTotalPrice\": 1764,\r\n            \"profitPercentage\": 26.438698915763137,\r\n            \"marginPercentage\": 35.941043083900226,\r\n            \"sellUnitPrice\": 1199,\r\n            \"sellMultiplier\": 1,\r\n            \"sellQty\": 1,\r\n            \"sellCurrencyCode\": \"\",\r\n            \"sellTaxId\": null,\r\n            \"sellTaxPercentage\": 0,\r\n            \"sellTaxName\": null,\r\n            \"sellCommissionPercentage\": 0,\r\n            \"sellTotalPrice\": 2398,\r\n            \"priceId\": 85,\r\n            \"isPackage\": true,\r\n            \"isPerPerson\": true,\r\n            \"oneTimeCharge\": true,\r\n            \"calculateMarginWithBuyExTax\": false,\r\n            \"commissionPaidOnPriceExTax\": false,\r\n            \"priceType1\": \"\",\r\n            \"priceType2\": \"\",\r\n            \"priceType3\": \"\",\r\n            \"priceType4\": \"\",\r\n            \"packageArrangementId\": null,\r\n            \"buyExchangeRate\": 1,\r\n            \"sellExchangeRate\": 1,\r\n            \"buyPriceInclusiveTax\": 882,\r\n            \"buyTotalPriceExclusiveTax\": 1764,\r\n            \"buyTotalPriceExclusiveTaxHC\": 1764,\r\n            \"buyTotalPriceHC\": 1764,\r\n            \"otherCostInclusiveTax\": 0,\r\n            \"sellPriceInclusiveTax\": 1199,\r\n            \"sellTotalPriceExclusiveTax\": 2398,\r\n            \"sellTotalPriceExclusiveTaxHC\": 2398,\r\n            \"sellTotalPriceHC\": 2398,\r\n            \"sellCalculated\": 882,\r\n            \"calculationProfitPercentage\": 26.44,\r\n            \"calculationMarginPercentage\": 0,\r\n            \"profitValue\": 634,\r\n            \"supplementsNo\": 0,\r\n            \"travelerAssignmentsNo\": 2,\r\n            \"travelerAssignments\": [\r\n                {\r\n                    \"id\": null,\r\n                    \"createDate\": null,\r\n                    \"updateDate\": null,\r\n                    \"arrangementId\": null,\r\n                    \"travelerId\": null,\r\n                    \"birthDate\": \"1956-09-04\",\r\n                    \"ref\": \"57527388-ecee-a6e5-2812-31fd9d673da8\",\r\n                    \"totalSellPriceWithTax\": 1199,\r\n                    \"age\": null,\r\n                    \"totalBuyPriceHC\": 0\r\n                },\r\n                {\r\n                    \"id\": null,\r\n                    \"createDate\": null,\r\n                    \"updateDate\": null,\r\n                    \"arrangementId\": null,\r\n                    \"travelerId\": null,\r\n                    \"birthDate\": \"2021-02-02\",\r\n                    \"ref\": \"316fe1b5-5278-a5ae-67f8-0ecd915b06f9\",\r\n                    \"totalSellPriceWithTax\": 1199,\r\n                    \"age\": null,\r\n                    \"totalBuyPriceHC\": 0\r\n                }\r\n            ],\r\n            \"reservationId\": null,\r\n            \"supplierInvoiceArrangementsNo\": 0,\r\n            \"customerInvoiceArrangementsNo\": 0,\r\n            \"availabilityDetailsNo\": 0,\r\n            \"commisionsNo\": 0,\r\n            \"supplierPaymentsNo\": 0,\r\n            \"accountingsNo\": 0,\r\n            \"persons\": 2,\r\n            \"modifiedField\": null,\r\n            \"unitToCalculate\": false,\r\n            \"warnings\": [],\r\n            \"station\": null,\r\n            \"hasAllotments\": true,\r\n            \"supplierCompanyName1\": null,\r\n            \"supplierCompanyName2\": null,\r\n            \"supplierCode\": null,\r\n            \"commissionExcludeTax\": false,\r\n            \"sellCommissionValue\": 0,\r\n            \"buyExchangeRateRC\": 0,\r\n            \"buyRCIncTaxAct\": 0,\r\n            \"buyRCTotalPrice\": 0,\r\n            \"reference\": \"1fd2c050-0ce9-997e-aa98-4c8b02308b93\",\r\n            \"packageArrangementReference\": null,\r\n            \"position\": 0,\r\n            \"createVoucher\": false,\r\n            \"voucherText\": null,\r\n            \"voucherRemarks\": null,\r\n            \"confirmationNumber\": null,\r\n            \"gpsLocation\": null,\r\n            \"tourCode\": \"DASPL8D230927\",\r\n            \"status\": null,\r\n            \"orderProductsNo\": 0,\r\n            \"print\": false,\r\n            \"orderText\": null,\r\n            \"orderRemarks\": null,\r\n            \"profitCenter\": \"GO\",\r\n            \"createAutomaticOrder\": false,\r\n            \"isOptional\": false,\r\n            \"printType\": null,\r\n            \"tripProductUuid\": null,\r\n            \"embarkAddressId\": null,\r\n            \"disembarkAddressId\": null,\r\n            \"sellTaxValue\": 0,\r\n            \"sellTaxOnCommissionId\": null,\r\n            \"sellTaxOnCommissionPercentage\": 0,\r\n            \"sellTaxOnCommissionName\": null,\r\n            \"sellTaxOnCommissionValue\": 0,\r\n            \"sellTotalPriceInclusiveTax\": 2398,\r\n            \"sellTotalPriceInclusiveTaxHC\": 2398,\r\n            \"alternativeForReference\": null,\r\n            \"reservationRemarks\": null,\r\n            \"included\": null,\r\n            \"notIncluded\": null,\r\n            \"itinerariesNo\": 0,\r\n            \"sellCustomMultiplier\": 1,\r\n            \"buyCustomMultiplier\": 1,\r\n            \"buyCommissionValue\": 0,\r\n            \"countryArea\": \"EUHRDA\",\r\n            \"sellTaxType\": null,\r\n            \"marginForTaxOnMargin\": 0,\r\n            \"sellTaxValueOnMargin\": 0,\r\n            \"rulesValues\": null,\r\n            \"supplierPriceCode\": null,\r\n            \"productDescription\": null,\r\n            \"isQuoteApplied\": false,\r\n            \"sellUnitPriceWoRuleExTax\": 0,\r\n            \"buyUnitPriceWoRule\": 0,\r\n            \"sellUnitPriceWithTaxRatio\": 1,\r\n            \"buyUnitPriceWithTaxRatio\": 1,\r\n            \"commisionWithTax\": 0,\r\n            \"autoProduct\": false,\r\n            \"autoSellTax\": false,\r\n            \"syncAssignments\": false,\r\n            \"syncDates\": false,\r\n            \"syncSellTax\": false,\r\n            \"minBookingChangeQuantity\": false,\r\n            \"minBookingQuantity\": 0,\r\n            \"sellQtyInitial\": 1,\r\n            \"buyQtyInitial\": 1,\r\n            \"creditFinalInvoice\": false,\r\n            \"remainingTotal\": 1764,\r\n            \"supplierInvoiceReferences\": [],\r\n            \"hasFinalInvoice\": false,\r\n            \"supplierInvoiceCodes\": [],\r\n            \"totalInvoicedBySP\": 0\r\n        }\r\n    ],\r\n    \"reminders\": [\r\n        {\r\n            \"action\": \"APO\",\r\n            \"subject\": \"Upcoming Appointment\",\r\n            \"body\": \"<p>Just a quick reminder about your upcoming appointment!</p>\",\r\n            \"isDone\": false,\r\n            \"dateDue\": \"2024-05-15\"\r\n        }\r\n    ]\r\n}"},"url":"{{baseURL}}/booking.json","description":"<p>In Victoury, an <strong>option</strong> is a type of reservation entity that represents an offer made to a customer for specific travel products or services. An option typically is used to give the customer time to make a decision about whether to book the product or service.</p>\n<p>A <strong>booking</strong>, on the other hand, is a type of reservation entity that represents a confirmed reservation made by a customer for specific travel products or services.</p>\n<h5 id=\"json-request-body-properties\">JSON Request Body Properties</h5>\n<hr />\n<p><strong>action</strong> mandatory string<br />Accepted values: O for option, B for booking.</p>\n<hr />\n<p><strong>currency</strong> optional string<br />Currency code.</p>\n<hr />\n<p><strong>authorId</strong> optional long</p>\n<hr />\n<p><strong>salesAgentId</strong> optional long</p>\n<hr />\n<p><strong>TOReference</strong> optional string</p>\n<hr />\n<p><strong>bookingDate</strong> optional date</p>\n<hr />\n<p><strong>arrangementType</strong> optional string</p>\n<hr />\n<p><strong>startDate</strong> mandatory date<br />Date must be provided in \"YYYY-MM-DD\" format.</p>\n<hr />\n<p><strong>endDate</strong> mandatory date<br />Date must be provided in \"YYYY-MM-DD\" format.</p>\n<hr />\n<p><strong>language</strong> optional string<br />The code of deal language.</p>\n<hr />\n<p><strong>profitCenter</strong> mandatory string<br />Code of deal brand.</p>\n<hr />\n<p><strong>status</strong> optional string</p>\n<hr />\n<p><strong>updateAvailability</strong> optional boolean</p>\n<hr />\n<p><strong>dealSource</strong> optional string<br />The code of deal source.</p>\n<hr />\n<p><strong>reservationText</strong> optional string</p>\n<hr />\n<p><strong>marginTaxId</strong> optional long</p>\n<hr />\n<p><strong>marginCustomValue</strong> optional double</p>\n<hr />\n<p><strong>marginTaxPercentage</strong> optional double</p>\n<hr />\n<p><strong>marginTaxName</strong> optional string</p>\n<hr />\n<p><strong>tourCode</strong> optional string</p>\n<hr />\n<p><strong>taxOnSellDifferenceId</strong> optional long</p>\n<hr />\n<p><strong>taxOnSellDifferencePercentage</strong> optional double</p>\n<hr />\n<p><strong>updateCustomTravelers</strong> optional boolean</p>\n<hr />\n<p><strong>cancellationReason</strong> optional string</p>\n<hr />\n<p><strong>budget</strong> optional double</p>\n<hr />\n<p><strong>autoTaxOnSellDifference</strong> optional boolean</p>\n<hr />\n<p><strong>customer</strong> mandatory object</p>\n<p><strong>Customer object properties</strong></p>\n<p><strong>id</strong> optional long<br />Id of an existing customer. When id is provided, an option or booking is created for existing customer. When no id provided, a new customer is created.</p>\n<p><strong>isCompany</strong> optional boolean<br />Define if a customer is a company or not.</p>\n<p><strong>companyName1</strong> optional string<br />Company name 1 of the customer, which represent family name when customer is a person.</p>\n<p><strong>companyName2</strong> optional string<br />Company name 2 of the customer, which represent personal name in case customer is a person.</p>\n<p><strong>companyPrefix</strong> optional string<br />Company prefix in case customer is a company.</p>\n<p><strong>vatId</strong> optional string<br />VAT ID in case customer is a company.</p>\n<p><strong>taxId</strong> optional string<br />Tax id in case customer is a company.</p>\n<p><strong>vatCode</strong> optional string<br />Vat code in case customer is a company.</p>\n<p><strong>bankIbanCode</strong> optional string<br />IBAN code in case customer is a company.</p>\n<p><strong>bankBicCode</strong> optional string<br />BIC code in case customer is a company.</p>\n<p><strong>bankName</strong> optional string<br />Bank name in case customer is a company.</p>\n<p><strong>bankAccountNumber</strong> optional string<br />Bank account number in case customer is a company.</p>\n<p><strong>receiveNewsletter</strong> optional boolean</p>\n<p><strong>receiveBrochure</strong> optional boolean</p>\n<p><strong>referer</strong> optional string<br />Code of customer referer.</p>\n<p><strong>isAgent</strong> optional boolean</p>\n<p><strong>defaultCommission</strong> optional float</p>\n<p><strong>remarks</strong> optional string</p>\n<hr />\n<p><strong>billingAddress</strong> mandatory object</p>\n<p><strong>BilingAddress object properties</strong></p>\n<p><strong>id</strong> optional long<br />Id of an existing address. When id is provided, an option or booking is created for existing address. When no id provided, a new address is created.</p>\n<p><strong>addressCode</strong> optional string<br />Address code of deal billing address.</p>\n<p><strong>zipCode</strong> optional string<br />Zip code of deal billing address.</p>\n<p><strong>city</strong> optional string<br />City of deal billing address.</p>\n<p><strong>streetAddress</strong> optional string<br />Street address of deal billing address.</p>\n<p><strong>streetAddress2</strong> optional string<br />Street address 2 of deal billing address.</p>\n<p><strong>houseNumber</strong> optional string<br />House number of deal billing address.</p>\n<p><strong>extension</strong> optional string<br />Extension of deal billing address.</p>\n<p><strong>state</strong> optional string<br />State of deal billing address.</p>\n<p><strong>country</strong> optional string<br />Country code of deal billing address.</p>\n<p><strong>isMain</strong> optional boolean<br />Define if the address is the main address of customer.</p>\n<p><strong>name</strong> optional string<br />Name of deal billing address.</p>\n<p><strong>phoneNumber</strong> optional string<br />Phone number of deal billing address.</p>\n<p><strong>countryArea</strong> optional string<br />Country area code of deal billing address.</p>\n<hr />\n<p><strong>travelers</strong> mandatory list of objects</p>\n<p><strong>Traveler object properties</strong></p>\n<p><strong>id</strong> optional long<br />Id of an existing person. When id is provided, an option or booking is created for existing person. When no id provided, a new traveler person is created.</p>\n<p><strong>isMainTraveler</strong> optional boolean<br />Define if the traveler if the main traveler of the deal.</p>\n<p><strong>salutation</strong> optional string<br />Salutation of the traveler.</p>\n<p><strong>titlePrefix</strong> optional string<br />Title prefix of the traveler.</p>\n<p><strong>titleSuffix</strong> optional string<br />Title suffix of the traveler.</p>\n<p><strong>familyName</strong> optional string<br />Family name of the traveler.</p>\n<p><strong>middleName</strong> optional string<br />Middle name of the traveler.</p>\n<p><strong>personalName</strong> optional string<br />Personal name of the traveler.</p>\n<p><strong>gender</strong> optional string<br />Gender of the traveler. Accepted values MALE, FEMALE.</p>\n<p><strong>birthDate</strong> optional date<br />Birthdate of the traveler. Date must be provided in \"YYY-MM-DD\" format.</p>\n<p><strong>birthPlace</strong> optional string<br />Birthplace of the traveler.</p>\n<p><strong>phoneNumber</strong> optional string<br />Phone number of the traveler.</p>\n<p><strong>nationality</strong> optional string<br />Nationality of the traveler.</p>\n<p><strong>email</strong> optional string<br />Email address of the traveler.</p>\n<p><strong>preferredLanguage</strong> optional string<br />Code of preferred language of the traveler.</p>\n<p><strong>spokenLanguages</strong> optional string<br />String containing a json array of strings with codes of spoken languages.</p>\n<p><strong>skillLevel</strong> optional string<br />Skill level of the traveler.</p>\n<p><strong>emergencyContact</strong> optional string</p>\n<p><strong>passportCountry</strong> optional string<br />Country code of traveler passport country.</p>\n<p><strong>passportNumber</strong> optional string<br />Number of traveler passport.</p>\n<p><strong>passportIssuedAt</strong> optional string<br />Issue at information of traveler passport.</p>\n<p><strong>passportIssuedDate</strong> optional string<br />Issue date of traveler passport. Date must be provided in \"YYY-MM-DD\" format.</p>\n<p><strong>passportExpiryDate</strong> optional date<br />Expiry date of traveler passport. Date must be provided in \"YYY-MM-DD\" format.</p>\n<p><strong>link</strong> optional boolean<br />Define if person is linked with the customer.</p>\n<p><strong>relationship</strong> optional string<br />Defines the relationship between a person and the customer.</p>\n<p><strong>position</strong> optional int<br />Position number of the traveler. Duplicated position values for travelers are not allowed.</p>\n<p><strong>ref</strong> mandatory string<br />Unique generated reference value for each traveler.</p>\n<hr />\n<p><strong>arrangements</strong> mandatory list of objects<br />Provide arrangements from quote response.</p>\n<p><strong>reference</strong> mandatory string</p>\n<hr />\n<p><strong>itineraries</strong> optional list of objects</p>\n<hr />\n<p><strong>reminders</strong> optional list of objects</p>\n<p><strong>Reminder object properties</strong></p>\n<p><strong>action</strong> optional string</p>\n<p><strong>subject</strong> optional string</p>\n<p><strong>body</strong> optional string</p>\n<p><strong>isDone</strong> optional boolean</p>\n<p><strong>dateDue</strong> optional date</p>\n<hr />\n<p><strong>destinations</strong> optional list of objects</p>\n<p><strong>Destination object properties</strong></p>\n<p><strong>destination</strong> mandatory string</p>\n","urlObject":{"path":["booking.json"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"7ac208ec-79af-479e-a042-b6d7e8904c03","name":"OK - Successfully Option Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"action\": \"O\",\r\n    \"currency\": \"EUR\",\r\n    \"bookingDate\": \"2023-05-10\",\r\n    \"arrangementType\": \"EOGZOMERCAMPING\",\r\n    \"startDate\": \"2023-09-27\",\r\n    \"endDate\": \"2023-10-04\",\r\n    \"language\": \"NL\",\r\n    \"profitCenter\": \"GO\",\r\n    \"status\": \"OPT\",\r\n    \"updateAvailability\": false,\r\n    \"dealSource\": null,\r\n    \"tourCode\": \"DASPL8D230927\",\r\n    \"customer\": {\r\n        \"isCompany\": false,\r\n        \"companyName1\": \"Smith\",\r\n        \"companyName2\": \"John\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"zipCode\": \"9830\",\r\n        \"city\": \"Gent\",\r\n        \"streetAddress\": \"Sesame\",\r\n        \"streetAddress2\": null,\r\n        \"houseNumber\": \"17\",\r\n        \"extension\": null,\r\n        \"state\": null,\r\n        \"country\": \"BE\",\r\n        \"isMain\": true,\r\n        \"name\": \"HOME\",\r\n        \"phoneNumber\": null\r\n    },\r\n    \"travelers\": [\r\n        {\r\n            \"salutation\": \"MR\",\r\n            \"personalName\": \"John\",\r\n            \"familyName\": \"Smith\",\r\n            \"gender\": \"MALE\",\r\n            \"birthDate\": \"1956-09-04\",\r\n            \"phoneNumber\": \"+6 826 545 545\",\r\n            \"email\": \"\",\r\n            \"ref\": \"57527388-ecee-a6e5-2812-31fd9d673da8\",\r\n            \"position\": 1\r\n        },\r\n        {\r\n            \"salutation\": \"MRS\",\r\n            \"personalName\": \"Johanna\",\r\n            \"familyName\": \"Smith\",\r\n            \"gender\": \"FEMALE\",\r\n            \"birthDate\": \"2021-02-02\",\r\n            \"phoneNumber\": \"+6 826 545 545\",\r\n            \"email\": \"\",\r\n            \"ref\": \"316fe1b5-5278-a5ae-67f8-0ecd915b06f9\",\r\n            \"position\": 2\r\n        }\r\n    ],\r\n    \"arrangements\": [\r\n        {\r\n            \"id\": null,\r\n            \"createDate\": null,\r\n            \"updateDate\": null,\r\n            \"productCode\": \"GRDASPL8D\",\r\n            \"productBegin\": \"2023-09-27\",\r\n            \"productEnd\": \"2023-10-04\",\r\n            \"startTime\": \"00:00:00\",\r\n            \"endTime\": \"23:59:59\",\r\n            \"productId\": 25,\r\n            \"chargeNights\": false,\r\n            \"productName\": \"Dalmatië - Split & Makarska\",\r\n            \"productCategory\": \"GR\",\r\n            \"fileName\": null,\r\n            \"embarkLocation\": null,\r\n            \"disembarkLocation\": null,\r\n            \"supplierId\": null,\r\n            \"supplierProductCode\": null,\r\n            \"excludeCalculation\": false,\r\n            \"reservationText\": null,\r\n            \"invoiceText\": null,\r\n            \"invoiceRemarks\": null,\r\n            \"remarks\": \"Sell Total : 2398.0 EUR for 2 persons and 1 qty\\n\\n\\nBuy Total : 1764.0 EUR for 2 persons and 1 qty\\n\\n\\n\",\r\n            \"travelPlanText\": null,\r\n            \"buyUnitPrice\": 882,\r\n            \"buyMultiplier\": 1,\r\n            \"buyQty\": 1,\r\n            \"buyCurrencyId\": 1,\r\n            \"buyCurrencyCode\": \"\",\r\n            \"buyTaxId\": null,\r\n            \"buyTaxPercentage\": 0,\r\n            \"buyTaxName\": null,\r\n            \"buyCommissionPercentage\": 0,\r\n            \"otherCostMultiplier\": 1,\r\n            \"otherCostQty\": 1,\r\n            \"otherCostUnitPrice\": 0,\r\n            \"otherCostTaxId\": null,\r\n            \"otherCostTaxPercentage\": 0,\r\n            \"otherCostTaxName\": null,\r\n            \"otherCostCommissionPercentage\": 0,\r\n            \"buyTotalPrice\": 1764,\r\n            \"profitPercentage\": 26.438698915763137,\r\n            \"marginPercentage\": 35.941043083900226,\r\n            \"sellUnitPrice\": 1199,\r\n            \"sellMultiplier\": 1,\r\n            \"sellQty\": 1,\r\n            \"sellCurrencyId\": 1,\r\n            \"sellCurrencyCode\": \"\",\r\n            \"sellTaxId\": null,\r\n            \"sellTaxPercentage\": 0,\r\n            \"sellTaxName\": null,\r\n            \"sellCommissionPercentage\": 0,\r\n            \"sellTotalPrice\": 2398,\r\n            \"priceId\": 85,\r\n            \"isPackage\": true,\r\n            \"isPerPerson\": true,\r\n            \"oneTimeCharge\": true,\r\n            \"calculateMarginWithBuyExTax\": false,\r\n            \"commissionPaidOnPriceExTax\": false,\r\n            \"priceType1\": \"\",\r\n            \"priceType2\": \"\",\r\n            \"priceType3\": \"\",\r\n            \"priceType4\": \"\",\r\n            \"packageArrangementId\": null,\r\n            \"buyExchangeRate\": 1,\r\n            \"sellExchangeRate\": 1,\r\n            \"buyPriceInclusiveTax\": 882,\r\n            \"buyTotalPriceExclusiveTax\": 1764,\r\n            \"buyTotalPriceExclusiveTaxHC\": 1764,\r\n            \"buyTotalPriceHC\": 1764,\r\n            \"otherCostInclusiveTax\": 0,\r\n            \"sellPriceInclusiveTax\": 1199,\r\n            \"sellTotalPriceExclusiveTax\": 2398,\r\n            \"sellTotalPriceExclusiveTaxHC\": 2398,\r\n            \"sellTotalPriceHC\": 2398,\r\n            \"sellCalculated\": 882,\r\n            \"calculationProfitPercentage\": 26.44,\r\n            \"calculationMarginPercentage\": 0,\r\n            \"profitValue\": 634,\r\n            \"supplementsNo\": 0,\r\n            \"travelerAssignmentsNo\": 2,\r\n            \"travelerAssignments\": [\r\n                {\r\n                    \"id\": null,\r\n                    \"createDate\": null,\r\n                    \"updateDate\": null,\r\n                    \"arrangementId\": null,\r\n                    \"travelerId\": null,\r\n                    \"birthDate\": \"1956-09-04\",\r\n                    \"ref\": \"57527388-ecee-a6e5-2812-31fd9d673da8\",\r\n                    \"totalSellPriceWithTax\": 1199,\r\n                    \"age\": null,\r\n                    \"totalBuyPriceHC\": 0\r\n                },\r\n                {\r\n                    \"id\": null,\r\n                    \"createDate\": null,\r\n                    \"updateDate\": null,\r\n                    \"arrangementId\": null,\r\n                    \"travelerId\": null,\r\n                    \"birthDate\": \"2021-02-02\",\r\n                    \"ref\": \"316fe1b5-5278-a5ae-67f8-0ecd915b06f9\",\r\n                    \"totalSellPriceWithTax\": 1199,\r\n                    \"age\": null,\r\n                    \"totalBuyPriceHC\": 0\r\n                }\r\n            ],\r\n            \"reservationId\": null,\r\n            \"supplierInvoiceArrangementsNo\": 0,\r\n            \"customerInvoiceArrangementsNo\": 0,\r\n            \"availabilityDetailsNo\": 0,\r\n            \"commisionsNo\": 0,\r\n            \"supplierPaymentsNo\": 0,\r\n            \"accountingsNo\": 0,\r\n            \"persons\": 2,\r\n            \"modifiedField\": null,\r\n            \"unitToCalculate\": false,\r\n            \"warnings\": [],\r\n            \"station\": null,\r\n            \"hasAllotments\": true,\r\n            \"supplierCompanyName1\": null,\r\n            \"supplierCompanyName2\": null,\r\n            \"supplierCode\": null,\r\n            \"commissionExcludeTax\": false,\r\n            \"sellCommissionValue\": 0,\r\n            \"buyExchangeRateRC\": 0,\r\n            \"buyRCIncTaxAct\": 0,\r\n            \"buyRCTotalPrice\": 0,\r\n            \"reference\": \"1fd2c050-0ce9-997e-aa98-4c8b02308b93\",\r\n            \"packageArrangementReference\": null,\r\n            \"position\": 0,\r\n            \"createVoucher\": false,\r\n            \"voucherText\": null,\r\n            \"voucherRemarks\": null,\r\n            \"confirmationNumber\": null,\r\n            \"gpsLocation\": null,\r\n            \"tourCode\": \"DASPL8D230927\",\r\n            \"status\": null,\r\n            \"orderProductsNo\": 0,\r\n            \"print\": false,\r\n            \"orderText\": null,\r\n            \"orderRemarks\": null,\r\n            \"profitCenter\": \"GO\",\r\n            \"createAutomaticOrder\": false,\r\n            \"isOptional\": false,\r\n            \"printType\": null,\r\n            \"tripProductUuid\": null,\r\n            \"embarkAddressId\": null,\r\n            \"disembarkAddressId\": null,\r\n            \"sellTaxValue\": 0,\r\n            \"sellTaxOnCommissionId\": null,\r\n            \"sellTaxOnCommissionPercentage\": 0,\r\n            \"sellTaxOnCommissionName\": null,\r\n            \"sellTaxOnCommissionValue\": 0,\r\n            \"sellTotalPriceInclusiveTax\": 2398,\r\n            \"sellTotalPriceInclusiveTaxHC\": 2398,\r\n            \"alternativeForReference\": null,\r\n            \"reservationRemarks\": null,\r\n            \"included\": null,\r\n            \"notIncluded\": null,\r\n            \"itinerariesNo\": 0,\r\n            \"sellCustomMultiplier\": 1,\r\n            \"buyCustomMultiplier\": 1,\r\n            \"buyCommissionValue\": 0,\r\n            \"countryArea\": \"EUHRDA\",\r\n            \"sellTaxType\": null,\r\n            \"marginForTaxOnMargin\": 0,\r\n            \"sellTaxValueOnMargin\": 0,\r\n            \"rulesValues\": null,\r\n            \"supplierPriceCode\": null,\r\n            \"productDescription\": null,\r\n            \"isQuoteApplied\": false,\r\n            \"sellUnitPriceWoRuleExTax\": 0,\r\n            \"buyUnitPriceWoRule\": 0,\r\n            \"sellUnitPriceWithTaxRatio\": 1,\r\n            \"buyUnitPriceWithTaxRatio\": 1,\r\n            \"commisionWithTax\": 0,\r\n            \"autoProduct\": false,\r\n            \"autoSellTax\": false,\r\n            \"syncAssignments\": false,\r\n            \"syncDates\": false,\r\n            \"syncSellTax\": false,\r\n            \"minBookingChangeQuantity\": false,\r\n            \"minBookingQuantity\": 0,\r\n            \"sellQtyInitial\": 1,\r\n            \"buyQtyInitial\": 1,\r\n            \"creditFinalInvoice\": false,\r\n            \"remainingTotal\": 1764,\r\n            \"supplierInvoiceReferences\": [],\r\n            \"hasFinalInvoice\": false,\r\n            \"supplierInvoiceCodes\": [],\r\n            \"totalInvoicedBySP\": 0\r\n        }\r\n    ],\r\n    \"reminders\": [\r\n        {\r\n            \"action\": \"APO\",\r\n            \"subject\": \"Upcoming Appointment\",\r\n            \"body\": \"<p>Just a quick reminder about your upcoming appointment!</p>\",\r\n            \"isDone\": false,\r\n            \"dateDue\": \"2024-05-15\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://estivant.victoury.eu/v1/booking.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 May 2023 10:47:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"reservationId\": 13,\n    \"bookingCode\": \"O-GO-7\",\n    \"customerId\": 17,\n    \"addressId\": 18,\n    \"status\": \"OPT\",\n    \"totalSellPriceNoTax\": 2398,\n    \"deduction\": 0,\n    \"totalTax\": 0,\n    \"totalSellPriceWithTax\": 2398,\n    \"totalBuyPriceWithTax\": 1764,\n    \"totalBuyPrice\": 1764,\n    \"profitNet\": 634,\n    \"profitNetPercentage\": 26.438698915763137,\n    \"marginPercentage\": 35.941043083900226,\n    \"marginNetPercentage\": 35.941043083900226,\n    \"totalSellPriceNoTaxWithCommission\": 2398,\n    \"marginTaxPercentage\": 0,\n    \"marginTaxValue\": 0,\n    \"marginCustomValue\": 0,\n    \"autoTaxOnSellDifference\": false\n}"},{"id":"869d40f9-3292-4018-bb0e-9baaa0896ba9","name":"Error - Invalid Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"action\": \"O\",\r\n    \"currency\": \"EUR\",\r\n    \"bookingDate\": \"2023-05-10\",\r\n    \"arrangementType\": \"EOGZOMERCAMPING\",\r\n    \"endDate\": \"2023-10-04\",\r\n    \"language\": \"NL\",\r\n    \"profitCenter\": \"GO\",\r\n    \"status\": \"OPT\",\r\n    \"updateAvailability\": false,\r\n    \"dealSource\": null,\r\n    \"tourCode\": \"DASPL8D230927\",\r\n    \"customer\": {\r\n        \"isCompany\": false,\r\n        \"companyName1\": \"Smith\",\r\n        \"companyName2\": \"John\"\r\n    },\r\n    \"billingAddress\": {\r\n        \"zipCode\": \"9830\",\r\n        \"city\": \"Gent\",\r\n        \"streetAddress\": \"Sesame\",\r\n        \"streetAddress2\": null,\r\n        \"houseNumber\": \"17\",\r\n        \"extension\": null,\r\n        \"state\": null,\r\n        \"country\": \"BE\",\r\n        \"isMain\": true,\r\n        \"name\": \"HOME\",\r\n        \"phoneNumber\": null\r\n    },\r\n    \"travelers\": [\r\n        {\r\n            \"salutation\": \"MR\",\r\n            \"personalName\": \"John\",\r\n            \"familyName\": \"Smith\",\r\n            \"gender\": \"MALE\",\r\n            \"birthDate\": \"1956-09-04\",\r\n            \"phoneNumber\": \"+6 826 545 545\",\r\n            \"email\": \"\",\r\n            \"ref\": \"57527388-ecee-a6e5-2812-31fd9d673da8\",\r\n            \"position\": 1\r\n        },\r\n        {\r\n            \"salutation\": \"MRS\",\r\n            \"personalName\": \"Johanna\",\r\n            \"familyName\": \"Smith\",\r\n            \"gender\": \"FEMALE\",\r\n            \"birthDate\": \"2021-02-02\",\r\n            \"phoneNumber\": \"+6 826 545 545\",\r\n            \"email\": \"\",\r\n            \"ref\": \"316fe1b5-5278-a5ae-67f8-0ecd915b06f9\",\r\n            \"position\": 2\r\n        }\r\n    ],\r\n    \"arrangements\": [\r\n        {\r\n            \"id\": null,\r\n            \"createDate\": null,\r\n            \"updateDate\": null,\r\n            \"productCode\": \"GRDASPL8D\",\r\n            \"productBegin\": \"2023-09-27\",\r\n            \"productEnd\": \"2023-10-04\",\r\n            \"startTime\": \"00:00:00\",\r\n            \"endTime\": \"23:59:59\",\r\n            \"productId\": 25,\r\n            \"chargeNights\": false,\r\n            \"productName\": \"Dalmatië - Split & Makarska\",\r\n            \"productCategory\": \"GR\",\r\n            \"fileName\": null,\r\n            \"embarkLocation\": null,\r\n            \"disembarkLocation\": null,\r\n            \"supplierId\": null,\r\n            \"supplierProductCode\": null,\r\n            \"excludeCalculation\": false,\r\n            \"reservationText\": null,\r\n            \"invoiceText\": null,\r\n            \"invoiceRemarks\": null,\r\n            \"remarks\": \"Sell Total : 2398.0 EUR for 2 persons and 1 qty\\n\\n\\nBuy Total : 1764.0 EUR for 2 persons and 1 qty\\n\\n\\n\",\r\n            \"travelPlanText\": null,\r\n            \"buyUnitPrice\": 882,\r\n            \"buyMultiplier\": 1,\r\n            \"buyQty\": 1,\r\n            \"buyCurrencyId\": 1,\r\n            \"buyCurrencyCode\": \"\",\r\n            \"buyTaxId\": null,\r\n            \"buyTaxPercentage\": 0,\r\n            \"buyTaxName\": null,\r\n            \"buyCommissionPercentage\": 0,\r\n            \"otherCostMultiplier\": 1,\r\n            \"otherCostQty\": 1,\r\n            \"otherCostUnitPrice\": 0,\r\n            \"otherCostTaxId\": null,\r\n            \"otherCostTaxPercentage\": 0,\r\n            \"otherCostTaxName\": null,\r\n            \"otherCostCommissionPercentage\": 0,\r\n            \"buyTotalPrice\": 1764,\r\n            \"profitPercentage\": 26.438698915763137,\r\n            \"marginPercentage\": 35.941043083900226,\r\n            \"sellUnitPrice\": 1199,\r\n            \"sellMultiplier\": 1,\r\n            \"sellQty\": 1,\r\n            \"sellCurrencyId\": 1,\r\n            \"sellCurrencyCode\": \"\",\r\n            \"sellTaxId\": null,\r\n            \"sellTaxPercentage\": 0,\r\n            \"sellTaxName\": null,\r\n            \"sellCommissionPercentage\": 0,\r\n            \"sellTotalPrice\": 2398,\r\n            \"priceId\": 85,\r\n            \"isPackage\": true,\r\n            \"isPerPerson\": true,\r\n            \"oneTimeCharge\": true,\r\n            \"calculateMarginWithBuyExTax\": false,\r\n            \"commissionPaidOnPriceExTax\": false,\r\n            \"priceType1\": \"\",\r\n            \"priceType2\": \"\",\r\n            \"priceType3\": \"\",\r\n            \"priceType4\": \"\",\r\n            \"packageArrangementId\": null,\r\n            \"buyExchangeRate\": 1,\r\n            \"sellExchangeRate\": 1,\r\n            \"buyPriceInclusiveTax\": 882,\r\n            \"buyTotalPriceExclusiveTax\": 1764,\r\n            \"buyTotalPriceExclusiveTaxHC\": 1764,\r\n            \"buyTotalPriceHC\": 1764,\r\n            \"otherCostInclusiveTax\": 0,\r\n            \"sellPriceInclusiveTax\": 1199,\r\n            \"sellTotalPriceExclusiveTax\": 2398,\r\n            \"sellTotalPriceExclusiveTaxHC\": 2398,\r\n            \"sellTotalPriceHC\": 2398,\r\n            \"sellCalculated\": 882,\r\n            \"calculationProfitPercentage\": 26.44,\r\n            \"calculationMarginPercentage\": 0,\r\n            \"profitValue\": 634,\r\n            \"supplementsNo\": 0,\r\n            \"travelerAssignmentsNo\": 2,\r\n            \"travelerAssignments\": [\r\n                {\r\n                    \"id\": null,\r\n                    \"createDate\": null,\r\n                    \"updateDate\": null,\r\n                    \"arrangementId\": null,\r\n                    \"travelerId\": null,\r\n                    \"birthDate\": \"1956-09-04\",\r\n                    \"ref\": \"57527388-ecee-a6e5-2812-31fd9d673da8\",\r\n                    \"totalSellPriceWithTax\": 1199,\r\n                    \"age\": null,\r\n                    \"totalBuyPriceHC\": 0\r\n                },\r\n                {\r\n                    \"id\": null,\r\n                    \"createDate\": null,\r\n                    \"updateDate\": null,\r\n                    \"arrangementId\": null,\r\n                    \"travelerId\": null,\r\n                    \"birthDate\": \"2021-02-02\",\r\n                    \"ref\": \"316fe1b5-5278-a5ae-67f8-0ecd915b06f9\",\r\n                    \"totalSellPriceWithTax\": 1199,\r\n                    \"age\": null,\r\n                    \"totalBuyPriceHC\": 0\r\n                }\r\n            ],\r\n            \"reservationId\": null,\r\n            \"supplierInvoiceArrangementsNo\": 0,\r\n            \"customerInvoiceArrangementsNo\": 0,\r\n            \"availabilityDetailsNo\": 0,\r\n            \"commisionsNo\": 0,\r\n            \"supplierPaymentsNo\": 0,\r\n            \"accountingsNo\": 0,\r\n            \"persons\": 2,\r\n            \"modifiedField\": null,\r\n            \"unitToCalculate\": false,\r\n            \"warnings\": [],\r\n            \"station\": null,\r\n            \"hasAllotments\": true,\r\n            \"supplierCompanyName1\": null,\r\n            \"supplierCompanyName2\": null,\r\n            \"supplierCode\": null,\r\n            \"commissionExcludeTax\": false,\r\n            \"sellCommissionValue\": 0,\r\n            \"buyExchangeRateRC\": 0,\r\n            \"buyRCIncTaxAct\": 0,\r\n            \"buyRCTotalPrice\": 0,\r\n            \"reference\": \"1fd2c050-0ce9-997e-aa98-4c8b02308b93\",\r\n            \"packageArrangementReference\": null,\r\n            \"position\": 0,\r\n            \"createVoucher\": false,\r\n            \"voucherText\": null,\r\n            \"voucherRemarks\": null,\r\n            \"confirmationNumber\": null,\r\n            \"gpsLocation\": null,\r\n            \"tourCode\": \"DASPL8D230927\",\r\n            \"status\": null,\r\n            \"orderProductsNo\": 0,\r\n            \"print\": false,\r\n            \"orderText\": null,\r\n            \"orderRemarks\": null,\r\n            \"profitCenter\": \"GO\",\r\n            \"createAutomaticOrder\": false,\r\n            \"isOptional\": false,\r\n            \"printType\": null,\r\n            \"tripProductUuid\": null,\r\n            \"embarkAddressId\": null,\r\n            \"disembarkAddressId\": null,\r\n            \"sellTaxValue\": 0,\r\n            \"sellTaxOnCommissionId\": null,\r\n            \"sellTaxOnCommissionPercentage\": 0,\r\n            \"sellTaxOnCommissionName\": null,\r\n            \"sellTaxOnCommissionValue\": 0,\r\n            \"sellTotalPriceInclusiveTax\": 2398,\r\n            \"sellTotalPriceInclusiveTaxHC\": 2398,\r\n            \"alternativeForReference\": null,\r\n            \"reservationRemarks\": null,\r\n            \"included\": null,\r\n            \"notIncluded\": null,\r\n            \"itinerariesNo\": 0,\r\n            \"sellCustomMultiplier\": 1,\r\n            \"buyCustomMultiplier\": 1,\r\n            \"buyCommissionValue\": 0,\r\n            \"countryArea\": \"EUHRDA\",\r\n            \"sellTaxType\": null,\r\n            \"marginForTaxOnMargin\": 0,\r\n            \"sellTaxValueOnMargin\": 0,\r\n            \"rulesValues\": null,\r\n            \"supplierPriceCode\": null,\r\n            \"productDescription\": null,\r\n            \"isQuoteApplied\": false,\r\n            \"sellUnitPriceWoRuleExTax\": 0,\r\n            \"buyUnitPriceWoRule\": 0,\r\n            \"sellUnitPriceWithTaxRatio\": 1,\r\n            \"buyUnitPriceWithTaxRatio\": 1,\r\n            \"commisionWithTax\": 0,\r\n            \"autoProduct\": false,\r\n            \"autoSellTax\": false,\r\n            \"syncAssignments\": false,\r\n            \"syncDates\": false,\r\n            \"syncSellTax\": false,\r\n            \"minBookingChangeQuantity\": false,\r\n            \"minBookingQuantity\": 0,\r\n            \"sellQtyInitial\": 1,\r\n            \"buyQtyInitial\": 1,\r\n            \"creditFinalInvoice\": false,\r\n            \"remainingTotal\": 1764,\r\n            \"supplierInvoiceReferences\": [],\r\n            \"hasFinalInvoice\": false,\r\n            \"supplierInvoiceCodes\": [],\r\n            \"totalInvoicedBySP\": 0\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/booking.json"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 May 2023 10:52:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 12,\n    \"message\": \"Invalid request parameter Please specify startDate.\",\n    \"messageId\": \"booking.mandatoryFieldMissingError\",\n    \"id\": null\n}"}],"_postman_id":"4f8e2b44-ccdd-48cb-8fda-8cb12452fbd8"}],"id":"65a45b27-9a2d-43df-bc1c-0c18a5e4ab94","description":"<p>In Victoury, a <strong>deal</strong> is a reservation entity that can be categorized as <strong>Lead</strong>, <strong>Option</strong> (offer), or <strong>Booking</strong>. Each type of deal may have different statuses.</p>\n","_postman_id":"65a45b27-9a2d-43df-bc1c-0c18a5e4ab94"},{"name":"Email","item":[{"name":"Create Email","id":"c5f27386-dbf3-44f5-9004-f0b9071769a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"to@mailinator.com\",\r\n    \"from\": \"from@mailinator.com\",\r\n    \"replyTo\": \"replyTo@mailinator.com\",\r\n    \"cc\": \"cc@mailinator.com\",\r\n    \"bcc\": \"bcc@mailinator.com\",\r\n    \"subject\": \"Email Subject\",\r\n    \"body\": \"Email body message.\",\r\n    \"retryCount\": 0,\r\n    \"maxRetryCount\": 5,\r\n    \"status\": \"WAIT\",\r\n    \"priority\": 0,\r\n    \"kind\": \"OUTGOING\",\r\n    \"typeId\": null,\r\n    \"emailDate\": \"2023-05-10\",\r\n    \"assignedToId\": null,\r\n    \"processId\": null,\r\n    \"unread\": false,\r\n    \"relatedObjects\": [\r\n        {\r\n            \"objectId\": 13,\r\n            \"objectType\": \"RESERVATION\"\r\n        }\r\n    ],\r\n    \"attachments\": [\r\n        {\r\n            \"originalName\": \"originalName.pdf\",\r\n            \"fileName\": \"fileName.pdf\"\r\n        }\r\n    ]\r\n}"},"url":"{{baseURL}}/email.json","description":"<p>This method can be used to create an email that will be sent by Victoury. The email can be composed with various details such as the recipient's email address, subject, body content, attachments. Once the email is created, it can be sent using the Victoury system's email sending functionality.</p>\n<h5 id=\"json-request-body-properties\">JSON Request Body Properties</h5>\n<hr />\n<p><strong>to</strong> mandatory string</p>\n<hr />\n<p><strong>from</strong> optional string</p>\n<hr />\n<p><strong>replyTo</strong> optional string</p>\n<hr />\n<p><strong>cc</strong> optional string</p>\n<hr />\n<p><strong>bcc</strong> optional string</p>\n<hr />\n<p><strong>subject</strong> optional string</p>\n<hr />\n<p><strong>body</strong> optional string</p>\n<hr />\n<p><strong>retryCount</strong> mandatory int<br />It represents the number of tries attempted for sending an email.<br />Ensure that the retryCount value is less than the maxRetryCount value to stay within the maximum limit.</p>\n<hr />\n<p><strong>maxRetryCount</strong> mandatory int<br />It represents the maximum number of allowed tries for sending the email.</p>\n<hr />\n<p><strong>status</strong> mandatory enum<br />Accepted values WAIT, SENDING, SENT, ERROR, NEW.<br />For sending an email status WAIT must be provided</p>\n<hr />\n<p><strong>priority</strong> optional int</p>\n<hr />\n<p><strong>kind</strong> mandatory enum<br />Accepted values INCOMING, OUTGOING.<br />For sending an email kind OUTGOING must be provided.</p>\n<hr />\n<p><strong>typeId</strong> optional long<br />Id of the email type from Victoury.</p>\n<hr />\n<p><strong>emailDate</strong> optional date<br />Date must be provided in \"YYY-MM-DD\"</p>\n<hr />\n<p><strong>assignedToId</strong> optional long<br />Id of the Victoury user.</p>\n<hr />\n<p><strong>processId</strong> optional long<br />Id of the Victoury process.</p>\n<hr />\n<p><strong>unread</strong> optional boolean</p>\n<hr />\n<p><strong>relatedObjects</strong> optional list of objects</p>\n<p><strong>RelatedObject properties</strong><br /><strong>objectId</strong> mandatory long<br /><strong>objectType</strong> mandatory enum<br />Accepted values CUSTOMER, SUPPLIER, RESERVATION, ORDER, CUSTOMERINVOICE, PRODUCT, PERSON</p>\n<hr />\n<p><strong>attachments</strong> optional list of objects</p>\n<p><strong>Attachment object properties</strong><br /><strong>originalName</strong> optional string<br /><strong>fileName</strong> mandatory string</p>\n","urlObject":{"path":["email.json"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"aad2daed-bcb2-4538-a6bc-dca9415c80d8","name":"OK - Successfully Email Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"to@mailinator.com\",\r\n    \"from\": \"from@mailinator.com\",\r\n    \"replyTo\": \"replyTo@mailinator.com\",\r\n    \"cc\": \"cc@mailinator.com\",\r\n    \"bcc\": \"bcc@mailinator.com\",\r\n    \"subject\": \"Email Subject\",\r\n    \"body\": \"Email body message.\",\r\n    \"retryCount\": 0,\r\n    \"maxRetryCount\": 5,\r\n    \"status\": \"WAIT\",\r\n    \"priority\": 0,\r\n    \"kind\": \"OUTGOING\",\r\n    \"typeId\": null,\r\n    \"emailDate\": \"2023-05-10\",\r\n    \"assignedToId\": null,\r\n    \"processId\": null,\r\n    \"unread\": false,\r\n    \"relatedObjects\": [\r\n        {\r\n            \"objectId\": 13,\r\n            \"objectType\": \"RESERVATION\"\r\n        }\r\n    ],\r\n    \"attachments\": [\r\n        {\r\n            \"originalName\": \"originalName.pdf\",\r\n            \"fileName\": \"fileName.pdf\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/email.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 May 2023 14:54:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 0,\n    \"message\": \"Email added successfully !\",\n    \"messageId\": null,\n    \"id\": 6\n}"},{"id":"6de904dc-0623-42d6-8643-7f88ba14d0be","name":"Error - Email Type Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"to\": \"to@mailinator.com\",\r\n    \"from\": \"from@mailinator.com\",\r\n    \"replyTo\": \"replyTo@mailinator.com\",\r\n    \"cc\": \"cc@mailinator.com\",\r\n    \"bcc\": \"bcc@mailinator.com\",\r\n    \"subject\": \"Email Subject\",\r\n    \"body\": \"Email body message.\",\r\n    \"retryCount\": 0,\r\n    \"maxRetryCount\": 5,\r\n    \"status\": \"WAIT\",\r\n    \"priority\": 0,\r\n    \"kind\": \"OUTGOING\",\r\n    \"typeId\": 30,\r\n    \"emailDate\": \"2023-05-10\",\r\n    \"assignedToId\": null,\r\n    \"processId\": null,\r\n    \"unread\": false,\r\n    \"relatedObjects\": [\r\n        {\r\n            \"objectId\": 13,\r\n            \"objectType\": \"RESERVATION\"\r\n        }\r\n    ],\r\n    \"attachments\": [\r\n        {\r\n            \"originalName\": \"originalName.pdf\",\r\n            \"fileName\": \"fileName.pdf\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/email.json"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 May 2023 14:56:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 4,\n    \"message\": \"Object EmailType 30 not found\",\n    \"messageId\": \"emailType.notFoundError\",\n    \"id\": 30\n}"}],"_postman_id":"c5f27386-dbf3-44f5-9004-f0b9071769a7"}],"id":"af457a7f-d7ae-4f3a-8782-65f46c9ab99e","_postman_id":"af457a7f-d7ae-4f3a-8782-65f46c9ab99e","description":""},{"name":"GroupTour Allotment","item":[{"name":"Search GroupTours","id":"afc8b184-21f6-45c9-b45f-ef65849de3da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Session-Id","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"operator\": \"AND\",\n    \"criterias\": [\n        {\n            \"field\": \"tourCode\",\n            \"value\": \"%SJO230402T%\",\n            \"qualifier\": \"like\"\n        },\n        {\n            \"field\": \"productCode\",\n            \"value\": \"%%\",\n            \"qualifier\": \"like\"\n        },\n        {\n            \"field\": \"countryArea\",\n            \"value\": \"%%\",\n            \"qualifier\": \"like\"\n        },\n        {\n            \"field\": \"embarkAddressId\",\n            \"value\": 0,\n            \"qualifier\": \"=\"\n        },\n        {\n            \"field\": \"disembarkAddressId\",\n            \"value\": 0,\n            \"qualifier\": \"=\"\n        },\n        {\n            \"field\": \"free\",\n            \"value\": 10,\n            \"qualifier\": \">=\"\n        },\n        {\n            \"field\": \"status\",\n            \"value\": \"%%\",\n            \"qualifier\": \"like\"\n        },\n        {\n            \"field\": \"startDate\",\n            \"value\": \"2023-04-01\",\n            \"qualifier\": \">=\"\n        },\n        {\n            \"field\": \"startDate\",\n            \"value\": \"2023-04-03\",\n            \"qualifier\": \"<=\"\n        },\n        {\n            \"field\": \"endDate\",\n            \"value\": \"2023-04-08\",\n            \"qualifier\": \">=\"\n        },\n        {\n            \"field\": \"endDate\",\n            \"value\": \"2023-04-10\",\n            \"qualifier\": \"<=\"\n        },\n        {\n            \"field\": \"averageAge\",\n            \"value\": 30,\n            \"qualifier\": \">=\"\n        },\n        {\n            \"field\": \"averageAge\",\n            \"value\": 70,\n            \"qualifier\": \"<=\"\n        },\n        {\n            \"field\": \"duration\",\n            \"value\": 7,\n            \"qualifier\": \">=\"\n        },\n        {\n            \"field\": \"duration\",\n            \"value\": \"10\",\n            \"qualifier\": \"<=\"\n        },\n        {\n            \"field\": \"minimumTravelerAge\",\n            \"value\": 50,\n            \"qualifier\": \"<=\"\n        },\n        {\n            \"field\": \"maximumTravelerAge\",\n            \"value\": 0,\n            \"qualifier\": \"=\"\n        }\n    ]\n}"},"url":"{{baseURL}}/grouptours/query/default.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","description":"<p>This method can be used to search GroupTours by:</p>\n<ul>\n<li>Tour Code</li>\n<li>Product Code</li>\n<li>Country Area</li>\n<li>Embark and Disembark Address</li>\n<li>Free Places</li>\n<li>Status</li>\n<li>Dates Interval</li>\n<li>Average Age Interval</li>\n<li>Duration Interval</li>\n<li>Minimum and Maximum Traveler Age</li>\n</ul>\n<h5 id=\"json-request-body-properties\">JSON Request Body Properties</h5>\n<hr />\n<p><strong>operator</strong> mandatory enum<br />Accepted values: AND, OR.</p>\n<p><strong>criterias</strong> mandatory list of objects<br />List of criterion objects, each of which contains fields, operators, and values to be utilized.</p>\n<p><strong>Criterias objects properties:</strong></p>\n<p><strong>field</strong> mandatory string<br />Accepted values: tourCode, productCode, countryArea, embarkLocationId, disembarkLocationId, free, status, startDate, endDate, averageAge, duration, minimumTravelerAge, maximumTravelerAge.</p>\n<p><strong>value</strong> mandatory string<br />Values for date fields must be provided in \"YYYY-MM-DD\" format.</p>\n<p><strong>qualifier</strong> mandatory string<br />Depending of the type of field, diferrent values are accepted: =, LIKE, &gt;, &gt;=, &lt;, &lt;=, !=, isnull</p>\n<hr />\n<h5 id=\"json-response-body-properties\">JSON Response Body Properties</h5>\n<hr />\n<p>List of items containing group tours information.</p>\n","urlObject":{"path":["grouptours","query","default.json"],"host":["{{baseURL}}"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}],"variable":[]}},"response":[{"id":"1ba829e3-47bc-46ce-b1d3-b840e702fd63","name":"OK - Succesfully Searched GroupTours by TourCode","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Session-Id","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"operator\": \"AND\",\n    \"criterias\": [\n        {\n            \"field\": \"tourCode\",\n            \"value\": \"SJO230402T\",\n            \"qualifier\": \"=\"\n        }\n    ]\n}"},"url":{"raw":"{{baseURL}}/grouptours/query/default.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["grouptours","query","default.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Jun 2023 07:19:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 184,\n            \"groupCode\": \"SJO23\",\n            \"tourCode\": \"SJO230402T\",\n            \"productCode\": \"GRSSJO23\",\n            \"name\": \"Jordan\",\n            \"countryArea\": \"AFMNJO\",\n            \"embarkAddressId\": null,\n            \"disembarkAddressId\": null,\n            \"startDate\": \"2023-04-02\",\n            \"endDate\": \"2023-04-09\",\n            \"duration\": 8,\n            \"numberOfPersons\": 24,\n            \"status\": null,\n            \"free\": 23,\n            \"booked\": 1,\n            \"option\": 0,\n            \"waiting\": 0,\n            \"averageAge\": 66,\n            \"minPrice\": 699,\n            \"currencyCode\": \"EUR\",\n            \"minimumTravelerAge\": 0,\n            \"maximumTravelerAge\": 0,\n            \"priceType2\": null,\n            \"allowOverbooking\": false,\n            \"productBrands\": null,\n            \"productId\": null,\n            \"allotmentAvailabilitiesNo\": 0,\n            \"availabilityDetailsNo\": 0,\n            \"lastPartyNumber\": 0\n        }\n    ],\n    \"totalRecords\": 1\n}"},{"id":"8ef03882-eabd-4aa8-a8e4-9afdb44f6ae5","name":"OK - Successfully Searched GroupTours","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}"}],"body":{"mode":"raw","raw":"{\n    \"operator\": \"AND\",\n    \"criterias\": [\n        {\n            \"field\": \"tourCode\",\n            \"value\": \"%SJO230402T%\",\n            \"qualifier\": \"like\"\n        },\n        {\n            \"field\": \"productCode\",\n            \"value\": \"%%\",\n            \"qualifier\": \"like\"\n        },\n        {\n            \"field\": \"countryArea\",\n            \"value\": \"%%\",\n            \"qualifier\": \"like\"\n        },\n        {\n            \"field\": \"free\",\n            \"value\": 10,\n            \"qualifier\": \">=\"\n        },\n        {\n            \"field\": \"status\",\n            \"value\": \"%%\",\n            \"qualifier\": \"like\"\n        },\n        {\n            \"field\": \"startDate\",\n            \"value\": \"2023-04-01\",\n            \"qualifier\": \">=\"\n        },\n        {\n            \"field\": \"startDate\",\n            \"value\": \"2023-04-03\",\n            \"qualifier\": \"<=\"\n        },\n        {\n            \"field\": \"endDate\",\n            \"value\": \"2023-04-08\",\n            \"qualifier\": \">=\"\n        },\n        {\n            \"field\": \"endDate\",\n            \"value\": \"2023-04-10\",\n            \"qualifier\": \"<=\"\n        },\n        {\n            \"field\": \"averageAge\",\n            \"value\": 30,\n            \"qualifier\": \">=\"\n        },\n        {\n            \"field\": \"averageAge\",\n            \"value\": 70,\n            \"qualifier\": \"<=\"\n        },\n        {\n            \"field\": \"duration\",\n            \"value\": 7,\n            \"qualifier\": \">=\"\n        },\n        {\n            \"field\": \"duration\",\n            \"value\": \"10\",\n            \"qualifier\": \"<=\"\n        },\n        {\n            \"field\": \"minimumTravelerAge\",\n            \"value\": 50,\n            \"qualifier\": \"<=\"\n        },\n        {\n            \"field\": \"maximumTravelerAge\",\n            \"value\": 0,\n            \"qualifier\": \"=\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURL}}/grouptours/query/default.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["grouptours","query","default.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Jun 2023 10:55:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 184,\n            \"groupCode\": \"SJO23\",\n            \"tourCode\": \"SJO230402T\",\n            \"productCode\": \"GRSSJO23\",\n            \"name\": \"Jordan\",\n            \"countryArea\": \"AFMNJO\",\n            \"embarkAddressId\": null,\n            \"disembarkAddressId\": null,\n            \"startDate\": \"2023-04-02\",\n            \"endDate\": \"2023-04-09\",\n            \"duration\": 8,\n            \"numberOfPersons\": 24,\n            \"status\": null,\n            \"free\": 23,\n            \"booked\": 1,\n            \"option\": 0,\n            \"waiting\": 0,\n            \"averageAge\": 66,\n            \"minPrice\": 699,\n            \"currencyCode\": \"EUR\",\n            \"minimumTravelerAge\": 0,\n            \"maximumTravelerAge\": 0,\n            \"priceType2\": null,\n            \"allowOverbooking\": false,\n            \"productBrands\": null,\n            \"productId\": null,\n            \"allotmentAvailabilitiesNo\": 0,\n            \"availabilityDetailsNo\": 0,\n            \"lastPartyNumber\": 0\n        }\n    ],\n    \"totalRecords\": 1\n}"}],"_postman_id":"afc8b184-21f6-45c9-b45f-ef65849de3da"},{"name":"Retrieve GroupTour","id":"dc58bd54-462c-4607-8b1e-b591a6f26bef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}"}],"url":"{{baseURL}}/grouptours/{{groupTourId}}.json","description":"<p>Returns information of a grouptour identified by id using HTTP GET method.</p>\n<p>The id of a grouptour can be retrieved from the response of \"<em>Search GroupTours\"</em> method.</p>\n","urlObject":{"path":["grouptours","{{groupTourId}}.json"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"95af6bb4-8549-44a9-9b74-bf2bb8492963","name":"OK - Successfully Retrieved GroupTour Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}"}],"url":"{{baseURL}}/grouptours/184.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Jun 2023 11:00:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 184,\n    \"groupCode\": \"SJO23\",\n    \"tourCode\": \"SJO230402T\",\n    \"productCode\": \"GRSSJO23\",\n    \"name\": \"Jordan\",\n    \"countryArea\": \"AFMNJO\",\n    \"embarkAddressId\": null,\n    \"disembarkAddressId\": null,\n    \"startDate\": \"2023-04-02\",\n    \"endDate\": \"2023-04-09\",\n    \"duration\": 8,\n    \"numberOfPersons\": 24,\n    \"status\": null,\n    \"free\": 23,\n    \"booked\": 1,\n    \"option\": 0,\n    \"waiting\": 0,\n    \"averageAge\": 66,\n    \"minPrice\": 699,\n    \"currencyCode\": \"EUR\",\n    \"minimumTravelerAge\": 0,\n    \"maximumTravelerAge\": 0,\n    \"priceType2\": null,\n    \"allowOverbooking\": false,\n    \"productBrands\": [\n        \"SQ\"\n    ],\n    \"productId\": 120,\n    \"allotmentAvailabilitiesNo\": 8,\n    \"availabilityDetailsNo\": 1,\n    \"lastPartyNumber\": 0\n}"},{"id":"b5481e46-750e-4a1d-91a8-7d575b5988e0","name":"Error - GroupTour Not Found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}"}],"url":"{{baseURL}}/grouptours/1234.json"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Jun 2023 11:03:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 4,\n    \"message\": \"Object GroupTour 1234 not found\",\n    \"messageId\": \"groupTour.notFoundError\",\n    \"id\": 1234\n}"}],"_postman_id":"dc58bd54-462c-4607-8b1e-b591a6f26bef"},{"name":"Retrieve GroupTour TourLeaders","id":"9b375791-73cc-4156-86d0-5e5b272de352","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"url":"{{baseURL}}/allotments/{{groupTourId}}/tourleaders.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","description":"<p>Tour leaders are individuals who serve as guides and hold responsibility for each GroupTour. A tour leader can be added as an independent person in the Persons list, with their type set as \"Tour Leader.\" You can utilize this method to retrieve the list of all tour leaders added for a GroupTour identified by its ID.</p>\n","urlObject":{"path":["allotments","{{groupTourId}}","tourleaders.json"],"host":["{{baseURL}}"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}],"variable":[]}},"response":[{"id":"22e2caf7-0825-40d9-a0b6-1569fa76e02a","name":"OK - Successfully Retrieved GroupTour TourLeaders","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{baseURL}}/allotments/184/tourleaders.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["allotments","184","tourleaders.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Jun 2023 11:17:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"id\": 105,\n            \"createDate\": \"2023-06-07 13:15:18\",\n            \"updateDate\": \"2023-06-07 13:15:18\",\n            \"salutation\": {\n                \"code\": \"Mevr.\",\n                \"label\": \"Mevr.\",\n                \"language\": \"NL\"\n            },\n            \"familyName\": \"Nicole\",\n            \"personalName\": \"Ana\",\n            \"gender\": \"FEMALE\",\n            \"birthDate\": null,\n            \"isMainPerson\": false,\n            \"nationality\": null,\n            \"email\": null,\n            \"phoneNumber\": null,\n            \"skillLevel\": null,\n            \"customerId\": null,\n            \"customerName\": \"\",\n            \"travelersNo\": 0,\n            \"reservationsNo\": 0,\n            \"availabilityDetailsNo\": 0,\n            \"temporary\": false,\n            \"relationship\": null,\n            \"itineraryAssignmentsNo\": 0,\n            \"seatAssignmentsNo\": 0,\n            \"spokenLanguages\": [],\n            \"type\": null,\n            \"objectPersonNo\": 1,\n            \"description\": null,\n            \"fileName\": null,\n            \"fileCategory\": null,\n            \"mainPerson\": false\n        }\n    ],\n    \"totalRecords\": 1\n}"},{"id":"508b421b-fa98-4146-b4df-9d5409394c9b","name":"Error - Allotment Not Found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}","type":"text"}],"url":{"raw":"{{baseURL}}/allotments/1234/tourleaders.json?count={{count}}&page={{page}}&sort={{sortBy}}:{{sortType}}","host":["{{baseURL}}"],"path":["allotments","1234","tourleaders.json"],"query":[{"key":"count","value":"{{count}}"},{"key":"page","value":"{{page}}"},{"key":"sort","value":"{{sortBy}}:{{sortType}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Jun 2023 11:17:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 4,\n    \"message\": \"Object Allotment 1234 not found\",\n    \"messageId\": \"allotment.notFoundError\",\n    \"id\": 1234\n}"}],"_postman_id":"9b375791-73cc-4156-86d0-5e5b272de352"},{"name":"Retrieve GroupTour Composition","id":"344d5631-f2e9-4350-a3b9-94bfcd79b6f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}"}],"url":"{{baseURL}}/allotments/{{groupTourId}}/grouptourcomposition.json","description":"<p>Returns an overview of the current composition of a GroupTour Allotment identified by ID.</p>\n","urlObject":{"path":["allotments","{{groupTourId}}","grouptourcomposition.json"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"9c3a9816-0720-48de-92a0-5751d3a80d7f","name":"OK - Successfully Retrieved GroupTour Composition","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}"}],"url":"{{baseURL}}/allotments/184/grouptourcomposition.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Jun 2023 11:29:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"numAlloted\": 24,\n    \"booked\": 1,\n    \"option\": 0,\n    \"free\": 23,\n    \"maleRatio\": 1,\n    \"femaleRatio\": 0,\n    \"averageAge\": 66,\n    \"reservations\": [\n        {\n            \"travelers\": [\n                {\n                    \"gender\": \"MALE\",\n                    \"birthYear\": 1956,\n                    \"nationality\": {\n                        \"code\": \"BE\",\n                        \"label\": \"Belgian\",\n                        \"language\": \"NL\"\n                    },\n                    \"age\": 66\n                }\n            ]\n        }\n    ]\n}"},{"id":"b409c398-1c8c-4105-aa16-ca907344d637","name":"Error - Allotment Not Found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}"}],"url":"{{baseURL}}/allotments/1234/grouptourcomposition.json"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Jun 2023 11:30:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 4,\n    \"message\": \"Object Allotment 1234 not found\",\n    \"messageId\": \"allotment.notFoundError\",\n    \"id\": 1234\n}"}],"_postman_id":"344d5631-f2e9-4350-a3b9-94bfcd79b6f8"},{"name":"Retrieve GroupTour Deals Travelers","id":"9aec995f-2826-470c-883f-8dd70a61b7df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"F0DD86D09D1C88331D7E23D5F3332FF9"}],"url":"{{baseURL}}/grouptours/797/dealstravelers.json","description":"<p>Returns the list of traveles grouped by Deals for a GroupTour Allotment identified by ID.</p>\n","urlObject":{"path":["grouptours","797","dealstravelers.json"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"a94846e8-2f6c-493d-858f-1ca47f95a282","name":"OK - Successfully Retrieved GroupTour Deals Travelers","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}"}],"url":"{{baseURL}}/grouptours/184/dealstravelers.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Jun 2023 11:33:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"numAlloted\": 24,\n    \"booked\": 1,\n    \"option\": 0,\n    \"free\": 23,\n    \"reservations\": [\n        {\n            \"id\": 51,\n            \"bookingCode\": \"B-SQ-100002\",\n            \"startDate\": \"2023-04-02\",\n            \"status\": \"PTR\",\n            \"customerId\": 46,\n            \"customerName\": \"de Burbure Yves\",\n            \"type\": \"B\",\n            \"travelers\": [\n                {\n                    \"personId\": 65,\n                    \"travelerId\": 65,\n                    \"gender\": \"MALE\",\n                    \"salutation\": \"Dhr.\",\n                    \"familyName\": \"de Burbure\",\n                    \"middleName\": null,\n                    \"personalName\": \"Yves\",\n                    \"birthYear\": 1956,\n                    \"age\": 66,\n                    \"partyNumber\": 0\n                }\n            ]\n        }\n    ]\n}"},{"id":"507c76c0-d397-4107-98aa-0cfb3ad7f6cb","name":"Error - GroupTour Not Found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Session-Id","value":"{{apiKey}}"}],"url":"{{baseURL}}/grouptours/1234/dealstravelers.json"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Jun 2023 11:34:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE, PATCH"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With, Session-Id"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 4,\n    \"message\": \"Object GroupTour 1234 not found\",\n    \"messageId\": \"groupTour.notFoundError\",\n    \"id\": 1234\n}"}],"_postman_id":"9aec995f-2826-470c-883f-8dd70a61b7df"}],"id":"6c7af32b-58fd-40e5-81c9-60696b57abd0","description":"<p>In Victoury, GroupTour Products are defined as packaged products categorized under \"Group Tour.\" These products are associated with a GroupCode and have specific starting dates known as GroupTour Allotments.</p>\n<p>GroupTour Allotments are records created with the type \"GROUP\" and are distinguished by a unique TourCode. Each GroupTour product can have multiple departure dates, each with a different TourCode. Typically, the TourCode is formed by combining the GroupCode with the corresponding date of departure for each starting date.</p>\n<p>The TourCodes are unique per allotment, meaning that there cannot exist 2 allotment entries even for different producID with the same TourCode. These are stored in Allotment / Starting dates for each product and are referred as GroupTour Allotments.</p>\n","_postman_id":"6c7af32b-58fd-40e5-81c9-60696b57abd0"}],"event":[{"listen":"prerequest","script":{"id":"b52f4549-5f94-4ade-aee3-edd5420e8a2e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d0018f46-c562-4c60-877e-7fa5fffb7846","type":"text/javascript","exec":[""]}}]}