Factset · JSON Structure

Factset Irn Contacts Contact Relationship Save Dto Structure

Type: object Properties: 8
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

relationshipId contactId start end comment isCurrent symbol title

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContactRelationshipSaveDto",
  "type": "object",
  "properties": {
    "relationshipId": {
      "type": "string"
    },
    "contactId": {
      "type": "string"
    },
    "start": {
      "type": "string"
    },
    "end": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "isCurrent": {
      "type": "boolean"
    },
    "symbol": {
      "type": "string"
    },
    "title": {
      "type": "string"
    }
  }
}