Direct Flight Status (SOAR web Integration)
Many clients choose to operate and manage a corporate website / mobile site themselves. When taking this approach, they often want to permit visitors to provide their flight-status criteria on the corporate website and then transfer seamlessly to the SOAR app or SOAR web.
SOAR web Integration
A SOAR web URL is crafted with the following path:
/flight-status/direct-search?language=en&arrivalDate=2023-01-02&departureDate=2023-01-02&arrivalAirportCode=YYZ&flightNumber=1Q395&departureAirportCode=YHZ
Perimeter | Description | Optional or required | Format / Example | Additional Information |
---|---|---|---|---|
arrivalDate | The local date of arrival. | required* | yyyy-mm-dd e.g. 2022-12-19 | If we already have departureDate, arrivalDate can be optional |
departureDate | The local date of departure. | required* | yyyy-mm-dd e.g. 2022-12-19 | If we already have arrivalDate, departureDate can be optional |
arrivalAirportCode | The departure airport code. | optional | e.g YHZ | |
departureAirportCode | The arrival airport code. | optional | e.g YYZ | |
flightNumber | The flight number. | optional | e.g 712, 8P973 | We can also provide the flightNumber with include the correspond airlineCode eg: 8P911 |
language | The language the page should render in. | optional | e.g fr |