We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/api/fleet/{id}
Include fare information
Related to #35
/api/pireps/prefile
/api/pireps/{id}/acars/positions
/api/pireps/{id}/acars/logs
/api/pireps/{id}/route
/api/pireps/{id}/file
/api/pireps/{id}/cancel
/api/pireps/{id}/comments
Include fare information:
$pirep_fare_info = [ 'fares' => [ 'id' => 'FARE ID', 'count' => 'NUMBER OF PASSENGERS', ], ];
The text was updated successfully, but these errors were encountered:
Add pirep comments and subfleets fares #118
9964eb6
nabeelio
No branches or pull requests
Aircraft/Fare Related
/api/fleet/{id}
Include fare information
PIREP Related
Related to #35
/api/pireps/prefile
/api/pireps/{id}/acars/positions
/api/pireps/{id}/acars/logs
/api/pireps/{id}/route
/api/pireps/{id}/file
/api/pireps/{id}/cancel
/api/pireps/{id}/comments
Include fare information:
Need to address
The text was updated successfully, but these errors were encountered: