Changes for page 1. Hotels
Last modified by Giorgi Mdivnishvili on 2024/02/29 10:01
From version 9.1
edited by Giorgi Mdivnishvili
on 2024/02/26 17:36
on 2024/02/26 17:36
Change comment:
There is no comment for this version
To version 1.1
edited by Giorgi Mdivnishvili
on 2024/02/26 15:05
on 2024/02/26 15:05
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - 1.Hotels1 +Hotels - Content
-
... ... @@ -1,168 +1,157 @@ 1 -{{box cssClass="floatinginfobox" title="**Contents**"}} 2 - 1 +**https:~/~/restapi.rustaronline.com/v1.01/api/hotels** 3 3 4 -{{toc/}} 5 -{{/box}} 3 +Method: GET 6 6 7 - = Method Description=5 +Parameters to pass: agentid and agentpassword 8 8 9 -** GetDestinationCountries **method isusedo getall destinationcountrieslist,which is provided by Nugios.7 +Sample URL: **https:~/~/restapi.rustaronline.com/v1.01/api/hotels?agentid=test.test&agentpassword=TestP@ssw0rd** 10 10 11 11 12 - ==EndpointURL-[GET]==10 +The method returns the list of hotels with the statuses and timestamps of the prices 13 13 14 -{{info}} 15 -[[https:~~/~~/integration.kazunion.com/api/Catalogue/GetDestinationCountries>>http://integration.kazunion.com/api/Catalogue/GetDestinationCountries]] 16 -{{/info}} 12 +Return value example: 17 17 14 +{ 18 18 19 - ==RequestParameters==16 + "Code": "00", 20 20 21 -(% class="box infomessage" %) 22 -((( 23 - 18 + "Message": "", 24 24 25 -|**Key**|**Value**|**Request URL** 26 -|onlyHotels|True|[[https:~~/~~/integration.kazunion.com/api/Catalogue/GetDestinationCountries?onlyHotels=true>>http://integration.kazunion.com/api/Catalogue/GetDestinationCountries?onlyHotels=true]] 27 -|onlyHotels|False|[[https:~~/~~/integration.kazunion.com/api/Catalogue/GetDestinationCountries?onlyHotels=false>>http://integration.kazunion.com/api/Catalogue/GetDestinationCountries?onlyHotels=false]] 20 + "Timestamp": "2016-06-27T19:20:00.7512185+04:00", 28 28 29 - 30 -))) 22 + "Version": “1.01”, 31 31 24 + "ResponseID": "b512a117-6745-493d-9fa4-828d79c0df1d", 32 32 33 -{{{In the system, Destination countries are two types: 34 -1) Destinations where packages are available with flights, 35 -2) Destination Countries with only hotels. 36 -So using parameter false, or true there is option given, to determine type of destination country.}}} 26 + "Data": [ 37 37 28 + { 38 38 39 - ==RequestBody==30 + "hotelid": "d6f9299f-5d94-4955-85e7-003e0383023c", 40 40 41 -{{code language="Json"}} 42 -none 43 -{{/code}} 32 + "hotelname": "Summer Land Motel - Sharjah", 44 44 34 + "pricestatus": "ready", 45 45 46 - ==ResponseBody==36 + "cityid": "f78ac3bc-f040-46d0-8319-2c52083080a6", 47 47 48 -{{code language="json"}} 49 -{ 50 - "error": true, 51 - "errorCode": "string", 52 - "errorDescription": "string", 53 - "userErrorDescription": "string", 54 - "countries": [ 38 + "cityname": "Sharjah", 39 + 40 + "districtid": "7ac1bbc8-59ea-4977-b272-ed8553f94f9b", 41 + 42 + "districtname": "Sharjah", 43 + 44 + "hasalcohol": false, 45 + 46 + "hasfreewifi": true, 47 + 48 + "hasmall": false, 49 + 50 + "hasmetro": false, 51 + 52 + "haspool": true, 53 + 54 + "hotelclass": "~*~**", 55 + 56 + "hoteltype": "City", 57 + 58 + "popular": false, 59 + 60 + "recommended": false, 61 + 62 + "priceupdated": "2016-04-24T11:12:09.66", 63 + 64 + "note": "Check-in time is 14:00 hrs, Check-out time is 12:00 hrs\r\n\r\n\r\nHotel guests can access the pool and beach of Beach Hotel Sharjah hotel - AED 20.00 ($5.50) for 1 person a day. \r\nHotel guests can access the pool and beach of Sharjah Carlton Hotel hotel - AED 20.00 ($5.50) for 1 person a day. \r\nHotel guests can access the pool and beach of Golden Beach Motel hotel - AED 15.00 ($4.10) for 1 person a day. \r\nThe hotel provides a group transfer to Dubai (Naser Square).\r\n\r\n\r\n", 65 + 66 + "imageurl": "https:~/~/www.rustaronline.com/images/pages/hotels/thumbnail/F2EB7838-B479-4A81-BE9A-8113E06C70B5.jpg" 67 + 68 + }, 69 + 55 55 { 56 - "countryCode": "string", 57 - "countryName": "string", 58 - "note": "string", 59 - "phoneCode": "string", 60 - "isO2": "string", 61 - "isO3": "string", 62 - "status": 0, 63 - "sortingOrder": 0, 64 - "sellCurrency": "string" 71 + 72 + "hotelid": "60d6bb96-a8ba-4c14-908e-7a9227c34bf3", 73 + 74 + "hotelname": "Burj Al Arab", 75 + 76 + "pricestatus": "ready", 77 + 78 + "cityid": "f5185fa3-3f56-44ed-bf6b-80386a33caa2", 79 + 80 + "cityname": "Dubai", 81 + 82 + "districtid": "e6f59e6e-4747-4c14-9b6b-a709cce36c33", 83 + 84 + "districtname": "Jumeirah", 85 + 86 + "hasalcohol": true, 87 + 88 + "hasfreewifi": true, 89 + 90 + "hasmall": false, 91 + 92 + "hasmetro": false, 93 + 94 + "haspool": true, 95 + 96 + "hotelclass": "~*~*~*~**", 97 + 98 + "hoteltype": "Beach", 99 + 100 + "popular": false, 101 + 102 + "recommended": false, 103 + 104 + "priceupdated": "2016-06-19T14:17:39.65", 105 + 106 + "note": null, 107 + 108 +"imageurl": "" 109 + 65 65 } 111 + 66 66 ] 113 + 67 67 } 68 -{{/code}} 69 69 70 70 71 -=== example === 72 72 73 -{{code language="Json"}} 74 - { 75 - "countryCode": "MV", 76 - "countryName": "Maldives", 77 - "phoneCode": "960", 78 - "isO2": "MV", 79 - "isO3": "MDV", 80 - "status": 1, 81 - "sortingOrder": 800, 82 - "sellCurrency": "USD" 83 - }, 84 - { 85 - "countryCode": "GE", 86 - "countryName": "Georgia", 87 - "phoneCode": "995", 88 - "isO2": "GE", 89 - "isO3": "GEO", 90 - "status": 1, 91 - "sortingOrder": 900, 92 - "sellCurrency": "USD" 93 - } 94 -{{/code}} 95 95 119 +**hotelid:** GUID of the hotel in the database of Rustar. This GUID will be used to retrieve additional information (like prices) about the hotel 96 96 97 - === Schema===121 +**hotelname:** string. Name of the hotel 98 98 99 -(% data-xwiki-non-generated-content="java.util.List" %) 100 -((( 101 -{{success}} 102 -GetCountriesResponse{ 123 +**pricestatus:** string. "ready" or "pending". “ready” means that prices are ready to be downloaded. “pending” means that price registration is under processing and not all prices are available for the hotel. In case of “pending” the prices should be downloaded later when the status is changed to “ready”. 103 103 104 -|error|boolean 105 -|errorCode|string 106 -nullable: true 107 -|errorDescription|string 108 -nullable: true 109 -|userErrorDescription|string 110 -nullable: true 111 -|countries|[ 112 -nullable: trueCountry{((( 113 -|countryCode|string 114 -nullable: true 115 -readOnly: true 116 -|countryName|string 117 -nullable: true 118 -|note|string 119 -nullable: true 120 -|phoneCode|string 121 -nullable: true 122 -|isO2|string 123 -nullable: true 124 -|isO3|string 125 -nullable: true 126 -|status|integer($int32) 127 -|sortingOrder|integer($int32) 128 -|sellCurrency|string 129 -nullable: true 125 +**cityid:** GUID of the City where the hotel is located. 130 130 131 -}] 132 -))) 127 +**cityname:** string. Name of the city 133 133 134 -} 135 -{{/success}} 129 +**districtid:** GUID of the district, where the hotel is located 136 136 137 - 138 -))) 131 +**districtname: ** string. Name of the district 139 139 140 - ==Definitions==133 +**hasalcohol:** Boolean parameter. Describes whether hotel serves alcohol or not 141 141 142 -{{code language="none"}} 143 -countrycode: string. ISO2 Country code 144 -countryName : Name of the country 145 -isO2 : country name in iso2 standard 146 -isO3 : country name in iso3 standard 147 -sellCurrency : Sell Currency in given country 148 -{{/code}} 135 +**hasfreewifi:** Boolean parameter. Describes whether free wifi is available in the rooms 149 149 137 +**hasmall:** Boolean parameter. Describes whether there is a shopping mall near the hotel 150 150 151 - == Important==139 +**hasmetro:** Boolean parameter. Describes whether there is a metro station near the hotel 152 152 153 -{{error}} 154 -It's Important to in every other request header, put Auth token 141 +**haspool:** Boolean parameter. Describes whether there is swimming pool in the hotel 155 155 156 -** Key**-Authorization143 +**hotelclass:** string. “*”,”~*~*”,”~*~**”,”~*~*~*~*”,”~*~*~*~**” or ”Apartments”. Number of stars or Apartment hotel 157 157 158 -** Value-BearerTokenwhat isgivenin this response.(AuthorizationtypeBearer Token)145 +**hoteltype:** string. "City" or “Beach”. Describes whether this hotel is located in the city or at the beach 159 159 147 +**popular:** Boolean. Describes if the hotel was popular last 7 days 160 160 161 -** also note inheadersthat:**149 +**recommended:** Boolean. True if the hotel is recommended by Rustar 162 162 163 - Content-Type-application/json151 +**priceupdated:** DateTime of the last price update 164 164 165 -** Key -**X-nugios-timezone153 +**note:** string. Free formed text 166 166 167 -**Value **- 240 168 -{{/error}} 155 +**imageurl:** string. Optional. Points the URL for the image of the hotel if any. 156 + 157 +