Changes for page 1. SearchOnlyAvia
Last modified by Giorgi Mdivnishvili on 2024/06/11 17:07
From version 10.1
edited by Giorgi Mdivnishvili
on 2024/01/09 07:18
on 2024/01/09 07:18
Change comment:
There is no comment for this version
To version 13.1
edited by Giorgi Mdivnishvili
on 2024/06/11 17:07
on 2024/06/11 17:07
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. SearchOnlyAvia Packages1 +1. SearchOnlyAvia - Content
-
... ... @@ -6,7 +6,7 @@ 6 6 7 7 = Method Description = 8 8 9 -Th einitialmethodof theintegration processisauthorization.You willbe provided withatest user username andpasswordtogeneratetheaccesstokenthatyouwill needtopass in allthefollowingmethods.9 +This method is used to find only avia packages (only avia tickets) with all flight details. 10 10 11 11 12 12 == Endpoint URL - [POST] == ... ... @@ -30,8 +30,8 @@ 30 30 { 31 31 "flightRequests": [ 32 32 { 33 - "departureDate": "2023-12-18 T08:33:20.358Z",34 - "returnDate": "2023-12-18 T08:33:20.358Z",33 + "departureDate": "2023-12-18", 34 + "returnDate": "2023-12-18", 35 35 "departureLocation": "string", 36 36 "departureType": "string", 37 37 "arrivalLocation": "string", ... ... @@ -61,10 +61,10 @@ 61 61 { 62 62 "arrivalLocation": "DXB", 63 63 "arrivalType": "airport", 64 - "departureDate": "2023-12-22 T20:00:00.000Z",64 + "departureDate": "2023-12-22", 65 65 "departureLocation": "ALA", 66 66 "departureType": "airport", 67 - "returnDate": "2023-12-28 T20:00:00.000Z"67 + "returnDate": "2023-12-28" 68 68 } 69 69 ], 70 70 "adults": 1,