Factset · Example Payload

Factset Irn Contacts Contact Save Dto Example

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Factset Irn Contacts Contact Save Dto Example is an example object payload from Factset, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

primaryEmailAddressfullNamenoteslinkedInProfilepersonSymbolroleIdtypeIdphoneNumbersleftRelationshipsrightRelationshipsalternativeEmailAddressescustomFields

Example Payload

Raw ↑
{
  "primaryEmailAddress": "user@example.com",
  "fullName": "example_value",
  "notes": "example_value",
  "linkedInProfile": "example_value",
  "personSymbol": "example_value",
  "roleId": "500123",
  "typeId": "500123",
  "phoneNumbers": [],
  "leftRelationships": [],
  "rightRelationships": [],
  "alternativeEmailAddresses": "user@example.com",
  "customFields": []
}