Factset · Example Payload

Factset Irn Configuration User Config Dto Example

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Top-level fields

iduserNameserialNumberfirstNamelastNameemailAddress

Example Payload

Raw ↑
{
  "id": "abc123",
  "userName": "example_value",
  "serialNumber": "example_value",
  "firstName": "example_value",
  "lastName": "example_value",
  "emailAddress": "user@example.com"
}