latestOpenAPI 3.0.02026-08-10233809957.8 KB

5cdfae3fa1fa

Businesses

Get business info for team's business

get/businesses/info

Query parameters

businessNamestring required
serviceName'freshbooks' | 'quickbooks' | 'quickbooksDesktop' | 'xero' | 'oracleNetsuite' | 'sageBusinessCloud' | 'sageIntacct' | 'dynamicsBusinessCentral' | 'dynamics365Finance' | 'wave' | 'myob' | 'zohoBooks' required

Response

Example response

{
  "meta": {
    "reportId": "5fad8a342a88364234392fb5",
    "serviceName": "xero",
    "businessName": "Railz",
    "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": {
      "streetNumber": "5100",
      "streetName": "York Street",
      "city": "Toronto",
      "state": "Ontario",
      "country": "Canada",
      "zip": "M5J0B1",
      "line1": "1234 Park Street",
      "line2": "Suite 1000",
      "region": "ON",
      "postalCode": "A0B1C2"
    },
    "legalAddress": {
      "streetNumber": "5100",
      "streetName": "York Street",
      "city": "Toronto",
      "state": "Ontario",
      "country": "Canada",
      "zip": "M5J0B1",
      "line1": "1234 Park Street",
      "line2": "Suite 1000",
      "region": "ON",
      "postalCode": "A0B1C2"
    },
    "locationRefs": [
      {
        "id": "52",
        "name": "United States",
        "address": {
          "line1": "180 John St",
          "line2": "Suite 12E",
          "city": "Seattle",
          "region": "Washington",
          "country": "United States",
          "postalCode": "19222"
        },
        "parentRef": {
          "id": "11",
          "name": "United States"
        }
      }
    ],
    "businessType": "organization",
    "accountingMethod": "accrual"
  }
}