latestOpenAPI 3.0.02026-08-10233809957.8 KB

5cdfae3fa1fa

Businesses

List Business Info

Supported for:

freshbooks quickbooks quickbooksDesktop xero oracleNetsuite sageBusinessCloud sageIntacct dynamicsBusinessCentral dynamics365Finance wave myob zohoBooks

get/v2/businesses/info

Query parameters

connectionUuidstring required

Unique connection identifier.

Response

Example response

{
  "meta": {
    "connectionUuid": "CON-396d5daa-26b2-4979-89b6-cafb2c298155",
    "businessName": "Railz",
    "serviceName": "xero",
    "reportId": "5fad8a342a88364234392fb5",
    "createdAt": "2020-11-25T01:02:03Z",
    "updatedAt": "2020-11-30T01:02:03Z"
  },
  "data": {
    "businessName": "Railz",
    "legalName": "Railz Financial Technologies Inc",
    "businessEmail": "noreply@railz.ai",
    "website": "www.railz.ai",
    "primaryPhoneNumber": "416-555-1212",
    "fiscalYearEndDay": 31,
    "fiscalYearEndMonth": 12,
    "industryType": "Financial",
    "industryCode": "123",
    "businessShortCode": "6Qfdg!",
    "baseCurrency": "USD",
    "businessRegistrationNumber": "BN123456789",
    "currencyRefs": [
      {
        "id": "21",
        "isBaseCurrency": true,
        "symbol": "USD",
        "name": "USA"
      }
    ],
    "subsidiaryRefs": [
      {
        "id": "8",
        "name": "Honeywell",
        "parentRef": {
          "id": "2",
          "name": "Honeywell Holdings"
        },
        "currencies": [
          {
            "id": "3"
          }
        ],
        "locations": [
          {
            "id": "5"
          }
        ]
      }
    ],
    "mailingAddress": {
      "city": "Toronto",
      "country": "Canada",
      "line1": "1234 Park Street",
      "line2": "Suite 1000",
      "region": "ON",
      "postalCode": "A0B1C2"
    },
    "legalAddress": {
      "city": "Toronto",
      "country": "Canada",
      "line1": "1234 Park Street",
      "line2": "Suite 1000",
      "region": "ON",
      "postalCode": "A0B1C2"
    },
    "businessType": "organization",
    "accountingMethod": "accrual",
    "passThrough": {
      "CustomField": [
        {
          "DefinitionId": "1",
          "StringValue": "my custom value",
          "Name": "Field One"
        }
      ]
    }
  }
}