Itinerary
flight objectrequired
legs int32[]required
References to items in the global legs list
Possible values: >= 1
Example:
[1]price objectrequired
currency stringrequired
Example:
AEDbaseAmount stringrequired
Example:
290.00taxAmount stringrequired
Example:
29.00bookingFee stringrequired
Example:
2.99totalAmount stringrequired
Grand total including base, tax and booking fee
Example:
321.99bookingUrl uri
Deep link to the booking page
Example:
https://wego.com/book/abc123Itinerary
{
"flight": {
"legs": [
1
]
},
"price": {
"currency": "AED",
"baseAmount": "290.00",
"taxAmount": "29.00",
"bookingFee": "2.99",
"totalAmount": "321.99"
},
"bookingUrl": "https://wego.com/book/abc123"
}