Changes for page 4. Hotel Search
Last modified by Giorgi Mdivnishvili on 2024/09/04 09:58
From version 6.1
edited by Giorgi Mdivnishvili
on 2024/02/27 16:41
on 2024/02/27 16:41
Change comment:
There is no comment for this version
To version 8.1
edited by Giorgi Mdivnishvili
on 2024/02/28 10:48
on 2024/02/28 10:48
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +1,8 @@ 1 1 2 2 3 += Method Description = 4 + 5 + 3 3 With the parameters provided in GetHotels and GetCities reponse, it’s avaible to search hotels with the desired parameters in Hotels Search. 4 4 5 5 ... ... @@ -7,29 +7,154 @@ 7 7 8 8 Method POST 9 9 10 -**Request example:** 11 11 14 + 15 +== **Request example:** == 16 + 12 12 {{code language="Json"}} 13 13 { 14 - "MaxResultCount":50,15 - "MaxHotelCount":10,16 - "ContragentContactUID":"55a2fcfb-8378-4b73-ab1e-bc8e5c836f4e",17 - "CheckInDate":"2023-12-25T00:00:00",18 - "CheckOutDate":"2024-01-02T00:00:00",19 - "Adults":1,20 - "Children":2,21 - "ChildrenAges":"5,10",22 - "CountryMask":"AE",23 - 19 + "MaxResultCount":2, 20 + "MaxHotelCount":2, 21 + "contragentContactUID": "55a2fcfb-8378-4b73-ab1e-bc8e5c836f4e", 22 + "countryMask": "TR", 23 + "CheckInDate": "2024-05-06", 24 + "CheckOutDate": "2024-05-07", 25 + "Adults": 1, 26 + "Children": 0, 27 + "ChildrenAges": "", 28 + 24 24 "arrivalCities": [ 25 25 { 26 - "cityUID": " f5185fa3-3f56-44ed-bf6b-80386a33caa2"31 + "cityUID": "e1344ba0-5273-4fc1-b6c4-72446260f430" 27 27 28 28 } 29 29 ] 30 - 31 31 } 36 + 32 32 {{/code}} 33 33 34 34 40 +== Response Example == 41 + 42 + 43 +{{code language="json"}} 44 +{ 45 + "result": [ 46 + { 47 + "resultID": 1656436810005000001, 48 + "hotelID": 871186, 49 + "providerID": 5, 50 + "roomCategoryCode": "ECO", 51 + "roomCategoryName": "Economic Room", 52 + "mealPlanName": "BB", 53 + "placementType": 1, 54 + "placementTypeName": "1 Adult", 55 + "priceCode": "BASERATE BB ECO", 56 + "priceCurrency": "EUR", 57 + "priceCurrencySrc": "EUR", 58 + "availability": 3, 59 + "availableRoomsCount": 1, 60 + "totalSellPriceSrc": 40.70, 61 + "totalSellPrice": 40.70, 62 + "totalPriceSurcharge": 0.00, 63 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 64 + "cancellationPolicy": { 65 + "noShowChargeValue": 100.00, 66 + "noShowChargeValueType": "%", 67 + "earlyDepartureChargeValue": 100.00, 68 + "earlyDepartureChargeValueType": "%", 69 + "conditions": [ 70 + { 71 + "timeunits": 365, 72 + "timeunitType": "Day", 73 + "timeOffsetTypeName": "Before Arrival", 74 + "chargeValue": 100.00, 75 + "chargeValueType": "%" 76 + } 77 + ] 78 + }, 79 + "searchId": 1656436810, 80 + "hotelCode": "10b7bc34-2a03-495e-94bc-1092b07823f7", 81 + "id": 1656436810005000001, 82 + "hotel": { 83 + "hotelCode": "10b7bc34-2a03-495e-94bc-1092b07823f7", 84 + "hotelName": "Istanbul Holiday Hotel", 85 + "hotelClass": "***", 86 + "cityId": "e1344ba0-5273-4fc1-b6c4-72446260f430", 87 + "cityName": "Istanbul", 88 + "countryCode": "TR", 89 + "districtId": "6ca0ed7e-7412-4e45-85b5-dd0d74cabc62", 90 + "districtName": "Fatih", 91 + "note": "" 92 + }, 93 + "adults": 1, 94 + "children": 0, 95 + "childrenAges": "", 96 + "childrenExeptInfants": 0, 97 + "checkInDate": "2024-05-06T00:00:00", 98 + "checkOutDate": "2024-05-07T00:00:00", 99 + "includedExtrasAmount": 0, 100 + "extraServices": [] 101 + }, 102 + { 103 + "resultID": 1656436810005000003, 104 + "hotelID": 871186, 105 + "providerID": 5, 106 + "roomCategoryCode": "STANDART-2", 107 + "roomCategoryName": "Standart Double or Twin Room", 108 + "mealPlanName": "BB", 109 + "placementType": 1, 110 + "placementTypeName": "1 Adult", 111 + "priceCode": "BASERATE BB STANDART", 112 + "priceCurrency": "EUR", 113 + "priceCurrencySrc": "EUR", 114 + "availability": 3, 115 + "availableRoomsCount": 1, 116 + "totalSellPriceSrc": 53.90, 117 + "totalSellPrice": 53.90, 118 + "totalPriceSurcharge": 0.00, 119 + "cancellationPolicyDescription": "Cancellation Policy: Non refundable", 120 + "cancellationPolicy": { 121 + "noShowChargeValue": 100.00, 122 + "noShowChargeValueType": "%", 123 + "earlyDepartureChargeValue": 100.00, 124 + "earlyDepartureChargeValueType": "%", 125 + "conditions": [ 126 + { 127 + "timeunits": 365, 128 + "timeunitType": "Day", 129 + "timeOffsetTypeName": "Before Arrival", 130 + "chargeValue": 100.00, 131 + "chargeValueType": "%" 132 + } 133 + ] 134 + }, 135 + "searchId": 1656436810, 136 + "hotelCode": "10b7bc34-2a03-495e-94bc-1092b07823f7", 137 + "id": 1656436810005000003, 138 + "hotel": { 139 + "hotelCode": "10b7bc34-2a03-495e-94bc-1092b07823f7", 140 + "hotelName": "Istanbul Holiday Hotel", 141 + "hotelClass": "***", 142 + "cityId": "e1344ba0-5273-4fc1-b6c4-72446260f430", 143 + "cityName": "Istanbul", 144 + "countryCode": "TR", 145 + "districtId": "6ca0ed7e-7412-4e45-85b5-dd0d74cabc62", 146 + "districtName": "Fatih", 147 + "note": "" 148 + }, 149 + "adults": 1, 150 + "children": 0, 151 + "childrenAges": "", 152 + "childrenExeptInfants": 0, 153 + "checkInDate": "2024-05-06T00:00:00", 154 + "checkOutDate": "2024-05-07T00:00:00", 155 + "includedExtrasAmount": 0, 156 + "extraServices": [] 157 + } 158 + ], 159 + "error": false 160 +} 161 +{{/code}} 162 + 35 35