Factset · JSON Structure

Factset Irn Contacts Contact Dto Structure

Type: object Properties: 9
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

id primaryEmailAddress identifier fullName linkedInProfile isDeleted phoneNumbers alternativeEmailAddresses customFields

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContactDto",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "primaryEmailAddress": {
      "type": "string"
    },
    "identifier": {
      "type": "string"
    },
    "fullName": {
      "type": "string"
    },
    "linkedInProfile": {
      "type": "string"
    },
    "isDeleted": {
      "type": "boolean"
    },
    "phoneNumbers": {
      "type": "array"
    },
    "alternativeEmailAddresses": {
      "type": "array"
    },
    "customFields": {
      "type": "array"
    }
  }
}