JETNET API Release Notes 4/7/25

Customer API Enhancements

Batch Requests for Company IDs

You can now pass an array of Company IDs into both the getContactList() and getContactListPaged() endpoints.

Example JSON request:

{ "complist": 
[2346, 12389, 65123]
}

Entity Type Added to getCompanyList() endpoint

The getCompanyList() endpoint response now includes an entitytype field to distinguish between individual and business ownership.

Example JSON response:

{
"entitytype": "Business"
}

Aircraft registration number added to getRelationships() endpoint

The getRelationships() endpoint response now includes the aircraft registration number (regnbr).

Example JSON response:

{
"regnbr": "N139TJ"
}

Appended 6 existing API endpoints to getCondensedOwnerOperators() and getCondensedOwnerOperatorsPaged()

Added the following to the end of the response of the getCondensedOwnerOperators() and getCondensedOwnerOperatorsPaged() endpoints:

  • getAPU()
  • getMaintenance()
  • getEngine()
  • get Interior()
  • getExterior()
  • getAvionics()

Was this article helpful?

/