Travel/

Travel Booking Response Json

Travel Booking Response Json
The Travel Booking Response json is an example response of an API, which is a Travel Booking API.

JSON Data:

1{ 2 "status": "success", 3 "data": { 4 "bookingNumber": "1234567890ABCD", 5 "flightInfo": { 6 "airline": "American Airlines", 7 "departureLocation": "New York (JFK)", 8 "arrivalLocation": "Los Angeles (LAX)", 9 "departureDate": "18 Jan 2021", 10 "returnDate": "25 Jan 2021" 11 }, 12 "bookingStatus": "confirmed", 13 "price": "$400" 14 } 15}

Description :

The Travel Booking Response json is an example response of an API, which is a Travel Booking API.

The Travel Booking json API Response includes the status of the request ("success"), a booking number, flight information, current booking status, and the price of the trip. This response provides valuable information about the user's itinerary and will be used to confirm that the trip was successfully booked.

episyche logo

Developed by

Episyche Technologies

Copyright © 2022-2024 Episyche Technologies. All rights reserved.

twitter
linkedin