Information

Get basic company information

Basic company information

post

Get basic company information

Authorizations
Body

The company number of the company information to return.

enterprise_numberstringRequired
Responses
200
Success
application/json
post
POST /enterprise/v1/information HTTP/1.1
Host: cipc-apm-rs-dev.azure-api.net
Ocp-Apim-Subscription-Key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 38

{
  "enterprise_number": "2020/939681/07"
}
{
  "type": "string",
  "properties": {
    "Enterprise": {
      "type": "string",
      "items": {
        "type": "string",
        "properties": {
          "enterprise_number": {
            "type": "string"
          },
          "country_code": {
            "type": "string"
          },
          "enterprise_name": {
            "type": "string"
          },
          "enterprise_type_description": {
            "type": "string"
          },
          "sic_description": {
            "type": "string"
          },
          "registration_date": {
            "type": "string"
          },
          "enterprise_status_description": {
            "type": "string"
          },
          "financial_year_end": {
            "type": "string"
          },
          "financial_year_effective_date": {},
          "physical_address_1": {
            "type": "string"
          },
          "physical_address_2": {
            "type": "string"
          },
          "physical_address_3": {
            "type": "string"
          },
          "physical_address_4": {
            "type": "string"
          },
          "physical_code": {
            "type": "string"
          },
          "postal_address_1": {
            "type": "string"
          },
          "postal_address_2": {
            "type": "string"
          },
          "postal_address_3": {
            "type": "string"
          },
          "postal_address_4": {
            "type": "string"
          },
          "postal_code": {
            "type": "string"
          },
          "tax_number": {
            "type": "string"
          },
          "business_start_date": {
            "type": "string"
          }
        },
        "required": [
          "string"
        ]
      }
    }
  }
}

Was this helpful?