Factset · Schema

ContactCustomFieldValueSaveDto

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
code string
value string
optionValues array
evaluateFormula boolean
View JSON Schema on GitHub

JSON Schema

factset-irn-contacts-contact-custom-field-value-save-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ContactCustomFieldValueSaveDto",
  "type": "object",
  "properties": {
    "code": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "optionValues": {
      "type": "array"
    },
    "evaluateFormula": {
      "type": "boolean"
    }
  }
}