{"info":{"_postman_id":"b55126a4-999f-4ed6-92a7-0ef07849b45e","name":"Legacy CAPI guide for Translations","description":"<html><head></head><body><p>The contribution API (CAPI) guide for contributing translations is an admin-only tool used to bulk contribute (or) apply translations to the listings in the <a href=\"https://www.atdw-online.com.au\">ATDW-Online platform</a>. </p>\n<h2 id=\"authentication\">Authentication:</h2>\n<p>To contribute the translations, the API key being used must belong to the organisation with the admin entitlement and the contribution permission enabled. Please contact the ATDW support team <a href=\"mailto:support@atdw.com.au\">support@atdw.com.au</a> to request access to contribute the translations. </p>\n<h2 id=\"fields-supported-for-translations\">Fields supported for translations:</h2>\n<p>Currently, the following fields within each listings are supported for translations: </p>\n<ul>\n<li>Product Name</li>\n<li>Product Description</li>\n<li>Service Name</li>\n<li>Service Description</li>\n</ul>\n<p><strong>Note:</strong> Tourism operators/listing owners can opt to purchase translations for any one or all fields. </p>\n<h2 id=\"languages-supported-for-translations\">Languages supported for translations:</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Language</th>\n<th>Language Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Chinese Simplified</td>\n<td>CHINESE-S</td>\n</tr>\n<tr>\n<td>Chinese Traditional</td>\n<td>CHINESE-T</td>\n</tr>\n<tr>\n<td>German</td>\n<td>GERMAN</td>\n</tr>\n<tr>\n<td>French</td>\n<td>FRENCH</td>\n</tr>\n<tr>\n<td>Japanese</td>\n<td>JAPANESE</td>\n</tr>\n<tr>\n<td>Italian</td>\n<td>ITALIAN</td>\n</tr>\n<tr>\n<td>Korean</td>\n<td>KOREAN</td>\n</tr>\n<tr>\n<td>Portuguese</td>\n<td>PORT-EUR</td>\n</tr>\n<tr>\n<td>Spanish</td>\n<td>SPAN-EUR</td>\n</tr>\n<tr>\n<td>Indonesian</td>\n<td>INDONESIAN</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"translation-process\">Translation Process</h2>\n<ul>\n<li>The Operator opts to purchase the translations for their listing via the <a href=\"https://www.atdw-online.com.au\">ATDW-Online platform</a> after the listing is reviewed and published Live by the QA users. </li>\n<li>ATDW export the listing in CSV format containing the English content.</li>\n<li>ATDW transfers the purchased field(s) content into a separate translation template (spreadsheet) and send to the vendor for the human translations to be completed. </li>\n<li>ATDW receives the translated content and apply the translations to the relevant listings either via the <a href=\"https://atdw-online.com.au/#/admin/import-translation/upload\">user interface</a> or via the CAPI. </li>\n<li>If the listings are LIVE at the time of applying the translations, the translated content will be available for distribution otherwise the translated content will be made available for distribution when the QA users publish the listing LIVE.</li>\n</ul>\n<h2 id=\"capi-endpoint\">CAPI Endpoint:</h2>\n<p>The following section applies to contributing the translations to the listings via the Contribution API (CAPI) method only.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP Method</th>\n<th>Endpoint</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>POST</td>\n<td>https://{{environment}}/api/listings/contributions?apikey={{key}}</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li>Replace {{environment}} with the appropriate test or production environment host. See Environment section below for more details.</li>\n<li>Replace the {{key}} with your Contribution API key found under the 'ACCOUNT' section by logging into the <a href=\"www.atdw-online.com.au\">ATDW-Online Platform</a>.</li>\n</ul>\n<p>Please contact the ATDW support team <a href=\"mailto:support@atdw.com.au\">support@atdw.com.au</a> for assistance.</p>\n<h3 id=\"environment\">Environment:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>Host</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Staging / test</td>\n<td>atlas.contentstaging.com.au</td>\n</tr>\n<tr>\n<td>Production</td>\n<td>atlas.atdw-online.com.au</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"query-parameter\">Query Parameter:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apikey</td>\n<td>Your API key</td>\n<td>The API key is unique to each organisation</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>skipEmail</td>\n<td>false</td>\n<td>The organisation linked to the API key will receive an email notification indicating the contribution status of each listing. This is the default behaviour if the parameter is not specified</td>\n<td>No</td>\n</tr>\n<tr>\n<td>skipEmail</td>\n<td>true</td>\n<td>The contributor will NOT receive an email notification indicating the contribution status of each listing</td>\n<td>No</td>\n</tr>\n<tr>\n<td>strategy</td>\n<td>merge</td>\n<td>Contribute the content without publishing the listing.</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"more-info-on-strategymerge-query-parameter\">More Info on \"Strategy=Merge\" query parameter:</h4>\n<ul>\n<li>If strategy=merge is specified, the system will update the translations without publishing and modifying the listing status. However, the contributed translations will be made available for distribution after the listing is published LIVE by the QA users.  </li>\n<li>If strategy=merge is not specified, the system will publish the listing following the contribution. Publishing may affect the listing status. For example, if a listing status is expired or pending QA at the time of contributing the translations, the listing will be published LIVE.</li>\n</ul>\n<h3 id=\"request-header\">Request Header:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>content-type</td>\n<td>application/json</td>\n<td>Denotes the encoding of the content</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-body\">Request Body:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field Name (JSON format)</strong></th>\n<th><strong>Mandatory (Y/N)</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Comments</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>Yes</td>\n<td>ID = 56b263f02880253d74c4c87d</td>\n<td>Provide either product ID <strong>or</strong> productNumber</td>\n</tr>\n<tr>\n<td><strong>productNumber</strong></td>\n<td>Unique product id/productNumber of the listing for which the translation needs to be applied.</td>\n<td>productNumber = AU0060587</td>\n<td>Provide either product ID <strong>or</strong> productNumber</td>\n</tr>\n<tr>\n<td><strong>translations[#].language</strong></td>\n<td>Yes</td>\n<td>FRENCH</td>\n<td>Specify the language code in which the content is being translated into. Please see available language code to be used.</td>\n</tr>\n<tr>\n<td><strong>translations[#].name</strong></td>\n<td>No</td>\n<td>Bicentennial Monument</td>\n<td>Product name in the translated language.</td>\n</tr>\n<tr>\n<td><strong>translations[#].description</strong></td>\n<td>No</td>\n<td>Ils sont simples et simples, trois paires d'ailes blanches étendues en maçonnerie, debout sur le rond-point le 5 juin et les avenues de libération</td>\n<td>Product description in the translated language.</td>\n</tr>\n<tr>\n<td><strong>translations[#].translatedFrom.name</strong></td>\n<td>No</td>\n<td>Bicentennial Monument</td>\n<td>Current product Name in English for reference</td>\n</tr>\n<tr>\n<td><strong>translations[#].translatedFrom.description</strong></td>\n<td>No</td>\n<td>They are plain and simple, three pairs of extended white wings in masonry, standing on the roundabout at the 5th of June and Liberation Avenues...</td>\n<td>Current product description in English for reference</td>\n</tr>\n<tr>\n<td><strong>services[#].id</strong></td>\n<td>Yes</td>\n<td>5eb09da09a863a281df608e1</td>\n<td>Unique service id of the listing for which the translation needs to be applied.</td>\n</tr>\n<tr>\n<td><strong>services[#].translations[#].language</strong></td>\n<td>Yes</td>\n<td>FRENCH</td>\n<td>Specify the language code of the translated content. Please see available language code to be used.</td>\n</tr>\n<tr>\n<td><strong>services[#].translations[#].description</strong></td>\n<td>Yes</td>\n<td>Les chambres de luxe disposent d'un lit king-size ou de deux lits doubles, pouvant accueillir confortablement 2 adultes et 2 enfants ou 3 adultes.</td>\n<td>Translated content of the service.</td>\n</tr>\n<tr>\n<td><strong>services[#].translations[#].translatedFrom.name</strong></td>\n<td>No</td>\n<td>Deluxe Room</td>\n<td>Current service name in English for reference</td>\n</tr>\n<tr>\n<td><strong>services[#].translations[#].translatedFrom.description</strong></td>\n<td>No</td>\n<td>Deluxe rooms feature one king bed or two doubles, comfortably sleeping 2 adults and 2 children or 3 adults.</td>\n<td>Current service description in English for reference.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response Body:</h3>\n<p>The response body for each listing object contains the following fields that will indicate the status of the translations: </p>\n<ul>\n<li>action - This field indicates if the listing is PUBLISHED indicating the contribution is applied successfully. </li>\n<li>status - This field indicates the <a href=\"https://en.wikipedia.org/wiki/List_of_HTTP_status_codes\">HTTP status code</a>.</li>\n</ul>\n<p>Please see the sample request and response body for more details. </p>\n<h3 id=\"note\">Note:</h3>\n<ul>\n<li>Translations can be applied in bulk in a single request. However, to prevent load on the server, please contribute in batches. </li>\n<li>The following is an example scenario to contribute in batches:<ul>\n<li>Contribute listings in batches where a single batch contains 5 listings</li>\n<li>Contribute 20 batches with a 5 seconds pause between each batch</li>\n<li>Between every 20 batches, pause for 60 secodns to allow the response to be captured. This will also allow for cool down time </li>\n<li>Between every 1000 batches, pause for 15 minutes to maintain the system health</li>\n</ul>\n</li>\n</ul>\n<p>For more information, please do not hesitate to contact the ATDW support team <a href=\"mailto:support@atdw.com.au\">support@atdw.com.au</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"14889","collectionId":"b55126a4-999f-4ed6-92a7-0ef07849b45e","publishedId":"TVCb3VTD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-08-27T15:25:52.000Z"},"item":[{"name":"Sample Translation","id":"f5cde260-6b16-42ab-8aeb-41df1083462e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":" [{\r\n   \"listing\": {\r\n     \"productNumber\": \"AU0064382\",\r\n     \"translations\":[{\r\n       \"language\": \"CHINESE-S\",\r\n       \"name\": \"Hilton Brisbane\",\r\n       \"description\": \"test 布里斯班希尔顿酒店位于市中心，坐落在充满活力的皇后街购物中心，是布里斯班的标志性建筑。酒店提供现代化的住宿，屡获殊荣的餐饮，新装修的休闲设施以及2500平方米的专门用于会议和活动的专用空间。\\n\\n 选择精心设计的客房，豪华客房或行政客房或豪华套房，其设计考虑到每位客人的舒适。预订行政客房或套房，客人可以使用专属的行政酒廊，那里提供欧陆式早餐，全天茶点以及晚间饮品和小吃。\\n\\n 在19间灵活的会议室中与其中一间会面并开展业务，这些会议室配备了先进的技术，理想的服务和对细节的关注。酒店还设有商务中心，可满足您的所有商务需求。\\n\\n 在新装修的室外温水游泳池游泳，在城市唯一的网球场打网球，俯瞰城市或在健身中心锻炼身体。 \\n\\n 在酒店屡获殊荣的餐厅享受美食之旅; Vintaged Bar + Grill餐厅展示了昆士兰最好的世界级产品。\\n\",\r\n       \"translatedFrom\": [{\r\n         \"name\": \"Hilton Brisbane\",\r\n         \"description\": \"A Brisbane icon, Hilton Brisbane is located in the heart of the city, on the vibrant Queen Street Mall. The hotel features modern accommodation, award-winning dining, newly refurbished leisure facilities and 2500 square metres of purpose built space designed specifically for meetings and events. \\n\\n Choose from a selection of well-appointed guest, deluxe or executive rooms, or luxury suites which have been designed with each and every guest’s comfort in mind. Book an executive room or suite and enjoy access to the exclusive Executive Lounge which features continental breakfast, refreshments throughout the day and evening drinks and canapés to enjoy. \\n\\n Meet and do business in one of the 19 flexible meeting and conference rooms which have been coupled with leading-edge technology, ideal service and attention to detail. The hotel is also equipped with a Business Centre where all of your business needs can be met. \\n\\n Swim laps in the newly refurbished outdoor heated swimming pool, play a game of tennis on the city’s only tennis court, overlooking the city or squeeze in a workout in the Fitness Centre. \\n\\n Go on a culinary journey in the hotel’s award-winning restaurant; Vintaged Bar + Grill which showcases the best of Queensland’s world-class produce. \\n\"\r\n       }]\r\n     },\r\n     {\r\n       \"language\": \"CHINESE-T\",\r\n       \"name\": \"Hilton Brisbane\",\r\n       \"description\": \"test 布里斯班希爾頓酒店位於市中心，坐落在充滿活力的皇后街購物中心，是布里斯班的標誌性建築。酒店提供現代化的住宿，屢獲殊榮的餐飲，新裝修的休閒設施以及2500平方米的專門用於會議和活動的專用空間。 \\n\\n 選擇精心設計的客房，豪華客房或行政客房或豪華套房，其設計考慮到每位客人的舒適。預訂行政客房或套房，客人可以使用專屬的行政酒廊，那裡提供歐陸式早餐，全天茶點以及晚間飲品和小吃。 \\n\\n 在19間靈活的會議室中與其中一間會面並開展業務，這些會議室配備了先進的技術，理想的服務和對細節的關注。酒店還設有商務中心，可滿足您的所有商務需求。 \\n\\n 在新裝修的室外溫水游泳池游泳，在城市唯一的網球場打網球，俯瞰城市或在健身中心鍛煉身體。 \\n\\n 在酒店屢獲殊榮的餐廳享受美食之旅; Vintaged Bar + Grill餐廳展示了昆士蘭最好的世界級產品。 \\n\",\r\n       \"translatedFrom\": [{\r\n         \"name\": \"Hilton Brisbane\",\r\n         \"description\": \"A Brisbane icon, Hilton Brisbane is located in the heart of the city, on the vibrant Queen Street Mall. The hotel features modern accommodation, award-winning dining, newly refurbished leisure facilities and 2500 square metres of purpose built space designed specifically for meetings and events. \\n\\n Choose from a selection of well-appointed guest, deluxe or executive rooms, or luxury suites which have been designed with each and every guest’s comfort in mind. Book an executive room or suite and enjoy access to the exclusive Executive Lounge which features continental breakfast, refreshments throughout the day and evening drinks and canapés to enjoy. \\n\\n Meet and do business in one of the 19 flexible meeting and conference rooms which have been coupled with leading-edge technology, ideal service and attention to detail. The hotel is also equipped with a Business Centre where all of your business needs can be met. \\n\\n Swim laps in the newly refurbished outdoor heated swimming pool, play a game of tennis on the city’s only tennis court, overlooking the city or squeeze in a workout in the Fitness Centre. \\n\\n Go on a culinary journey in the hotel’s award-winning restaurant; Vintaged Bar + Grill which showcases the best of Queensland’s world-class produce. \\n\"\r\n       }]\r\n     },\r\n     {\r\n       \"language\": \"GERMAN\",\r\n       \"name\": \"Hilton Brisbane\",\r\n       \"description\": \"test Das Hilton Brisbane ist ein Wahrzeichen von Brisbane und befindet sich im Herzen der Stadt, in der pulsierenden Queen Street Mall. Das Hotel bietet moderne Unterkünfte, preisgekrönte Restaurants, neu renovierte Freizeiteinrichtungen und einen 2500 Quadratmeter großen, speziell für Tagungen und Veranstaltungen konzipierten Raum.\\n\\n Wählen Sie aus einer Auswahl an gut ausgestatteten Gästezimmern, Luxus- oder Executive-Zimmern oder luxuriösen Suiten, die für jeden Gast Komfort bieten. Buchen Sie ein Executive Zimmer oder eine Suite und genießen Sie den Zugang zur exklusiven Executive Lounge, in der Sie ein kontinentales Frühstück, Erfrischungen während des ganzen Tages und abends Getränke und Canapés genießen können.\\n\\n Lernen Sie in einem der 19 flexiblen Tagungs- und Konferenzräume, die mit Spitzentechnologie, idealem Service und Liebe zum Detail ausgestattet sind, Geschäfte ab. Das Hotel ist auch mit einem Business-Center ausgestattet, wo alle Ihre geschäftlichen Bedürfnisse erfüllt werden können.\\n\\n Schwimmen Sie im neu renovierten beheizten Außenpool, spielen Sie eine Runde Tennis auf dem einzigen Tennisplatz der Stadt, genießen Sie die Aussicht auf die Stadt oder trainieren Sie im Fitnesscenter.\\n\\n Gehen Sie im preisgekrönten Hotelrestaurant auf eine kulinarische Reise; Vintaged Bar + Grill, die das Beste von Queenslands erstklassigen Produkten präsentiert. \\n\",\r\n       \"translatedFrom\": [{\r\n         \"name\": \"Hilton Brisbane\",\r\n         \"description\": \"A Brisbane icon, Hilton Brisbane is located in the heart of the city, on the vibrant Queen Street Mall. The hotel features modern accommodation, award-winning dining, newly refurbished leisure facilities and 2500 square metres of purpose built space designed specifically for meetings and events. \\n\\n Choose from a selection of well-appointed guest, deluxe or executive rooms, or luxury suites which have been designed with each and every guest’s comfort in mind. Book an executive room or suite and enjoy access to the exclusive Executive Lounge which features continental breakfast, refreshments throughout the day and evening drinks and canapés to enjoy. \\n\\n Meet and do business in one of the 19 flexible meeting and conference rooms which have been coupled with leading-edge technology, ideal service and attention to detail. The hotel is also equipped with a Business Centre where all of your business needs can be met. \\n\\n Swim laps in the newly refurbished outdoor heated swimming pool, play a game of tennis on the city’s only tennis court, overlooking the city or squeeze in a workout in the Fitness Centre. \\n\\n Go on a culinary journey in the hotel’s award-winning restaurant; Vintaged Bar + Grill which showcases the best of Queensland’s world-class produce. \\n\"\r\n       }]\r\n     },\r\n     {\r\n       \"language\": \"FRENCH\",\r\n       \"name\": \"Hilton Brisbane\",\r\n       \"description\": \"test Icône de Brisbane, l'hôtel Hilton Brisbane est situé au cœur de la ville, sur le vibrant centre commercial Queen Street. L'hôtel propose un hébergement moderne, un restaurant primé, des installations de loisirs récemment rénovées et 2 500 mètres carrés d'espace spécialement conçu pour les réunions et les événements.\\n\\n Choisissez parmi une sélection de chambres bien aménagées pour les invités, les chambres de luxe ou les chambres exécutives, ou des suites de luxe conçues pour le confort de chaque client. Réservez une chambre ou une suite exécutive et profitez de l'exclusif salon exécutif proposant un petit-déjeuner continental, des rafraîchissements tout au long de la journée et des boissons et canapés en soirée.\\n\\n Rencontrez et faites des affaires dans l'une des 19 salles de réunion et de conférence flexibles associées à une technologie de pointe, à un service idéal et à une attention aux détails. L'hôtel est également équipé d'un centre d'affaires où tous les besoins de votre entreprise peuvent être satisfaits.\\n\\n Faites quelques longueurs dans la piscine extérieure chauffée récemment rénovée, faites une partie de tennis sur le seul court de tennis de la ville, surplombez la ville ou entraînez-vous au centre de remise en forme.\\n\\n Voyagez dans le restaurant primé de l'hôtel. Vintaged Bar + Grill, qui présente le meilleur des produits de classe mondiale du Queensland.\\n\",\r\n       \"translatedFrom\": [{\r\n         \"name\": \"Hilton Brisbane\",\r\n         \"description\": \"A Brisbane icon, Hilton Brisbane is located in the heart of the city, on the vibrant Queen Street Mall. The hotel features modern accommodation, award-winning dining, newly refurbished leisure facilities and 2500 square metres of purpose built space designed specifically for meetings and events. \\n\\n Choose from a selection of well-appointed guest, deluxe or executive rooms, or luxury suites which have been designed with each and every guest’s comfort in mind. Book an executive room or suite and enjoy access to the exclusive Executive Lounge which features continental breakfast, refreshments throughout the day and evening drinks and canapés to enjoy. \\n\\n Meet and do business in one of the 19 flexible meeting and conference rooms which have been coupled with leading-edge technology, ideal service and attention to detail. The hotel is also equipped with a Business Centre where all of your business needs can be met. \\n\\n Swim laps in the newly refurbished outdoor heated swimming pool, play a game of tennis on the city’s only tennis court, overlooking the city or squeeze in a workout in the Fitness Centre. \\n\\n Go on a culinary journey in the hotel’s award-winning restaurant; Vintaged Bar + Grill which showcases the best of Queensland’s world-class produce. \\n\"\r\n       }]\r\n     },\r\n     {\r\n       \"language\": \"JAPANESE\",\r\n       \"name\": \"ヒルトンブリスベン\",\r\n       \"description\": \"test ダラス・ヒルトン・ブリスベンは、クイーン・ストリート・モールのパース・イン・スチュワートにあるブリスベンのブリスベンに位置しています。ダスホテル近代美術館、レストラン、ビジネス地区2500人以上のレストラン、レストラン、レストラン、バー、ビジネスホテル、ジェームズ・フォンフォート・バイオグラフィーエグゼクティブ・ジム・エグゼクティブ・ジマー、エグゼクティブ・ラウンジ、エグゼクティブ・ラウンジ、エグゼクティブ・ラウンジ、エグゼクティブ・ラウンジ、エフリッシュランニング・オブ・ザ・ガーンズ、テイクアウト・アゲインデーション、カナンデス・キングン・アベニューなどがあります。\\n\\n フレンドリー・タクン - 理想的なサービスと理想的なサービス、理想的なサービスと生活の詳細ダスホテルは、ビジネスセンターでの仕事のために設計されていますが、それ以外の場所にはホテルの仕事がありません。\\n\\n ホテル周辺にはホテルのテニスコートがあり、テニスコートにはテニスコートがあり、フィットネスセンターの繁華街や繁華街に面しています。\\n\\n 敷地内にはレストランがあります。 Vintaged Bar + Grillは、クイーンズランド州出身のプロジェクションデザイナーの一人です。 \\n\",\r\n       \"translatedFrom\": [{\r\n         \"name\": \"Hilton Brisbane\",\r\n         \"description\": \"A Brisbane icon, Hilton Brisbane is located in the heart of the city, on the vibrant Queen Street Mall. The hotel features modern accommodation, award-winning dining, newly refurbished leisure facilities and 2500 square metres of purpose built space designed specifically for meetings and events. \\n\\n Choose from a selection of well-appointed guest, deluxe or executive rooms, or luxury suites which have been designed with each and every guest’s comfort in mind. Book an executive room or suite and enjoy access to the exclusive Executive Lounge which features continental breakfast, refreshments throughout the day and evening drinks and canapés to enjoy. \\n\\n Meet and do business in one of the 19 flexible meeting and conference rooms which have been coupled with leading-edge technology, ideal service and attention to detail. The hotel is also equipped with a Business Centre where all of your business needs can be met. \\n\\n Swim laps in the newly refurbished outdoor heated swimming pool, play a game of tennis on the city’s only tennis court, overlooking the city or squeeze in a workout in the Fitness Centre. \\n\\n Go on a culinary journey in the hotel’s award-winning restaurant; Vintaged Bar + Grill which showcases the best of Queensland’s world-class produce. \\n\"\r\n       }]\r\n     },\r\n     {\r\n       \"language\": \"ITALIAN\",\r\n       \"name\": \"Hilton Brisbane\",\r\n       \"description\": \"test Icona di Brisbane, l'Hilton Brisbane si trova nel cuore della città, nel vivace Queen Street Mall. L'hotel dispone di alloggi moderni, ristoranti premiati, strutture per il tempo libero recentemente rinnovate e 2500 m² di spazio appositamente progettato per riunioni ed eventi.\\n\\n Scegli tra una selezione di camere ben arredate, deluxe o executive, o suite di lusso che sono state progettate pensando al comfort di ogni ospite. Prenota una camera executive o suite e goditi l'accesso all'esclusiva Executive Lounge che offre colazione continentale, rinfreschi durante tutto il giorno e drink e tartine serali.\\n\\n Incontra e fai affari in una delle 19 sale riunioni e conferenze flessibili che sono state abbinate a tecnologia all'avanguardia, servizio ideale e attenzione ai dettagli. L'hotel è inoltre dotato di un Business Center in cui è possibile soddisfare tutte le esigenze aziendali.\\n\\n Nuota nella piscina esterna riscaldata, appena ristrutturata, gioca a tennis nell'unico campo da tennis della città, affacciato sulla città o fai un allenamento nel centro fitness.\\n\\n Fai un viaggio culinario nel ristorante pluripremiato dell'hotel; Vintaged Bar + Grill che mette in mostra il meglio dei prodotti di classe mondiale del Queensland.\\n\",\r\n       \"translatedFrom\": [{\r\n         \"name\": \"Hilton Brisbane\",\r\n         \"description\": \"A Brisbane icon, Hilton Brisbane is located in the heart of the city, on the vibrant Queen Street Mall. The hotel features modern accommodation, award-winning dining, newly refurbished leisure facilities and 2500 square metres of purpose built space designed specifically for meetings and events. \\n\\n Choose from a selection of well-appointed guest, deluxe or executive rooms, or luxury suites which have been designed with each and every guest’s comfort in mind. Book an executive room or suite and enjoy access to the exclusive Executive Lounge which features continental breakfast, refreshments throughout the day and evening drinks and canapés to enjoy. \\n\\n Meet and do business in one of the 19 flexible meeting and conference rooms which have been coupled with leading-edge technology, ideal service and attention to detail. The hotel is also equipped with a Business Centre where all of your business needs can be met. \\n\\n Swim laps in the newly refurbished outdoor heated swimming pool, play a game of tennis on the city’s only tennis court, overlooking the city or squeeze in a workout in the Fitness Centre. \\n\\n Go on a culinary journey in the hotel’s award-winning restaurant; Vintaged Bar + Grill which showcases the best of Queensland’s world-class produce. \\n\"\r\n       }]\r\n     },\r\n     {\r\n       \"language\": \"KOREAN\",\r\n       \"name\": \"Hilton Brisbane\",\r\n       \"description\": \"test 브리즈번 (Brisbane) 아이콘 인 Hilton Brisbane은 시내 중심부의 활기찬 퀸 스트리트 몰 (Queen Street Mall)에 위치하고 있습니다. 이 호텔은 현대적인 숙박 시설, 수상 경력에 빛나는 식당, 새로 단장 한 레저 시설 및 회의 및 행사를 위해 특별히 설계된 2500 평방 미터의 목적으로 건축 된 공간을 갖추고 있습니다.\\n\\n 잘 꾸며진 게스트, 디럭스 또는 이그제큐티브 룸 또는 각 게스트의 편안함을 염두에두고 설계된 럭셔리 스위트 중에서 선택하십시오. 이그 제 큐 티브 룸 또는 스위트 룸을 예약하고 유럽식 조식, 하루 종일 다과와 저녁 음료 및 카나페를 즐길 수있는 독점적 인 Executive Lounge 입장 혜택을 즐기십시오.\\n\\n 최첨단 기술, 이상적인 서비스 및 세부 사항에 대한 관심과 결합 된 19 개의 유연한 회의실 및 회의실 중 하나에서 비즈니스를 만나고하십시오. 호텔에는 비즈니스 센터가있어서 비즈니스 요구 사항을 모두 충족시킬 수 있습니다.\\n\\n 새로 단장 한 야외 온수 수영장에서 수영을 즐기고 도시의 유일한 테니스 코트에서 테니스 게임을 즐기고 시내를 내려다 보거나 피트니스 센터에서 운동을하십시오.\\n\\n 수상 경력에 빛나는 호텔 레스토랑에서 요리 여행을 즐겨보십시오. 퀸즐랜드 최고의 세계 일품을 선보이는 Vintaged Bar + Grill\\n\",\r\n       \"translatedFrom\": [{\r\n         \"name\": \"Hilton Brisbane\",\r\n         \"description\": \"A Brisbane icon, Hilton Brisbane is located in the heart of the city, on the vibrant Queen Street Mall. The hotel features modern accommodation, award-winning dining, newly refurbished leisure facilities and 2500 square metres of purpose built space designed specifically for meetings and events. \\n\\n Choose from a selection of well-appointed guest, deluxe or executive rooms, or luxury suites which have been designed with each and every guest’s comfort in mind. Book an executive room or suite and enjoy access to the exclusive Executive Lounge which features continental breakfast, refreshments throughout the day and evening drinks and canapés to enjoy. \\n\\n Meet and do business in one of the 19 flexible meeting and conference rooms which have been coupled with leading-edge technology, ideal service and attention to detail. The hotel is also equipped with a Business Centre where all of your business needs can be met. \\n\\n Swim laps in the newly refurbished outdoor heated swimming pool, play a game of tennis on the city’s only tennis court, overlooking the city or squeeze in a workout in the Fitness Centre. \\n\\n Go on a culinary journey in the hotel’s award-winning restaurant; Vintaged Bar + Grill which showcases the best of Queensland’s world-class produce. \\n\"\r\n       }]\r\n     },\r\n     {\r\n       \"language\": \"PORT-EUR\",\r\n       \"name\": \"Hilton Brisbane\",\r\n       \"description\": \"test Um ícone de Brisbane, o Hilton Brisbane está localizado no coração da cidade, no vibrante Queen Street Mall. O hotel dispõe de acomodações modernas, restaurantes premiados, instalações de lazer recém-reformadas e 2500 m² de espaço projetado especificamente para reuniões e eventos.\\n\\n Escolha entre uma seleção de quartos de hóspedes bem equipados, de luxo ou executivos, ou suítes de luxo que foram projetados com o conforto de cada hóspede em mente. Reserve um quarto executivo ou suíte e desfrute do acesso ao exclusivo Lounge Executivo, que oferece café da manhã continental, bebidas durante todo o dia e bebidas e canapés à noite.\\n\\n Conheça e faça negócios em uma das 19 salas de reunião e conferência flexíveis que foram combinadas com tecnologia de ponta, serviço ideal e atenção aos detalhes. O hotel também está equipado com um Business Center, onde todas as suas necessidades de negócios podem ser atendidas.\\n\\n Dê um mergulho na recém-renovada piscina exterior aquecida, jogue uma partida de ténis no único campo de ténis da cidade, com vista para a cidade ou exercite-se no centro de fitness.\\n\\n Faça uma viagem culinária no restaurante premiado do hotel; Vintaged Bar + Grill, que apresenta o melhor dos produtos de classe mundial de Queensland.\\n\",\r\n       \"translatedFrom\": [{\r\n         \"name\": \"Hilton Brisbane\",\r\n         \"description\": \"A Brisbane icon, Hilton Brisbane is located in the heart of the city, on the vibrant Queen Street Mall. The hotel features modern accommodation, award-winning dining, newly refurbished leisure facilities and 2500 square metres of purpose built space designed specifically for meetings and events. \\n\\n Choose from a selection of well-appointed guest, deluxe or executive rooms, or luxury suites which have been designed with each and every guest’s comfort in mind. Book an executive room or suite and enjoy access to the exclusive Executive Lounge which features continental breakfast, refreshments throughout the day and evening drinks and canapés to enjoy. \\n\\n Meet and do business in one of the 19 flexible meeting and conference rooms which have been coupled with leading-edge technology, ideal service and attention to detail. The hotel is also equipped with a Business Centre where all of your business needs can be met. \\n\\n Swim laps in the newly refurbished outdoor heated swimming pool, play a game of tennis on the city’s only tennis court, overlooking the city or squeeze in a workout in the Fitness Centre. \\n\\n Go on a culinary journey in the hotel’s award-winning restaurant; Vintaged Bar + Grill which showcases the best of Queensland’s world-class produce. \\n\"\r\n       }]\r\n     },\r\n     {\r\n       \"language\": \"INDONESIAN\",\r\n       \"name\": \"Hilton Brisbane\",\r\n       \"description\": \"Ikon Brisbane, Hilton Brisbane terletak di jantung kota, di Queen Street Mall yang ramai. Hotel ini memiliki akomodasi modern, tempat makan pemenang penghargaan, fasilitas rekreasi yang baru direnovasi, dan ruang yang dibangun khusus seluas 2.500 meter persegi yang dirancang khusus untuk pertemuan dan acara.\\n\\nPilih dari pilihan kamar tamu, kamar deluxe atau eksekutif, atau suite mewah yang telah dirancang dengan mengutamakan kenyamanan setiap tamu. Pesan kamar atau suite eksekutif dan nikmati akses ke Executive Lounge eksklusif yang menyajikan sarapan kontinental, minuman sepanjang hari dan minuman malam serta makanan kecil untuk dinikmati.\\n\\nBertemu dan berbisnis di salah satu dari 19 ruang pertemuan dan konferensi fleksibel yang telah digabungkan dengan teknologi terdepan, layanan ideal, dan perhatian terhadap detail. Hotel ini juga dilengkapi dengan Business Center dimana semua kebutuhan bisnis Anda dapat terpenuhi.\\n\\nBerenang lap di kolam renang luar ruangan yang baru direnovasi, bermain tenis di satu-satunya lapangan tenis di kota, menghadap ke kota atau berolahraga di Pusat Kebugaran.\\n\\nBerwisata kuliner di restoran hotel yang memenangkan penghargaan; Vintaged Bar + Grill yang memamerkan produk kelas dunia Queensland terbaik\",\r\n       \"translatedFrom\": [{\r\n         \"name\": \"Hilton Brisbane\",\r\n         \"description\": \"A Brisbane icon, Hilton Brisbane is located in the heart of the city, on the vibrant Queen Street Mall. The hotel features modern accommodation, award-winning dining, newly refurbished leisure facilities and 2500 square metres of purpose built space designed specifically for meetings and events. \\n\\n Choose from a selection of well-appointed guest, deluxe or executive rooms, or luxury suites which have been designed with each and every guest’s comfort in mind. Book an executive room or suite and enjoy access to the exclusive Executive Lounge which features continental breakfast, refreshments throughout the day and evening drinks and canapés to enjoy. \\n\\n Meet and do business in one of the 19 flexible meeting and conference rooms which have been coupled with leading-edge technology, ideal service and attention to detail. The hotel is also equipped with a Business Centre where all of your business needs can be met. \\n\\n Swim laps in the newly refurbished outdoor heated swimming pool, play a game of tennis on the city’s only tennis court, overlooking the city or squeeze in a workout in the Fitness Centre. \\n\\n Go on a culinary journey in the hotel’s award-winning restaurant; Vintaged Bar + Grill which showcases the best of Queensland’s world-class produce. \\n\"\r\n       }]\r\n     }],\r\n     \"services\":[{\r\n       \"id\": \"56b266e82880253d74c4f1d8\",\r\n       \"translations\":[{\r\n         \"language\": \"CHINESE-S\",\r\n         \"name\": \"希尔顿国王套房\",\r\n         \"description\": \"test 这间宽敞的64平方米/ 689平方英尺的套房设有现代化设施，包括环境氛围照明，两台液晶电视，符合人体工程学的工作区，步入式淋浴间和水力按摩浴缸，让您尽情享受。 客人可以使用专属的行政酒廊，那里提供免费早餐，全天茶点以及晚间饮品和小吃。 使用Wi-Fi在线浏览（收费）或在休息室观看电影。 特别设施包括浴巾，郁郁葱葱的浴袍和拖鞋，矿泉水和豪华浴室设施。\",\r\n         \"translatedFrom\": [{\r\n           \"name\": \"King Hilton Suite\",\r\n           \"description\": \"Spoil yourself in this spacious 64 square metre/689 square foot suite with modern amenities including ambient mood lighting, two LCD televisions, an ergonomic work zone, walk-in shower, and hydra bath. Enjoy access to the exclusive Executive Lounge which offers complimentary breakfast, refreshments throughout the day and evening drinks and canapés. Browse online with Wi-Fi (fees apply) or watch a movie in the lounge room. Special touches include bath sheets, lush bathrobes and slippers, mineral water and luxurious bathroom amenities.\"\r\n       }]\r\n     },\r\n     {\r\n       \"language\": \"CHINESE-T\",\r\n       \"name\": \"希爾頓國王套房\",\r\n       \"description\": \"test 這間寬敞的64平方米/ 689平方英尺的套房設有現代化設施，包括環境氛圍照明，兩台液晶電視，符合人體工程學的工作區，步入式淋浴間和水力按摩浴缸，讓您盡情享受。 客人可以使用專屬的行政酒廊，那裡提供免費早餐，全天茶點以及晚間飲品和小吃。 使用Wi-Fi在線瀏覽（收費）或在休息室觀看電影。 特別設施包括浴巾，鬱鬱蔥蔥的浴袍和拖鞋，礦泉水和豪華浴室設施。\",\r\n       \"translatedFrom\": [{\r\n         \"name\": \"King Hilton Suite\",\r\n         \"description\": \"Spoil yourself in this spacious 64 square metre/689 square foot suite with modern amenities including ambient mood lighting, two LCD televisions, an ergonomic work zone, walk-in shower, and hydra bath. Enjoy access to the exclusive Executive Lounge which offers complimentary breakfast, refreshments throughout the day and evening drinks and canapés. Browse online with Wi-Fi (fees apply) or watch a movie in the lounge room. Special touches include bath sheets, lush bathrobes and slippers, mineral water and luxurious bathroom amenities.\"\r\n       }]\r\n     },\r\n     {\r\n       \"language\": \"GERMAN\",\r\n       \"name\": \"Hilton Suite mit Kingsize-Bett\",\r\n       \"description\": \"Verwöhnen Sie sich in dieser geräumigen, 64 m² großen Suite mit modernen Annehmlichkeiten wie stimmungsvoller Beleuchtung, zwei LCD-Fernsehern, einer ergonomischen Arbeitszone, einer ebenerdigen Dusche und einer Hydromassage-Badewanne. Genießen Sie den Zugang zur exklusiven Executive Lounge, die ein kostenloses Frühstück, Erfrischungen während des Tages und abends Getränke und Canapés bietet. Surfen Sie online mit WLAN (gegen Gebühr) oder schauen Sie einen Film in der Lounge. Zu den besonderen Annehmlichkeiten gehören Badetücher, üppige Bademäntel und Hausschuhe, Mineralwasser und luxuriöse Pflegeprodukte.\",\r\n       \"translatedFrom\": [{\r\n         \"name\": \"King Hilton Suite\",\r\n         \"description\": \"Spoil yourself in this spacious 64 square metre/689 square foot suite with modern amenities including ambient mood lighting, two LCD televisions, an ergonomic work zone, walk-in shower, and hydra bath. Enjoy access to the exclusive Executive Lounge which offers complimentary breakfast, refreshments throughout the day and evening drinks and canapés. Browse online with Wi-Fi (fees apply) or watch a movie in the lounge room. Special touches include bath sheets, lush bathrobes and slippers, mineral water and luxurious bathroom amenities.\"\r\n       }]\r\n     },\r\n     {\r\n       \"language\": \"FRENCH\",\r\n       \"name\": \"Suite King Hilton\",\r\n       \"description\": \"Faites-vous plaisir dans cette suite spacieuse de 64 mètres carrés (689 pieds carrés) dotée d'équipements modernes, notamment un éclairage d'ambiance, deux téléviseurs LCD, une zone de travail ergonomique, une douche à l'italienne et une baignoire hydra. Profitez de l'accès au salon exécutif exclusif qui propose un petit-déjeuner gratuit, des rafraîchissements tout au long de la journée et des boissons et canapés en soirée. Naviguez en ligne avec Wi-Fi (payant) ou regardez un film dans le salon. Des draps de bain, des peignoirs luxueux, des chaussons, de l'eau minérale et des articles de toilette de luxe complètent les installations.\",\r\n       \"translatedFrom\": [{\r\n         \"name\": \"King Hilton Suite\",\r\n         \"description\": \"Spoil yourself in this spacious 64 square metre/689 square foot suite with modern amenities including ambient mood lighting, two LCD televisions, an ergonomic work zone, walk-in shower, and hydra bath. Enjoy access to the exclusive Executive Lounge which offers complimentary breakfast, refreshments throughout the day and evening drinks and canapés. Browse online with Wi-Fi (fees apply) or watch a movie in the lounge room. Special touches include bath sheets, lush bathrobes and slippers, mineral water and luxurious bathroom amenities.\"\r\n       }]\r\n     },\r\n     {\r\n       \"language\": \"JAPANESE\",\r\n       \"name\": \"キングヒルトンスイート\",\r\n       \"description\": \"周辺のムードライト、2つの液晶テレビ、人間工学に基づいたワークゾーン、ウォークインシャワー、ヒドラバスなど、モダンなアメニティを取り揃えた広々とした64㎡の広々としたスイートです。 無料の朝食、一日中の軽食、夜のドリンクとカナッペを提供するエグゼクティブラウンジへのアクセスをお楽しみください。 Wi-Fi（有料）を利用してオンラインで閲覧したり、ラウンジルームで映画を観たりできます。 バスタオル、豪華なバスローブとスリッパ、ミネラルウォーター、豪華なバスアメニティなどの特典があります。\",\r\n       \"translatedFrom\": [{\r\n         \"name\": \"King Hilton Suite\",\r\n         \"description\": \"Spoil yourself in this spacious 64 square metre/689 square foot suite with modern amenities including ambient mood lighting, two LCD televisions, an ergonomic work zone, walk-in shower, and hydra bath. Enjoy access to the exclusive Executive Lounge which offers complimentary breakfast, refreshments throughout the day and evening drinks and canapés. Browse online with Wi-Fi (fees apply) or watch a movie in the lounge room. Special touches include bath sheets, lush bathrobes and slippers, mineral water and luxurious bathroom amenities.\"\r\n       }]\r\n     },\r\n     {\r\n       \"language\": \"ITALIAN\",\r\n       \"name\": \"King Hilton Suite\",\r\n       \"description\": \"Lasciatevi viziare in questa spaziosa suite di 64 metri quadri / 689 piedi quadrati con servizi moderni tra cui illuminazione d'atmosfera, due televisori LCD, una zona di lavoro ergonomica, cabina doccia e vasca idromassaggio. Godetevi l'accesso all'esclusiva Executive Lounge che offre colazione, rinfreschi durante tutto il giorno e drink e tartine serali. Naviga online con Wi-Fi (a pagamento) o guarda un film nel salotto. Tocchi speciali includono teli da bagno, morbidi accappatoi e pantofole, acqua minerale e lussuosi prodotti da bagno.\",\r\n       \"translatedFrom\": [{\r\n         \"name\": \"King Hilton Suite\",\r\n         \"description\": \"Spoil yourself in this spacious 64 square metre/689 square foot suite with modern amenities including ambient mood lighting, two LCD televisions, an ergonomic work zone, walk-in shower, and hydra bath. Enjoy access to the exclusive Executive Lounge which offers complimentary breakfast, refreshments throughout the day and evening drinks and canapés. Browse online with Wi-Fi (fees apply) or watch a movie in the lounge room. Special touches include bath sheets, lush bathrobes and slippers, mineral water and luxurious bathroom amenities.\"\r\n       }]\r\n     },\r\n     {\r\n       \"language\": \"KOREAN\",\r\n       \"name\": \"킹 힐튼 스위트 룸\",\r\n       \"description\": \"주변 분위기 조명, 2 대의 LCD TV, 인체 공학적 작업 공간, 워크 인 샤워 및 히드라 욕조를 포함한 현대적인 편의 시설을 갖춘이 넓고 넓은 64 평방 미터 / 689 평방 피트 스위트 룸에 머무십시오. 무료 아침 식사, 하루 종일 다과와 저녁 음료 및 카나페를 제공하는 독점적 인 Executive Lounge를 이용해보십시오. 라운지 룸에서 Wi-Fi (유료)를 이용하여 온라인으로 탐색하거나 영화를 관람하십시오. 목욕 시트, 무성한 목욕 가운과 슬리퍼, 미네랄 생수 및 고급스러운 욕실 편의 시설을 특별하게 제공합니다.\",\r\n       \"translatedFrom\": [{\r\n         \"name\": \"King Hilton Suite\",\r\n         \"description\": \"Spoil yourself in this spacious 64 square metre/689 square foot suite with modern amenities including ambient mood lighting, two LCD televisions, an ergonomic work zone, walk-in shower, and hydra bath. Enjoy access to the exclusive Executive Lounge which offers complimentary breakfast, refreshments throughout the day and evening drinks and canapés. Browse online with Wi-Fi (fees apply) or watch a movie in the lounge room. Special touches include bath sheets, lush bathrobes and slippers, mineral water and luxurious bathroom amenities.\"\r\n       }]\r\n     },\r\n     {\r\n       \"language\": \"PORT-EUR\",\r\n       \"name\": \"Suíte King Hilton\",\r\n       \"description\": \"Mime-se nesta suíte espaçosa de 64 m² com comodidades modernas, incluindo iluminação ambiente, dois televisores LCD, uma área de trabalho ergonômica, box amplo e banheira de hidra. Aproveite o acesso ao exclusivo Lounge Executivo, que oferece café da manhã de cortesia, bebidas durante todo o dia e bebidas e canapés à noite. Navegue on-line com Wi-Fi (taxa extra) ou assista a um filme na sala de estar. Os toques especiais incluem lençóis de banho, roupões e chinelos exuberantes, água mineral e amenidades de banho de luxo.\",\r\n       \"translatedFrom\": [{\r\n         \"name\": \"King Hilton Suite\",\r\n         \"description\": \"Spoil yourself in this spacious 64 square metre/689 square foot suite with modern amenities including ambient mood lighting, two LCD televisions, an ergonomic work zone, walk-in shower, and hydra bath. Enjoy access to the exclusive Executive Lounge which offers complimentary breakfast, refreshments throughout the day and evening drinks and canapés. Browse online with Wi-Fi (fees apply) or watch a movie in the lounge room. Special touches include bath sheets, lush bathrobes and slippers, mineral water and luxurious bathroom amenities.\"\r\n       }]\r\n     },\r\n     {\r\n       \"language\": \"SPAN-EUR\",\r\n       \"name\": \"Suite Hilton King\",\r\n       \"description\": \"Deléitese en esta amplia suite de 64 metros cuadrados / 689 pies cuadrados con comodidades modernas que incluyen iluminación ambiental, dos televisores LCD, una zona de trabajo ergonómica, cabina de ducha y bañera de hidra. Disfrute del acceso al exclusivo salón ejecutivo, que ofrece desayuno de cortesía, refrescos durante todo el día y bebidas y canapés por la noche. Navegue en línea con Wi-Fi (se aplican tarifas) o vea una película en el salón. Toques especiales incluyen sábanas de baño, albornoces y zapatillas exuberantes, agua mineral y artículos de tocador de lujo.\",\r\n       \"translatedFrom\": [{\r\n         \"name\": \"King Hilton Suite\",\r\n         \"description\": \"Spoil yourself in this spacious 64 square metre/689 square foot suite with modern amenities including ambient mood lighting, two LCD televisions, an ergonomic work zone, walk-in shower, and hydra bath. Enjoy access to the exclusive Executive Lounge which offers complimentary breakfast, refreshments throughout the day and evening drinks and canapés. Browse online with Wi-Fi (fees apply) or watch a movie in the lounge room. Special touches include bath sheets, lush bathrobes and slippers, mineral water and luxurious bathroom amenities.\"\r\n       }]\r\n     },\r\n     {\r\n       \"language\": \"INDONESIAN\",\r\n       \"name\": \"Suite Hilton King\",\r\n       \"description\": \"Manjakan diri Anda di suite seluas 64 meter persegi / 689 kaki persegi dengan fasilitas modern termasuk ambient mood lighting, dua televisi LCD, zona kerja ergonomis, bilik shower, dan hydra bath. Nikmati akses ke Executive Lounge eksklusif yang menawarkan sarapan gratis, minuman sepanjang hari dan minuman malam serta makanan kecil. Jelajahi online dengan Wi-Fi (dikenakan biaya) atau tonton film di ruang lounge. Sentuhan khusus termasuk seprai, jubah mandi yang subur dan sandal, air mineral, dan perlengkapan kamar mandi yang mewah.\",\r\n       \"translatedFrom\": [{\r\n         \"name\": \"King Hilton Suite\",\r\n         \"description\": \"Spoil yourself in this spacious 64 square metre/689 square foot suite with modern amenities including ambient mood lighting, two LCD televisions, an ergonomic work zone, walk-in shower, and hydra bath. Enjoy access to the exclusive Executive Lounge which offers complimentary breakfast, refreshments throughout the day and evening drinks and canapés. Browse online with Wi-Fi (fees apply) or watch a movie in the lounge room. Special touches include bath sheets, lush bathrobes and slippers, mineral water and luxurious bathroom amenities.\"\r\n       }]\r\n     }\r\n     ]\r\n   }]\r\n   }\r\n }]"},"url":"https://{{staging}}/api/listings/contributions?apikey={{admin_key}}&skipEmail=true&strategy=merge","description":"<h4 id=\"category-description\">Category description:</h4>\n<p>Accommodation establishments allowing short term stay. Property styles can range from apartments, backpacker and hotels, bed and breakfasts, caravan and camping, farm stays,\nholiday houses, motels, hotels and resorts.</p>\n","urlObject":{"protocol":"https","path":["api","listings","contributions"],"host":["{{staging}}"],"query":[{"key":"apikey","value":"{{admin_key}}"},{"key":"skipEmail","value":"true"},{"key":"strategy","value":"merge"}],"variable":[]}},"response":[],"_postman_id":"f5cde260-6b16-42ab-8aeb-41df1083462e"}],"event":[{"listen":"prerequest","script":{"id":"49c5e06a-089a-49db-958a-7227b868a44c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d5700590-87eb-49dc-a279-c6734794c593","type":"text/javascript","exec":[""]}}]}