Changes for page 2. GetOtherFlights

Last modified by Giorgi Mdivnishvili on 2024/04/11 17:06

From version 3.1
edited by Giorgi Mdivnishvili
on 2023/12/18 18:03
Change comment: There is no comment for this version
To version 4.1
edited by Giorgi Mdivnishvili
on 2023/12/18 18:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -197,13 +197,8 @@
197 197  
198 198  {{code language="json"}}
199 199  {
200 - "error": true,
201 - "errorCode": "string",
202 - "errorDescription": "string",
203 - "userErrorDescription": "string",
204 204   "packages": [
205 205   {
206 - "cacheKey": "string",
207 207   "id": "string",
208 208   "priceCurrency": "string",
209 209   "totalPrice": 0,
... ... @@ -226,8 +226,8 @@
226 226   "roomCategoryName": "string",
227 227   "placementTypeName": "string",
228 228   "placementDescription": "string",
229 - "checkInDate": "2023-12-14T13:47:13.396Z",
230 - "checkOutDate": "2023-12-14T13:47:13.396Z",
224 + "checkInDate": "2023-12-18T14:03:10.148Z",
225 + "checkOutDate": "2023-12-18T14:03:10.148Z",
231 231   "adults": 0,
232 232   "children": 0,
233 233   "districtUID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
... ... @@ -261,8 +261,8 @@
261 261   },
262 262   "flight": {
263 263   "id": "string",
264 - "departureDate": "2023-12-14T13:47:13.396Z",
265 - "returnDate": "2023-12-14T13:47:13.396Z",
259 + "departureDate": "2023-12-18T14:03:10.148Z",
260 + "returnDate": "2023-12-18T14:03:10.148Z",
266 266   "departureTicketsLeft": 0,
267 267   "returnTicketsLeft": 0,
268 268   "departureAvailabilityType": "OnRequest",
... ... @@ -276,13 +276,13 @@
276 276   "class": "string",
277 277   "lugageWeight": 0,
278 278   "handLugageWeight": 0,
279 - "departureFlightDate": "2023-12-14T13:47:13.396Z",
274 + "departureFlightDate": "2023-12-18T14:03:10.148Z",
280 280   "departureCountryName": "string",
281 281   "departureCityName": "string",
282 282   "departureAirportCode": "string",
283 283   "departureAirportName": "string",
284 284   "departureTerminalCode": "string",
285 - "arrivalFlightDate": "2023-12-14T13:47:13.396Z",
280 + "arrivalFlightDate": "2023-12-18T14:03:10.148Z",
286 286   "arrivalCountryName": "string",
287 287   "arrivalCityName": "string",
288 288   "arrivalAirportCode": "string",
... ... @@ -308,13 +308,13 @@
308 308   "class": "string",
309 309   "lugageWeight": 0,
310 310   "handLugageWeight": 0,
311 - "departureFlightDate": "2023-12-14T13:47:13.396Z",
306 + "departureFlightDate": "2023-12-18T14:03:10.148Z",
312 312   "departureCountryName": "string",
313 313   "departureCityName": "string",
314 314   "departureAirportCode": "string",
315 315   "departureAirportName": "string",
316 316   "departureTerminalCode": "string",
317 - "arrivalFlightDate": "2023-12-14T13:47:13.396Z",
312 + "arrivalFlightDate": "2023-12-18T14:03:10.148Z",
318 318   "arrivalCountryName": "string",
319 319   "arrivalCityName": "string",
320 320   "arrivalAirportCode": "string",
... ... @@ -358,16 +358,14 @@
358 358   "name": "string",
359 359   "price": 0,
360 360   "priceSurcarge": 0,
361 - "actualStartDate": "2023-12-14T13:47:13.396Z",
362 - "actualEndDate": "2023-12-14T13:47:13.396Z",
356 + "actualStartDate": "2023-12-18T14:03:10.148Z",
357 + "actualEndDate": "2023-12-18T14:03:10.148Z",
363 363   "optional": true,
364 364   "includedInPackagePrice": true
365 - }
360 + },
361 + "cacheKey": "string"
366 366   }
367 - ],
368 - "pagingId": "string",
369 - "pageNumber": 0,
370 - "pageCount": 0
363 + ]
371 371  }
372 372  {{/code}}
373 373  
... ... @@ -382,19 +382,10 @@
382 382  === Schema ===
383 383  
384 384  {{success}}
385 -SearchTourPackagesResponse{
378 +GetOtherFlightsResponse{
386 386  
387 -|error|boolean
388 -|errorCode|string
389 -nullable: true
390 -|errorDescription|string
391 -nullable: true
392 -|userErrorDescription|string
393 -nullable: true
394 394  |packages|[
395 395  nullable: trueTourPackage{(((
396 -|cacheKey|string
397 -nullable: true
398 398  |id|string
399 399  nullable: true
400 400  |priceCurrency|string
... ... @@ -647,14 +647,13 @@
647 647  
648 648  }
649 649  )))
634 +|cacheKey|string
635 +nullable: true
650 650  
651 651  }]
652 652  )))
653 -|pagingId|string
654 -nullable: true
655 -|pageNumber|integer($int64)
656 -|pageCount|integer($int64)
657 657  
658 658  }
659 659  {{/success}}
660 660  
643 +