Registered office address

Return company registered office address

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

Was this helpful?