API for FBOs - Customer & Relationship Management

The endpoint below supports customer and relationship management for FBOs by identifying operators, owners, and related companies to clarify authorization and billing contacts, streamline service coordination, and enable relationship-driven upsell opportunities.

  • Endpoint: getCompanyRelationships

    FBOs use getCompanyRelationships to identify the owner, operator, and key contacts associated with a specific aircraft, enabling accurate customer recognition, billing coordination, and service communication when an aircraft is expected to operate at the field.

    Practical Example

    Identify company and contact relationships for a specific aircraft to determine the current owner, operating management company, and any broker associations. Use this information to confirm the correct point of contact for handling requests, establish billing responsibility, and ensure services are coordinated with the appropriate operator or crew upon arrival.

    Input: Aircraft ID

    Response (truncated)

    {
      "companyrelationships": [
        {
          "companyid": 425676,
          "name": "HC Logistics, LLC",
          "relationtype": "Owner",
          "relationseqno": 1,
          "contactid": 612596,
          "ownerpercent": null,
          "fractionexpiresdate": null,
          "isoperator": "N",
          "businesstype": "End User",
          "company": {
            "companyid": 425676,
            "parentcompanyid": 0,
            "active": true,
            "actiondate": "2024-05-22T13:00:25",
            "name": "HC Logistics, LLC",
            "altname": null,
            "address1": "1459 West Hubbard Street",
            "address2": null,
            "city": "Chicago",
            "state": "IL",
            "stateabbr": "Illinois",
            "postcode": "60642",
            "country": "United States",
            "email": "reception@cmnevents.com",
            "website": null,
            "office": "312-492-6424",
            "fax": null,
            "mobile": null
          },
          "contact": {
            "contactid": 612596,
            "active": false,
            "companyid": 425676,
            "actiondate": "2025-06-04T12:04:51",
            "sirname": "Mr.",
            "firstname": "Henry",
            "middleinitial": null,
            "lastname": "Cardenas",
            "suffix": null,
            "title": "Manager",
            "email": "hcardenas@cmnevents.com",
            "office": null,
            "fax": null,
            "mobile": null
          }
        },
        {
          "companyid": 384363,
          "name": "Progressive Jet Solutions, Inc.",
          "relationtype": "Aircraft Management Company",
          "relationseqno": 2,
          "contactid": 540109,
          "ownerpercent": null,
          "fractionexpiresdate": null,
          "isoperator": "Y",
          "businesstype": "Management Company",
          "company": {
            "companyid": 384363,
            "parentcompanyid": 0,
            "active": true,
            "actiondate": "2025-07-29T09:43:19",
            "name": "Progressive Jet Solutions, Inc.",
            "altname": null,
            "address1": "1430 South Dixie Hwy Suite 314-B",
            "address2": null,
            "city": "Coral Gables",
            "state": "FL",
            "stateabbr": "Florida",
            "postcode": "33146",
            "country": "United States",
            "email": "info@progressivejet.com",
            "website": "www.progressivejet.com",
            "office": "786-345-2070",
            "fax": null,
            "mobile": null
          },
          "contact": {
            "contactid": 540109,
            "active": false,
            "companyid": 384363,
            "actiondate": "2021-12-16T08:43:15",
            "sirname": "Mr.",
            "firstname": "Gustavo",
            "middleinitial": "E",
            "lastname": "Hegewisch",
            "suffix": null,
            "title": "President",
            "email": "ghegewisch@progressivejet.com",
            "office": "786-345-2070",
            "fax": null,
            "mobile": null
          }
        },
        {
          "companyid": 440158,
          "name": "EMC Trading Inc.",
          "relationtype": "Exclusive Broker",
          "relationseqno": 4,
          "contactid": 641359,
          "ownerpercent": null,
          "fractionexpiresdate": null,
          "isoperator": "N",
          "businesstype": "Dealer Broker",
          "company": {
            "companyid": 440158,
            "parentcompanyid": 0,
            "active": true,
            "actiondate": "2026-01-24T03:36:41",
            "name": "EMC Trading Inc.",
            "altname": "DBA EMCJET",
            "address1": "2800 Post Oak Boulevard, Suite 5600",
            "address2": null,
            "city": "Houston",
            "state": "TX",
            "stateabbr": "Texas",
            "postcode": "77056",
            "country": "United States",
            "email": "info@emcjet.com",
            "website": "www.emcjet.com",
            "office": "713-554-0727",
            "fax": null,
            "mobile": null
          },
          "contact": {
            "contactid": 641359,
            "active": false,
            "companyid": 440158,
            "actiondate": "2024-07-17T13:17:38",
            "sirname": "Mr.",
            "firstname": "Memo",
            "middleinitial": null,
            "lastname": "Montemayor",
            "suffix": null,
            "title": "Founder, CEO, & President",
            "email": "memo@emcjet.com",
            "office": "713-554-0727",
            "fax": null,
            "mobile": null
          }
        }
      ]
    }

Was this article helpful?

/