Last modified by Giorgi Mdivnishvili on 2025/10/22 13:39

From version 9.1
edited by Giorgi Mdivnishvili
on 2024/04/11 11:27
Change comment: There is no comment for this version
To version 7.1
edited by Giorgi Mdivnishvili
on 2024/04/11 11:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -46,35 +46,7 @@
46 46  }
47 47  {{/code}}
48 48  
49 -== Request example 2Adults 2Child ==
50 50  
51 -{{code language="Json"}}
52 -{
53 - "departureCountryCode": "KZ",
54 - "departureCityUID": "f0ba6324-f337-405c-8cc7-23d62cf664e8",
55 - "arrivalCountryCode": "AE",
56 - "adults": 2,
57 - "children": 2,
58 - "childrenAges": [
59 - 4,
60 - 8
61 - ],
62 - "departureDate": "2024-05-26T00:00:00",
63 - "returnDate": "2024-06-02T00:00:00",
64 - "departureAndReturnDaysCount": 7,
65 - "checkInDate": "2024-05-26T00:00:00",
66 - "checkOutDate": "2024-06-02T00:00:00",
67 - "checkInAndCheckOutDaysCount": 7,
68 - "directFlightsOnly": true,
69 - "searchCurrency": "USD",
70 -
71 - "pagingId": "",
72 - "pageNumber": 1,
73 - "pageRowCount":5
74 -}
75 -{{/code}}
76 -
77 -
78 78  == Response Body ==
79 79  
80 80  {{code language="json"}}