- Auth
- Customer
- Passengers
- invoice Info
- Favorite Flights
- Notifications
- Fast Actions
- Customer - Get ProfileGET
- Customer - Update ProfilePOST
- Customer - Update PasswordPOST
- Search History - FlightGET
- Customer - Remove AccountDELETE
- Utils
- Flight
- Search
- Price Alerts
- Load Journey (dev only)GET
- Bus
- Hotel
- Socket
- Auto Completes
- Queue / Socket
- Misc
- Payment
- Orders
- Blog
- Contents
- Refund
- Notifications
- Otp VerifyPOST
Get Job (Flight)
Testing Env
Testing Env
GET
https://test-api.ucuzyolu.com/jobs/{{jobId}}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Header Params
client-id
string
optional
Default:
302382-1928283273-237723829-292999
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://test-api.ucuzyolu.com/jobs/6vwj2fKT6hYRCatO' \
--header 'client-id: 302382-1928283273-237723829-292999'
Responses
🟢200OK
application/json
Body
data
object
required
jobId
string
required
status
string
required
attempts
integer
required
result
object (FlightSearchResponse)
required
success
boolean
required
code
integer
required
message
string
required
Example
{ "data": { "jobId": "VnMVVuXQ3DvtqGIm", "status": "success", "attempts": 0, "result": { "success": true, "isDomestic": true, "type": "flight", "currency": "TRY", "action": "search", "flightType": "oneway", "status": "pending", "bookingStatus": "pending", "searchStatus": "completed", "journeyId": "hDCPTz1ktpHwm4A67lNgrUs7K8Nby8ipTJdZ", "filters": { "stopCounts": [ { "value": 0, "label": "Aktarmasız" } ], "stops": [], "airLines": [ { "value": "TK", "label": "Turkish Airlines" } ], "cabinClass": [ { "value": "Economy", "label": "Economy" } ], "timeRanges": { "departureTimes": [ "08:15", "08:10", "09:15", "11:20", "12:15", "14:15", "15:25", "16:15", "17:10", "19:10", "20:10", "22:10", "23:15", "01:05" ], "arrivalTimes": [ "07:00", "08:00", "10:00", "11:00", "13:00", "14:10", "15:00", "16:00", "18:00", "19:00", "21:00", "22:00", "23:55" ], "durations": [ "01:15", "01:10", "01:20" ] }, "priceRange": { "min": 1136.82, "max": 1136.82 }, "programs": [] }, "results": [ { "searchId": "E468E58A-464A-4222-9E3E-7F06E8E0B28A", "flightId": "ec71f18c-f1f2-4508-b01b-a2c1f2985df4", "journeyId": "hDCPTz1ktpHwm4A67lNgrUs7K8Nby8ipTJdZ", "flightNumber": "TK2116", "isTransit": false, "isDomestic": true, "duration": "01:15", "airDuration": "01:15", "waitDuration": "00:00", "seatsAvailable": 9, "segments": [ { "segmentId": "35b6518a-0300-42f4-b3b2-71f7ddf5b911", "flightNumber": "TK2116", "type": "arrival", "sequenceNo": 1, "airplaneCode": null, "airplaneName": "AIRBUS A320", "duration": "01:15", "cabinClass": "Ekonomi", "cabin": "T", "seatsAvailable": 9, "originAirport": "Atatürk Havalimanı", "originAirportCode": "IST", "originCity": "Istanbul", "originCityCode": "IST", "originCountry": "Turkey", "originCountryCode": "TR", "destinationAirport": "Esenboğa Havalimanı", "destinationAirportCode": "ESB", "destinationCity": "Ankara", "destinationCityCode": "ANK", "destinationCountry": "Turkey", "destinationCountryCode": "TR", "departureDate": "2024-09-26", "departureTime": "07:00", "departureDateTime": "2024-09-26 07:00", "arrivalDate": "2024-09-26", "arrivalTime": "08:15", "arrivalDateTime": "2024-09-26 08:15", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png" } ], "paxItems": [ { "paxId": "164ccfe5-7590-44a9-b648-a12e4c8815ef", "serviceId": "48C13CFE-5339-4EFD-B527-53EA87875F6D", "paxCode": "ADT", "sequence": 1, "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" } ], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82 } ], "alternativePrices": [ { "serviceId": "48C13CFE-5339-4EFD-B527-53EA87875F6D", "paxId": "164ccfe5-7590-44a9-b648-a12e4c8815ef", "fareType": "EF", "fareBasisCode": "TEF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": false, "isSelected": false, "brandCode": "EF", "brandKey": "EFTK21", "brandName": "ECOFLY", "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "C98ED315-8D47-46C8-AF20-3A415B43FD08", "paxId": "164ccfe5-7590-44a9-b648-a12e4c8815ef", "fareType": "XF", "fareBasisCode": "TXF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "XF", "brandKey": "XFTK64", "brandName": "EXTRAFLY", "freeBaggage": [ { "value": 20, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1511.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1512.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "F0E8A817-0800-4137-9327-F8752F11B304", "paxId": "164ccfe5-7590-44a9-b648-a12e4c8815ef", "fareType": "PF", "fareBasisCode": "TPF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "PF", "brandKey": "PFTK62", "brandName": "PRIMEFLY", "freeBaggage": [ { "value": 25, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1576.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1577.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "294ABB56-8252-4120-963C-ADB57C8FE816", "paxId": "164ccfe5-7590-44a9-b648-a12e4c8815ef", "fareType": "BU", "fareBasisCode": "JBU", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": true, "seatSelection": true, "isSelected": false, "brandCode": "BU", "brandKey": "BUTK24", "brandName": "BUSINESS", "freeBaggage": [ { "value": 30, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 4606.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 4607.82, "cabin": "J", "cabinClass": "business" } ], "stops": 0, "combinations": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 1136.82, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "departureDate": "2024-09-26", "departureTime": "07:00", "departureDateTime": "2024-09-26 07:00", "arrivalDate": "2024-09-26", "arrivalTime": "08:15", "arrivalDateTime": "2024-09-26 08:15", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png", "providerSearchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791", "providerId": "biletbank", "bookingProviderId": null, "bookingProviderCode": null, "cabin": "T", "cabinClass": "Economy" }, { "searchId": "E468E58A-464A-4222-9E3E-7F06E8E0B28A", "flightId": "ec10da9c-217f-4947-ac57-5191255de643", "journeyId": "hDCPTz1ktpHwm4A67lNgrUs7K8Nby8ipTJdZ", "flightNumber": "TK2122", "isTransit": false, "isDomestic": true, "duration": "01:10", "airDuration": "01:10", "waitDuration": "00:00", "seatsAvailable": 9, "segments": [ { "segmentId": "4dd0997f-bd3d-4a74-93d1-1b3628f54a61", "flightNumber": "TK2122", "type": "arrival", "sequenceNo": 1, "airplaneCode": null, "airplaneName": "BOEING 737-800", "duration": "01:10", "cabinClass": "Ekonomi", "cabin": "T", "seatsAvailable": 9, "originAirport": "Atatürk Havalimanı", "originAirportCode": "IST", "originCity": "Istanbul", "originCityCode": "IST", "originCountry": "Turkey", "originCountryCode": "TR", "destinationAirport": "Esenboğa Havalimanı", "destinationAirportCode": "ESB", "destinationCity": "Ankara", "destinationCityCode": "ANK", "destinationCountry": "Turkey", "destinationCountryCode": "TR", "departureDate": "2024-09-26", "departureTime": "07:00", "departureDateTime": "2024-09-26 07:00", "arrivalDate": "2024-09-26", "arrivalTime": "08:10", "arrivalDateTime": "2024-09-26 08:10", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png" } ], "paxItems": [ { "paxId": "e08070b1-02d1-4ce5-ab63-d863ba9f3824", "serviceId": "362B7868-3C7F-419A-9AFD-3CDFD2391CD4", "paxCode": "ADT", "sequence": 1, "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" } ], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82 } ], "alternativePrices": [ { "serviceId": "362B7868-3C7F-419A-9AFD-3CDFD2391CD4", "paxId": "e08070b1-02d1-4ce5-ab63-d863ba9f3824", "fareType": "EF", "fareBasisCode": "TEF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": false, "isSelected": false, "brandCode": "EF", "brandKey": "EFTK21", "brandName": "ECOFLY", "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "EF019C26-2D98-4BF6-AB9C-0F4B7CAFBF50", "paxId": "e08070b1-02d1-4ce5-ab63-d863ba9f3824", "fareType": "XF", "fareBasisCode": "TXF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "XF", "brandKey": "XFTK64", "brandName": "EXTRAFLY", "freeBaggage": [ { "value": 20, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1511.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1512.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "18DCA9D5-C4F2-4101-97DF-F7BA4B093AB7", "paxId": "e08070b1-02d1-4ce5-ab63-d863ba9f3824", "fareType": "PF", "fareBasisCode": "TPF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "PF", "brandKey": "PFTK62", "brandName": "PRIMEFLY", "freeBaggage": [ { "value": 25, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1576.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1577.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "1DCC16B3-7BB2-431B-B2B7-05A6302EF609", "paxId": "e08070b1-02d1-4ce5-ab63-d863ba9f3824", "fareType": "BU", "fareBasisCode": "JBU", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": true, "seatSelection": true, "isSelected": false, "brandCode": "BU", "brandKey": "BUTK24", "brandName": "BUSINESS", "freeBaggage": [ { "value": 30, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 4606.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 4607.82, "cabin": "J", "cabinClass": "business" } ], "stops": 0, "combinations": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 1136.82, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "departureDate": "2024-09-26", "departureTime": "07:00", "departureDateTime": "2024-09-26 07:00", "arrivalDate": "2024-09-26", "arrivalTime": "08:10", "arrivalDateTime": "2024-09-26 08:10", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png", "providerSearchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791", "providerId": "biletbank", "bookingProviderId": null, "bookingProviderCode": null, "cabin": "T", "cabinClass": "Economy" }, { "searchId": "E468E58A-464A-4222-9E3E-7F06E8E0B28A", "flightId": "44b9d4f5-25a9-46a0-824e-44b2c84498ad", "journeyId": "hDCPTz1ktpHwm4A67lNgrUs7K8Nby8ipTJdZ", "flightNumber": "TK2126", "isTransit": false, "isDomestic": true, "duration": "01:15", "airDuration": "01:15", "waitDuration": "00:00", "seatsAvailable": 9, "segments": [ { "segmentId": "c683e147-a0ed-4182-aa16-02cbdc2e07e2", "flightNumber": "TK2126", "type": "arrival", "sequenceNo": 1, "airplaneCode": null, "airplaneName": "BOEING 737-800", "duration": "01:15", "cabinClass": "Ekonomi", "cabin": "T", "seatsAvailable": 9, "originAirport": "Atatürk Havalimanı", "originAirportCode": "IST", "originCity": "Istanbul", "originCityCode": "IST", "originCountry": "Turkey", "originCountryCode": "TR", "destinationAirport": "Esenboğa Havalimanı", "destinationAirportCode": "ESB", "destinationCity": "Ankara", "destinationCityCode": "ANK", "destinationCountry": "Turkey", "destinationCountryCode": "TR", "departureDate": "2024-09-26", "departureTime": "08:00", "departureDateTime": "2024-09-26 08:00", "arrivalDate": "2024-09-26", "arrivalTime": "09:15", "arrivalDateTime": "2024-09-26 09:15", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png" } ], "paxItems": [ { "paxId": "e2cc555d-ab7f-4e76-9e7c-6ae416d5b89c", "serviceId": "73246FC5-64D6-444E-80E9-B1A22CB8A7D1", "paxCode": "ADT", "sequence": 1, "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" } ], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82 } ], "alternativePrices": [ { "serviceId": "73246FC5-64D6-444E-80E9-B1A22CB8A7D1", "paxId": "e2cc555d-ab7f-4e76-9e7c-6ae416d5b89c", "fareType": "EF", "fareBasisCode": "TEF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": false, "isSelected": false, "brandCode": "EF", "brandKey": "EFTK21", "brandName": "ECOFLY", "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "5B403AF0-8288-4052-8CE8-9E4D32280923", "paxId": "e2cc555d-ab7f-4e76-9e7c-6ae416d5b89c", "fareType": "XF", "fareBasisCode": "TXF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "XF", "brandKey": "XFTK64", "brandName": "EXTRAFLY", "freeBaggage": [ { "value": 20, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1511.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1512.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "F9DBA86D-B0C0-4866-B735-A6F267C560B1", "paxId": "e2cc555d-ab7f-4e76-9e7c-6ae416d5b89c", "fareType": "PF", "fareBasisCode": "TPF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "PF", "brandKey": "PFTK62", "brandName": "PRIMEFLY", "freeBaggage": [ { "value": 25, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1576.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1577.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "3987938E-47C2-4FE3-B0CE-54710700E13F", "paxId": "e2cc555d-ab7f-4e76-9e7c-6ae416d5b89c", "fareType": "BU", "fareBasisCode": "JBU", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": true, "seatSelection": true, "isSelected": false, "brandCode": "BU", "brandKey": "BUTK24", "brandName": "BUSINESS", "freeBaggage": [ { "value": 30, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 4606.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 4607.82, "cabin": "J", "cabinClass": "business" } ], "stops": 0, "combinations": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 1136.82, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "departureDate": "2024-09-26", "departureTime": "08:00", "departureDateTime": "2024-09-26 08:00", "arrivalDate": "2024-09-26", "arrivalTime": "09:15", "arrivalDateTime": "2024-09-26 09:15", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png", "providerSearchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791", "providerId": "biletbank", "bookingProviderId": null, "bookingProviderCode": null, "cabin": "T", "cabinClass": "Economy" }, { "searchId": "E468E58A-464A-4222-9E3E-7F06E8E0B28A", "flightId": "07a72e47-4c67-4660-9cba-d466c4b4733a", "journeyId": "hDCPTz1ktpHwm4A67lNgrUs7K8Nby8ipTJdZ", "flightNumber": "TK2138", "isTransit": false, "isDomestic": true, "duration": "01:20", "airDuration": "01:20", "waitDuration": "00:00", "seatsAvailable": 9, "segments": [ { "segmentId": "22553fd4-da6f-4806-93b2-74d0002bca88", "flightNumber": "TK2138", "type": "arrival", "sequenceNo": 1, "airplaneCode": null, "airplaneName": "BOEING 737-800", "duration": "01:20", "cabinClass": "Ekonomi", "cabin": "T", "seatsAvailable": 9, "originAirport": "Atatürk Havalimanı", "originAirportCode": "IST", "originCity": "Istanbul", "originCityCode": "IST", "originCountry": "Turkey", "originCountryCode": "TR", "destinationAirport": "Esenboğa Havalimanı", "destinationAirportCode": "ESB", "destinationCity": "Ankara", "destinationCityCode": "ANK", "destinationCountry": "Turkey", "destinationCountryCode": "TR", "departureDate": "2024-09-26", "departureTime": "10:00", "departureDateTime": "2024-09-26 10:00", "arrivalDate": "2024-09-26", "arrivalTime": "11:20", "arrivalDateTime": "2024-09-26 11:20", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png" } ], "paxItems": [ { "paxId": "308bb3b7-bf07-4e56-a49a-3d048f58026f", "serviceId": "80E3A8AD-85E9-40ED-BE0D-1F9D1C75E7A6", "paxCode": "ADT", "sequence": 1, "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" } ], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82 } ], "alternativePrices": [ { "serviceId": "80E3A8AD-85E9-40ED-BE0D-1F9D1C75E7A6", "paxId": "308bb3b7-bf07-4e56-a49a-3d048f58026f", "fareType": "EF", "fareBasisCode": "TEF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": false, "isSelected": false, "brandCode": "EF", "brandKey": "EFTK21", "brandName": "ECOFLY", "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "445601CA-B0D5-4A47-822D-3424D52CEAAA", "paxId": "308bb3b7-bf07-4e56-a49a-3d048f58026f", "fareType": "XF", "fareBasisCode": "TXF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "XF", "brandKey": "XFTK64", "brandName": "EXTRAFLY", "freeBaggage": [ { "value": 20, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1511.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1512.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "21BA7EC0-43D9-43E1-A66C-921DED610643", "paxId": "308bb3b7-bf07-4e56-a49a-3d048f58026f", "fareType": "PF", "fareBasisCode": "TPF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "PF", "brandKey": "PFTK62", "brandName": "PRIMEFLY", "freeBaggage": [ { "value": 25, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1576.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1577.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "B6B196C9-AC38-4D7F-B258-F8BB1C4D5292", "paxId": "308bb3b7-bf07-4e56-a49a-3d048f58026f", "fareType": "BU", "fareBasisCode": "JBU", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": true, "seatSelection": true, "isSelected": false, "brandCode": "BU", "brandKey": "BUTK24", "brandName": "BUSINESS", "freeBaggage": [ { "value": 30, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 4606.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 4607.82, "cabin": "J", "cabinClass": "business" } ], "stops": 0, "combinations": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 1136.82, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "departureDate": "2024-09-26", "departureTime": "10:00", "departureDateTime": "2024-09-26 10:00", "arrivalDate": "2024-09-26", "arrivalTime": "11:20", "arrivalDateTime": "2024-09-26 11:20", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png", "providerSearchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791", "providerId": "biletbank", "bookingProviderId": null, "bookingProviderCode": null, "cabin": "T", "cabinClass": "Economy" }, { "searchId": "E468E58A-464A-4222-9E3E-7F06E8E0B28A", "flightId": "f98241b7-7f12-46f3-894e-23167269ac38", "journeyId": "hDCPTz1ktpHwm4A67lNgrUs7K8Nby8ipTJdZ", "flightNumber": "TK2142", "isTransit": false, "isDomestic": true, "duration": "01:15", "airDuration": "01:15", "waitDuration": "00:00", "seatsAvailable": 9, "segments": [ { "segmentId": "330c59b8-4a8c-483e-a627-dec83f07a81a", "flightNumber": "TK2142", "type": "arrival", "sequenceNo": 1, "airplaneCode": null, "airplaneName": "BOEING 737-800", "duration": "01:15", "cabinClass": "Ekonomi", "cabin": "T", "seatsAvailable": 9, "originAirport": "Atatürk Havalimanı", "originAirportCode": "IST", "originCity": "Istanbul", "originCityCode": "IST", "originCountry": "Turkey", "originCountryCode": "TR", "destinationAirport": "Esenboğa Havalimanı", "destinationAirportCode": "ESB", "destinationCity": "Ankara", "destinationCityCode": "ANK", "destinationCountry": "Turkey", "destinationCountryCode": "TR", "departureDate": "2024-09-26", "departureTime": "11:00", "departureDateTime": "2024-09-26 11:00", "arrivalDate": "2024-09-26", "arrivalTime": "12:15", "arrivalDateTime": "2024-09-26 12:15", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png" } ], "paxItems": [ { "paxId": "bbaa5ae8-f6f3-4296-91e2-e2d12823afcc", "serviceId": "5AFD4DE7-6AC9-4D67-9A99-08F56F29D7B2", "paxCode": "ADT", "sequence": 1, "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" } ], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82 } ], "alternativePrices": [ { "serviceId": "5AFD4DE7-6AC9-4D67-9A99-08F56F29D7B2", "paxId": "bbaa5ae8-f6f3-4296-91e2-e2d12823afcc", "fareType": "EF", "fareBasisCode": "TEF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": false, "isSelected": false, "brandCode": "EF", "brandKey": "EFTK21", "brandName": "ECOFLY", "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "2C4B1457-2992-47B1-AEEB-ED8B1FA2FC4A", "paxId": "bbaa5ae8-f6f3-4296-91e2-e2d12823afcc", "fareType": "XF", "fareBasisCode": "TXF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "XF", "brandKey": "XFTK64", "brandName": "EXTRAFLY", "freeBaggage": [ { "value": 20, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1511.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1512.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "C278B029-8B2E-4131-B860-F376D5C188AC", "paxId": "bbaa5ae8-f6f3-4296-91e2-e2d12823afcc", "fareType": "PF", "fareBasisCode": "TPF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "PF", "brandKey": "PFTK62", "brandName": "PRIMEFLY", "freeBaggage": [ { "value": 25, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1576.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1577.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "81C4CAC8-DF10-4796-8AA6-4BE9BB6202E1", "paxId": "bbaa5ae8-f6f3-4296-91e2-e2d12823afcc", "fareType": "BU", "fareBasisCode": "JBU", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": true, "seatSelection": true, "isSelected": false, "brandCode": "BU", "brandKey": "BUTK24", "brandName": "BUSINESS", "freeBaggage": [ { "value": 30, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 4606.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 4607.82, "cabin": "J", "cabinClass": "business" } ], "stops": 0, "combinations": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 1136.82, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "departureDate": "2024-09-26", "departureTime": "11:00", "departureDateTime": "2024-09-26 11:00", "arrivalDate": "2024-09-26", "arrivalTime": "12:15", "arrivalDateTime": "2024-09-26 12:15", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png", "providerSearchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791", "providerId": "biletbank", "bookingProviderId": null, "bookingProviderCode": null, "cabin": "T", "cabinClass": "Economy" }, { "searchId": "E468E58A-464A-4222-9E3E-7F06E8E0B28A", "flightId": "86eea86e-b6d4-4cad-aba1-7d40b8ce4ef0", "journeyId": "hDCPTz1ktpHwm4A67lNgrUs7K8Nby8ipTJdZ", "flightNumber": "TK2150", "isTransit": false, "isDomestic": true, "duration": "01:15", "airDuration": "01:15", "waitDuration": "00:00", "seatsAvailable": 9, "segments": [ { "segmentId": "dbf80fc5-1b81-409b-898d-767e776c41df", "flightNumber": "TK2150", "type": "arrival", "sequenceNo": 1, "airplaneCode": null, "airplaneName": "BOEING 737-800", "duration": "01:15", "cabinClass": "Ekonomi", "cabin": "T", "seatsAvailable": 9, "originAirport": "Atatürk Havalimanı", "originAirportCode": "IST", "originCity": "Istanbul", "originCityCode": "IST", "originCountry": "Turkey", "originCountryCode": "TR", "destinationAirport": "Esenboğa Havalimanı", "destinationAirportCode": "ESB", "destinationCity": "Ankara", "destinationCityCode": "ANK", "destinationCountry": "Turkey", "destinationCountryCode": "TR", "departureDate": "2024-09-26", "departureTime": "13:00", "departureDateTime": "2024-09-26 13:00", "arrivalDate": "2024-09-26", "arrivalTime": "14:15", "arrivalDateTime": "2024-09-26 14:15", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png" } ], "paxItems": [ { "paxId": "5904e9c2-ffb9-448e-a237-6ac859c9b6ec", "serviceId": "2258960E-438F-42F4-9738-CE08460C6B36", "paxCode": "ADT", "sequence": 1, "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" } ], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82 } ], "alternativePrices": [ { "serviceId": "2258960E-438F-42F4-9738-CE08460C6B36", "paxId": "5904e9c2-ffb9-448e-a237-6ac859c9b6ec", "fareType": "EF", "fareBasisCode": "TEF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": false, "isSelected": false, "brandCode": "EF", "brandKey": "EFTK21", "brandName": "ECOFLY", "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "16AC4CCB-0472-4C4E-A269-E7501EADF29E", "paxId": "5904e9c2-ffb9-448e-a237-6ac859c9b6ec", "fareType": "XF", "fareBasisCode": "TXF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "XF", "brandKey": "XFTK64", "brandName": "EXTRAFLY", "freeBaggage": [ { "value": 20, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1511.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1512.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "5E2C1383-2DFD-489D-B423-6A493A67B89C", "paxId": "5904e9c2-ffb9-448e-a237-6ac859c9b6ec", "fareType": "PF", "fareBasisCode": "TPF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "PF", "brandKey": "PFTK62", "brandName": "PRIMEFLY", "freeBaggage": [ { "value": 25, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1576.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1577.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "9C9F7735-C981-40C3-BCA1-2FFA357F6843", "paxId": "5904e9c2-ffb9-448e-a237-6ac859c9b6ec", "fareType": "BU", "fareBasisCode": "JBU", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": true, "seatSelection": true, "isSelected": false, "brandCode": "BU", "brandKey": "BUTK24", "brandName": "BUSINESS", "freeBaggage": [ { "value": 30, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 4606.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 4607.82, "cabin": "J", "cabinClass": "business" } ], "stops": 0, "combinations": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 1136.82, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "departureDate": "2024-09-26", "departureTime": "13:00", "departureDateTime": "2024-09-26 13:00", "arrivalDate": "2024-09-26", "arrivalTime": "14:15", "arrivalDateTime": "2024-09-26 14:15", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png", "providerSearchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791", "providerId": "biletbank", "bookingProviderId": null, "bookingProviderCode": null, "cabin": "T", "cabinClass": "Economy" }, { "searchId": "E468E58A-464A-4222-9E3E-7F06E8E0B28A", "flightId": "32ada4f8-c996-4955-a1c4-12a1aa9e6e39", "journeyId": "hDCPTz1ktpHwm4A67lNgrUs7K8Nby8ipTJdZ", "flightNumber": "TK2154", "isTransit": false, "isDomestic": true, "duration": "01:15", "airDuration": "01:15", "waitDuration": "00:00", "seatsAvailable": 9, "segments": [ { "segmentId": "2f79c301-c898-419b-800e-ce4ff6ef7155", "flightNumber": "TK2154", "type": "arrival", "sequenceNo": 1, "airplaneCode": null, "airplaneName": "BOEING 737-800", "duration": "01:15", "cabinClass": "Ekonomi", "cabin": "T", "seatsAvailable": 9, "originAirport": "Atatürk Havalimanı", "originAirportCode": "IST", "originCity": "Istanbul", "originCityCode": "IST", "originCountry": "Turkey", "originCountryCode": "TR", "destinationAirport": "Esenboğa Havalimanı", "destinationAirportCode": "ESB", "destinationCity": "Ankara", "destinationCityCode": "ANK", "destinationCountry": "Turkey", "destinationCountryCode": "TR", "departureDate": "2024-09-26", "departureTime": "14:10", "departureDateTime": "2024-09-26 14:10", "arrivalDate": "2024-09-26", "arrivalTime": "15:25", "arrivalDateTime": "2024-09-26 15:25", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png" } ], "paxItems": [ { "paxId": "f52381cd-7e6b-41cb-955d-421389f3edde", "serviceId": "72CC1BE1-96DC-453E-877B-699BAB3E5BA5", "paxCode": "ADT", "sequence": 1, "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" } ], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82 } ], "alternativePrices": [ { "serviceId": "72CC1BE1-96DC-453E-877B-699BAB3E5BA5", "paxId": "f52381cd-7e6b-41cb-955d-421389f3edde", "fareType": "EF", "fareBasisCode": "TEF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": false, "isSelected": false, "brandCode": "EF", "brandKey": "EFTK21", "brandName": "ECOFLY", "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "6C90A654-99DF-4C1B-B300-7CDB4A23D576", "paxId": "f52381cd-7e6b-41cb-955d-421389f3edde", "fareType": "XF", "fareBasisCode": "TXF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "XF", "brandKey": "XFTK64", "brandName": "EXTRAFLY", "freeBaggage": [ { "value": 20, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1511.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1512.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "A46E70D9-36A2-44AE-B6F1-6445F6EC606F", "paxId": "f52381cd-7e6b-41cb-955d-421389f3edde", "fareType": "PF", "fareBasisCode": "TPF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "PF", "brandKey": "PFTK62", "brandName": "PRIMEFLY", "freeBaggage": [ { "value": 25, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1576.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1577.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "1CD443B0-9C1E-4DE5-B4BE-27ED4D1D08FD", "paxId": "f52381cd-7e6b-41cb-955d-421389f3edde", "fareType": "BU", "fareBasisCode": "JBU", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": true, "seatSelection": true, "isSelected": false, "brandCode": "BU", "brandKey": "BUTK24", "brandName": "BUSINESS", "freeBaggage": [ { "value": 30, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 4606.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 4607.82, "cabin": "J", "cabinClass": "business" } ], "stops": 0, "combinations": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 1136.82, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "departureDate": "2024-09-26", "departureTime": "14:10", "departureDateTime": "2024-09-26 14:10", "arrivalDate": "2024-09-26", "arrivalTime": "15:25", "arrivalDateTime": "2024-09-26 15:25", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png", "providerSearchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791", "providerId": "biletbank", "bookingProviderId": null, "bookingProviderCode": null, "cabin": "T", "cabinClass": "Economy" }, { "searchId": "E468E58A-464A-4222-9E3E-7F06E8E0B28A", "flightId": "0210ff90-5a86-4758-878f-79584f78eaff", "journeyId": "hDCPTz1ktpHwm4A67lNgrUs7K8Nby8ipTJdZ", "flightNumber": "TK2158", "isTransit": false, "isDomestic": true, "duration": "01:15", "airDuration": "01:15", "waitDuration": "00:00", "seatsAvailable": 9, "segments": [ { "segmentId": "4ab48082-8132-4655-ad4b-bddf376fd737", "flightNumber": "TK2158", "type": "arrival", "sequenceNo": 1, "airplaneCode": null, "airplaneName": "BOEING 737-800", "duration": "01:15", "cabinClass": "Ekonomi", "cabin": "T", "seatsAvailable": 9, "originAirport": "Atatürk Havalimanı", "originAirportCode": "IST", "originCity": "Istanbul", "originCityCode": "IST", "originCountry": "Turkey", "originCountryCode": "TR", "destinationAirport": "Esenboğa Havalimanı", "destinationAirportCode": "ESB", "destinationCity": "Ankara", "destinationCityCode": "ANK", "destinationCountry": "Turkey", "destinationCountryCode": "TR", "departureDate": "2024-09-26", "departureTime": "15:00", "departureDateTime": "2024-09-26 15:00", "arrivalDate": "2024-09-26", "arrivalTime": "16:15", "arrivalDateTime": "2024-09-26 16:15", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png" } ], "paxItems": [ { "paxId": "73df5fbe-d611-4524-8f9f-15352b5cef82", "serviceId": "20799178-74D3-4244-9250-C83A622D9755", "paxCode": "ADT", "sequence": 1, "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" } ], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82 } ], "alternativePrices": [ { "serviceId": "20799178-74D3-4244-9250-C83A622D9755", "paxId": "73df5fbe-d611-4524-8f9f-15352b5cef82", "fareType": "EF", "fareBasisCode": "TEF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": false, "isSelected": false, "brandCode": "EF", "brandKey": "EFTK21", "brandName": "ECOFLY", "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "C2A8926C-8486-4AC2-8315-B8CB268EE1E6", "paxId": "73df5fbe-d611-4524-8f9f-15352b5cef82", "fareType": "XF", "fareBasisCode": "TXF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "XF", "brandKey": "XFTK64", "brandName": "EXTRAFLY", "freeBaggage": [ { "value": 20, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1511.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1512.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "EDA0C1FD-7CA3-4AA6-B9F6-DDD8FFD2FE9B", "paxId": "73df5fbe-d611-4524-8f9f-15352b5cef82", "fareType": "PF", "fareBasisCode": "TPF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "PF", "brandKey": "PFTK62", "brandName": "PRIMEFLY", "freeBaggage": [ { "value": 25, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1576.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1577.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "C11B5D35-2D35-413F-AD74-856A5F1F4CFD", "paxId": "73df5fbe-d611-4524-8f9f-15352b5cef82", "fareType": "BU", "fareBasisCode": "JBU", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": true, "seatSelection": true, "isSelected": false, "brandCode": "BU", "brandKey": "BUTK24", "brandName": "BUSINESS", "freeBaggage": [ { "value": 30, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 4606.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 4607.82, "cabin": "J", "cabinClass": "business" } ], "stops": 0, "combinations": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 1136.82, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "departureDate": "2024-09-26", "departureTime": "15:00", "departureDateTime": "2024-09-26 15:00", "arrivalDate": "2024-09-26", "arrivalTime": "16:15", "arrivalDateTime": "2024-09-26 16:15", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png", "providerSearchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791", "providerId": "biletbank", "bookingProviderId": null, "bookingProviderCode": null, "cabin": "T", "cabinClass": "Economy" }, { "searchId": "E468E58A-464A-4222-9E3E-7F06E8E0B28A", "flightId": "c48e975c-9b23-453f-89a3-9a04029c09ee", "journeyId": "hDCPTz1ktpHwm4A67lNgrUs7K8Nby8ipTJdZ", "flightNumber": "TK2162", "isTransit": false, "isDomestic": true, "duration": "01:10", "airDuration": "01:10", "waitDuration": "00:00", "seatsAvailable": 9, "segments": [ { "segmentId": "79d02ba0-49a8-4eb5-86f3-c95150271612", "flightNumber": "TK2162", "type": "arrival", "sequenceNo": 1, "airplaneCode": null, "airplaneName": "BOEING 737-800", "duration": "01:10", "cabinClass": "Ekonomi", "cabin": "T", "seatsAvailable": 9, "originAirport": "Atatürk Havalimanı", "originAirportCode": "IST", "originCity": "Istanbul", "originCityCode": "IST", "originCountry": "Turkey", "originCountryCode": "TR", "destinationAirport": "Esenboğa Havalimanı", "destinationAirportCode": "ESB", "destinationCity": "Ankara", "destinationCityCode": "ANK", "destinationCountry": "Turkey", "destinationCountryCode": "TR", "departureDate": "2024-09-26", "departureTime": "16:00", "departureDateTime": "2024-09-26 16:00", "arrivalDate": "2024-09-26", "arrivalTime": "17:10", "arrivalDateTime": "2024-09-26 17:10", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png" } ], "paxItems": [ { "paxId": "613537de-d01b-4815-8315-9f87b5039609", "serviceId": "02C9527E-705A-4469-B2CC-981251B4D11B", "paxCode": "ADT", "sequence": 1, "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" } ], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82 } ], "alternativePrices": [ { "serviceId": "02C9527E-705A-4469-B2CC-981251B4D11B", "paxId": "613537de-d01b-4815-8315-9f87b5039609", "fareType": "EF", "fareBasisCode": "TEF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": false, "isSelected": false, "brandCode": "EF", "brandKey": "EFTK21", "brandName": "ECOFLY", "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "97F7ADA9-3DB2-4867-BE7D-F5E40FDE8A4C", "paxId": "613537de-d01b-4815-8315-9f87b5039609", "fareType": "XF", "fareBasisCode": "TXF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "XF", "brandKey": "XFTK64", "brandName": "EXTRAFLY", "freeBaggage": [ { "value": 20, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1511.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1512.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "500F2315-71A0-4FA1-88FD-1329BABDF77C", "paxId": "613537de-d01b-4815-8315-9f87b5039609", "fareType": "PF", "fareBasisCode": "TPF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "PF", "brandKey": "PFTK62", "brandName": "PRIMEFLY", "freeBaggage": [ { "value": 25, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1576.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1577.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "BA89296F-4E9A-46BA-9068-66443BDBAB71", "paxId": "613537de-d01b-4815-8315-9f87b5039609", "fareType": "BU", "fareBasisCode": "JBU", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": true, "seatSelection": true, "isSelected": false, "brandCode": "BU", "brandKey": "BUTK24", "brandName": "BUSINESS", "freeBaggage": [ { "value": 30, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 4606.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 4607.82, "cabin": "J", "cabinClass": "business" } ], "stops": 0, "combinations": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 1136.82, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "departureDate": "2024-09-26", "departureTime": "16:00", "departureDateTime": "2024-09-26 16:00", "arrivalDate": "2024-09-26", "arrivalTime": "17:10", "arrivalDateTime": "2024-09-26 17:10", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png", "providerSearchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791", "providerId": "biletbank", "bookingProviderId": null, "bookingProviderCode": null, "cabin": "T", "cabinClass": "Economy" }, { "searchId": "E468E58A-464A-4222-9E3E-7F06E8E0B28A", "flightId": "3d713374-c8fc-42c5-8c08-c97fb7b1c5ac", "journeyId": "hDCPTz1ktpHwm4A67lNgrUs7K8Nby8ipTJdZ", "flightNumber": "TK2170", "isTransit": false, "isDomestic": true, "duration": "01:10", "airDuration": "01:10", "waitDuration": "00:00", "seatsAvailable": 9, "segments": [ { "segmentId": "035b2241-28d5-4922-affc-89d92ceaa988", "flightNumber": "TK2170", "type": "arrival", "sequenceNo": 1, "airplaneCode": null, "airplaneName": "BOEING 737-800", "duration": "01:10", "cabinClass": "Ekonomi", "cabin": "T", "seatsAvailable": 9, "originAirport": "Atatürk Havalimanı", "originAirportCode": "IST", "originCity": "Istanbul", "originCityCode": "IST", "originCountry": "Turkey", "originCountryCode": "TR", "destinationAirport": "Esenboğa Havalimanı", "destinationAirportCode": "ESB", "destinationCity": "Ankara", "destinationCityCode": "ANK", "destinationCountry": "Turkey", "destinationCountryCode": "TR", "departureDate": "2024-09-26", "departureTime": "18:00", "departureDateTime": "2024-09-26 18:00", "arrivalDate": "2024-09-26", "arrivalTime": "19:10", "arrivalDateTime": "2024-09-26 19:10", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png" } ], "paxItems": [ { "paxId": "dfc10f10-9121-4260-9ddc-133ac8dddd24", "serviceId": "077476F3-F8EC-4DEB-9324-A03CEB95CB67", "paxCode": "ADT", "sequence": 1, "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" } ], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82 } ], "alternativePrices": [ { "serviceId": "077476F3-F8EC-4DEB-9324-A03CEB95CB67", "paxId": "dfc10f10-9121-4260-9ddc-133ac8dddd24", "fareType": "EF", "fareBasisCode": "TEF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": false, "isSelected": false, "brandCode": "EF", "brandKey": "EFTK21", "brandName": "ECOFLY", "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "5008ED9E-8DD3-41A3-81B9-D2B5AC8FE341", "paxId": "dfc10f10-9121-4260-9ddc-133ac8dddd24", "fareType": "XF", "fareBasisCode": "TXF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "XF", "brandKey": "XFTK64", "brandName": "EXTRAFLY", "freeBaggage": [ { "value": 20, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1511.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1512.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "785D5E62-793A-4584-9377-9CADC4E11715", "paxId": "dfc10f10-9121-4260-9ddc-133ac8dddd24", "fareType": "PF", "fareBasisCode": "TPF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "PF", "brandKey": "PFTK62", "brandName": "PRIMEFLY", "freeBaggage": [ { "value": 25, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1576.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1577.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "4864D792-8BD1-404D-B07F-6BDCCBEB43AB", "paxId": "dfc10f10-9121-4260-9ddc-133ac8dddd24", "fareType": "BU", "fareBasisCode": "JBU", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": true, "seatSelection": true, "isSelected": false, "brandCode": "BU", "brandKey": "BUTK24", "brandName": "BUSINESS", "freeBaggage": [ { "value": 30, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 4606.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 4607.82, "cabin": "J", "cabinClass": "business" } ], "stops": 0, "combinations": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 1136.82, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "departureDate": "2024-09-26", "departureTime": "18:00", "departureDateTime": "2024-09-26 18:00", "arrivalDate": "2024-09-26", "arrivalTime": "19:10", "arrivalDateTime": "2024-09-26 19:10", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png", "providerSearchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791", "providerId": "biletbank", "bookingProviderId": null, "bookingProviderCode": null, "cabin": "T", "cabinClass": "Economy" }, { "searchId": "E468E58A-464A-4222-9E3E-7F06E8E0B28A", "flightId": "40e948bd-f7c1-4d79-a2d4-eb870d6e024f", "journeyId": "hDCPTz1ktpHwm4A67lNgrUs7K8Nby8ipTJdZ", "flightNumber": "TK2174", "isTransit": false, "isDomestic": true, "duration": "01:10", "airDuration": "01:10", "waitDuration": "00:00", "seatsAvailable": 9, "segments": [ { "segmentId": "cfb53a2f-5c48-4ce3-9888-703fb2f3f989", "flightNumber": "TK2174", "type": "arrival", "sequenceNo": 1, "airplaneCode": null, "airplaneName": "BOEING 737-800", "duration": "01:10", "cabinClass": "Ekonomi", "cabin": "T", "seatsAvailable": 9, "originAirport": "Atatürk Havalimanı", "originAirportCode": "IST", "originCity": "Istanbul", "originCityCode": "IST", "originCountry": "Turkey", "originCountryCode": "TR", "destinationAirport": "Esenboğa Havalimanı", "destinationAirportCode": "ESB", "destinationCity": "Ankara", "destinationCityCode": "ANK", "destinationCountry": "Turkey", "destinationCountryCode": "TR", "departureDate": "2024-09-26", "departureTime": "19:00", "departureDateTime": "2024-09-26 19:00", "arrivalDate": "2024-09-26", "arrivalTime": "20:10", "arrivalDateTime": "2024-09-26 20:10", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png" } ], "paxItems": [ { "paxId": "969e839a-f025-4aaf-b460-1dba6f4b58d7", "serviceId": "2DC1AC15-5716-46D1-9C81-DBDCA98D6866", "paxCode": "ADT", "sequence": 1, "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" } ], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82 } ], "alternativePrices": [ { "serviceId": "2DC1AC15-5716-46D1-9C81-DBDCA98D6866", "paxId": "969e839a-f025-4aaf-b460-1dba6f4b58d7", "fareType": "EF", "fareBasisCode": "TEF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": false, "isSelected": false, "brandCode": "EF", "brandKey": "EFTK21", "brandName": "ECOFLY", "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "B4997B33-AF6D-4B01-BE8C-2A858F260B71", "paxId": "969e839a-f025-4aaf-b460-1dba6f4b58d7", "fareType": "XF", "fareBasisCode": "TXF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "XF", "brandKey": "XFTK64", "brandName": "EXTRAFLY", "freeBaggage": [ { "value": 20, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1511.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1512.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "3153858B-3D69-427C-9AF9-E57267BA610D", "paxId": "969e839a-f025-4aaf-b460-1dba6f4b58d7", "fareType": "PF", "fareBasisCode": "TPF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "PF", "brandKey": "PFTK62", "brandName": "PRIMEFLY", "freeBaggage": [ { "value": 25, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1576.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1577.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "C9E3B9B5-ECDE-4544-867E-D74B01653124", "paxId": "969e839a-f025-4aaf-b460-1dba6f4b58d7", "fareType": "BU", "fareBasisCode": "JBU", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": true, "seatSelection": true, "isSelected": false, "brandCode": "BU", "brandKey": "BUTK24", "brandName": "BUSINESS", "freeBaggage": [ { "value": 30, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 4606.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 4607.82, "cabin": "J", "cabinClass": "business" } ], "stops": 0, "combinations": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 1136.82, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "departureDate": "2024-09-26", "departureTime": "19:00", "departureDateTime": "2024-09-26 19:00", "arrivalDate": "2024-09-26", "arrivalTime": "20:10", "arrivalDateTime": "2024-09-26 20:10", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png", "providerSearchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791", "providerId": "biletbank", "bookingProviderId": null, "bookingProviderCode": null, "cabin": "T", "cabinClass": "Economy" }, { "searchId": "E468E58A-464A-4222-9E3E-7F06E8E0B28A", "flightId": "75b8afc6-87fb-44c6-8d23-fcac18de4c06", "journeyId": "hDCPTz1ktpHwm4A67lNgrUs7K8Nby8ipTJdZ", "flightNumber": "TK2182", "isTransit": false, "isDomestic": true, "duration": "01:10", "airDuration": "01:10", "waitDuration": "00:00", "seatsAvailable": 9, "segments": [ { "segmentId": "71a585ed-1651-47fa-b319-80ccd036116b", "flightNumber": "TK2182", "type": "arrival", "sequenceNo": 1, "airplaneCode": null, "airplaneName": "BOEING 737-800", "duration": "01:10", "cabinClass": "Ekonomi", "cabin": "T", "seatsAvailable": 9, "originAirport": "Atatürk Havalimanı", "originAirportCode": "IST", "originCity": "Istanbul", "originCityCode": "IST", "originCountry": "Turkey", "originCountryCode": "TR", "destinationAirport": "Esenboğa Havalimanı", "destinationAirportCode": "ESB", "destinationCity": "Ankara", "destinationCityCode": "ANK", "destinationCountry": "Turkey", "destinationCountryCode": "TR", "departureDate": "2024-09-26", "departureTime": "21:00", "departureDateTime": "2024-09-26 21:00", "arrivalDate": "2024-09-26", "arrivalTime": "22:10", "arrivalDateTime": "2024-09-26 22:10", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png" } ], "paxItems": [ { "paxId": "a673e48a-309e-4049-868a-b6ff03a72993", "serviceId": "E3B03E80-732F-4127-A530-0B086EEBA043", "paxCode": "ADT", "sequence": 1, "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" } ], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82 } ], "alternativePrices": [ { "serviceId": "E3B03E80-732F-4127-A530-0B086EEBA043", "paxId": "a673e48a-309e-4049-868a-b6ff03a72993", "fareType": "EF", "fareBasisCode": "TEF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": false, "isSelected": false, "brandCode": "EF", "brandKey": "EFTK21", "brandName": "ECOFLY", "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "6B831843-55B4-435C-AC0B-A33835BC4930", "paxId": "a673e48a-309e-4049-868a-b6ff03a72993", "fareType": "XF", "fareBasisCode": "TXF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "XF", "brandKey": "XFTK64", "brandName": "EXTRAFLY", "freeBaggage": [ { "value": 20, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1511.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1512.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "1F50D797-18FA-4F08-AC7D-BCEBE374BBC4", "paxId": "a673e48a-309e-4049-868a-b6ff03a72993", "fareType": "PF", "fareBasisCode": "TPF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "PF", "brandKey": "PFTK62", "brandName": "PRIMEFLY", "freeBaggage": [ { "value": 25, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1576.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1577.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "C579F0F5-3ED3-4399-ACE5-347D471D8F24", "paxId": "a673e48a-309e-4049-868a-b6ff03a72993", "fareType": "BU", "fareBasisCode": "JBU", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": true, "seatSelection": true, "isSelected": false, "brandCode": "BU", "brandKey": "BUTK24", "brandName": "BUSINESS", "freeBaggage": [ { "value": 30, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 4606.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 4607.82, "cabin": "J", "cabinClass": "business" } ], "stops": 0, "combinations": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 1136.82, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "departureDate": "2024-09-26", "departureTime": "21:00", "departureDateTime": "2024-09-26 21:00", "arrivalDate": "2024-09-26", "arrivalTime": "22:10", "arrivalDateTime": "2024-09-26 22:10", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png", "providerSearchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791", "providerId": "biletbank", "bookingProviderId": null, "bookingProviderCode": null, "cabin": "T", "cabinClass": "Economy" }, { "searchId": "E468E58A-464A-4222-9E3E-7F06E8E0B28A", "flightId": "3e304c9f-2958-46e5-a18c-d453e4bdc341", "journeyId": "hDCPTz1ktpHwm4A67lNgrUs7K8Nby8ipTJdZ", "flightNumber": "TK2184", "isTransit": false, "isDomestic": true, "duration": "01:15", "airDuration": "01:15", "waitDuration": "00:00", "seatsAvailable": 9, "segments": [ { "segmentId": "b136dcce-1b6e-409d-b0bd-f5a0c5b2c3fe", "flightNumber": "TK2184", "type": "arrival", "sequenceNo": 1, "airplaneCode": null, "airplaneName": "BOEING 737-800", "duration": "01:15", "cabinClass": "Ekonomi", "cabin": "T", "seatsAvailable": 9, "originAirport": "Atatürk Havalimanı", "originAirportCode": "IST", "originCity": "Istanbul", "originCityCode": "IST", "originCountry": "Turkey", "originCountryCode": "TR", "destinationAirport": "Esenboğa Havalimanı", "destinationAirportCode": "ESB", "destinationCity": "Ankara", "destinationCityCode": "ANK", "destinationCountry": "Turkey", "destinationCountryCode": "TR", "departureDate": "2024-09-26", "departureTime": "22:00", "departureDateTime": "2024-09-26 22:00", "arrivalDate": "2024-09-26", "arrivalTime": "23:15", "arrivalDateTime": "2024-09-26 23:15", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png" } ], "paxItems": [ { "paxId": "c8170c97-d84f-4a89-b489-ed266b38a205", "serviceId": "80AA907B-47B9-4E0C-9638-039EC3B15910", "paxCode": "ADT", "sequence": 1, "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" } ], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82 } ], "alternativePrices": [ { "serviceId": "80AA907B-47B9-4E0C-9638-039EC3B15910", "paxId": "c8170c97-d84f-4a89-b489-ed266b38a205", "fareType": "EF", "fareBasisCode": "TEF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": false, "isSelected": false, "brandCode": "EF", "brandKey": "EFTK21", "brandName": "ECOFLY", "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "4E3FA30E-B4F4-4033-BE7B-FC1F689827C0", "paxId": "c8170c97-d84f-4a89-b489-ed266b38a205", "fareType": "XF", "fareBasisCode": "TXF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "XF", "brandKey": "XFTK64", "brandName": "EXTRAFLY", "freeBaggage": [ { "value": 20, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1511.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1512.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "A2B88520-B42B-4A12-9ECA-BB1BABCC84B3", "paxId": "c8170c97-d84f-4a89-b489-ed266b38a205", "fareType": "PF", "fareBasisCode": "TPF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "PF", "brandKey": "PFTK62", "brandName": "PRIMEFLY", "freeBaggage": [ { "value": 25, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1576.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1577.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "B537BE16-FB5F-4D1C-B1D0-9AC438507053", "paxId": "c8170c97-d84f-4a89-b489-ed266b38a205", "fareType": "BU", "fareBasisCode": "JBU", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": true, "seatSelection": true, "isSelected": false, "brandCode": "BU", "brandKey": "BUTK24", "brandName": "BUSINESS", "freeBaggage": [ { "value": 30, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 4606.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 4607.82, "cabin": "J", "cabinClass": "business" } ], "stops": 0, "combinations": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 1136.82, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "departureDate": "2024-09-26", "departureTime": "22:00", "departureDateTime": "2024-09-26 22:00", "arrivalDate": "2024-09-26", "arrivalTime": "23:15", "arrivalDateTime": "2024-09-26 23:15", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png", "providerSearchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791", "providerId": "biletbank", "bookingProviderId": null, "bookingProviderCode": null, "cabin": "T", "cabinClass": "Economy" }, { "searchId": "E468E58A-464A-4222-9E3E-7F06E8E0B28A", "flightId": "10d7d7ad-b4df-4766-bf2f-02b12778dbda", "journeyId": "hDCPTz1ktpHwm4A67lNgrUs7K8Nby8ipTJdZ", "flightNumber": "TK2190", "isTransit": false, "isDomestic": true, "duration": "01:10", "airDuration": "01:10", "waitDuration": "00:00", "seatsAvailable": 9, "segments": [ { "segmentId": "79e8927a-c02d-4f17-9516-b8858b6c0f98", "flightNumber": "TK2190", "type": "arrival", "sequenceNo": 1, "airplaneCode": null, "airplaneName": "BOEING 737-800", "duration": "01:10", "cabinClass": "Ekonomi", "cabin": "T", "seatsAvailable": 9, "originAirport": "Atatürk Havalimanı", "originAirportCode": "IST", "originCity": "Istanbul", "originCityCode": "IST", "originCountry": "Turkey", "originCountryCode": "TR", "destinationAirport": "Esenboğa Havalimanı", "destinationAirportCode": "ESB", "destinationCity": "Ankara", "destinationCityCode": "ANK", "destinationCountry": "Turkey", "destinationCountryCode": "TR", "departureDate": "2024-09-26", "departureTime": "23:55", "departureDateTime": "2024-09-26 23:55", "arrivalDate": "2024-09-27", "arrivalTime": "01:05", "arrivalDateTime": "2024-09-27 01:05", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png" } ], "paxItems": [ { "paxId": "04894ed5-aa9f-4fa5-8a0c-aa0df3c8eefc", "serviceId": "AF574FC9-65C3-4394-999C-5C3F1748D04F", "paxCode": "ADT", "sequence": 1, "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" } ], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82 } ], "alternativePrices": [ { "serviceId": "AF574FC9-65C3-4394-999C-5C3F1748D04F", "paxId": "04894ed5-aa9f-4fa5-8a0c-aa0df3c8eefc", "fareType": "EF", "fareBasisCode": "TEF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": false, "isSelected": false, "brandCode": "EF", "brandKey": "EFTK21", "brandName": "ECOFLY", "freeBaggage": [ { "value": 15, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "3FE414F2-07F2-4192-A345-60D8FB08003B", "paxId": "04894ed5-aa9f-4fa5-8a0c-aa0df3c8eefc", "fareType": "XF", "fareBasisCode": "TXF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "XF", "brandKey": "XFTK64", "brandName": "EXTRAFLY", "freeBaggage": [ { "value": 20, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1511.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1512.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "D281EA20-0818-4A6B-B5AA-BADD326E6566", "paxId": "04894ed5-aa9f-4fa5-8a0c-aa0df3c8eefc", "fareType": "PF", "fareBasisCode": "TPF", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": false, "seatSelection": true, "isSelected": false, "brandCode": "PF", "brandKey": "PFTK62", "brandName": "PRIMEFLY", "freeBaggage": [ { "value": 25, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 1576.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1577.82, "cabin": "T", "cabinClass": "economy" }, { "serviceId": "75B170C4-2E0D-445C-A447-6306C6B87230", "paxId": "04894ed5-aa9f-4fa5-8a0c-aa0df3c8eefc", "fareType": "BU", "fareBasisCode": "JBU", "paxCode": "ADT", "paxSequence": 1, "isPromo": false, "businessLounge": true, "seatSelection": true, "isSelected": false, "brandCode": "BU", "brandKey": "BUTK24", "brandName": "BUSINESS", "freeBaggage": [ { "value": 30, "paxCode": "ADT", "unit": "KG", "unitType": "weight" }, { "value": 8, "paxCode": "ADT", "unit": "KG", "unitType": "carry" } ], "bonus": null, "meal": null, "cancellationPolicies": [], "changePolicies": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 0, "totalFare": 4606.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 4607.82, "cabin": "J", "cabinClass": "business" } ], "stops": 0, "combinations": [], "serviceFee": 3, "serviceFeeOriginal": 3, "serviceFeeDiscount": 0, "tax": 262.21, "taxDiscount": 0, "netFare": 1136.82, "totalFare": 1136.82, "currency": "TRY", "priceIncludesRoundPrice": false, "ourFare": 1, "totalPrice": 1137.82, "departureDate": "2024-09-26", "departureTime": "23:55", "departureDateTime": "2024-09-26 23:55", "arrivalDate": "2024-09-27", "arrivalTime": "01:05", "arrivalDateTime": "2024-09-27 01:05", "airlineLabel": "Turkish Airlines", "airlineMarketing": "TK", "airlineOperating": "TK", "airlineIcon": "http://api.tripingram.local/uploads/TK.png", "providerSearchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791", "providerId": "biletbank", "bookingProviderId": null, "bookingProviderCode": null, "cabin": "T", "cabinClass": "Economy" } ], "relations": { "ec71f18c-f1f2-4508-b01b-a2c1f2985df4": { "providerId": "biletbank", "searchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791" }, "ec10da9c-217f-4947-ac57-5191255de643": { "providerId": "biletbank", "searchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791" }, "44b9d4f5-25a9-46a0-824e-44b2c84498ad": { "providerId": "biletbank", "searchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791" }, "07a72e47-4c67-4660-9cba-d466c4b4733a": { "providerId": "biletbank", "searchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791" }, "f98241b7-7f12-46f3-894e-23167269ac38": { "providerId": "biletbank", "searchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791" }, "86eea86e-b6d4-4cad-aba1-7d40b8ce4ef0": { "providerId": "biletbank", "searchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791" }, "32ada4f8-c996-4955-a1c4-12a1aa9e6e39": { "providerId": "biletbank", "searchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791" }, "0210ff90-5a86-4758-878f-79584f78eaff": { "providerId": "biletbank", "searchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791" }, "c48e975c-9b23-453f-89a3-9a04029c09ee": { "providerId": "biletbank", "searchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791" }, "3d713374-c8fc-42c5-8c08-c97fb7b1c5ac": { "providerId": "biletbank", "searchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791" }, "40e948bd-f7c1-4d79-a2d4-eb870d6e024f": { "providerId": "biletbank", "searchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791" }, "75b8afc6-87fb-44c6-8d23-fcac18de4c06": { "providerId": "biletbank", "searchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791" }, "3e304c9f-2958-46e5-a18c-d453e4bdc341": { "providerId": "biletbank", "searchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791" }, "10d7d7ad-b4df-4766-bf2f-02b12778dbda": { "providerId": "biletbank", "searchId": "84eb56b9-c00b-4d57-a8ea-e28a41f98791" } }, "ttl": 3600 } }, "success": true, "code": 0, "message": "" }
Modified at 2024-11-28 01:29:13