Return company registered office address
Was this helpful?
The company number of the company information to return.
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
{ "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" } ] }