Factset · JSON Structure

Factset Irn Contacts Contact Save Dto Structure

Type: object Properties: 12
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

primaryEmailAddress fullName notes linkedInProfile personSymbol roleId typeId phoneNumbers leftRelationships rightRelationships 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": "ContactSaveDto",
  "type": "object",
  "properties": {
    "primaryEmailAddress": {
      "type": "string"
    },
    "fullName": {
      "type": "string"
    },
    "notes": {
      "type": "string"
    },
    "linkedInProfile": {
      "type": "string"
    },
    "personSymbol": {
      "type": "string"
    },
    "roleId": {
      "type": "string"
    },
    "typeId": {
      "type": "string"
    },
    "phoneNumbers": {
      "type": "array"
    },
    "leftRelationships": {
      "type": "array"
    },
    "rightRelationships": {
      "type": "array"
    },
    "alternativeEmailAddresses": {
      "type": "array"
    },
    "customFields": {
      "type": "array"
    }
  }
}