Factset · Schema

ContactEventUpdateDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
fieldName string
oldValue string
newValue string
View JSON Schema on GitHub

JSON Schema

factset-irn-contacts-contact-event-update-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ContactEventUpdateDto",
  "type": "object",
  "properties": {
    "fieldName": {
      "type": "string"
    },
    "oldValue": {
      "type": "string"
    },
    "newValue": {
      "type": "string"
    }
  }
}