Updates:
Full Engine & APU Maintenance Program Fields to added Bulk endpoints
Description:
The Bulk Aircraft Export APIs have been enhanced with new fields that return full Engine and APU maintenance program details, aligned with JETNET Evolution. This update improves clarity by providing complete maintenance provider and program names.
New fields:
engineproviderprogram - Engine Program Name
apuproviderprogram - APU Maintenance Plan
Example Response:
Endpoint Locations:
- api/Aircraft/getBulkAircraftExport/{security token}
- api/Aircraft/getBulkAircraftExportPaged/{security token}/{pasgesize}/{page}
New Endpoint:
We have introduced a new endpoint, getHexNumber(), which mirrors the existing getRegNumber() endpoint but accepts a Hex value as input. The response format and returned data are identical to those provided by getRegNumber().
Example Request Call:
https://tcustomer.jetnetconnect.com/api/Aircraft/getHexNumber/{hex}/{security token}
Endpoint Location:
- api/Aircraft/getHexNumber/{hex}/{security token}