Passenger
objectcustomer_idstring
Example:CUST12345
first_namestring
Example:John
middle_namestring
Example:Michael
last_namestring
Example:Doe
emailstring(email)
Example:john.doe@example.com
phone_numberstring
Example:+1-555-123-4567
addressobject
Show Child Parameters
employerstring
Example:Acme Corp
loyalty_statusobject
Show Child Parameters
recent_flightsarray[object]
List of flights taken in the last 18 months.
Show Child Parameters
recent_purchasesarray[object]
List of recent purchases made with KongAir.
Show Child Parameters
Example
FlightHistory
objectflight_numberstring
Example:KA5678
originstring
Example:JFK
destinationstring
Example:LAX
departure_datestring(date)
Example:2024-05-15
classstring
Allowed values:EconomyBusinessFirst
Example:Business
seat_numberstring
Example:12A
Example
Purchase
objectpurchase_idstring
Example:PUR78901
descriptionstring
Example:Extra baggage allowance
amountnumber(float)
Example:50
purchase_datestring(date-time)
Example:2025-02-20T14:30:00Z
Example