Factset · Example Payload

Factset Irn Contacts Contact Summary Dto Example

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Top-level fields

idprimaryEmailAddressidentifierfullNameemployerNameemployerIdentifiercitystateProvincepostalCodecountryisDeletedlastMeetingalternativeEmailAddressescustomFieldValues

Example Payload

Raw ↑
{
  "id": "abc123",
  "primaryEmailAddress": "user@example.com",
  "identifier": "example_value",
  "fullName": "example_value",
  "employerName": "example_value",
  "employerIdentifier": "example_value",
  "city": "example_value",
  "stateProvince": "example_value",
  "postalCode": "example_value",
  "country": "example_value",
  "isDeleted": true,
  "lastMeeting": "example_value",
  "alternativeEmailAddresses": "user@example.com",
  "customFieldValues": []
}