Flight: GATE4
Sample API Requests
A. Without audit mode (for pre-booking/quotes)
{
"expand": ["items"],
"items": [
{
"audit": false,
"type": "flight",
"methodology": "GATE4",
"origin": "NBO",
"destination": "ABJ",
"number_of_travelers": 1,
"booking_class": "business",
"airline": "2J",
"flight_number": "2J520",
"external_reference": "test",
"departure_date": "2024-10-01"
}
]
}B. With audit mode (for finalized/post-booking calculations)
API Request Items
Sample API Response
Bibliography
Last updated