When the broker clicks on a flight event in the Dashboard, they are redirected to the flight detail page, which provides a comprehensive overview of flight information and the passenger list. The page is structured into two sections: the first section presents flight details, while the second section displays the passenger list.
The first section of the flight detail page displays the following flight information:
Flight Number
Aircraft
Departure Airport
Arrival Airport
Scheduled Departure Time (STD)
Scheduled Arrival Time (STA)
Required Documents Passenger List The second section presents a list of passengers including the following details:
Name
Surname
Date of Birth
Country of Birth
Nationality
Is Carring Intant
Document Type (if required)
Document Number (if required)
Document Expiry (if required)
Document Issuing Country (if required)
PNR (Booking Number)
Tutor (only for children) Additional Operations
Closing Passenger List and Generating PNL: Once the broker has completed passenger entry, they can declare the list closed and generate the Passenger Name List (PNL). The system allows the broker to declare the list closed and initiates the process of generating and sending the PNL in compliance with European regulations.
An example:
// Some codecurl --location --request GET 'https://mydomain.belevensoftware.com/api/broker/v0/flight/<id flight>' \
--header 'Authorization: Bearer XXXX'