GET api/Company

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "CompanyId": "678d1d8b-0acc-44f1-9c88-7b60a6d8e3cf",
    "TenantId": "sample string 2",
    "CompanyName": "sample string 3",
    "WebSite": "sample string 4",
    "TaxIDorVATNo": "sample string 5",
    "FaxNo": "sample string 6",
    "TelphoneNo": "sample string 7",
    "TurnoverAmount": "sample string 8",
    "TurnoverCcy": "sample string 9",
    "BusinessYear": "sample string 10",
    "LogoSaveId": "sample string 11",
    "TimeZoneId": "sample string 12",
    "NumberOfEmployees": "sample string 13",
    "UpdatedTimeStamp": "2025-09-18T03:37:33.3139823+00:00",
    "ProcessUser": "sample string 15",
    "Comment": "sample string 16",
    "IsNewSignUp": true,
    "RegistrationNo": "sample string 17",
    "Section": "sample string 18",
    "CompanyEmail": "sample string 19",
    "EoriNumber": "sample string 20",
    "IsPartner": true,
    "PartnerType": "sample string 21",
    "AddressTypes": {
      "$id": "3",
      "$values": [
        {
          "$id": "4",
          "AddressTypeId": "20b80967-88c5-4713-9cec-ff8e0f8411e3",
          "CompanyId": "e44fc9cf-9258-4e96-897d-5150cbdd4531",
          "AddressLine": "sample string 2",
          "AddressLine2": "sample string 3",
          "TownLocality": "sample string 4",
          "CityRegion": "sample string 5",
          "State": "sample string 6",
          "PostalZipCode": "sample string 7",
          "CountryId": "sample string 8",
          "CountryName": "sample string 9",
          "Type": "sample string 10",
          "TelphoneNo": "sample string 11",
          "Company": {
            "$ref": "2"
          }
        },
        {
          "$ref": "4"
        },
        {
          "$ref": "4"
        }
      ]
    },
    "LogoBase64": "sample string 22",
    "PrimaryAddress": {
      "$ref": "4"
    },
    "SecondaryAddress": {
      "$ref": "4"
    },
    "InvoicingAddress": {
      "$ref": "4"
    },
    "OtherInvoicingAddress": {
      "$ref": "4"
    }
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: One or more errors occurred.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: One or more errors occurred.