finsit API - ContactInfo

A collection of help pages for using the API.

ContactInfo

No description available.

Properties

Name Type Description
name String
address String
postalAddress String
phone String

Sample object

{
  "name": "John Doe",
  "address": "Long lane 99",
  "postalAddress": "123 45 STOCKHOLM",
  "phone": "+1234567890"
}