API Documentation
  • 👋Welcome
  • 🚦Getting Started
    • 🖥️Environment setup
    • 👨‍💻Sign up on portal
    • Subscribe to APIs
    • 📖Terminology
    • 🔐Authorization
  • 💲PRICING
    • Subscription
  • API Documentation
    • Companies API reference
      • Companyprofile
      • Information
      • Appointments
      • Directors
      • Employee verification
      • Registered office address
      • Filing history
    • BO API reference
      • Entity statement
      • Ownership or control statement
      • Natural person statement
      • Supporting documents
      • Individual document
  • Specification
  • USER GUIDE
    • For Data Consumers
Powered by GitBook
On this page

Was this helpful?

  1. API Documentation
  2. Companies API reference

Information

Get basic company information

Was this helpful?

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
401
Unauthorised
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"
        ]
      }
    }
  }
}