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