Factset · JSON Structure

Factset Irn Contacts Contact Summary Dto Structure

Type: object Properties: 14
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

ContactSummaryDto is a JSON Structure definition published by Factset, describing 14 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id primaryEmailAddress identifier fullName employerName employerIdentifier city stateProvince postalCode country isDeleted lastMeeting alternativeEmailAddresses customFieldValues

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContactSummaryDto",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "primaryEmailAddress": {
      "type": "string"
    },
    "identifier": {
      "type": "string"
    },
    "fullName": {
      "type": "string"
    },
    "employerName": {
      "type": "string"
    },
    "employerIdentifier": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "stateProvince": {
      "type": "string"
    },
    "postalCode": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "isDeleted": {
      "type": "boolean"
    },
    "lastMeeting": {
      "type": "string"
    },
    "alternativeEmailAddresses": {
      "type": "array"
    },
    "customFieldValues": {
      "type": "array"
    }
  }
}