AckdbCompanyRelationshipSummary

Properties

requestedCompanyAckdbCompanyGraphCompanyrequired
canonicalCompanyAckdbCompanyGraphCompanyrequired
identityRelationshipsarray ofrequired
mergedFromCountintegerrequired
parentCountintegerrequired
childCountintegerrequired

Example

AckdbCompanyRelationshipSummary example
{
  "requestedCompany": {
    "entityId": "string",
    "name": "string",
    "domain": "string",
    "status": "string",
    "graphOnly": false
  },
  "canonicalCompany": {
    "$ref": "See AckdbCompanyGraphCompany"
  },
  "identityRelationships": [
    {
      "class": "string",
      "type": "string",
      "company": {
        "$ref": "See AckdbCompanyGraphCompany"
      },
      "canonicalCompany": {
        "$ref": "See AckdbCompanyGraphCompany"
      }
    }
  ],
  "mergedFromCount": 0,
  "parentCount": 0,
  "childCount": 0
}