Factset · Example Payload

Factset Irn Contacts Contact Dto Example

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Top-level fields

idprimaryEmailAddressidentifierfullNamelinkedInProfileisDeletedphoneNumbersalternativeEmailAddressescustomFields

Example Payload

Raw ↑
{
  "id": "abc123",
  "primaryEmailAddress": "user@example.com",
  "identifier": "example_value",
  "fullName": "example_value",
  "linkedInProfile": "example_value",
  "isDeleted": true,
  "phoneNumbers": [],
  "alternativeEmailAddresses": "user@example.com",
  "customFields": []
}