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

Registered office address

Return company registered office address

Was this helpful?

Registered office address

post

Return company registered office address

Authorizations
Body

The company number of the company information to return.

enterprise_numberstringRequired
Responses
200
registered office address
application/json
401
Unauthorised
application/json
post
POST /enterprise/v1/registered-office-address 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: 30

{
  "enterprise_number": "string"
}
{
  "registered-office-address": [
    {
      "enterprise_number": "string",
      "physical_address_1": "string",
      "physical_address_2": "string",
      "physical_address_3": "string",
      "physical_address_4": "string",
      "physical_code": "string",
      "postal_address_1": "string",
      "postal_address_2": "string",
      "postal_address_3": "string",
      "postal_address_4": "string",
      "postal_code": "string"
    }
  ]
}