finsit API - Agency

A collection of help pages for using the API.

Agency

No description available.

Properties

Name Type Description
shortName String
name String
numberOfLicences Integer[]
contactInfo ContactInfo

Sample object

{
  "shortName": "bananas",
  "name": "Banana group Ltd.",
  "numberOfLicences": 10,
  "contactInfo": {
    "name": "John Doe",
    "address": "Long lane 99",
    "postalAddress": "123 45 STOCKHOLM",
    "phone": "+1234567890"
  }
}